Searched refs:strmaxcmp (Results 1 – 1 of 1) sorted by relevance
/xen/xen/arch/x86/boot/ |
A D | cmdline.c | 177 static int strmaxcmp(const char *cs, const char *ct, const char *_delim_chars) in strmaxcmp() function 200 if ( !strmaxcmp(cmdline, "--", delim_chars) ) in find_opt() 226 if ( !strmaxcmp(c, "off", delim_chars) ) in edd_parse() 229 return !strmaxcmp(c, "skipmbr", delim_chars); in edd_parse() 241 if ( !strmaxcmp(c, "force", delim_chars) ) in edid_parse() 244 return !strmaxcmp(c, "no", delim_chars); in edid_parse() 290 if ( !strmaxcmp(c, "current", delim_chars_comma) ) in vga_parse()
|
Completed in 2 milliseconds