Searched refs:DC_CASE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/autofs-246/automountlib/
H A Ddeflt.h58 #define DC_CASE 0001 /* ON: respect case; OFF: ignore case */ macro
63 #define DC_STD ((0) | (DC_CASE))
H A Ddeflt.c168 compare = TSTBITS(thr_data->Dcflags, DC_CASE) ? strncmp : strncasecmp;

Completed in 65 milliseconds