Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c452 char const *dot; in tzloadbody() local
465 for (dot = name; (dot = strchr(dot, '.')); dot++) in tzloadbody()
466 if ((dot == name || dot[-1] == '/') && dot[1] == '.' in tzloadbody()
467 && (dot[2] == '/' || !dot[2])) { in tzloadbody()