Lines Matching refs:streq
90 if (ptr == NULL || streq(ptr, "") || ptr[strlen(ptr) - 1] == ':') {
145 if (current_label == NULL || streq(list->label, current_label))
254 if (streq(inner->label, local->label)) {
300 if (streq(string, NO_SECTION_DEFAULTS)) {
313 if (streq(s, SUFFIX))
316 else if (streq(s, FOLD))
319 else if (streq(s, FOLDSUFFIX))
440 if (streq(ptr + 1, COMPRESSION_EXTENSION))
443 else if (streq(ptr + 1, GZIP_EXTENSION))
447 else if (streq(ptr + 1, BZIP2_EXTENSION))
451 else if (streq(ptr + 1, LZMA_EXTENSION))
482 if (streq(ptr + 1, COMPRESSION_EXTENSION))
485 else if (streq(ptr + 1, GZIP_EXTENSION))
489 else if (streq(ptr + 1, BZIP2_EXTENSION))
493 else if (streq(ptr + 1, LZMA_EXTENSION))
498 else if (streq(ptr + 1, IGNORE_EXTENSION)) {
577 if (streq(l1, l2)) {