Searched refs:handle_option (Results 1 - 2 of 2) sorted by relevance

/external/fio/
H A Dparse.c794 static int handle_option(struct fio_option *o, const char *__ptr, void *data) function
799 dprint(FD_PARSE, "handle_option=%s, ptr=%s\n", o->name, __ptr);
920 if (!handle_option(o, val, data))
950 if (handle_option(*o, post, data)) {
1151 handle_option(o, o->def, data);
/external/pcre/dist/
H A Dpcregrep.c2346 handle_option(int letter, int options) function
2802 pcre_options = handle_option(*s++, pcre_options);
2812 pcre_options = handle_option(op->one_char, pcre_options);

Completed in 171 milliseconds