Searched refs:makeentry (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/rtadvd/
H A Dconfig.c78 static void makeentry(char *, size_t, int, const char *);
504 makeentry(entbuf, sizeof(entbuf), i, "addr");
533 makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
543 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
557 makeentry(entbuf, sizeof(entbuf), i, "vltime");
568 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
577 makeentry(entbuf, sizeof(entbuf), i, "pltime");
589 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
665 makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
668 makeentry(oentbu
1105 makeentry(char *buf, size_t len, int id, const char *string) function
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Ddir.c496 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
542 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
551 (void)makeentry(orphan, lfdir, "..");
596 makeentry(ino_t parent, ino_t ino, const char *name) function
H A Dfsck.h455 int makeentry(ino_t parent, ino_t ino, const char *name);
H A Dpass2.c213 (void)makeentry(inp->i_number, inp->i_parent, "..");
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c760 rval = makeentry(curinum, inum, argv[2]);

Completed in 142 milliseconds