| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/stdc/ |
| time.d | 123 extern __gshared const(char)*[2] tzname; // non-standard 130 extern __gshared const(char)*[2] tzname; // non-standard 137 extern __gshared const(char)*[2] tzname; // non-standard 144 extern __gshared const(char)*[2] tzname; // non-standard 151 extern __gshared const(char)*[2] tzname; // non-standard 158 extern __gshared const(char)*[2] tzname; // non-standard 165 extern __gshared const(char)*[2] tzname; 172 extern __gshared const(char)*[2] tzname; 179 extern __gshared const(char)*[2] tzname; // non-standard 186 extern __gshared const(char)*[2] tzname; [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/stdc/ |
| time.d | 59 extern __gshared const(char)*[2] tzname; // non-standard
|
| /src/external/bsd/cron/dist/ |
| externs.h | 74 #define TZONE(tm) tzname[(tm).tm_isdst]
|
| /src/lib/libc/time/ |
| tzselect.ksh | 459 tzname = ("(<[[:alnum:]+-][[:alnum:]+-][[:alnum:]+-]+>" \ 469 tzpattern = ("^(:.*|" tzname offset "(" tzname \
|
| private.h | 776 # undef tzname macro 777 # define tzname tz_tzname macro 867 extern char *tzname[];
|
| strptime.c | 584 (const char * const *)tzname, 592 tm->TM_ZONE = tzname[i];
|
| localtime.c | 59 __weak_alias(tzname,_tzname) 468 ** 1. They might reference tzname[0] before calling tzset (explicitly 470 ** 2. They might reference tzname[1] before calling tzset (explicitly 472 ** 3. They might reference tzname[1] after setting to a time zone 474 ** 4. They might reference tzname[0] after setting to a time zone 479 ** WILDABBR is used. Another possibility: initialize tzname[0] to the 480 ** string "tzname[0] used before set", and similarly for the other cases. 481 ** And another: initialize tzname[0] to "ERA", with an explanation in the 483 ** that tzname[0] has the "normal" length of three characters). 667 __aconst char *tzname[2] = { variable [all...] |
| zdump.c | 185 /* Platforms with TM_ZONE don't need tzname, so they can use the 725 tzname may have been altered since our caller broke down 726 LOT, and tzname needs to be changed back. */ 1156 if (0 <= tmp->tm_isdst && tzname[0 < tmp->tm_isdst]) 1157 return tzname[0 < tmp->tm_isdst];
|
| strftime.c | 731 if (tzname[t->tm_isdst != 0][0] == '-')
|
| /src/include/ |
| time.h | 117 extern __aconst char *tzname[2];
|
| /src/usr.bin/lock/ |
| lock.c | 181 tzn = tzname[0];
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strftime.c | 369 tzname[tm->tm_isdst]
|
| roken.h.in | 323 #define tzname _tzname
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_interceptors.cc | 1072 extern char *tzname[2]; 1078 if (tzname[0]) 1079 __msan_unpoison(tzname[0], REAL(strlen)(tzname[0]) + 1); 1080 if (tzname[1]) 1081 __msan_unpoison(tzname[1], REAL(strlen)(tzname[1]) + 1);
|
| /src/usr.bin/finger/ |
| lprint.c | 77 #define TIMEZONE(a) tzname[0]
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strftime.c | 59 extern char *tzname[]; 175 # define tzname __tzname macro 552 time zone names contained in the external variable `tzname' shall 1296 zone = tzname[tp->tm_isdst];
|
| /src/external/gpl2/xcvs/dist/lib/ |
| strftime.c | 54 extern char *tzname[]; 144 # define tzname __tzname macro 1267 zone = tzname[tp->tm_isdst != 0];
|
| getdate.c | 3208 # ifndef tzname 3209 extern char *tzname[]; 3214 pc.local_time_zone_table[i].name = tzname[i];
|
| getdate.y | 1297 # ifndef tzname 1298 extern char *tzname[]; 1303 pc.local_time_zone_table[i].name = tzname[i];
|
| /src/lib/libc/include/ |
| namespace.h | 763 #define tzname _tzname macro
|
| /src/external/bsd/file/dist/ |
| configure | 13935 ac_fn_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 13945 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 13946 printf %s "checking for tzname... " >&6; } 13955 extern char *tzname[]; 13961 return tzname[0][0]; 14018 # On SGI, apparently tzname is a #define, but that's ok, AC_CHECK_DECL will 14020 ac_fn_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 14030 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 14031 printf %s "checking for tzname... " >&6; } 14043 extern char *tzname[]; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 76 def tzname(self, dt): member in class:UTC
|
| /src/external/gpl2/xcvs/dist/ |
| configure | 11456 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 11469 $as_echo_n "checking for tzname... " >&6; } 11477 extern char *tzname[]; 11483 return tzname[0][0];
|
| /src/external/gpl3/gdb/dist/sim/ |
| configure | 8640 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 8652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 8653 $as_echo_n "checking for tzname... " >&6; } 8661 extern char *tzname[]; 8667 return tzname[0][0];
|
| /src/external/gpl3/gdb.old/dist/sim/ |
| configure | 8640 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 8652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 8653 $as_echo_n "checking for tzname... " >&6; } 8661 extern char *tzname[]; 8667 return tzname[0][0];
|