Home
last modified time | relevance | path

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

/xnu-8792.61.2/pexpert/gen/
H A Dbootargs.c37 static boolean_t isargsep( char c);
86 while (*args && isargsep(*args)) { in PE_parse_boot_argn_internal()
98 while (!isargsep(*cp) && *cp != '=') { in PE_parse_boot_argn_internal()
123 while (*cp && isargsep(*cp)) { in PE_parse_boot_argn_internal()
140 switch (force_string ? STR : getval(cp, &val, isargsep, FALSE)) { in PE_parse_boot_argn_internal()
177 while (!isargsep(*args)) { in PE_parse_boot_argn_internal()
182 while (*args && isargsep(*args)) { in PE_parse_boot_argn_internal()
309 isargsep(char c) in isargsep() function
321 if (isargsep(c) || c == '_' || c == ',') { in israngesep()
336 while (!isargsep(*from)) { in argstrcpy()
[all …]