Home
last modified time | relevance | path

Searched refs:addentry (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/restore/
H A Drestore.c94 ep = addentry(name, ino, type); in addfile()
306 ep = addentry(name, ino, type); in nodeupdates()
345 ep = addentry(name, ino, type|LINK); in nodeupdates()
360 ep = addentry(name, ino, type|LINK); in nodeupdates()
402 ip = addentry(name, ino, type); in nodeupdates()
411 ip = addentry(name, ino, type); in nodeupdates()
H A Dextern.h35 struct entry *addentry(char *, ino_t, int);
H A Dsymtab.c215 addentry(char *name, ino_t inum, int type) in addentry() function
535 ep = addentry(".", ROOTINO, NODE); in initsymtable()
H A Dutilities.c70 ep = addentry(name, pathsearch(name)->d_ino, NODE); in pathcheck()
/openbsd/sbin/fsck/
H A Dfsck.c80 static void addentry(struct fstypelist *, const char *, const char *);
404 addentry(&opthead, optstr, newoptions); in addoption()
409 addentry(struct fstypelist *list, const char *type, const char *opts) in addentry() function
436 addentry(&selhead, ptr, ""); in maketypelist()
/openbsd/usr.bin/mg/
H A Dcscope.c69 static int addentry(struct buffer *, char *);
418 if (addentry(bp, buf) != TRUE) { in do_cscope()
439 addentry(struct buffer *bp, char *csline) in addentry() function