Searched defs:strstarts (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/include/linux/
H A Dstring.h40 static inline bool strstarts(const char *str, const char *prefix) function
/linux-master/include/linux/
H A Dstring.h330 static inline bool strstarts(const char *str, const char *prefix) function
/linux-master/scripts/dtc/
H A Ddtc.h92 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) macro
/linux-master/scripts/mod/
H A Dmodpost.c359 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) macro
[all...]

Completed in 177 milliseconds