Searched refs:addentry (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sbin/restore/
H A Dextern.h35 struct entry *addentry(char *, ino_t, int);
H A Drestore.c104 ep = addentry(name, ino, type);
334 ep = addentry(name, ino, type);
373 ep = addentry(name, ino, type|LINK);
388 ep = addentry(name, ino, type|LINK);
429 ip = addentry(name, ino, type);
438 ip = addentry(name, ino, type);
H A Dsymtab.c222 addentry(char *name, ino_t inum, int type) function
239 panic("bad name to addentry %s\n", name);
543 ep = addentry(".", UFS_ROOTINO, NODE);
H A Dutilities.c76 ep = addentry(name, pathsearch(name)->d_ino, NODE);
/freebsd-12-stable/sbin/fsck/
H A Dfsck.c80 static void addentry(struct fstypelist *, const char *, const char *);
457 addentry(&opthead, optstr, newoptions);
462 addentry(struct fstypelist *list, const char *type, const char *opts) function
489 addentry(&selhead, ptr, "");
/freebsd-12-stable/contrib/file/src/
H A Dapprentice.c1152 addentry(struct magic_set *ms, struct magic_entry *me, function
1248 (void)addentry(ms, &me, mset);
1257 (void)addentry(ms, &me, mset);

Completed in 74 milliseconds