HomeSort by: relevance | last modified time | path
    Searched refs:tm_zone (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/stdc/
time.d 49 char* tm_zone; /// timezone abbreviation
  /src/usr.bin/mail/
format.c 620 tm->tm_zone = get_comments(p);
622 tm->tm_zone = NULL;
678 tm->tm_zone = savestr(zone);
775 tm->tm_zone = NULL;
  /src/external/bsd/file/dist/src/
cdf_time.c 143 tm.tm_zone = UTC;
  /src/lib/libc/time/
getdate.c 101 rtm.tm_zone = NULL;
private.h 10 #define TM_ZONE tm_zone
56 /* Enable tm_gmtoff, tm_zone, and environ on GNUish systems. */
932 /* Infer TM_ZONE on systems where this information is known, but suppress
943 # if !defined TM_ZONE && !defined NO_TM_ZONE
944 # define TM_ZONE tm_zone
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h 186 const char *tm_zone; member in struct:__sanitizer::__sanitizer_tm
sanitizer_platform_limits_freebsd.h 213 const char *tm_zone; member in struct:__sanitizer::__sanitizer_tm
sanitizer_platform_limits_openbsd.cc 224 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
sanitizer_platform_limits_freebsd.cc 453 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
  /src/usr.bin/lock/
lock.c 183 tzn = timp->tm_zone;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strftime.c 367 tm->tm_zone
  /src/include/
time.h 86 __aconst char *tm_zone; /* timezone abbreviation */ member in struct:tm
  /src/usr.bin/wall/
wall.c 218 lt->tm_hour, lt->tm_min, lt->tm_zone);
  /src/external/gpl3/gdb/dist/gnulib/import/
time.in.h 360 typedef struct tm_zone *timezone_t;
403 in the 'tm_zone' member of 'struct tm') are valid as long as
  /src/external/gpl3/gdb.old/dist/gnulib/import/
time.in.h 360 typedef struct tm_zone *timezone_t;
403 in the 'tm_zone' member of 'struct tm') are valid as long as
  /src/tests/lib/libc/time/
t_strptime.c 549 fprintf(stderr, "tm_zone=%s\n", tm.tm_zone);
  /src/usr.bin/finger/
lprint.c 79 #define TIMEZONE(a) (a)->tm_zone
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 3179 pc.local_time_zone_table[0].name = tmp->tm_zone;
3192 if (probe_tm && probe_tm->tm_zone
3196 pc.local_time_zone_table[1].name = probe_tm->tm_zone;
getdate.y 1268 pc.local_time_zone_table[0].name = tmp->tm_zone;
1281 if (probe_tm && probe_tm->tm_zone
1285 pc.local_time_zone_table[1].name = probe_tm->tm_zone;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_freebsd.h 225 const char *tm_zone; member in struct:__sanitizer::__sanitizer_tm
sanitizer_platform_limits_freebsd.cpp 498 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_freebsd.h 225 const char *tm_zone; member in struct:__sanitizer::__sanitizer_tm
sanitizer_platform_limits_freebsd.cpp 486 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
time.h 871 typedef struct tm_zone *timezone_t;
914 in the 'tm_zone' member of 'struct tm') are valid as long as
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
time.h 871 typedef struct tm_zone *timezone_t;
914 in the 'tm_zone' member of 'struct tm') are valid as long as

Completed in 81 milliseconds

1 2 3 4