Searched defs:strstarts (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | string.h | 40 static inline bool strstarts(const char *str, const char *prefix) in strstarts() function
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | string.h | 40 static inline bool strstarts(const char *str, const char *prefix) in strstarts() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | string.h | 255 static inline bool strstarts(const char *str, const char *prefix) in strstarts() function
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | string.h | 213 static inline bool strstarts(const char *str, const char *prefix) in strstarts() function
|
| /kernel/linux/linux-5.10/scripts/dtc/ |
| D | dtc.h | 87 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) macro
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| D | dtc.h | 92 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) macro
|
| /kernel/linux/linux-6.6/scripts/mod/ |
| D | modpost.c | 368 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) macro
|
| /kernel/linux/linux-5.10/scripts/mod/ |
| D | modpost.c | 346 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) macro
|