Searched refs:handle_option (Results 1 – 2 of 2) sorted by relevance
/external/fio/ |
D | parse.c | 841 static int handle_option(struct fio_option *o, const char *__ptr, void *data) in handle_option() function 967 if (!handle_option(o, val, data)) in parse_cmd_option() 997 if (handle_option(*o, post, data)) { in parse_option() 1200 handle_option(o, o->def, data); in fill_default_options()
|
/external/pcre/dist/ |
D | pcregrep.c | 2346 handle_option(int letter, int options) in handle_option() function 2802 pcre_options = handle_option(*s++, pcre_options); in main() 2812 pcre_options = handle_option(op->one_char, pcre_options); in main()
|