| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | testplug3.c | 586 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()
|
| D | testplug.c | 628 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()
|
| D | testplug4.c | 591 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()
|
| D | testplug2.c | 585 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/ |
| D | recurse.c | 28 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
|
| D | ChangeLog-9194 | 212 * recurse.c (unroll_files_proc, addfile): new files, forward
|
| D | ChangeLog-9395 | 2224 * logmsg.c (logfile_write), recurse.c (do_recursion, addfile):
|
| D | ChangeLog | 10395 * recurse.c (addfile): Fix nonportable pointer cast.
|
| /netbsd/src/usr.bin/config/ |
| D | files.c | 96 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()
|
| D | gram.y | 355 XFILE filename fopts fflags rule { addfile($2, $3, $4, $5); } 360 XOBJECT filename fopts oflags { addfile($2, $3, $4, NULL); }
|
| D | defs.h | 539 void addfile(const char *, struct condexpr *, u_char, const char *);
|
| /netbsd/src/usr.bin/hexdump/ |
| D | hexsyntax.c | 87 addfile(optarg); in hexsyntax()
|
| D | hexdump.h | 83 void addfile(char *);
|
| D | parse.c | 68 addfile(char *name) in addfile() function
|
| /netbsd/src/external/bsd/ipf/dist/ipsd/ |
| D | ipsdr.c | 183 addfile(file) in addfile() function 223 addfile(d[j]->d_name);
|
| /netbsd/src/sbin/restore/ |
| D | extern.h | 35 long addfile(const char *, ino_t, int);
|
| D | main.c | 294 treescan(name, ino, addfile); in main()
|
| D | restore.c | 75 addfile(const char *name, ino_t ino, int type) in addfile() function
|
| D | interactive.c | 143 treescan(name, ino, addfile); in runcmdshell()
|