reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
195 if ((!str) || str[0] == 0) 195 if ((!str) || str[0] == 0) 211 return str[0] == 0 || asterisk; 212 if (str[0] == 0) 220 const char *str0 = str; 221 const char *spos = internal_strstr(str, templ); 222 str = spos + internal_strlen(templ);