search_directory
static int search_directory(const char *, int, struct open_file *, ino32_t *);
rc = search_directory(ncp, cp - ncp, f, &inumber);
rc = search_directory(path, strlen(path), f, &inumber);
static int search_directory(const char *, int, struct open_file *, ino32_t *);
rc = search_directory(ncp, cp - ncp, f, &inumber);
rc = search_directory(path, strlen(path), f, &inumber);
static int search_directory(const char *, int, struct open_file *, ino32_t *);
rc = search_directory(ncp, cp - ncp, f, &inumber);
rc = search_directory(path, strlen(path), f, &inumber);