Searched defs:begins_with (Results 1 – 3 of 3) sorted by relevance
305 #define begins_with(s, pre) (strncmp(s, pre, sizeof(pre)-1) == 0) macro
343 begins_with(char *line, const char *keyword, char **params) in begins_with() function
1440 #define begins_with( global() macro