Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/time/
H A Dlocaltime.c611 register bool doaccess; in tzloadbody()
628 doaccess = true; in tzloadbody()
630 doaccess = name[0] == '/'; in tzloadbody()
632 if (!doaccess) { in tzloadbody()
643 /* Set doaccess if NAME contains a ".." file name in tzloadbody()
649 doaccess = true; in tzloadbody()
655 if (doaccess && (tzloadflags & TZLOAD_FROMENV)) { in tzloadbody()
474 register bool doaccess; tzloadbody() local
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcs.c248 static int doaccess P((void));
565 changed |= doaccess(); /* Update access list. */
973 doaccess() in doaccess() function