Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/ui/
HDui_lib.c100 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 …]
HDui_local.h69 char *result_buf; /* Input and Output: If not NULL, member
/freebsd-14-stable/contrib/libpcap/
HDnametoaddr.c250 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
286 np = getnetbyname_r(name, &result_buf, buf, (int)sizeof buf); in pcap_nametonetaddr()
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
520 err = getprotobyname_r(str, &result_buf, buf, sizeof buf, &p); in pcap_nametoproto()
532 struct protoent result_buf; in pcap_nametoproto() local
[all …]
/freebsd-14-stable/sys/dev/ocs_fc/
HDocs_mgmt.c969 char result_buf[80]; in get_chip_type() local
982 ocs_strncpy(result_buf, "BE2 A", sizeof(result_buf)); in get_chip_type()
984 strcat(result_buf, tmp_buf); in get_chip_type()
988 ocs_strncpy(result_buf, "BE3", sizeof(result_buf)); in get_chip_type()
990 strcat(result_buf, "-R"); in get_chip_type()
993 strcat(result_buf, tmp_buf); in get_chip_type()
995 strcat(result_buf, tmp_buf); in get_chip_type()
999 ocs_strncpy(result_buf, "Skyhawk A0", sizeof(result_buf)); in get_chip_type()
1003 ocs_strncpy(result_buf, "Lancer A", sizeof(result_buf)); in get_chip_type()
1005 strcat(result_buf, tmp_buf); in get_chip_type()
[all …]
/freebsd-14-stable/crypto/openssl/include/openssl/
HDui.h101 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);
HDui.h.in102 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-stable/sys/dev/nvdimm/
HDnvdimm.c107 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-stable/crypto/openssl/doc/man3/
HDUI_new.pod26 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-stable/crypto/openssh/
HDumac.c1053 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-stable/usr.sbin/ctld/
HDkernel.c1049 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-stable/usr.sbin/ctladm/
HDctladm.c399 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-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc7695 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf,
7698 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent_r, result_buf, buf, buflen,
7700 int res = REAL(getprotoent_r)(result_buf, buf, buflen, result);
7709 struct __sanitizer_protoent *result_buf, char *buf, SIZE_T buflen,
7712 COMMON_INTERCEPTOR_ENTER(ctx, getprotobyname_r, name, result_buf, buf,
7716 int res = REAL(getprotobyname_r)(name, result_buf, buf, buflen, result);
7725 struct __sanitizer_protoent *result_buf, char *buf,
7728 COMMON_INTERCEPTOR_ENTER(ctx, getprotobynumber_r, num, result_buf, buf,
7730 int res = REAL(getprotobynumber_r)(num, result_buf, buf, buflen, result);