Searched refs:strcspn (Results 1 – 5 of 5) sorted by relevance
91 size_t strcspn(const char *s, const char *reject);
375 (int)strcspn(line, "\r\n"), line); in conf_read_simple()513 l = strcspn(p, "\n"); in kconfig_print_comment()586 l = strcspn(p, "\n"); in header_print_comment()
959 l = strcspn(p, "\"\\"); in sym_escape_string_value()976 l = strcspn(p, "\"\\"); in sym_escape_string_value()
296 size_t strcspn(const char *s, const char *reject) in strcspn() function
326 len = strcspn(path, "/:"); in __of_find_node_by_path()