Searched defs:input_buf (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/expand/ |
| H A D | unexpand.c | 70 wchar_t input_buf[INPUT_SIZ+1]; local 108 while (fgetws(input_buf, INPUT_SIZ, stdin) != NULL) { 109 input_buf[INPUT_SIZ] = 0; 110 tabify(input_buf, all);
|
| /illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| H A D | util_crypt.c | 218 const unsigned char *input_buf, size_t input_len, 288 input.data = ( void * ) input_buf; 215 kg_arcfour_docrypt(krb5_context context, const krb5_keyblock *longterm_key , int ms_usage, const unsigned char *kd_data, size_t kd_data_len, const unsigned char *input_buf, size_t input_len, unsigned char *output_buf) argument
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
| H A D | nfsmapid_test.c | 165 do_test(char *input_buf) argument 179 if (parse_input_line(input_buf, &argc, &argv) == 0) {
|
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | serial.c | 32 static char input_buf[8]; variable 242 if (*((unsigned short *) input_buf) != ('\e' | ('[' << 8))) 252 if (three_code_table[i].key == input_buf[2]) 254 input_buf[0] = three_code_table[i].ascii; 256 grub_memmove (input_buf + 1, input_buf + 3, npending - 1); 264 short key = *((short *) (input_buf + 2)); 271 input_buf[0] = four_code_table[i].ascii; 273 grub_memmove (input_buf + 1, input_buf [all...] |
| /illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/ |
| H A D | cvcd.c | 600 char input_buf[MAXPKTSZ]; local 686 &(input_buf[input_off]), input_len); 736 count = read(pfds[NETWORK_PFD].fd, input_buf, MAXPKTSZ);
|
Completed in 208 milliseconds