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
520
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
518
makeentry(entbuf, sizeof(entbuf), i, "addr");
usr.sbin/rtadvd/config.c
547
makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
usr.sbin/rtadvd/config.c
557
makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
usr.sbin/rtadvd/config.c
571
makeentry(entbuf, sizeof(entbuf), i, "vltime");
usr.sbin/rtadvd/config.c
582
makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
usr.sbin/rtadvd/config.c
591
makeentry(entbuf, sizeof(entbuf), i, "pltime");
usr.sbin/rtadvd/config.c
603
makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
usr.sbin/rtadvd/config.c
679
makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
usr.sbin/rtadvd/config.c
682
makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix");
usr.sbin/rtadvd/config.c
723
makeentry(entbuf, sizeof(entbuf), i, "rtplen");
usr.sbin/rtadvd/config.c
727
makeentry(oentbuf, sizeof(oentbuf), i, "rtrplen");
usr.sbin/rtadvd/config.c
743
makeentry(entbuf, sizeof(entbuf), i, "rtflags");
usr.sbin/rtadvd/config.c
761
makeentry(oentbuf, sizeof(oentbuf), i, "rtrflags");
usr.sbin/rtadvd/config.c
784
makeentry(entbuf, sizeof(entbuf), i, "rtltime");
usr.sbin/rtadvd/config.c
787
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
823
makeentry(entbuf, sizeof(entbuf), i, "rdnss");
usr.sbin/rtadvd/config.c
845
makeentry(entbuf, sizeof(entbuf), i, "rdnssltime");
usr.sbin/rtadvd/config.c
874
makeentry(entbuf, sizeof(entbuf), i, "dnssl");
usr.sbin/rtadvd/config.c
899
makeentry(entbuf, sizeof(entbuf), i, "dnsslltime");
usr.sbin/rtadvd/config.c
928
makeentry(entbuf, sizeof(entbuf), i, "pref64");
usr.sbin/rtadvd/config.c
940
makeentry(entbuf, sizeof(entbuf), i, "pref64len");
usr.sbin/rtadvd/config.c
968
makeentry(entbuf, sizeof(entbuf), i, "pref64lifetime");