| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_envelope_test.c | 116 VSTRING *input_buf = vstring_alloc(100); local 118 vstring_sprintf(input_buf, REC_TYPE_SIZE_FORMAT, 142 cleanup_envelope(state, REC_TYPE_SIZE, vstring_str(input_buf), 143 VSTRING_LEN(input_buf)); 150 vstring_free(input_buf); 151 input_buf = 0;
|
| /src/sys/arch/alpha/stand/standtest/ |
| test.c | 84 char input_buf[512]; local 118 kgets(input_buf, sizeof(input_buf)); 120 dispatch_cmd(input_buf, toplevel_cmds);
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile.c | 566 string_file input_buf; 575 input_buf.puts (iter->line); 576 input_buf.puts ("\n"); 579 input = input_buf.c_str (); 564 string_file input_buf; local
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile.c | 604 string_file input_buf; 613 input_buf.puts (iter->line); 614 input_buf.puts ("\n"); 617 input = input_buf.c_str (); 602 string_file input_buf; local
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_wire_test.c | 1340 const unsigned char *input_buf; member in struct:ack_test_case 1488 (unsigned char *)c->input_buf,
|
| /src/external/bsd/tmux/dist/ |
| input.c | 118 u_char *input_buf; member in struct:input_ctx 867 ictx->input_buf = xmalloc(INPUT_BUF_START); 897 free(ictx->input_buf); 1179 *ictx->input_buf = '\0'; 1196 ictx->input_buf = xrealloc(ictx->input_buf, INPUT_BUF_START); 1266 ictx->input_buf = xrealloc(ictx->input_buf, available); 1269 ictx->input_buf[ictx->input_len++] = ictx->ch; 1270 ictx->input_buf[ictx->input_len] = '\0' [all...] |