Searched defs:result_buf (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/libpcap/ |
H A D | nametoaddr.c | 250 struct netent result_buf; in pcap_nametonetaddr() local 283 struct netent result_buf; in pcap_nametonetaddr() local 291 struct netent result_buf; in pcap_nametonetaddr() local 523 struct protoent result_buf; in pcap_nametoproto() local 539 struct protoent result_buf; in pcap_nametoproto() local 547 struct protoent result_buf; in pcap_nametoproto() local
|
/dflybsd-src/crypto/libressl/crypto/ui/ |
H A D | ui_lib.c | 137 enum UI_string_types type, int input_flags, char *result_buf) in general_allocate_prompt() 176 enum UI_string_types type, int input_flags, char *result_buf, int minsize, in general_allocate_string() 204 enum UI_string_types type, int input_flags, char *result_buf) in general_allocate_boolean() 262 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, in UI_add_input_string() 271 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, in UI_dup_input_string() 279 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, in UI_add_verify_string() 288 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_dup_verify_string() 296 const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) in UI_add_input_boolean() 304 const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) in UI_dup_input_boolean()
|
H A D | ui_locl.h | 111 char *result_buf; /* Input and Output: If not NULL, user-defined member
|
/dflybsd-src/crypto/openssh/ |
H A D | umac.c | 1053 UINT64 result_buf[STREAMS]; in uhash_update() local 1106 UINT64 result_buf[STREAMS]; in uhash_final() local
|