| /onnv/onnv-gate/usr/src/lib/libresolv2/common/inet/ |
| nsap_addr.c | 44 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { 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) { 86 if (ascii) 87 start = ascii; [all...] |
| /onnv/onnv-gate/usr/src/cmd/tsol/atohexlabel/ |
| atohexlabel.c | 51 label_error(const char *ascii, const int err) 57 gettext("atohexlabel: bad string %s\n"), ascii); 66 "\"%s\" at position %d\n"), ascii, err); 82 char ascii[PIPE_BUF]; /* human readable label */ local 117 (void) strlcpy(ascii, argv[optind], sizeof (ascii)); 120 if ((c = read(STDIN_FILENO, ascii, sizeof (ascii))) <= 0) { 121 perror(gettext("reading ASCII coded label")); 129 ascii[c-1] = '\0' [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| Util.java | 43 * Converts an ascii string into a string containing its hex value. 44 * @param ascii the ascii representation 47 public static String asciiToHex(String ascii) { 51 if (ascii == null) { 55 for (int i = 0; i < ascii.length(); i++) { 56 char aChar = ascii.charAt(i);
|
| /onnv/onnv-gate/usr/src/cmd/tsol/hextoalabel/ |
| hextoalabel.c | 83 char *ascii = NULL; /* human readable label to print */ local 142 if (label_to_str(label, &ascii, M_LABEL, DEF_NAMES) != 0) { 146 (void) printf("%s\n", ascii); 148 free(ascii); 154 if (label_to_str(label, &ascii, M_LABEL, DEF_NAMES) != 0) { 158 (void) printf("%s\n", ascii); 160 free(ascii);
|
| /onnv/onnv-gate/usr/src/cmd/tsol/lslabels/ |
| lslabels.c | 112 label_error(const char *ascii, const int err) 118 gettext("lslabels: bad string %s\n"), ascii); 127 "\"%s\" at position %d\n"), ascii, err); 142 char ascii[PIPE_BUF]; /* human readable label */ local 180 (void) strlcpy(ascii, argv[optind], sizeof (ascii)); 183 if ((c = read(STDIN_FILENO, ascii, sizeof (ascii))) <= 0) { 184 perror(gettext("reading ASCII coded label")); 192 ascii[c-1] = '\0' [all...] |
| /onnv/onnv-gate/usr/src/cmd/eqn/eqnchar.d/ |
| Makefile | 11 FILES = eqnchar iso ascii greek
|
| /onnv/onnv-gate/usr/src/cmd/tsol/setlabel/ |
| setlabel.c | 137 m_label_err(const char *ascii, const int err) 143 gettext("setlabel: bad string %s\n"), ascii); 152 "\"%s\" at position %d\n"), ascii, err);
|
| /onnv/onnv-gate/usr/src/common/devid/ |
| devid.c | 195 int i, n, ascii; local 217 /* scan the contained did_id to see if it meets ascii requirements */ 219 for (ascii = 1, i = 0; i < devid_len; i++) 221 ascii = 0; 225 /* some types should always go hex even if they look ascii */ 227 ascii = 0; 232 slen += ascii ? devid_len : (devid_len * 2); /* did_id field */ 253 if (ascii) 257 if (ascii) { 321 int slen, devid_len, ascii, i, n, c, pre_alloc = FALSE local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/ |
| bld_vernote.ksh | 65 .ascii "$notestring" 72 .ascii "${release}-${revision}\0"
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/ |
| arcfour_str2key.c | 12 static void asctouni(unsigned char *unicode, unsigned char *ascii, size_t len) 16 unicode[2*counter]=ascii[counter]; 44 thes user's password is in ascii.
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| 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:__anon2555 217 char ascii; member in struct:__anon2556
|
| /onnv/onnv-gate/usr/src/uts/common/io/kbtrans/ |
| kbtrans_streams.h | 82 short ascii; member in struct:kbtrans::__anon5849
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_mbuf_marshaling.c | 60 uint8_t **ascii, int); 646 case 's': /* ASCII/multibyte string */ 945 mbc_marshal_put_unicode_string(mbuf_chain_t *mbc, char *ascii, int repc) 951 if ((length = smb_wcequiv_strlen(ascii)) == -1) 962 consumed = smb_mbtowc(&wchar, ascii, MTS_MB_CHAR_MAX); 967 * is encountered and ascii will not be advanced beyond 971 ascii += consumed; 1207 * The ascii string in smb includes oem chars. Since the 1211 * Therefore, the **ascii returned will be in such format 1212 * instead of the real ASCII format [all...] |
| /onnv/onnv-gate/usr/src/cmd/troff/troff.d/ |
| README | 79 ta prints ascii on ordinary terminals (crudely) 83 and look at the output; it is guaranteed to be ascii text 85 (Since it is ascii, it is also guaranteed to be quite voluminous.) 122 Nroff modified to read ascii tables for various devices
|
| t10.c | 165 if (ascii) 537 if (ascii) 549 if (!ascii) 583 if (ascii) 614 if (ascii)
|
| /onnv/onnv-gate/usr/src/cmd/troff/ |
| n2.c | 150 if (ascii) 160 outascii(i) /* print i in best-guess ascii */ 323 if (!ascii) 343 if (ascii)
|
| ext.h | 74 extern int ascii;
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/ |
| res_debug.c | 800 /*% converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */ 840 /*% converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */ 938 loc_aton(ascii, binary) 939 const char *ascii; 953 cp = ascii; 954 maxcp = cp + strlen(ascii); 1049 loc_ntoa(binary, ascii) 1051 char *ascii; 1074 if (ascii == NULL) 1075 ascii = tmpbuf [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
| debug.c | 428 uchar_t ascii[SNMP_NCHARS_IN_A_ROW + 1]; local 457 snmp_get_dumpchars(ascii, p, SNMP_NCHARS_IN_A_ROW); 465 ascii); 474 snmp_get_dumpchars(ascii, p, nrem); 487 (void) snprintf(bufp, len, "%s\n", ascii);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| Guess.pm | 9 our %DEF_SUSPECTS = map { $_ => find_encoding($_) } qw(ascii utf8); 122 delete @try{qw/utf8 ascii/}; 149 $try{ascii} or 151 return $try{ascii}; 187 By default, it checks only ascii, utf8 and UTF-16/32 with BOM. 189 use Encode::Guess; # ascii/utf8/BOMed UTF 200 will be limited to the suspects and C<ascii>. 272 # check only ascii and utf8 285 one suspect (besides ascii and utf8).
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
| Tabs.pm | 88 compression with plain ascii!
|
| /onnv/onnv-gate/usr/src/psm/stand/bootblks/ufs/i386/ |
| mboot.S | 95 * A convenience macro for declaring a message string (using .ascii directive-- 99 #define MSG(label, string) label: .ascii string; label##_end: 123 .ascii "M3.0" /* ident string */
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/CN/ |
| HZ.pm | 14 # HZ is a combination of ASCII and escaped GB, so we implement it 27 my $in_ascii = 1; # default mode is ASCII. 30 if ($in_ascii) { # ASCII mode 31 if ($str =~ s/^([\x00-\x7D\x7F]+)//) { # no '~' => ASCII 38 elsif ($str =~ s/^\x7E\cJ//) { # '\cJ' == LF in ASCII 70 my $in_ascii = 1; # default mode is ASCII. 84 if ($in_ascii) { # ASCII mode 85 if ($src =~ s/^([\x00-\x7D\x7F])//) { # no '~' => ASCII 91 elsif ($src =~ s/^\x7E\cJ//) { # '\cJ' == LF in ASCII 140 my $in_ascii = 1; # default mode is ASCII [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/ |
| Aliases.t | 23 'US-ascii' => 'ascii', 24 'ISO-646-US' => 'ascii', 133 qr/ascii/i => 'WinLatin1',
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| kbd.h | 70 #define KB_ASCII 0x0F /* Ascii terminal masquerading as kbd */ 134 * Size of ASCII set as used in compose handling. 317 * ASCII chars of 0 indicate the end of the table. 320 unsigned char first; /* first ASCII char after COMPOSE key */ 321 unsigned char second; /* second ASCII char after COMPOSE key */ 330 unsigned char ascii; /* ASCII char after FA-type key */ member in struct:fltaccent_sequence_t 337 * The bytes whose top 4 bits are 0x0 thru 0x7 happen to be ascii 352 /* returned ASCII character. This is */ 363 /* ASCII char, and gives us 16 useful bucky * [all...] |