Searched defs:f_ptr (Results 1 – 5 of 5) sorted by relevance
101 int& (*f_ptr)() = &get_int; in test() local
89 int& (*f_ptr)() = &get_int; in test() local
635 F* F::*f_ptr = &F::f; variable
18 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error variable
3067 read_config_file(FILE *cf, struct filed **f_ptr) in read_config_file()