Home
last modified time | relevance | path

Searched refs:addfile (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dtestplug3.c586 add_file_t *addfile = addfiles_list; in onall_symbols_read() local
610 for ( ; addfile ; addfile = addfile->next) in onall_symbols_read()
613 if (addfile->type == ADD_LIB && tv_add_input_library) in onall_symbols_read()
614 rv = (*tv_add_input_library) (addfile->name); in onall_symbols_read()
615 else if (addfile->type == ADD_FILE && tv_add_input_file) in onall_symbols_read()
616 rv = (*tv_add_input_file) (addfile->name); in onall_symbols_read()
617 else if (addfile->type == ADD_DIR && tv_set_extra_library_path) in onall_symbols_read()
618 rv = (*tv_set_extra_library_path) (addfile->name); in onall_symbols_read()
Dtestplug.c628 add_file_t *addfile = addfiles_list; in onall_symbols_read() local
650 for ( ; addfile ; addfile = addfile->next) in onall_symbols_read()
653 if (addfile->type == ADD_LIB && tv_add_input_library) in onall_symbols_read()
654 rv = (*tv_add_input_library) (addfile->name); in onall_symbols_read()
655 else if (addfile->type == ADD_FILE && tv_add_input_file) in onall_symbols_read()
656 rv = (*tv_add_input_file) (addfile->name); in onall_symbols_read()
657 else if (addfile->type == ADD_DIR && tv_set_extra_library_path) in onall_symbols_read()
658 rv = (*tv_set_extra_library_path) (addfile->name); in onall_symbols_read()
Dtestplug4.c591 add_file_t *addfile = addfiles_list; in onall_symbols_read() local
658 for ( ; addfile ; addfile = addfile->next) in onall_symbols_read()
661 if (addfile->type == ADD_LIB && tv_add_input_library) in onall_symbols_read()
662 rv = (*tv_add_input_library) (addfile->name); in onall_symbols_read()
663 else if (addfile->type == ADD_FILE && tv_add_input_file) in onall_symbols_read()
664 rv = (*tv_add_input_file) (addfile->name); in onall_symbols_read()
665 else if (addfile->type == ADD_DIR && tv_set_extra_library_path) in onall_symbols_read()
666 rv = (*tv_set_extra_library_path) (addfile->name); in onall_symbols_read()
Dtestplug2.c585 add_file_t *addfile = addfiles_list; in onall_symbols_read() local
652 for ( ; addfile ; addfile = addfile->next) in onall_symbols_read()
655 if (addfile->type == ADD_LIB && tv_add_input_library) in onall_symbols_read()
656 rv = (*tv_add_input_library) (addfile->name); in onall_symbols_read()
657 else if (addfile->type == ADD_FILE && tv_add_input_file) in onall_symbols_read()
658 rv = (*tv_add_input_file) (addfile->name); in onall_symbols_read()
659 else if (addfile->type == ADD_DIR && tv_set_extra_library_path) in onall_symbols_read()
660 rv = (*tv_set_extra_library_path) (addfile->name); in onall_symbols_read()
/netbsd/src/external/gpl2/xcvs/dist/src/
Drecurse.c28 static void addfile (List **listp, char *dir, char *file);
400 addfile (&files_by_dir, dir, comp); in start_recursion()
429 addfile (&files_by_dir, dir, comp); in start_recursion()
435 addfile (&files_by_dir, dir, comp); in start_recursion()
1288 addfile (List **listp, char *dir, char *file) in addfile() function
DChangeLog-9194212 * recurse.c (unroll_files_proc, addfile): new files, forward
DChangeLog-93952224 * logmsg.c (logfile_write), recurse.c (do_recursion, addfile):
DChangeLog10395 * recurse.c (addfile): Fix nonportable pointer cast.
/netbsd/src/usr.bin/config/
Dfiles.c96 addfile(const char *path, struct condexpr *optx, u_char flags, const char *rule) in addfile() function
306 addfile("devsw.c", NULL, 0, NULL); in fixfiles()
307 addfile("ioconf.c", NULL, 0, NULL); in fixfiles()
312 addfile(intern(swapname), NULL, 0, NULL); in fixfiles()
Dgram.y355 XFILE filename fopts fflags rule { addfile($2, $3, $4, $5); }
360 XOBJECT filename fopts oflags { addfile($2, $3, $4, NULL); }
Ddefs.h539 void addfile(const char *, struct condexpr *, u_char, const char *);
/netbsd/src/usr.bin/hexdump/
Dhexsyntax.c87 addfile(optarg); in hexsyntax()
Dhexdump.h83 void addfile(char *);
Dparse.c68 addfile(char *name) in addfile() function
/netbsd/src/external/bsd/ipf/dist/ipsd/
Dipsdr.c183 addfile(file) in addfile() function
223 addfile(d[j]->d_name);
/netbsd/src/sbin/restore/
Dextern.h35 long addfile(const char *, ino_t, int);
Dmain.c294 treescan(name, ino, addfile); in main()
Drestore.c75 addfile(const char *name, ino_t ino, int type) in addfile() function
Dinteractive.c143 treescan(name, ino, addfile); in runcmdshell()