Home
last modified time | relevance | path

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

/timezone/
A Dtst-timezone.c95 char buf[BUFSIZ]; in do_test() local
105 sprintf (buf, "TZ=%s", pt->name); in do_test()
106 if (putenv (buf)) in do_test()
125 char buf[200]; in do_test() local
129 snprintf (buf, sizeof (buf), "TZ=%s %jd %d %d %d %d %d %d %d %d %d", in do_test()
134 fputs (buf, stdout); in do_test()
137 if (strcmp (buf, "TZ=Europe/London 892162800 0 0 0 10 3 98 5 99 1") != 0) in do_test()
148 char buf[200]; in do_test() local
152 snprintf (buf, sizeof (buf), "TZ=%s %jd %d %d %d %d %d %d %d %d %d", in do_test()
157 fputs (buf, stdout); in do_test()
[all …]
A Dzdump.c360 free(*buf); in saveabbr()
366 *buf = xmalloc(*bufalloc); in saveabbr()
368 return strcpy(*buf, ab); in saveabbr()
803 char buf[1024]; in my_snprintf() local
809 n = vsprintf(buf, format, args); in my_snprintf()
814 arg = buf; in my_snprintf()
889 char *b = buf; in format_quoted_string()
931 char *b = buf; in istrftime()
1015 char *buf = stackbuf; in showtrans() local
1020 buf = bufalloc = xmalloc(size); in showtrans()
[all …]
A Dzic.c1188 char buf[BUFSIZ]; in infile() local
1203 if (fgets(buf, sizeof buf, fp) != buf) in infile()
1816 char buf[4]; in puttzcode() local
1818 convert(val, buf); in puttzcode()
1819 fwrite(buf, sizeof buf, 1, fp); in puttzcode()
1828 char buf[8]; in puttzcodepass() local
1831 fwrite(buf, sizeof buf, 1, fp); in puttzcodepass()
2300 char *p = buf; in abbroffset()
2313 return buf; in abbroffset()
3073 char *buf; in yearistype() local
[all …]

Completed in 16 milliseconds