Symbol: addentry
sbin/fsck/fsck.c
159
addentry(&omhead, optarg, "");
sbin/fsck/fsck.c
459
addentry(&opthead, optstr, newoptions);
sbin/fsck/fsck.c
491
addentry(&selhead, ptr, "");
sbin/fsck/fsck.c
87
static void addentry(struct fstypelist *, const char *, const char *);
sbin/restore/extern.h
34
struct entry *addentry(const char *, ino_t, int);
sbin/restore/restore.c
104
ep = addentry(name, ino, type);
sbin/restore/restore.c
334
ep = addentry(name, ino, type);
sbin/restore/restore.c
373
ep = addentry(name, ino, type|LINK);
sbin/restore/restore.c
388
ep = addentry(name, ino, type|LINK);
sbin/restore/restore.c
430
ip = addentry(name, ino, type);
sbin/restore/restore.c
439
ip = addentry(name, ino, type);
sbin/restore/symtab.c
554
ep = addentry(".", UFS_ROOTINO, NODE);
sbin/restore/utilities.c
77
ep = addentry(name, pathsearch(name)->d_ino, NODE);
usr.bin/man/man.c
1034
if (addentry(m->mymanpath, buf, (int)ishead) < 0)
usr.bin/man/man.c
623
if (addentry(mp->missinglist, page, 0) < 0) {
usr.bin/man/man.c
722
if (addentry(mp->missinglist, page, 0) < 0) {
usr.bin/man/man.c
829
if (addentry(mp->intmp, *pathp, 0) < 0) {
usr.bin/man/manconf.c
172
if (addentry(tp, t, 0) == -1)
usr.bin/man/manconf.c
178
if (addentry(tp, p, 0) == -1)
usr.bin/man/manconf.c
206
if (addentry(tp, p, 0) == -1)
usr.bin/man/manconf.h
58
int addentry(TAG *, const char *, int);
usr.sbin/catman/catman.c
173
if (addentry(sectnewp, buf, 0) < 0)
usr.sbin/catman/catman.c
199
if (addentry(defp, buf, 0) < 0)
usr.sbin/catman/catman.c
223
if (addentry(defnewp, buf, 0) < 0)
usr.sbin/catman/catman.c
243
if (addentry(defp, buf, 1) < 0)
usr.sbin/catman/catman.c
311
if (addentry(defnewp, manpaths.gl_pathv[i], 0) < 0)