Searched defs:ascii (Results 1 - 24 of 24) sorted by relevance

/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/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/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/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/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/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/cmd/troff/
H A Dni.c104 int ascii = ASCII; variable
/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/uts/common/io/kbtrans/
H A Dkbtrans_streams.h82 short ascii; member in struct:kbtrans::__anon6057
/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/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);
/illumos-gate/usr/src/cmd/od/
H A Dod.c173 static char *ascii[] = { variable
198 (void) fputs(ascii[v & 0x7f], stdout);
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h70 char ascii[VTOC_ASCII_LEN]; member in struct:vtoc8
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c799 digest_a2h(const char *ascii, uint8_t *digest) argument
804 digest[i] = dboot_a2h(ascii[i * 2]) << 4;
805 digest[i] |= dboot_a2h(ascii[i * 2 + 1]);
811 * the ASCII-format hash found in the 40-byte buffer at ascii. If they
818 const char *ascii; local
826 ascii = (const char *)(uintptr_t)modules[midx].bm_hash;
830 digest_a2h(ascii, baseline);
/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/uts/common/sys/
H A Dkbd.h330 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
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1804 char ascii[16 + 1]; local
1805 char *pascii = ascii;
1832 (16 / group), hex, 16, ascii);
/illumos-gate/usr/src/boot/include/net/
H A Dif.h463 char ascii[IFSTATMAX + 1]; member in struct:ifstat
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c701 char *ascii = "__xxxxXX"; local
749 len = strlen(ascii);
751 return (dt_printf(dtp, fp, "%c", ascii[(uint_t)(val + 0.5)]));
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c4563 char ascii[128], *q = ascii; local
4577 if (q-ascii >= 8) {
4579 cmn_err(CE_NOTE, "%s: %s\t%s", msg, hex, ascii);
4581 q = ascii;
4588 cmn_err(CE_NOTE, "%s: %s\t%s", msg, hex, ascii);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2563 char *ascii = NULL; /* human readable label */ local
2584 if (label_to_str(new_sl, &ascii, M_LABEL,
2586 if (ascii)
2587 free(ascii);
2593 (void) strlcpy(propbuf, ascii, proplen);
2594 free(ascii);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7351 * or if they are not ascii, then they need to be in the extended header.
8620 * LBL_TYPE = 'L' SL[IL] or SL append ascii label
8628 char *ascii = NULL; /* ascii label */ local
8674 /* get ascii SL */
8675 if (bsltos(&b_slabel, &ascii,
8678 gettext("tar: can't get ascii SL for"
8683 strlen(ascii) + 1, ascii,
8687 if (ascii !
[all...]

Completed in 143 milliseconds