| /netbsd/src/usr.bin/sed/ |
| D | main.c | 129 static void add_file(char *); 218 add_file(*argv); in main() 220 add_file(NULL); in main() 509 add_file(char *s) in add_file() function
|
| /netbsd/src/games/fortune/fortune/ |
| D | fortune.c | 145 static int add_file(int, 394 return add_file(NO_PROB, FORTDIR, NULL, &File_list, in form_file_list() 397 return add_file(NO_PROB, "fortunes", FORTDIR, in form_file_list() 435 if (!add_file(percent, sp, NULL, &File_list, &File_tail, NULL)) in form_file_list() 446 add_file(int percent, const char *file, const char *dir, in add_file() function 510 int n = add_file(percent, tfile, FORTDIR, head, tail, in add_file() 708 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp)) in add_dir()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | options.cc | 469 cmdline->inputs().add_file(file); in parse_library() 513 cmdline->inputs().add_file(file); in parse_just_symbols() 1494 Input_arguments::add_file(Input_file_argument& file) in add_file() function in gold::Input_arguments 1501 return this->input_argument_list_.back().group()->add_file(file); in add_file() 1507 return this->input_argument_list_.back().lib()->add_file(file); in add_file() 1640 this->inputs_.add_file(file); in process()
|
| D | options.h | 2233 add_file(const Input_file_argument& arg) in add_file() function 2267 add_file(const Input_file_argument& arg) in add_file() function 2309 add_file(Input_file_argument& arg);
|
| D | script.cc | 2716 Input_argument& arg = closure->inputs()->add_file(file); in script_add_file() 2735 Input_argument& arg = closure->inputs()->add_file(file); in script_add_library()
|
| D | ChangeLog-0815 | 8056 * options.cc (Input_arguments::add_file): Remove const. 8063 (Input_arguments::add_file): Remove const. 8219 * options.cc (Input_arguments::add_file): Return reference to 8225 (Input_file_group::add_file): Return reference to new input argument. 8226 (Input_file_lib::add_file): Likewise. 8227 (Input_arguments::add_file): Likewise. 10780 (Input_arguments::add_file): Handle lib groups.
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | testplug3.c | 59 typedef struct add_file struct 61 struct add_file *next; argument
|
| D | testplug.c | 59 typedef struct add_file struct 61 struct add_file *next; argument
|
| D | testplug4.c | 59 typedef struct add_file struct 61 struct add_file *next; argument
|
| D | testplug2.c | 59 typedef struct add_file struct 61 struct add_file *next; argument
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | input.h | 150 file_cache_slot *add_file (const char *file_path);
|
| D | input.cc | 442 file_cache::add_file (const char *file_path) in add_file() function in file_cache 536 r = add_file (file_path); in lookup_or_add_file()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ecoff.c | 1426 static void add_file (const char *file_name, int indx, int fake); 1500 add_file ((const char *) NULL, 0, 1); in ecoff_symbol_new_hook() 2180 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file() function 2318 add_file (name, 0, 0); in ecoff_new_file() 3034 add_file ((const char *) NULL, 0, 1); in ecoff_directive_ent() 3118 add_file (name, indx - 1, 0); in ecoff_directive_file() 3440 add_file ((const char *) NULL, 0, 1); in ecoff_stab() 4609 add_file ((const char *) NULL, 0, 1); in ecoff_build_debug() 5161 add_file (filename, 0, 1); in ecoff_generate_asm_lineno()
|
| D | ChangeLog-9295 | 2204 (add_file): Add new parameter fake. Change all callers. 2277 * ecoff.c (add_file): Don't collapse multiple .file commands into 5142 * ecoff.c (add_file): Don't try to generate line numbers if the 5636 * ecoff.c (add_file): record of filename to handle case of include 5667 * ecoff.c (add_file): if there's no filename provided, set switch 7563 (add_file): Use and increment current_file_idx instead of indx 8887 * config/obj-ecoff.c (add_file): Use as_where. 10825 * config/obj-ecoff.c (obj_read_begin_hook, add_file): Assume 10859 * config/obj-ecoff.c (add_file): Cast file_name to char * in 10936 * config/obj-ecoff.c (add_file, obj_ecoff_loc, obj_ecoff_stab): [all …]
|
| D | ChangeLog-2014 | 258 add_aux_sym_rndx, add_aux_sym_tir, add_procedure, add_file,
|
| D | ChangeLog-2011 | 1758 * ecoff.c (add_file): Likewise.
|
| D | ChangeLog-9697 | 1029 * ecoff.c (add_file): Use debug_type, not generate_asm_lineno. 1031 (add_file): Remove old #if 0 code. 4031 (add_file): Restore old file merging code, but only merge files if
|
| D | ChangeLog-0001 | 1938 * ecoff.c (add_file): Only set debug_type to DEBUG_NONE if it is 2600 * ecoff.c: (add_file): Add unused attribute. 4232 * ecoff.c (add_file): Turn on DEBUG_ECOFF only if DEBUG_UNSPECIFIED.
|
| D | ChangeLog-2016 | 5373 * ecoff.c (add_file): Likewise. 5425 * ecoff.c (add_file): Likewise.
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| D | context.c | 705 add_file(char ***pfilenames, int *len, char *file) in add_file() function 759 ret = add_file(&pp, &len, fn); in krb5_prepend_config_files() 775 ret = add_file(&pp, &len, fn); in krb5_prepend_config_files()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | ssh-add.c | 243 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() function 663 if (add_file(agent_fd, file, key_only, cert_only, qflag, in do_file()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-1990 | 195 Symbol_file_read, add_file, add_file_target_command, 298 add_file. 304 * solib.c (solib_add): Use symbol_file_add, not add_file. 1239 (add_file): Remove call to init_misc_bunches. 1408 Split add_file_command into add_file_command and add_file.
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | ChangeLog-2.0 | 187 …o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0b… 821 o add more (currently skipped) add_file tests on win32 (05de45d) 823 o Make unit test for add_file able to tell "error" from "done" (88a543f)
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/ |
| D | ChangeLog.2003 | 516 * lib/krb5/context.c (add_file): make len argument an pointer to
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | ChangeLog | 1616 …o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0b…
|