OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_F_get_kind
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/
options.h
90
enum opt_F_kind
opt_F_get_kind
(struct opt_F_t *entry);
prototype.c
354
if (
opt_F_get_kind
(entry) != OPT_F_DIR)
440
if (
opt_F_get_kind
(entry) != OPT_F_FILE)
options.c
492
opt_F_get_kind
(struct opt_F_t *entry)
/external/ltrace/sysdeps/linux-gnu/
hooks.c
62
if (
opt_F_get_kind
(entry) == OPT_F_DIR)
Completed in 37 milliseconds