HomeSort by: relevance | last modified time | path
    Searched defs:tzalloc (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
zdump.c 236 # undef tzalloc
238 # define tzalloc zdump_tzalloc macro
242 tzalloc(char const *val) function in typeref:typename:timezone_t
319 gmtz = tzalloc("GMT");
322 gmtz = tzalloc(gmt0);
586 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0
private.h 213 #define tzalloc sys_tzalloc macro
224 #undef tzalloc
723 # undef tzalloc
724 # define tzalloc tz_tzalloc macro
887 timezone_t tzalloc(char const *);
localtime.c 1641 tzalloc(char const *name) function in typeref:typename:timezone_t

Completed in 14 milliseconds