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

  /src/lib/libc/time/
Makefile.inc 37 tzset.3 tzalloc.3 \
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 *);
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
strptime.c 133 tz = tzalloc(buf);
localtime.c 1641 tzalloc(char const *name) function in typeref:typename:timezone_t
  /src/lib/libc/compat/include/
time.h 104 timezone_t tzalloc(const char *);
  /src/include/
time.h 231 timezone_t tzalloc(const char *) __RENAME(__tzalloc50);

Completed in 19 milliseconds