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

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dparens.c148 find_matching_open (char *string, int from, int closer) argument
153 switch (closer)
162 level = 1; /* The closer passed in counts as 1. */
171 else if (!delimiter && (string[i] == closer))
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dparens.c148 find_matching_open (char *string, int from, int closer) argument
153 switch (closer)
162 level = 1; /* The closer passed in counts as 1. */
171 else if (!delimiter && (string[i] == closer))
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps_ui.c95 int (*closer)(UI *ui) = UI_method_get_closer(ui_base_method);
97 if (closer != NULL)
98 return closer(ui);
/netbsd-current/tests/rump/rumpkern/h_client/
H A Dh_reconcli.c22 closer(void *arg) function
105 pthread_create(&pt, NULL, closer, NULL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-parse.c334 consume_balanced (int opener, int closer) argument
356 if (token () != closer)
358 closer, token ());
364 opener, closer);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dregprefix-err-1.s30 ; the ambiguity is closer to a programming error, so we should catch it as
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype-parse.cc334 consume_balanced (int opener, int closer) argument
356 if (token () != closer)
358 closer, token ());
364 opener, closer);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h138 archive_close_callback *closer; member in struct:archive_read_client
H A Darchive_write.c556 archive_close_callback *closer, archive_free_callback *freer)
568 a->client_closer = closer;
598 archive_close_callback *closer)
601 closer, NULL);
554 archive_write_open2(struct archive *_a, void *client_data, archive_open_callback *opener, archive_write_callback *writer, archive_close_callback *closer, archive_free_callback *freer) argument
596 archive_write_open(struct archive *_a, void *client_data, archive_open_callback *opener, archive_write_callback *writer, archive_close_callback *closer) argument
H A Darchive_read.c243 if (a->client.closer == NULL)
247 r2 = (a->client.closer)
292 if (self->archive->client.closer != NULL)
293 r1 = (self->archive->client.closer)
352 a->client.closer = client_closer;
481 /* If the open failed, call the closer to clean up. */
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Dcopyd.asm98 testl $4, %ebx C testl to pad code closer to 16 bytes for L(top)
H A Dcopyi.asm112 testl $4, %ebx C testl to pad code closer to 16 bytes for L(top)
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dui.h250 a closer This function closes the session, maybe by closing
263 closer. Note that if you want to prompt from a terminal or other command
304 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Daorrlsh_n.asm45 C closer to 3 c/l or perhaps even under 3 c/l. Ideas:
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bd1/
H A Daorsmul_1.asm58 C * Try to make loop run closer to 4 c/l in Bulldozer and Piledriver.
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa64/
H A Daorslsh1_n.asm39 C * Try to make this run at closer to 1.5 c/l.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Drelax2.d50 # in write.c), this is fixable. Anyway, as long as PUSHJ:s aren't closer
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_lib.c668 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui))
671 method->ui_close_session = closer;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_lib.c669 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui))
672 method->ui_close_session = closer;
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A DaorsorrlshC_n.asm39 C * Rewrite loop to schedule loads closer to use, since we do prefetch.
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win.cc531 FileCloser closer(fd);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc533 FileCloser closer(fd);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cpp581 FileCloser closer(fd);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc1015 SocketCloser closer(sock);
/netbsd-current/sys/arch/hp300/hp300/
H A Dlocore.s840 addl #50,%d1 | get the timing a little closer

Completed in 488 milliseconds