Home
last modified time | relevance | path

Searched refs:addentry (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/restore/
H A Drestore.c95 ep = addentry(name, ino, type); in addfile()
325 ep = addentry(name, ino, type); in nodeupdates()
364 ep = addentry(name, ino, type|LINK); in nodeupdates()
379 ep = addentry(name, ino, type|LINK); in nodeupdates()
420 ip = addentry(name, ino, type); in nodeupdates()
429 ip = addentry(name, ino, type); in nodeupdates()
H A Dextern.h32 struct entry *addentry(char *, ino_t, int);
H A Dsymtab.c214 addentry(char *name, ino_t inum, int type) in addentry() function
535 ep = addentry(".", UFS_ROOTINO, NODE); in initsymtable()
H A Dutilities.c68 ep = addentry(name, pathsearch(name)->d_ino, NODE); in pathcheck()
/freebsd/sbin/fsck/
H A Dfsck.c76 static void addentry(struct fstypelist *, const char *, const char *);
456 addentry(&opthead, optstr, newoptions); in addoption()
461 addentry(struct fstypelist *list, const char *type, const char *opts) in addentry() function
488 addentry(&selhead, ptr, ""); in maketypelist()
/freebsd/contrib/file/src/
H A Dapprentice.c1299 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() function
1399 (void)addentry(ms, &me, mset); in load_1()
1408 (void)addentry(ms, &me, mset); in load_1()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02217 * ntpd/ntp_intres.c (addentry):