Searched refs:opt_F_t (Results 1 – 4 of 4) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ |
D | hooks.c | 59 add_dir_component_cb(struct opt_F_t *entry, void *data) in add_dir_component_cb() 68 destroy_opt_F_cb(struct opt_F_t *entry, void *data) in destroy_opt_F_cb() 156 VECT_INIT(&v, struct opt_F_t); in os_get_config_dirs() 158 || VECT_EACH(&v, struct opt_F_t, NULL, in os_get_config_dirs() 163 VECT_DESTROY(&v, struct opt_F_t, destroy_opt_F_cb, NULL); in os_get_config_dirs()
|
/external/ltrace/ |
D | options.h | 80 struct opt_F_t { struct 90 enum opt_F_kind opt_F_get_kind(struct opt_F_t *entry); argument 94 void opt_F_destroy(struct opt_F_t *entry);
|
D | options.c | 467 struct opt_F_t arg = { in parse_colon_separated_list() 483 opt_F_destroy(struct opt_F_t *entry) in opt_F_destroy() 492 opt_F_get_kind(struct opt_F_t *entry) in opt_F_get_kind() 517 VECT_INIT(&opt_F, struct opt_F_t); in process_options()
|
D | prototype.c | 352 consider_confdir_cb(struct opt_F_t *entry, void *d) in consider_confdir_cb() 369 if (VECT_EACH(&opt_F, struct opt_F_t, NULL, in load_dash_F_dirs() 437 add_imports_cb(struct opt_F_t *entry, void *data) in add_imports_cb() 477 || VECT_EACH(&opt_F, struct opt_F_t, NULL, in protolib_cache_init()
|