Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Ddeflt.c47 int Dcflags; /* [re-]initialized on each call to defopen() */ member
175 thr_data->Dcflags = DC_STD; in defopen_common()
231 compare = TSTBITS(thr_data->Dcflags, DC_CASE) ? strncmp : strncasecmp; in defread_r()
234 if (!TSTBITS(thr_data->Dcflags, DC_NOREWIND)) in defread_r()
248 if (TSTBITS(thr_data->Dcflags, DC_STRIP_QUOTES)) { in defread_r()
320 oldflags = thr_data->Dcflags; in defcntl_r()
323 oldflags = thr_data->Dcflags; in defcntl_r()
324 thr_data->Dcflags = newflags; in defcntl_r()