Home
last modified time | relevance | path

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

/dragonfly/sbin/restore/
H A Drestore.c94 ep = addentry(name, ino, type); in addfile()
324 ep = addentry(name, ino, type); in nodeupdates()
363 ep = addentry(name, ino, type|LINK); in nodeupdates()
378 ep = addentry(name, ino, type|LINK); in nodeupdates()
419 ip = addentry(name, ino, type); in nodeupdates()
428 ip = addentry(name, ino, type); in nodeupdates()
H A Dextern.h33 struct entry *addentry(const char *, ufs1_ino_t, int);
H A Dsymtab.c214 addentry(const char *name, ufs1_ino_t inum, int type) in addentry() function
536 ep = addentry(".", UFS_ROOTINO, NODE); in initsymtable()
H A Dutilities.c68 ep = addentry(name, pathsearch(name)->d_ino, NODE); in pathcheck()
/dragonfly/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()