Home
last modified time | relevance | path

Searched refs:D_IGNORECASE (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.bin/diff/
H A Ddiff.h70 #define D_IGNORECASE 0x040 /* Case-insensitive matching */ macro
H A Ddiffreg.c294 if (flags & D_IGNORECASE) in diffreg()
386 (flags & (D_FOLDBLANKS|D_IGNOREBLANKS|D_IGNORECASE| in diffreg()
727 if (flags & (D_FOLDBLANKS | D_IGNOREBLANKS | D_IGNORECASE | D_STRIPCR)) { in check()
H A Ddiff.c213 dflags |= D_IGNORECASE; in main()