Home
last modified time | relevance | path

Searched refs:argsep_func_t (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/pexpert/gen/
H A Dbootargs.c31 typedef boolean_t (*argsep_func_t) (char c); typedef
40 static int getval(char *s, long long *val, argsep_func_t issep, boolean_t skip_equal_sign);
284 argsep_func_t issep, in getval()