HomeSort by: relevance | last modified time | path
    Searched defs:addfile (Results 1 - 13 of 13) sorted by relevancy

  /src/sbin/restore/
restore.c 75 addfile(const char *name, ino_t ino, int type) function
112 * This is used by the 'i' option to undo previous requests made by addfile.
  /src/usr.bin/hexdump/
parse.c 68 addfile(char *name) function
  /src/usr.bin/config/
files.c 96 addfile(const char *path, struct condexpr *optx, u_char flags, const char *rule) function
150 panic("addfile: ht_lookup(%s)", path);
306 addfile("devsw.c", NULL, 0, NULL);
307 addfile("ioconf.c", NULL, 0, NULL);
312 addfile(intern(swapname), NULL, 0, NULL);
  /src/external/bsd/ipf/dist/ipsd/
ipsdr.c 183 addfile(file) function
223 addfile(d[j]->d_name);
  /src/external/gpl2/xcvs/dist/src/
recurse.c 28 static void addfile (List **listp, char *dir, char *file);
400 addfile (&files_by_dir, dir, comp);
429 addfile (&files_by_dir, dir, comp);
435 addfile (&files_by_dir, dir, comp);
1288 addfile (List **listp, char *dir, char *file) function
  /src/external/gpl3/binutils/dist/ld/
testplug.c 186 /* Add a new addfile on the end of the chain. */
627 add_file_t *addfile = addfiles_list; local
649 for ( ; addfile ; addfile = addfile->next)
652 if (addfile->type == ADD_LIB && tv_add_input_library)
653 rv = (*tv_add_input_library) (addfile->name);
654 else if (addfile->type == ADD_FILE && tv_add_input_file)
655 rv = (*tv_add_input_file) (addfile->name);
656 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]
testplug2.c 168 /* Add a new addfile on the end of the chain. */
584 add_file_t *addfile = addfiles_list; local
651 for ( ; addfile ; addfile = addfile->next)
654 if (addfile->type == ADD_LIB && tv_add_input_library)
655 rv = (*tv_add_input_library) (addfile->name);
656 else if (addfile->type == ADD_FILE && tv_add_input_file)
657 rv = (*tv_add_input_file) (addfile->name);
658 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]
testplug3.c 167 /* Add a new addfile on the end of the chain. */
585 add_file_t *addfile = addfiles_list; local
609 for ( ; addfile ; addfile = addfile->next)
612 if (addfile->type == ADD_LIB && tv_add_input_library)
613 rv = (*tv_add_input_library) (addfile->name);
614 else if (addfile->type == ADD_FILE && tv_add_input_file)
615 rv = (*tv_add_input_file) (addfile->name);
616 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]
testplug4.c 168 /* Add a new addfile on the end of the chain. */
590 add_file_t *addfile = addfiles_list; local
657 for ( ; addfile ; addfile = addfile->next)
660 if (addfile->type == ADD_LIB && tv_add_input_library)
661 rv = (*tv_add_input_library) (addfile->name);
662 else if (addfile->type == ADD_FILE && tv_add_input_file)
663 rv = (*tv_add_input_file) (addfile->name);
664 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
testplug.c 187 /* Add a new addfile on the end of the chain. */
628 add_file_t *addfile = addfiles_list; local
650 for ( ; addfile ; addfile = addfile->next)
653 if (addfile->type == ADD_LIB && tv_add_input_library)
654 rv = (*tv_add_input_library) (addfile->name);
655 else if (addfile->type == ADD_FILE && tv_add_input_file)
656 rv = (*tv_add_input_file) (addfile->name);
657 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]
testplug2.c 169 /* Add a new addfile on the end of the chain. */
585 add_file_t *addfile = addfiles_list; local
652 for ( ; addfile ; addfile = addfile->next)
655 if (addfile->type == ADD_LIB && tv_add_input_library)
656 rv = (*tv_add_input_library) (addfile->name);
657 else if (addfile->type == ADD_FILE && tv_add_input_file)
658 rv = (*tv_add_input_file) (addfile->name);
659 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]
testplug3.c 168 /* Add a new addfile on the end of the chain. */
586 add_file_t *addfile = addfiles_list; local
610 for ( ; addfile ; addfile = addfile->next)
613 if (addfile->type == ADD_LIB && tv_add_input_library)
614 rv = (*tv_add_input_library) (addfile->name);
615 else if (addfile->type == ADD_FILE && tv_add_input_file)
616 rv = (*tv_add_input_file) (addfile->name);
617 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]
testplug4.c 169 /* Add a new addfile on the end of the chain. */
591 add_file_t *addfile = addfiles_list; local
658 for ( ; addfile ; addfile = addfile->next)
661 if (addfile->type == ADD_LIB && tv_add_input_library)
662 rv = (*tv_add_input_library) (addfile->name);
663 else if (addfile->type == ADD_FILE && tv_add_input_file)
664 rv = (*tv_add_input_file) (addfile->name);
665 else if (addfile->type == ADD_DIR && tv_set_extra_library_path
    [all...]

Completed in 37 milliseconds