Home
last modified time | relevance | path

Searched refs:xtzset (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/other/
Dhwclock.c94 if (TT.utc) s = xtzset("UTC0"); in hwclock_main()
97 free(xtzset(s)); in hwclock_main()
/external/toybox/lib/
Dlib.h181 char *xtzset(char *new);
Dxwrap.c921 char *xtzset(char *new) in xtzset() function