HomeSort by: relevance | last modified time | path
    Searched defs:str_ends_with (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
mem1.c 326 str_ends_with(const char *haystack, const char *needle) function in typeref:typename:bool
353 str_ends_with(curr_pos.p_file, ".c"));
decl.c 1830 str_ends_with(const char *s, const char *suffix) function in typeref:typename:bool
1844 str_ends_with(curr_pos.p_file, ".c") &&
tree.c 743 str_ends_with(const char *haystack, const char *needle) function in typeref:typename:bool
757 (str_ends_with(name, "_overflow") ||
758 str_ends_with(name, "_overflow_p"));

Completed in 17 milliseconds