Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dstring.h91 size_t strcspn(const char *s, const char *reject);
/u-boot/scripts/kconfig/
A Dconfdata.c411 (int)strcspn(line, "\r\n"), line); in conf_read_simple()
550 l = strcspn(p, "\n"); in kconfig_print_comment()
623 l = strcspn(p, "\n"); in header_print_comment()
A Dsymbol.c884 l = strcspn(p, "\"\\"); in sym_escape_string_value()
901 l = strcspn(p, "\"\\"); in sym_escape_string_value()
/u-boot/lib/
A Dstring.c297 size_t strcspn(const char *s, const char *reject) in strcspn() function
/u-boot/drivers/core/
A Dof_access.c329 len = strcspn(path, "/:"); in __of_find_node_by_path()

Completed in 9 milliseconds