Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c383 static char const tzdirslash[sizeof TZDIR] = TZDIR "/"; variable
400 char fullname[max(sizeof(struct file_analysis), sizeof tzdirslash + 1024)];
453 if (sizeof lsp->fullname - sizeof tzdirslash <= strlen(name)) in tzloadbody()
459 memcpy(lsp->fullname, tzdirslash, sizeof tzdirslash); in tzloadbody()
460 strcpy(lsp->fullname + sizeof tzdirslash, name); in tzloadbody()