Searched refs:ascii (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dnsap_addr.c44 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...]
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c51 label_error(const char *ascii, const int err) argument
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) {
129 ascii[c-1] = '\0';
138 if (str_to_label(ascii,
[all...]
/illumos-gate/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c83 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);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggzoom.d16 #pragma D option encoding=ascii
H A Dtst.aggpackzoom.d16 #pragma D option encoding=ascii
H A Dtst.aggpack.d17 #pragma D option encoding=ascii
H A Dtst.aggpackbanner.ksh68 dtrace -qs /dev/stdin -x encoding=ascii -x aggzoom <<EOF
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c112 label_error(const char *ascii, const int err) argument
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) {
192 ascii[c-1] = '\0';
200 if (str_to_label(ascii,
[all...]
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile11 FILES = eqnchar iso ascii greek
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dstart.S46 .ascii "MZ"
54 .ascii "PE"
108 .ascii ".reloc"
123 .ascii ".text"
/illumos-gate/usr/src/test/util-tests/tests/iconv/
H A Diconv_test.sh91 test_conv ascii utf-8 abcdef abcdef
92 test_conv utf-8 ascii abcdef abcdef
93 test_conv ascii ucs-2le abc 'a\0b\0c\0\n\0\c'
94 test_conv ucs-2le ascii 'a\0b\0c\0\n\0\c' abc
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dstart.S48 .ascii "MZ"
56 .ascii "PE"
111 .ascii ".reloc"
126 .ascii ".text"
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c137 m_label_err(const char *ascii, const int err) argument
143 gettext("setlabel: bad string %s\n"), ascii);
152 "\"%s\" at position %d\n"), ascii, err);
/illumos-gate/usr/src/common/devid/
H A Ddevid.c195 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, local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/
H A Darcfour_str2key.c12 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.
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dbld_vernote.ksh64 .ascii "$notestring"
71 .ascii "${release}-${revision} (illumos)\0"
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.h82 short ascii; member in struct:kbtrans::__anon6057
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dsrvenum.c228 char ascii[24]; local
229 char *pa = ascii;
231 memset(ascii, '\0', sizeof (ascii));
237 pa = ascii;
252 printf("%s\n", ascii);
258 /* column align the last ascii row */
265 printf("%s\n", ascii);
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S318 * Whatever drive we selected, make it an ascii digit and save it
384 * The SIO code uses ascii chars, the console code uses scancodes.
405 #ifdef SIO /* SIO mode, use ascii values */
406 subb $'1',%al # Subtract '1' ascii code
476 * Remember to un-ascii it. Hey 0x80 is already set, cool!
593 .ascii "\nF6 PXE\r"
595 .ascii "\nBoot:"
596 item: .ascii " "; .byte ' '|0x80
597 crlf: .ascii "\r"; .byte '\n'|0x80
646 .ascii "D
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c215 char ascii;
231 char ascii;
254 input_buf[0] = three_code_table[i].ascii;
271 input_buf[0] = four_code_table[i].ascii;
213 char ascii; member in struct:__anon11
229 char ascii; member in struct:__anon12
/illumos-gate/usr/src/cmd/mandoc/
H A Dchars.c36 const char *ascii; member in struct:ln
481 *rsz = strlen(ln->ascii);
482 return ln->ascii;
492 return lines[i].ascii;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c62 uint8_t **ascii, int);
1112 mbc_marshal_put_unicode_string(mbuf_chain_t *mbc, char *ascii, int repc) argument
1118 if ((length = smb_wcequiv_strlen(ascii)) == -1)
1129 consumed = smb_mbtowc(&wchar, ascii, MTS_MB_CHAR_MAX);
1134 * is encountered and ascii will not be advanced beyond
1138 ascii += consumed;
1380 * The ascii string in smb includes oem chars. Since the
1384 * Therefore, the **ascii returned will be in such format
1391 uint8_t **ascii,
1430 *ascii
1388 mbc_marshal_get_ascii_string( smb_request_t *sr, mbuf_chain_t *mbc, uint8_t **ascii, int max_ascii) argument
1436 mbc_marshal_get_unicode_string(smb_request_t *sr, mbuf_chain_t *mbc, uint8_t **ascii, int max_unicode) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c800 /*% 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
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c150 if (ascii)
160 outascii(i) /* print i in best-guess ascii */
323 if (!ascii)
343 if (ascii)
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Ddebug.c428 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);

Completed in 241 milliseconds

123