Symbol: makeentry
sbin/fsck_ffs/dir.c
606
if (makeentry(UFS_ROOTINO, lfdir,
sbin/fsck_ffs/dir.c
663
if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
sbin/fsck_ffs/dir.c
674
(void)makeentry(orphan, lfdir, "..");
sbin/fsck_ffs/fsck.h
521
int makeentry(ino_t parent, ino_t ino, const char *name);
sbin/fsck_ffs/pass2.c
217
(void)makeentry(inp->i_number, inp->i_parent, "..");
sbin/fsdb/fsdb.c
805
rval = makeentry(curinum, inum, argv[2]);
usr.sbin/rtadvd/config.c
511
makeentry(entbuf, sizeof(entbuf), i, "addr");
usr.sbin/rtadvd/config.c
540
makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
usr.sbin/rtadvd/config.c
550
makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
usr.sbin/rtadvd/config.c
564
makeentry(entbuf, sizeof(entbuf), i, "vltime");
usr.sbin/rtadvd/config.c
575
makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
usr.sbin/rtadvd/config.c
584
makeentry(entbuf, sizeof(entbuf), i, "pltime");
usr.sbin/rtadvd/config.c
596
makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
usr.sbin/rtadvd/config.c
672
makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
usr.sbin/rtadvd/config.c
675
makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix");
usr.sbin/rtadvd/config.c
716
makeentry(entbuf, sizeof(entbuf), i, "rtplen");
usr.sbin/rtadvd/config.c
720
makeentry(oentbuf, sizeof(oentbuf), i, "rtrplen");
usr.sbin/rtadvd/config.c
736
makeentry(entbuf, sizeof(entbuf), i, "rtflags");
usr.sbin/rtadvd/config.c
754
makeentry(oentbuf, sizeof(oentbuf), i, "rtrflags");
usr.sbin/rtadvd/config.c
777
makeentry(entbuf, sizeof(entbuf), i, "rtltime");
usr.sbin/rtadvd/config.c
780
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
816
makeentry(entbuf, sizeof(entbuf), i, "rdnss");
usr.sbin/rtadvd/config.c
838
makeentry(entbuf, sizeof(entbuf), i, "rdnssltime");
usr.sbin/rtadvd/config.c
867
makeentry(entbuf, sizeof(entbuf), i, "dnssl");
usr.sbin/rtadvd/config.c
892
makeentry(entbuf, sizeof(entbuf), i, "dnsslltime");
usr.sbin/rtadvd/config.c
921
makeentry(entbuf, sizeof(entbuf), i, "pref64");
usr.sbin/rtadvd/config.c
933
makeentry(entbuf, sizeof(entbuf), i, "pref64len");
usr.sbin/rtadvd/config.c
961
makeentry(entbuf, sizeof(entbuf), i, "pref64lifetime");