Searched refs:postfix (Results 1 – 2 of 2) sorted by relevance
598 const char *postfix; member604 .postfix = "#",610 .postfix = " */",625 fprintf(fp, "%s\n", cs->postfix); in conf_write_heading()
92 static inline bool strends(const char *str, const char *postfix) in strends() argument94 if (strlen(str) < strlen(postfix)) in strends()97 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()