Searched defs:path_prefix (Results 1 – 8 of 8) sorted by relevance
33 struct path_prefix struct41 extern char *find_a_file (struct path_prefix *, const char *, int); argument
1432 struct path_prefix struct1441 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
1558 struct path_prefix struct1567 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
38 char path_prefix[kMaxPathLength]; member
40 char path_prefix[kMaxPathLength]; member
40 static int path_prefix(const char *path, int depth) in path_prefix() function