Home | History | Annotate | Download | only in test

Lines Matching full:stderr

18   fprintf(stderr, "Starting...\n");
19 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
20 fprintf(stderr, "TZ Offset is %ld\n", timezone);
24 fprintf(stderr, "US/Eastern Test\n");
27 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
28 fprintf(stderr, "TZ Offset is %ld\n", timezone);
29 fprintf(stderr, "TZ Offset is %ld\n", neo_tz_offset(&ttm));
30 fprintf(stderr, "From tm: %s %ld\n", ttm.tm_zone, ttm.tm_gmtoff);
32 fprintf(stderr, "Time is %s\n", buf);
34 fprintf(stderr, "GMT Test\n");
37 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
38 fprintf(stderr, "TZ Offset is %ld\n", timezone);
39 fprintf(stderr, "TZ Offset is %ld\n", neo_tz_offset(&ttm));
40 fprintf(stderr, "From tm: %s %ld\n", ttm.tm_zone, ttm.tm_gmtoff);
42 fprintf(stderr, "Time is %s\n", buf);