Searched defs:ascii (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libresolv2/common/inet/ |
H A D | nsap_addr.c | 44 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument 48 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) 50 ascii += 2; 52 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { 61 c = *ascii++; 80 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument 86 if (ascii) 87 start = ascii; [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/ |
H A D | arcfour_str2key.c | 12 static void asctouni(unsigned char *unicode, unsigned char *ascii, size_t len) argument 16 unicode[2*counter]=ascii[counter]; 44 thes user's password is in ascii.
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | serial.c | 203 char ascii; 219 char ascii; 242 input_buf[0] = three_code_table[i].ascii; 259 input_buf[0] = four_code_table[i].ascii; 201 char ascii; member in struct:__anon337 217 char ascii; member in struct:__anon338
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ |
H A D | terminfo.c | 435 unsigned ascii; 456 unsigned ascii; 488 keys[0] = three_code_table[i].ascii; 534 keys[0] = three_code_table[i].ascii; 623 {"ascii", 'a', 0, N_("Terminal is ASCII-only [default]."), 0, ARG_TYPE_NONE}, 434 unsigned ascii; member in struct:__anon660 455 unsigned ascii; member in struct:__anon661
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | dir.c | 496 char *ascii = NULL; local 509 ascii = strdup(pathname); 510 if (!unicode || !ascii) { 515 p = ascii; 561 free(ascii);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 151 sub ascii { shift->type('A',@_); } subroutine 1365 =item ascii
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 3689 char *ascii = NULL; /* human readable label */ local 3736 if (label_to_str(new_slabel, &ascii, M_LABEL, 3738 if (ascii) 3739 free(ascii); 3745 (void) strlcpy(propbuf, ascii, proplen); 3746 free(ascii);
|
Completed in 59 milliseconds