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

/netbsd-current/sbin/fsck_ext2fs/
H A Dextern.h59 int makeentry(ino_t, ino_t, const char *);
H A Ddir.c429 if (makeentry(EXT2_ROOTINO, lfdir, lfname) != 0) {
474 if (makeentry(lfdir, orphan, tempname) == 0) {
483 (void)makeentry(orphan, lfdir, "..");
520 makeentry(ino_t parent, ino_t ino, const char *name) function
H A Dpass2.c203 (void)makeentry(inp->i_number, inp->i_parent, "..");
/netbsd-current/sbin/fsck_lfs/
H A Dextern.h65 int makeentry(ino_t, ino_t, const char *);
H A Ddir.c456 if (makeentry(ULFS_ROOTINO, lfdir, lfname) != 0) {
503 if (makeentry(lfdir, orphan, tempname) == 0) {
512 (void) makeentry(orphan, lfdir, "..");
551 makeentry(ino_t parent, ino_t ino, const char *name) function
H A Dpass2.c194 (void) makeentry(inp->i_number, inp->i_parent, "..");
/netbsd-current/usr.sbin/rtadvd/
H A Dconfig.c80 static void makeentry(char *, size_t, int, const char *);
383 makeentry(entbuf, sizeof(entbuf), i, "addr");
421 makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
431 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
445 makeentry(entbuf, sizeof(entbuf), i, "vltime");
456 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
464 makeentry(entbuf, sizeof(entbuf), i, "pltime");
476 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
516 makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
519 makeentry(oentbu
869 makeentry(char *buf, size_t len, int id, const char *string) function
[all...]
/netbsd-current/sbin/fsck_ffs/
H A Dextern.h68 int makeentry(ino_t, ino_t, const char *);
H A Ddir.c602 if (makeentry(UFS_ROOTINO, lfdir, lfname) != 0) {
660 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
670 (void)makeentry(orphan, lfdir, "..");
713 makeentry(ino_t parent, ino_t ino, const char *name) function
H A Dpass2.c277 (void)makeentry(inp->i_number, inp->i_parent, "..");
/netbsd-current/sbin/fsdb/
H A Dfsdb.c1074 rval = makeentry(curinum, inum, argv[2]);

Completed in 260 milliseconds