Home
last modified time | relevance | path

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

/timezone/
A Dzdump.c231 char **env = fakeenv; in tzalloc() local
233 if (! env) { in tzalloc()
239 env = xmalloc(sumsize(sizeof *environ, in tzalloc()
242 for (e = environ; (env[to] = *e); e++) in tzalloc()
246 env[0] = strcat(strcpy(env0, "TZ="), val); in tzalloc()
247 environ = fakeenv = env; in tzalloc()
249 return env; in tzalloc()
253 tzfree(timezone_t env) in tzfree() argument
255 environ = env + 1; in tzfree()
256 free(env[0]); in tzfree()
A Dtest-tz.c7 const char * env; member
37 setenv ("TZ", tests[i].env, 1); in main()

Completed in 6 milliseconds