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