Home
last modified time | relevance | path

Searched refs:result_buf (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/ui/
Dui_lib.c140 char *result_buf) in general_allocate_prompt() argument
149 || type == UIT_BOOLEAN) && result_buf == NULL) in general_allocate_prompt()
159 ret->result_buf=result_buf; in general_allocate_prompt()
166 char *result_buf, int minsize, int maxsize, const char *test_buf) in general_allocate_string() argument
170 type, input_flags, result_buf); in general_allocate_string()
193 char *result_buf) in general_allocate_boolean() argument
219 type, input_flags, result_buf); in general_allocate_boolean()
243 char *result_buf, int minsize, int maxsize) in UI_add_input_string() argument
246 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL); in UI_add_input_string()
251 char *result_buf, int minsize, int maxsize) in UI_dup_input_string() argument
[all …]
Dui.h137 char *result_buf, int minsize, int maxsize);
139 char *result_buf, int minsize, int maxsize);
141 char *result_buf, int minsize, int maxsize, const char *test_buf);
143 char *result_buf, int minsize, int maxsize, const char *test_buf);
146 int flags, char *result_buf);
149 int flags, char *result_buf);
Dui_locl.h105 char *result_buf; /* Input and Output: If not NULL, user-defined member
/mirbsd/src/lib/libncurses/src/ncurses/trace/
Dvarargs.c59 static char *result_buf; in _nc_varargs() local
69 result_buf = typeMalloc(char, result_len = BUFSIZ); in _nc_varargs()
70 if (result_buf == 0) in _nc_varargs()
72 *result_buf = '\0'; in _nc_varargs()
167 result_buf = typeRealloc(char, result_len, result_buf); in _nc_varargs()
168 sprintf(result_buf + strlen(result_buf), ", %s", param); in _nc_varargs()
178 return (result_buf); in _nc_varargs()
/mirbsd/src/lib/libssl/src/doc/crypto/
Dui.pod25 char *result_buf, int minsize, int maxsize);
27 char *result_buf, int minsize, int maxsize);
29 char *result_buf, int minsize, int maxsize, const char *test_buf);
31 char *result_buf, int minsize, int maxsize, const char *test_buf);
34 int flags, char *result_buf);
37 int flags, char *result_buf);
/mirbsd/src/usr.bin/ssh/
Dumac.c1046 UINT64 result_buf[STREAMS]; in uhash_update() local
1047 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_update()
1099 UINT64 result_buf[STREAMS]; in uhash_final() local
1100 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_final()