Home
last modified time | relevance | path

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

/timezone/
A Dzic.c1792 convert(const int_fast32_t val, char *const buf) in convert() argument
1799 b[i] = val >> shift; in convert()
1803 convert64(const zic_t val, char *const buf) in convert64() argument
1810 b[i] = val >> shift; in convert64()
1814 puttzcode(const int_fast32_t val, FILE *const fp) in puttzcode() argument
1818 convert(val, buf); in puttzcode()
1823 puttzcodepass(zic_t val, FILE *fp, int pass) in puttzcodepass() argument
1826 puttzcode(val, fp); in puttzcodepass()
1830 convert64(val, buf); in puttzcodepass()
A Dzdump.c228 tzalloc(char const *val) in tzalloc() argument
245 env0 = xmalloc(sumsize(sizeof "TZ=", strlen(val))); in tzalloc()
246 env[0] = strcat(strcpy(env0, "TZ="), val); in tzalloc()

Completed in 14 milliseconds