Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
A Dconfdata.c535 const char *postfix; member
541 .postfix = "#",
547 .postfix = " */",
562 fprintf(fp, "%s\n", cs->postfix); in conf_write_heading()
/scripts/mod/
A Dmodpost.c95 static inline bool strends(const char *str, const char *postfix) in strends() argument
97 if (strlen(str) < strlen(postfix)) in strends()
100 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()

Completed in 7 milliseconds