Home
last modified time | relevance | path

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

/xen/xen/arch/x86/boot/
A Dcmdline.c114 static size_t strcspn(const char *s, const char *reject) in strcspn() function
179 return strncmp(cs, ct, max(strcspn(cs, _delim_chars), strlen(ct))); in strmaxcmp()
203 lc = strcspn(cmdline, delim_chars); in find_opt()
/xen/xen/tools/kconfig/
A Dconfdata.c483 (int)strcspn(line, "\r\n"), line); in conf_read_simple()
620 l = strcspn(p, "\n"); in kconfig_print_comment()
693 l = strcspn(p, "\n"); in header_print_comment()
A Dsymbol.c881 l = strcspn(p, "\"\\"); in sym_escape_string_value()
898 l = strcspn(p, "\"\\"); in sym_escape_string_value()

Completed in 8 milliseconds