Searched refs:tzload (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
H A D | localtime.c | 249 static int tzload P((const char * name, struct state * sp, 412 tzload(name, sp, doextend) function 431 XLOG(("tzload: null 'name' parameter\n" )); 451 XLOG(("tzload: null TZDIR macro ?\n" )); 455 XLOG(( "tzload: path too long: %s/%s\n", p, name )); 469 XLOG(( "tzload: could not find '%s'\n", name )); 478 XLOG(( "tzload: could not open '%s', trying '%s'\n", fullname, INDEXFILE )); 480 XLOG(( "tzload: could not find '%s'\n", INDEXFILE )); 498 XLOG(( "tzload: invalid offset (%d)\n", off )); 505 XLOG(( "tzload [all...] |
Completed in 4 milliseconds