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

/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dconfig.c79 static void makeentry(char *, size_t, int, const char *);
498 makeentry(entbuf, sizeof(entbuf), i, "addr");
527 makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
537 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
551 makeentry(entbuf, sizeof(entbuf), i, "vltime");
562 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
570 makeentry(entbuf, sizeof(entbuf), i, "pltime");
582 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
657 makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
660 makeentry(oentbu
1092 makeentry(char *buf, size_t len, int id, const char *string) function
[all...]
/freebsd-9.3-release/sbin/fsck_ffs/
H A Ddir.c420 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
466 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
475 (void)makeentry(orphan, lfdir, "..");
520 makeentry(ino_t parent, ino_t ino, const char *name) function
H A Dfsck.h445 int makeentry(ino_t parent, ino_t ino, const char *name);
H A Dpass2.c215 (void)makeentry(inp->i_number, inp->i_parent, "..");
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.c755 rval = makeentry(curinum, inum, argv[2]);

Completed in 125 milliseconds