| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
| H A D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() argument 107 || type == UIT_BOOLEAN) && result_buf == NULL) { in general_allocate_prompt() 114 ret->result_buf = result_buf; in general_allocate_prompt() 122 char *result_buf, int minsize, int maxsize, in general_allocate_string() argument 127 type, input_flags, result_buf); in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean() argument 172 type, input_flags, result_buf); in general_allocate_boolean() 199 char *result_buf, int minsize, int maxsize) in UI_add_input_string() argument 202 UIT_PROMPT, flags, result_buf, minsize, in UI_add_input_string() 208 char *result_buf, int minsize, int maxsize) in UI_dup_input_string() argument [all …]
|
| H A D | ui_local.h | 69 char *result_buf; /* Input and Output: If not NULL, member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| H A D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() argument 107 || type == UIT_BOOLEAN) && result_buf == NULL) { in general_allocate_prompt() 114 ret->result_buf = result_buf; in general_allocate_prompt() 122 char *result_buf, int minsize, int maxsize, in general_allocate_string() argument 127 type, input_flags, result_buf); in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean() argument 171 type, input_flags, result_buf); in general_allocate_boolean() 198 char *result_buf, int minsize, int maxsize) in UI_add_input_string() argument 201 UIT_PROMPT, flags, result_buf, minsize, in UI_add_input_string() 207 char *result_buf, int minsize, int maxsize) in UI_dup_input_string() argument [all …]
|
| H A D | ui_local.h | 69 char *result_buf; /* Input and Output: If not NULL, member
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ui.h | 90 char *result_buf, int minsize, int maxsize); 92 char *result_buf, int minsize, int maxsize); 94 char *result_buf, int minsize, int maxsize, 97 char *result_buf, int minsize, int maxsize, 101 int flags, char *result_buf); 104 int flags, char *result_buf);
|
| /netbsd-src/regress/sys/kern/getcwd/ |
| H A D | getcwd.c | 173 char result_buf[1024]; in time_old_getcwd() local 174 if (old_getcwd(result_buf, 1024) == NULL) { in time_old_getcwd() 185 char result_buf[1024]; in time_kern_getcwd() local 186 if (__getcwd(result_buf, sizeof(result_buf)) < 0) { in time_kern_getcwd()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | UI_new.pod | 26 char *result_buf, int minsize, int maxsize); 28 char *result_buf, int minsize, int maxsize); 30 char *result_buf, int minsize, int maxsize, 33 char *result_buf, int minsize, int maxsize, 37 int flags, char *result_buf); 40 int flags, char *result_buf);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | UI_new.pod | 26 char *result_buf, int minsize, int maxsize); 28 char *result_buf, int minsize, int maxsize); 30 char *result_buf, int minsize, int maxsize, 33 char *result_buf, int minsize, int maxsize, 37 int flags, char *result_buf); 40 int flags, char *result_buf);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | ui.h.in | 102 char *result_buf, int minsize, int maxsize); 104 char *result_buf, int minsize, int maxsize); 106 char *result_buf, int minsize, int maxsize, 109 char *result_buf, int minsize, int maxsize, 113 int flags, char *result_buf); 116 int flags, char *result_buf);
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | umac.c | 1073 UINT64 result_buf[STREAMS]; in uhash_update() local 1074 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_update() 1126 UINT64 result_buf[STREAMS]; in uhash_final() local 1127 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_final()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7679 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf, 7682 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent_r, result_buf, buf, buflen, 7684 int res = REAL(getprotoent_r)(result_buf, buf, buflen, result); 7693 struct __sanitizer_protoent *result_buf, char *buf, SIZE_T buflen, 7696 COMMON_INTERCEPTOR_ENTER(ctx, getprotobyname_r, name, result_buf, buf, 7700 int res = REAL(getprotobyname_r)(name, result_buf, buf, buflen, result); 7709 struct __sanitizer_protoent *result_buf, char *buf, 7712 COMMON_INTERCEPTOR_ENTER(ctx, getprotobynumber_r, num, result_buf, buf, 7714 int res = REAL(getprotobynumber_r)(num, result_buf, buf, buflen, result);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7471 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf, 7474 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent_r, result_buf, buf, buflen, 7476 int res = REAL(getprotoent_r)(result_buf, buf, buflen, result); 7485 struct __sanitizer_protoent *result_buf, char *buf, SIZE_T buflen, 7488 COMMON_INTERCEPTOR_ENTER(ctx, getprotobyname_r, name, result_buf, buf, 7492 int res = REAL(getprotobyname_r)(name, result_buf, buf, buflen, result); 7501 struct __sanitizer_protoent *result_buf, char *buf, 7504 COMMON_INTERCEPTOR_ENTER(ctx, getprotobynumber_r, num, result_buf, buf, 7506 int res = REAL(getprotobynumber_r)(num, result_buf, buf, buflen, result);
|