| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | debug.c | 2310 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle) in debug_write() argument 2338 if (! (*fns->start_compilation_unit) (fhandle, u->files->filename)) in debug_write() 2348 else if (! (*fns->start_source) (fhandle, f->filename)) in debug_write() 2353 if (! debug_write_name (info, fns, fhandle, n)) in debug_write() 2359 if (! debug_write_linenos (info, fns, fhandle, (bfd_vma) -1)) in debug_write() 2370 const struct debug_write_fns *fns, void *fhandle, in debug_write_name() argument 2376 if (! debug_write_type (info, fns, fhandle, n->u.type, n) in debug_write_name() 2377 || ! (*fns->typdef) (fhandle, n->name)) in debug_write_name() 2381 if (! debug_write_type (info, fns, fhandle, n->u.tag, n)) in debug_write_name() 2383 return (*fns->tag) (fhandle, n->name); in debug_write_name() [all …]
|
| /mirbsd/src/lib/libc/stdlib/ |
| D | atexit.c | 78 p->fns[0] = NULL; in atexit() 82 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) / in atexit() 83 sizeof(p->fns[0]); in atexit() 89 p->fns[p->ind++] = fn; in atexit() 116 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) / in __atexit_register_cleanup() 117 sizeof(p->fns[0]); in __atexit_register_cleanup() 126 p->fns[0] = fn; in __atexit_register_cleanup()
|
| D | exit.c | 60 if (p->fns[n] != NULL) in exit() 61 (*p->fns[n])(); in exit()
|
| D | abort.c | 60 if (p != NULL && p->fns[0] != NULL) { in abort() 62 (*p->fns[0])(); in abort()
|
| D | atexit.h | 37 void (*fns[1])(void); /* the table itself */ member
|
| /mirbsd/src/lib/libssl/src/crypto/engine/ |
| D | eng_dyn.c | 359 dynamic_fns fns; in dynamic_load() local 412 fns.err_fns = ERR_get_implementation(); in dynamic_load() 413 fns.ex_data_fns = CRYPTO_get_ex_data_implementation(); in dynamic_load() 414 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb, in dynamic_load() 415 &fns.mem_fns.realloc_cb, in dynamic_load() 416 &fns.mem_fns.free_cb); in dynamic_load() 417 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback(); in dynamic_load() 418 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback(); in dynamic_load() 419 fns.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback(); in dynamic_load() 420 fns.lock_fns.dynlock_lock_cb = CRYPTO_get_dynlock_lock_callback(); in dynamic_load() [all …]
|
| D | engine.h | 616 const dynamic_fns *fns); 618 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \ 619 if (ERR_get_implementation() != fns->err_fns) \ 621 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \ 622 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \ 624 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \ 625 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \ 626 CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \ 627 CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \ 628 CRYPTO_set_dynlock_destroy_callback(fns->lock_fns.dynlock_destroy_cb); \ [all …]
|
| /mirbsd/src/usr.sbin/getextent_cd9660/ |
| D | getextent_cd9660.c | 48 const char **fns = NULL; variable 101 if ((fns = calloc(argc + 1, sizeof (char *))) == NULL) in main() 104 fns[i] = strdup_uc(argv[i]); in main() 105 fns[argc] = NULL; in main() 207 if (fns) { in gotfile() 209 const char **fp = fns; in gotfile()
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | xatexit.c | 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member 84 p->fns[p->ind++] = fn; in xatexit() 98 (*p->fns[n]) (); in xatexit_cleanup()
|
| /mirbsd/src/lib/libocurses/PSD.doc/ |
| D | Makefile | 8 doc.IV ex1.c ex2.c fns.doc intro.0 intro.1 intro.2 intro.3 \ 32 Master: twinkle1.gr ex1.gr ex2.gr fns.doc intro.5 intro.2.tbl intro.0 intro.1 \
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | xsubpp | 1034 my(@fns) = keys %{$XSStack[-1]{functions}}; 1037 @{$XSStack[-1]{other_functions}}{@fns} = (1) x @fns; 1044 push(@fns, keys %{$tmp->{other_functions}}); 1045 @{$XSStack[$XSS_work_idx]{functions}}{@fns} = (1) x @fns;
|
| /mirbsd/src/gnu/usr.bin/binutils/etc/ |
| D | Makefile.in | 137 rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.log
|
| /mirbsd/src/lib/libssl/src/crypto/err/ |
| D | err.h | 296 int ERR_set_implementation(const ERR_FNS *fns);
|
| D | err.c | 302 int ERR_set_implementation(const ERR_FNS *fns) in ERR_set_implementation() argument 311 err_fns = fns; in ERR_set_implementation()
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | Makefile.in | 488 -rm -rf cvs.aux cvs.cp cvs.cps cvs.fn cvs.fns cvs.ky cvs.kys cvs.log cvs.pg \ 491 cvsclient.cps cvsclient.fn cvsclient.fns cvsclient.ky \
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | Makefile.in | 392 -rm -rf as.aux as.cp as.cps as.fn as.fns as.ky as.log as.pg as.pgs as.tmp \
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-alpha.c | 3725 static void (* const fns[]) PARAMS ((int)) = { in s_alpha_coff_wrapper() local 3736 assert (which >= 0 && which < (int) (sizeof (fns)/sizeof (*fns))); in s_alpha_coff_wrapper() 3739 (*fns[which]) (0); in s_alpha_coff_wrapper()
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/doc/ |
| D | Makefile.in | 378 -rm -rf binutils.aux binutils.cp binutils.cps binutils.fn binutils.fns \
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | Makefile.in | 486 bfdint.fn bfdint.fns bfdint.ky bfdint.kys bfdint.log \
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | Makefile.in | 904 -rm -rf ld.aux ld.cp ld.cps ld.fn ld.fns ld.ky ld.log ld.pg ld.pgs ld.tmp \ 906 ldint.aux ldint.cp ldint.cps ldint.fn ldint.fns ldint.ky \
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 3906 ./usr/share/doc/psd/19.curses/fns.doc
|