Home
last modified time | relevance | path

Searched defs:result_buf (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/compat/
H A Dgetent-sun.c31 struct protoent *result_buf, char *buf, in _compat_sun__getprotobynumber_r()
40 struct protoent *result_buf, char *buf, in _compat_sun__getprotobyname_r()
49 struct servent *result_buf, char *buf, in _compat_sun__getservbyport_r()
58 struct servent *result_buf, char *buf, in _compat_sun__getservbyname_r()
H A Dgetent-openbsd.c32 struct protoent *result_buf, char *buf, in _compat_openbsd__getprotobynumber_r()
53 struct protoent *result_buf, char *buf, in _compat_openbsd__getprotobyname_r()
74 struct servent *result_buf, char *buf, in _compat_openbsd__getservbyport_r()
95 struct servent *result_buf, char *buf, in _compat_openbsd__getservbyname_r()
H A Dgetent-generic.c49 struct protoent *result_buf, char *buf, in _compat_generic__getprotobynumber_r()
70 struct protoent *result_buf, char *buf, in _compat_generic__getprotobyname_r()
110 struct servent *result_buf, char *buf, in _compat_generic__getservbyport_r()
131 struct servent *result_buf, char *buf, in _compat_generic__getservbyname_r()
/dports/net/samba412/samba-4.12.15/lib/ldb/nssldb/
H A Dldb-pwd.c81 NSS_STATUS _nss_ldb_getpwent_r(struct passwd *result_buf, in _nss_ldb_getpwent_r()
114 NSS_STATUS _nss_ldb_getpwuid_r(uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, i… in _nss_ldb_getpwuid_r()
181 NSS_STATUS _nss_ldb_getpwnam_r(const char *name, struct passwd *result_buf, char *buffer, size_t bu… in _nss_ldb_getpwnam_r()
H A Dldb-nss.c96 if (bufpos + len > buflen) { in _nss_ldb_endgrent()
155 len = strlen(tmp)+1; in _nss_ldb_endgrent()
156 if (bufpos + len > buflen) { in _nss_ldb_endgrent()
248 result->gr_mem = (char **)&buffer[bufpos];
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/nssldb/
H A Dldb-pwd.c82 NSS_STATUS _nss_ldb_getpwent_r(struct passwd *result_buf, in _nss_ldb_getpwent_r()
115 NSS_STATUS _nss_ldb_getpwuid_r(uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, i… in _nss_ldb_getpwuid_r()
181 NSS_STATUS _nss_ldb_getpwnam_r(const char *name, struct passwd *result_buf, char *buffer, size_t bu… in _nss_ldb_getpwnam_r()
H A Dldb-grp.c95 NSS_STATUS _nss_ldb_getgrent_r(struct group *result_buf, char *buffer, size_t buflen, int *errnop) in _nss_ldb_getgrent_r()
153 NSS_STATUS _nss_ldb_getgrnam_r(const char *name, struct group *result_buf, char *buffer, size_t buf… in _nss_ldb_getgrnam_r()
245 NSS_STATUS _nss_ldb_getgrgid_r(gid_t gid, struct group *result_buf, char *buffer, size_t buflen, in… in _nss_ldb_getgrgid_r()
/dports/databases/ldb20/ldb-2.0.10/nssldb/
H A Dldb-pwd.c81 NSS_STATUS _nss_ldb_getpwent_r(struct passwd *result_buf, in _nss_ldb_getpwent_r()
114 NSS_STATUS _nss_ldb_getpwuid_r(uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, i… in _nss_ldb_getpwuid_r()
181 NSS_STATUS _nss_ldb_getpwnam_r(const char *name, struct passwd *result_buf, char *buffer, size_t bu… in _nss_ldb_getpwnam_r()
H A Dldb-grp.c94 NSS_STATUS _nss_ldb_getgrent_r(struct group *result_buf, char *buffer, size_t buflen, int *errnop) in _nss_ldb_getgrent_r()
152 NSS_STATUS _nss_ldb_getgrnam_r(const char *name, struct group *result_buf, char *buffer, size_t buf… in _nss_ldb_getgrnam_r()
245 NSS_STATUS _nss_ldb_getgrgid_r(gid_t gid, struct group *result_buf, char *buffer, size_t buflen, in… in _nss_ldb_getgrgid_r()
/dports/databases/ldb22/ldb-2.2.1/nssldb/
H A Dldb-pwd.c81 NSS_STATUS _nss_ldb_getpwent_r(struct passwd *result_buf, in _nss_ldb_getpwent_r()
114 NSS_STATUS _nss_ldb_getpwuid_r(uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, i… in _nss_ldb_getpwuid_r()
181 NSS_STATUS _nss_ldb_getpwnam_r(const char *name, struct passwd *result_buf, char *buffer, size_t bu… in _nss_ldb_getpwnam_r()
H A Dldb-grp.c94 NSS_STATUS _nss_ldb_getgrent_r(struct group *result_buf, char *buffer, size_t buflen, int *errnop) in _nss_ldb_getgrent_r()
152 NSS_STATUS _nss_ldb_getgrnam_r(const char *name, struct group *result_buf, char *buffer, size_t buf… in _nss_ldb_getgrnam_r()
245 NSS_STATUS _nss_ldb_getgrgid_r(gid_t gid, struct group *result_buf, char *buffer, size_t buflen, in… in _nss_ldb_getgrgid_r()
/dports/security/snort3/snort3-3.1.19.0/src/utils/test/
H A Djs_test_utils.cc56 std::string result_buf(normalizer.get_script(), normalizer.script_size()); in test_normalization() local
65 std::string result_buf(normalizer.get_script(), normalizer.script_size()); in test_normalization_bad() local
80 std::string result_buf(normalizer.get_script(), normalizer.script_size()); in test_normalization() local
96 std::string result_buf(normalizer.get_script(), normalizer.script_size()); in test_normalization() local
/dports/net/libpcap/libpcap-1.10.1/
H A Dnametoaddr.c250 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
/dports/security/libressl-static/libressl-3.3.5/crypto/ui/
H A Dui_lib.c137 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()
/dports/security/libressl/libressl-3.4.3/crypto/ui/
H A Dui_lib.c137 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()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/ui/
H A Dui_lib.c137 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()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/ui/
H A Dui_lib.c137 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()
/dports/www/obhttpd/libressl-3.4.1/crypto/ui/
H A Dui_lib.c137 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()
/dports/databases/ldb21/ldb-2.1.5/nssldb/
H A Dldb-grp.c94 NSS_STATUS _nss_ldb_getgrent_r(struct group *result_buf, char *buffer, size_t buflen, int *errnop) in _nss_ldb_getgrent_r()
152 NSS_STATUS _nss_ldb_getgrnam_r(const char *name, struct group *result_buf, char *buffer, size_t buf… in _nss_ldb_getgrnam_r()
245 NSS_STATUS _nss_ldb_getgrgid_r(gid_t gid, struct group *result_buf, char *buffer, size_t buflen, in… in _nss_ldb_getgrgid_r()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/ui/
H A Dui_lib.c141 char *result_buf) in general_allocate_prompt()
167 char *result_buf, int minsize, int maxsize, const char *test_buf) in general_allocate_string()
194 char *result_buf) in general_allocate_boolean()
244 char *result_buf, int minsize, int maxsize) in UI_add_input_string()
252 char *result_buf, int minsize, int maxsize) in UI_dup_input_string()
271 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_add_verify_string()
278 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_dup_verify_string()
298 int flags, char *result_buf) in UI_add_input_boolean()
306 int flags, char *result_buf) in UI_dup_input_boolean()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/ui/
H A Dui_lib.c138 int input_flags, char *result_buf) in general_allocate_prompt()
160 char *result_buf, int minsize, int maxsize, in general_allocate_string()
189 int input_flags, char *result_buf) in general_allocate_boolean()
233 char *result_buf, int minsize, int maxsize) in UI_add_input_string()
242 char *result_buf, int minsize, int maxsize) in UI_dup_input_string()
260 char *result_buf, int minsize, int maxsize, in UI_add_verify_string()
269 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string()
289 int flags, char *result_buf) in UI_add_input_boolean()
298 int flags, char *result_buf) in UI_dup_input_boolean()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/ui/
H A Dui_lib.c138 int input_flags, char *result_buf) in general_allocate_prompt()
160 char *result_buf, int minsize, int maxsize, in general_allocate_string()
189 int input_flags, char *result_buf) in general_allocate_boolean()
233 char *result_buf, int minsize, int maxsize) in UI_add_input_string()
242 char *result_buf, int minsize, int maxsize) in UI_dup_input_string()
260 char *result_buf, int minsize, int maxsize, in UI_add_verify_string()
269 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string()
289 int flags, char *result_buf) in UI_add_input_boolean()
298 int flags, char *result_buf) in UI_dup_input_boolean()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/ui/
H A Dui_lib.c138 int input_flags, char *result_buf) in general_allocate_prompt()
160 char *result_buf, int minsize, int maxsize, in general_allocate_string()
189 int input_flags, char *result_buf) in general_allocate_boolean()
233 char *result_buf, int minsize, int maxsize) in UI_add_input_string()
242 char *result_buf, int minsize, int maxsize) in UI_dup_input_string()
260 char *result_buf, int minsize, int maxsize, in UI_add_verify_string()
269 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string()
289 int flags, char *result_buf) in UI_add_input_boolean()
298 int flags, char *result_buf) in UI_dup_input_boolean()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/ui/
H A Dui_lib.c138 int input_flags, char *result_buf) in general_allocate_prompt()
160 char *result_buf, int minsize, int maxsize, in general_allocate_string()
189 int input_flags, char *result_buf) in general_allocate_boolean()
233 char *result_buf, int minsize, int maxsize) in UI_add_input_string()
242 char *result_buf, int minsize, int maxsize) in UI_dup_input_string()
260 char *result_buf, int minsize, int maxsize, in UI_add_verify_string()
269 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string()
289 int flags, char *result_buf) in UI_add_input_boolean()
298 int flags, char *result_buf) in UI_dup_input_boolean()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/ui/
H A Dui_lib.c138 int input_flags, char *result_buf) in general_allocate_prompt()
160 char *result_buf, int minsize, int maxsize, in general_allocate_string()
189 int input_flags, char *result_buf) in general_allocate_boolean()
233 char *result_buf, int minsize, int maxsize) in UI_add_input_string()
242 char *result_buf, int minsize, int maxsize) in UI_dup_input_string()
260 char *result_buf, int minsize, int maxsize, in UI_add_verify_string()
269 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string()
289 int flags, char *result_buf) in UI_add_input_boolean()
298 int flags, char *result_buf) in UI_dup_input_boolean()

12345678910>>...20