OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_F_t
(Results
1 - 4
of
4
) sorted by null
/external/ltrace/
options.h
80
struct
opt_F_t
{
90
enum opt_F_kind opt_F_get_kind(struct
opt_F_t
*entry);
94
void opt_F_destroy(struct
opt_F_t
*entry);
99
* initialized like VECT_INIT(VEC, struct
opt_F_t
); Returns 0 on
103
/* Vector of struct
opt_F_t
. */
options.c
71
/* Vector of struct
opt_F_t
. */
467
struct
opt_F_t
arg = {
483
opt_F_destroy(struct
opt_F_t
*entry)
492
opt_F_get_kind(struct
opt_F_t
*entry)
517
VECT_INIT(&opt_F, struct
opt_F_t
);
prototype.c
352
consider_confdir_cb(struct
opt_F_t
*entry, void *d)
369
if (VECT_EACH(&opt_F, struct
opt_F_t
, NULL,
437
add_imports_cb(struct
opt_F_t
*entry, void *data)
477
|| VECT_EACH(&opt_F, struct
opt_F_t
, NULL,
/external/ltrace/sysdeps/linux-gnu/
hooks.c
59
add_dir_component_cb(struct
opt_F_t
*entry, void *data)
68
destroy_opt_F_cb(struct
opt_F_t
*entry, void *data)
156
VECT_INIT(&v, struct
opt_F_t
);
158
|| VECT_EACH(&v, struct
opt_F_t
, NULL,
163
VECT_DESTROY(&v, struct
opt_F_t
, destroy_opt_F_cb, NULL);
Completed in 49 milliseconds