Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/restore/
H A Drestore.c102 ep = addentry(name, ino, type); in addfile()
332 ep = addentry(name, ino, type); in nodeupdates()
371 ep = addentry(name, ino, type|LINK); in nodeupdates()
386 ep = addentry(name, ino, type|LINK); in nodeupdates()
427 ip = addentry(name, ino, type); in nodeupdates()
436 ip = addentry(name, ino, type); in nodeupdates()
H A Dextern.h34 struct entry *addentry(char *, ino_t, int);
H A Dsymtab.c220 addentry(char *name, ino_t inum, int type) in addentry() function
541 ep = addentry(".", UFS_ROOTINO, NODE); in initsymtable()
H A Dutilities.c74 ep = addentry(name, pathsearch(name)->d_ino, NODE); in pathcheck()
/freebsd-14.2/sbin/fsck/
H A Dfsck.c79 static void addentry(struct fstypelist *, const char *, const char *);
459 addentry(&opthead, optstr, newoptions); in addoption()
464 addentry(struct fstypelist *list, const char *type, const char *opts) in addentry() function
491 addentry(&selhead, ptr, ""); in maketypelist()
/freebsd-14.2/contrib/file/src/
H A Dapprentice.c1283 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() function
1381 (void)addentry(ms, &me, mset); in load_1()
1390 (void)addentry(ms, &me, mset); in load_1()
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.02217 * ntpd/ntp_intres.c (addentry):