| /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/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/troff/ |
| ni.c | 104 int ascii = ASCII; variable
|
| /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/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:__anon2534 217 char ascii; member in struct:__anon2535
|
| /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/uts/common/io/kbtrans/ |
| kbtrans_streams.h | 82 short ascii; member in struct:kbtrans::__anon20
|
| /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| dir.c | 481 * Take an ASCII pathname and find the inode that represents it. The function 496 char *ascii = NULL; local 509 ascii = strdup(pathname); 510 if (!unicode || !ascii) { 515 p = ascii; 561 free(ascii); 574 * Take an ASCII pathname and find the inode that represents it. The function [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| FTP.pm | 88 ${*$ftp}{'net_ftp_type'} = 'A'; # ASCII/binary/etc mode 151 sub ascii { shift->type('A',@_); } subroutine 982 bless $data, "Net::FTP::A"; # Force ASCII mode 1268 file can undergo during transfer. These are ASCII, EBCDIC, binary, 1269 and byte. ASCII is the default type, and indicates that the sender of 1365 =item ascii 1367 Transfer file in ASCII. CRLF translation will be done if required [all...] |
| /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...] |
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_dataset.c | 2035 char *ascii = NULL; \/* human readable label *\/ local [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/dnet/ |
| dnet.c | 4584 char ascii[128], *q = ascii; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/tar/ |
| tar.c | 8446 char *ascii = NULL; \/* ascii label *\/ local [all...] |