Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/restore/
H A Drestore.c104 ep = addentry(name, ino, type); in addfile()
334 ep = addentry(name, ino, type); in nodeupdates()
373 ep = addentry(name, ino, type|LINK); in nodeupdates()
388 ep = addentry(name, ino, type|LINK); in nodeupdates()
429 ip = addentry(name, ino, type); in nodeupdates()
438 ip = addentry(name, ino, type); in nodeupdates()
H A Dextern.h35 struct entry *addentry(char *, ino_t, int);
H A Dsymtab.c222 addentry(char *name, ino_t inum, int type) in addentry() function
543 ep = addentry(".", UFS_ROOTINO, NODE); in initsymtable()
H A Dutilities.c76 ep = addentry(name, pathsearch(name)->d_ino, NODE); in pathcheck()
/freebsd-13.1/sbin/fsck/
H A Dfsck.c80 static void addentry(struct fstypelist *, const char *, const char *);
460 addentry(&opthead, optstr, newoptions); in addoption()
465 addentry(struct fstypelist *list, const char *type, const char *opts) in addentry() function
492 addentry(&selhead, ptr, ""); in maketypelist()
/freebsd-13.1/contrib/file/src/
H A Dapprentice.c1161 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() function
1257 (void)addentry(ms, &me, mset); in load_1()
1266 (void)addentry(ms, &me, mset); in load_1()
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.02217 * ntpd/ntp_intres.c (addentry):