/src/sys/lib/libsa/ |
ext2fs.c | 153 static int search_directory(const char *, int, struct open_file *, ino32_t *); 372 search_directory(const char *name, int length, struct open_file *f, function in typeref:typename:int 603 rc = search_directory(ncp, cp - ncp, f, &inumber); 680 rc = search_directory(path, strlen(path), f, &inumber);
|
minixfs3.c | 176 static int search_directory(const char *, int, struct open_file *, ino32_t *); 395 search_directory(const char *name, int length, struct open_file *f, function in typeref:typename:int 631 rc = search_directory(ncp, cp - ncp, f, &inumber); 702 rc = search_directory(path, strlen(path), f, &inumber);
|
ufs.c | 209 static int search_directory(const char *, int, struct open_file *, ino32_t *); 591 search_directory(const char *name, int length, struct open_file *f, function in typeref:typename:int 807 rc = search_directory(ncp, cp - ncp, f, &inumber); 883 rc = search_directory(path, strlen(path), f, &inumber);
|