OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:follow_path
(Results
1 - 5
of
5
) sorted by null
/external/qemu/util/
path.c
118
follow_path
(const struct pathelem *cursor, const char *name)
function
129
return
follow_path
(cursor->parent, name + namelen);
132
return
follow_path
(cursor, name + namelen);
136
return
follow_path
(cursor->entries[i], name + namelen);
181
return
follow_path
(base, name) ?: name;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis_tags.h
29
#define
FOLLOW_PATH
(1<<1) /* Follow the path in a table */
nislib.h
71
* [
FOLLOW_PATH
], HARD_LOOKUP, [ALL_RESULTS], [NO_CACHE],
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_tags.h
29
#define
FOLLOW_PATH
(1<<1) /* Follow the path in a table */
nislib.h
71
* [
FOLLOW_PATH
], HARD_LOOKUP, [ALL_RESULTS], [NO_CACHE],
Completed in 641 milliseconds