Home
last modified time | relevance | path

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

/xnu-8792.61.2/pexpert/gen/
H A Dbootargs.c35 typedef boolean_t (*argsep_func_t) (char c); typedef
44 static int getval(char *s, long long *val, argsep_func_t issep, boolean_t skip_equal_sign);
397 argsep_func_t issep, in getval()