| /freebsd-14.2/crypto/openssl/crypto/ui/ |
| H A D | ui_lib.c | 107 || type == UIT_BOOLEAN) && result_buf == NULL) { in general_allocate_prompt() 114 ret->result_buf = result_buf; in general_allocate_prompt() 254 int flags, char *result_buf) in UI_add_input_boolean() argument 258 flags, result_buf); in UI_add_input_boolean() 263 int flags, char *result_buf) in UI_dup_input_boolean() argument 804 return uis->result_buf; in UI_get0_result_string() 903 if (uis->result_buf == NULL) { in UI_set_result_ex() 908 memcpy(uis->result_buf, result, len); in UI_set_result_ex() 910 uis->result_buf[len] = '\0'; in UI_set_result_ex() 917 if (uis->result_buf == NULL) { in UI_set_result_ex() [all …]
|
| H A D | ui_local.h | 69 char *result_buf; /* Input and Output: If not NULL, member
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | nametoaddr.c | 250 struct netent result_buf; in pcap_nametonetaddr() local 270 err = getnetbyname_r(name, &result_buf, buf, sizeof buf, &np, in pcap_nametonetaddr() 283 struct netent result_buf; in pcap_nametonetaddr() local 291 struct netent result_buf; in pcap_nametonetaddr() local 294 if (getnetbyname_r(name, &result_buf, &net_data) == -1) in pcap_nametonetaddr() 297 np = &result_buf; in pcap_nametonetaddr() 516 struct protoent result_buf; in pcap_nametoproto() local 532 struct protoent result_buf; in pcap_nametoproto() local 540 struct protoent result_buf; in pcap_nametoproto() local 543 if (getprotobyname_r(str, &result_buf, &proto_data) == -1) in pcap_nametoproto() [all …]
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.c | 982 ocs_strncpy(result_buf, "BE2 A", sizeof(result_buf)); in get_chip_type() 988 ocs_strncpy(result_buf, "BE3", sizeof(result_buf)); in get_chip_type() 1003 ocs_strncpy(result_buf, "Lancer A", sizeof(result_buf)); in get_chip_type() 1009 ocs_strncpy(result_buf, "Lancer", sizeof(result_buf)); in get_chip_type() 1016 ocs_strncpy(result_buf, "Lancer G6", sizeof(result_buf)); in get_chip_type() 1022 ocs_strncpy(result_buf, "BE2", sizeof(result_buf)); in get_chip_type() 1025 ocs_strncpy(result_buf, "BE3-R", sizeof(result_buf)); in get_chip_type() 1031 ocs_strncpy(result_buf, "Corsair", sizeof(result_buf)); in get_chip_type() 1034 ocs_strncpy(result_buf, "Lancer", sizeof(result_buf)); in get_chip_type() 1040 ocs_strncpy(result_buf, "Unknown", sizeof(result_buf)); in get_chip_type() [all …]
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ui.h | 101 char *result_buf, int minsize, int maxsize); 103 char *result_buf, int minsize, int maxsize); 105 char *result_buf, int minsize, int maxsize, 108 char *result_buf, int minsize, int maxsize, 112 int flags, char *result_buf); 115 int flags, char *result_buf);
|
| 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);
|
| /freebsd-14.2/sys/dev/nvdimm/ |
| H A D | nvdimm.c | 107 ACPI_OBJECT params_pkg, params_buf, *result_buf; in read_label_area() local 140 result_buf = (ACPI_OBJECT *)result.Pointer; in read_label_area() 141 if (result_buf->Type != ACPI_TYPE_BUFFER || in read_label_area() 142 result_buf->Buffer.Pointer == NULL || in read_label_area() 143 result_buf->Buffer.Length != 4 + to_read || in read_label_area() 144 ((uint16_t *)result_buf->Buffer.Pointer)[0] != 0) { in read_label_area() 148 bcopy(result_buf->Buffer.Pointer + 4, dest, to_read); in read_label_area()
|
| /freebsd-14.2/crypto/openssl/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);
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | umac.c | 1053 UINT64 result_buf[STREAMS]; in uhash_update() local 1054 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_update() 1106 UINT64 result_buf[STREAMS]; in uhash_final() local 1107 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_final()
|
| /freebsd-14.2/usr.sbin/ctld/ |
| H A D | kernel.c | 1049 char result_buf[NVLIST_BUFSIZE]; in kernel_port_add() local 1093 req.result = result_buf; in kernel_port_add() 1094 req.result_len = sizeof(result_buf); in kernel_port_add() 1114 req.result_nvl = nvlist_unpack(result_buf, req.result_len, 0); in kernel_port_add()
|
| /freebsd-14.2/usr.sbin/ctladm/ |
| H A D | ctladm.c | 399 char result_buf[1024]; in cctl_port() local 593 req.result = result_buf; in cctl_port() 594 req.result_len = sizeof(result_buf); in cctl_port() 629 req.result_nvl = nvlist_unpack(result_buf, req.result_len, 0); in cctl_port()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7681 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf, 7684 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent_r, result_buf, buf, buflen, 7686 int res = REAL(getprotoent_r)(result_buf, buf, buflen, result); 7695 struct __sanitizer_protoent *result_buf, char *buf, SIZE_T buflen, 7698 COMMON_INTERCEPTOR_ENTER(ctx, getprotobyname_r, name, result_buf, buf, 7702 int res = REAL(getprotobyname_r)(name, result_buf, buf, buflen, result); 7711 struct __sanitizer_protoent *result_buf, char *buf, 7714 COMMON_INTERCEPTOR_ENTER(ctx, getprotobynumber_r, num, result_buf, buf, 7716 int res = REAL(getprotobynumber_r)(num, result_buf, buf, buflen, result);
|