Searched refs:addentry (Results 1 – 6 of 6) sorted by relevance
/openbsd/sbin/restore/ |
H A D | restore.c | 94 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 D | extern.h | 35 struct entry *addentry(char *, ino_t, int);
|
H A D | symtab.c | 215 addentry(char *name, ino_t inum, int type) in addentry() function 535 ep = addentry(".", ROOTINO, NODE); in initsymtable()
|
H A D | utilities.c | 70 ep = addentry(name, pathsearch(name)->d_ino, NODE); in pathcheck()
|
/openbsd/sbin/fsck/ |
H A D | fsck.c | 80 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 D | cscope.c | 69 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
|