Symbol: makeentry
sbin/fsck/dir.c
442
if (makeentry(UFS_ROOTINO, lfdir, lfname) != 0) {
sbin/fsck/dir.c
488
if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
sbin/fsck/dir.c
497
makeentry(orphan, lfdir, "..");
sbin/fsck/fsck.h
294
extern int makeentry(ufs1_ino_t, ufs1_ino_t, char *);
sbin/fsck/pass2.c
203
makeentry(inp->i_number, inp->i_parent, "..");
sbin/fsdb/fsdb.c
474
rval = makeentry(curinum, inum, argv[2]);
usr.sbin/rtadvd/config.c
498
makeentry(entbuf, sizeof(entbuf), i, "addr");
usr.sbin/rtadvd/config.c
527
makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
usr.sbin/rtadvd/config.c
537
makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
usr.sbin/rtadvd/config.c
551
makeentry(entbuf, sizeof(entbuf), i, "vltime");
usr.sbin/rtadvd/config.c
562
makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
usr.sbin/rtadvd/config.c
571
makeentry(entbuf, sizeof(entbuf), i, "pltime");
usr.sbin/rtadvd/config.c
583
makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
usr.sbin/rtadvd/config.c
659
makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
usr.sbin/rtadvd/config.c
662
makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix");
usr.sbin/rtadvd/config.c
703
makeentry(entbuf, sizeof(entbuf), i, "rtplen");
usr.sbin/rtadvd/config.c
707
makeentry(oentbuf, sizeof(oentbuf), i, "rtrplen");
usr.sbin/rtadvd/config.c
723
makeentry(entbuf, sizeof(entbuf), i, "rtflags");
usr.sbin/rtadvd/config.c
741
makeentry(oentbuf, sizeof(oentbuf), i, "rtrflags");
usr.sbin/rtadvd/config.c
764
makeentry(entbuf, sizeof(entbuf), i, "rtltime");
usr.sbin/rtadvd/config.c
767
makeentry(oentbuf, sizeof(oentbuf), i, "rtrltime");
usr.sbin/rtadvd/config.c
79
static void makeentry(char *, size_t, int, const char *);
usr.sbin/rtadvd/config.c
803
makeentry(entbuf, sizeof(entbuf), i, "rdnss");
usr.sbin/rtadvd/config.c
825
makeentry(entbuf, sizeof(entbuf), i, "rdnssltime");
usr.sbin/rtadvd/config.c
854
makeentry(entbuf, sizeof(entbuf), i, "dnssl");
usr.sbin/rtadvd/config.c
874
makeentry(entbuf, sizeof(entbuf), i, "dnsslltime");