Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/apps/lib/
H A Dapps_ui.c89 int (*closer)(UI *ui) = UI_method_get_closer(ui_base_method); in ui_close() local
91 if (closer != NULL) in ui_close()
92 return closer(ui); in ui_close()
/freebsd/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c22 closer(void *arg) in closer() function
105 pthread_create(&pt, NULL, closer, NULL); in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.h47 char opener, char closer, uint32_t kind);
H A DAppleObjCTypeEncodingParser.cpp104 char opener, char closer, uint32_t kind) { in BuildAggregate() argument
120 if (type.NextIf(closer)) { in BuildAggregate()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write.c564 archive_close_callback *closer, archive_free_callback *freer) in archive_write_open2() argument
576 a->client_closer = closer; in archive_write_open2()
606 archive_close_callback *closer) in archive_write_open() argument
609 closer, NULL); in archive_write_open()
H A Darchive_read_private.h138 archive_close_callback *closer;
140 archive_close_callback *closer; global() member
H A Darchive_read.c237 if (a->client.closer == NULL) in read_client_close_proxy()
241 r2 = (a->client.closer) in read_client_close_proxy()
286 if (self->archive->client.closer != NULL) in client_switch_proxy()
287 r1 = (self->archive->client.closer) in client_switch_proxy()
346 a->client.closer = client_closer; in archive_read_set_close_callback()
/freebsd/crypto/openssl/doc/man3/
H A DUI_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/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.inc34 "Log2 maximum admissible absolute error. Any numbers closer than "
/freebsd/crypto/openssl/include/openssl/
H A Dui.h.in265 a closer This function closes the session, maybe by closing
278 closer. Note that if you want to prompt from a terminal or other command
324 int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui));
H A Dui.h347 int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui));
/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c680 int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui)) in UI_method_set_closer()
683 method->ui_close_session = closer; in UI_method_set_closer()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-huawei-g7.dts281 * However, looking closer at the GPIO debug output it turns out that
H A Dx1e001de-devkit.dts62 /* Back panel port closer to the RJ45 connector */
99 /* Back panel port closer to the audio jack */
H A Dx1e80100-asus-vivobook-s15.dts49 /* Left-side port, closer to the screen */
H A Dx1e80100-hp-omnibook-x14.dts93 /* Left-side port, closer to the screen */
/freebsd/share/syscons/keymaps/
H A Dhu.iso2.102keys.kbd1 # This is an as-close-as-possible (closer :-) representation of the
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt116 closer to the poles.
/freebsd/share/vt/keymaps/
H A Dhu.102.kbd1 # This is an as-close-as-possible (closer :-) representation of the
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux55 > closer look I only get to see the incoming packets not the
/freebsd/crypto/openssl/
H A DNOTES-NONSTOP.md38 kernel-level threading. KLT provides much closer threading to what OpenSSL
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py1678 closer = self.clunk if isroot else self.remove
1684 closer(fid, ignore_error=force)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp626 FileCloser closer(fd); in GetPreferredBase() local
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi307 * transition to a voltage that's much closer to the default (~1.0 V) so that
/freebsd/crypto/heimdal/
H A DNEWS529 * the API is closer to what MIT krb5 is using

12