Home
last modified time | relevance | path

Searched refs:closer (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14-stable/crypto/openssl/apps/lib/
HDapps_ui.c95 int (*closer)(UI *ui) = UI_method_get_closer(ui_base_method); in ui_close() local
97 if (closer != NULL) in ui_close()
98 return closer(ui); in ui_close()
/freebsd-14-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
HDh_reconcli.c22 closer(void *arg) in closer() function
105 pthread_create(&pt, NULL, closer, NULL); in main()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTypeEncodingParser.h47 char opener, char closer, uint32_t kind);
HDAppleObjCTypeEncodingParser.cpp97 char opener, char closer, uint32_t kind) { in BuildAggregate() argument
113 if (type.NextIf(closer)) { in BuildAggregate()
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_write.c565 archive_close_callback *closer, archive_free_callback *freer) in archive_write_open2() argument
577 a->client_closer = closer; in archive_write_open2()
607 archive_close_callback *closer) in archive_write_open() argument
610 closer, NULL); in archive_write_open()
HDarchive_read_private.h138 archive_close_callback *closer; member
HDarchive_read.c243 if (a->client.closer == NULL) in read_client_close_proxy()
247 r2 = (a->client.closer) in read_client_close_proxy()
292 if (self->archive->client.closer != NULL) in client_switch_proxy()
293 r1 = (self->archive->client.closer) in client_switch_proxy()
352 a->client.closer = client_closer; in archive_read_set_close_callback()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDUI_create_method.pod30 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
88 =item a closer
145 Close the session using the closer function if that one's defined.
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/nsan/
HDnsan_flags.inc34 "Log2 maximum admissible absolute error. Any numbers closer than "
/freebsd-14-stable/crypto/openssl/include/openssl/
HDui.h.in263 a closer This function closes the session, maybe by closing
276 closer. Note that if you want to prompt from a terminal or other command
320 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
HDui.h343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
/freebsd-14-stable/crypto/openssl/crypto/ui/
HDui_lib.c669 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer()
672 method->ui_close_session = closer; in UI_method_set_closer()
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/qcom/
HDmsm8916-huawei-g7.dts251 * However, looking closer at the GPIO debug output it turns out that
/freebsd-14-stable/share/syscons/keymaps/
HDhu.iso2.102keys.kbd1 # This is an as-close-as-possible (closer :-) representation of the
/freebsd-14-stable/sys/contrib/device-tree/Bindings/iio/
HDmount-matrix.txt116 closer to the poles.
/freebsd-14-stable/share/vt/keymaps/
HDhu.102.kbd1 # This is an as-close-as-possible (closer :-) representation of the
/freebsd-14-stable/contrib/libpcap/doc/
HDREADME.hpux55 > closer look I only get to see the incoming packets not the
/freebsd-14-stable/contrib/lib9p/pytest/
HDp9conn.py1678 closer = self.clunk if isroot else self.remove
1684 closer(fid, ignore_error=force)
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_win.cpp609 FileCloser closer(fd); in GetPreferredBase() local
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/rockchip/
HDrk3399-gru.dtsi308 * transition to a voltage that's much closer to the default (~1.0 V) so that
/freebsd-14-stable/crypto/openssl/doc/man1/
HDopenssl-ciphers.pod.in48 minimum and maximum protocol version. This is closer to the actual cipher list
/freebsd-14-stable/crypto/heimdal/
HDNEWS529 * the API is closer to what MIT krb5 is using
/freebsd-14-stable/crypto/heimdal/kadmin/
HDChangeLog376 kdc.conf move the loading of hdb keytab ops closer to where its
/freebsd-14-stable/contrib/tzdata/
HDasia1177 # Georgia moved closer to Western Europe on Sunday... The former Soviet
1559 # known exactly, amongst other factors. 2157 is even closer:
2297 # closer to UTC is the former Western zone (probably still called the
4171 # is closer to 07:06:31. Abbreviate Phù Liễn Mean Time as PLMT.
/freebsd-14-stable/contrib/flex/
HDONEWS1068 - A number of changes to bring flex closer into compliance

12