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

/freebsd-10.1-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");
571 makeentry(entbuf, sizeof(entbuf), i, "pltime");
583 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
659 makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
662 makeentry(oentbu
1094 makeentry(char *buf, size_t len, int id, const char *string) function
[all...]
/freebsd-10.1-release/sbin/fsck_ffs/
H A Ddir.c415 if (makeentry(ROOTINO, lfdir, lfname) != 0) {
461 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
470 (void)makeentry(orphan, lfdir, "..");
515 makeentry(ino_t parent, ino_t ino, const char *name) function
H A Dfsck.h449 int makeentry(ino_t parent, ino_t ino, const char *name);
H A Dpass2.c215 (void)makeentry(inp->i_number, inp->i_parent, "..");
/freebsd-10.1-release/sbin/fsdb/
H A Dfsdb.c759 rval = makeentry(curinum, inum, argv[2]);

Completed in 156 milliseconds