Home
last modified time | relevance | path

Searched refs:tzn (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/dports/cad/jspice3/jspice3-2.5/conf/util/
H A Ddatestr.c10 char *tzn; in datestring() local
21 tzn = (char*)timezone(tz.tz_minuteswest, tp->tm_isdst); in datestring()
22 if (tzn) in datestring()
23 (void) strcat(tbuf, tzn); in datestring()
/dports/lang/racket/racket-8.3/src/rktio/
H A Drktio_time.c375 char *tzn; in rktio_seconds_to_date() local
439 tzn = MSC_IZE(strdup)("UTC"); in rktio_seconds_to_date()
444 tzn = NARROW_PATH_copy(tz.DaylightName); in rktio_seconds_to_date()
447 tzn = NARROW_PATH_copy(tz.StandardName); in rktio_seconds_to_date()
496 tzn = localTime.tm_zone; in rktio_seconds_to_date()
498 tzn = NULL; in rktio_seconds_to_date()
501 tzn = "UTC"; in rktio_seconds_to_date()
506 if (!tzn) in rktio_seconds_to_date()
507 tzn = "?"; in rktio_seconds_to_date()
522 if (tzn) in rktio_seconds_to_date()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/rktio/
H A Drktio_time.c375 char *tzn; in rktio_seconds_to_date() local
439 tzn = MSC_IZE(strdup)("UTC"); in rktio_seconds_to_date()
444 tzn = NARROW_PATH_copy(tz.DaylightName); in rktio_seconds_to_date()
447 tzn = NARROW_PATH_copy(tz.StandardName); in rktio_seconds_to_date()
496 tzn = localTime.tm_zone; in rktio_seconds_to_date()
498 tzn = NULL; in rktio_seconds_to_date()
501 tzn = "UTC"; in rktio_seconds_to_date()
506 if (!tzn) in rktio_seconds_to_date()
507 tzn = "?"; in rktio_seconds_to_date()
522 if (tzn) in rktio_seconds_to_date()
[all …]
/dports/mail/archiveopteryx-devel/aox-96ab17e/message/
H A Ddate.cpp25 tzn = ""; in reset()
34 EString tzn; member in DateData
89 d->tzn = ""; in setCurrentTime()
433 EString tzn = p.comment(); in setRfc822() local
481 tzn = a; in setRfc822()
488 tzn = a; in setRfc822()
489 tzn = tzn.lower(); in setRfc822()
499 d->tzn = zones[j].name; in setRfc822()
501 else if ( !tzn.isEmpty() ) { in setRfc822()
506 d->tzn = zones[j].name; in setRfc822()
[all …]
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/message/
H A Ddate.cpp25 tzn = ""; in reset()
34 EString tzn; member in DateData
89 d->tzn = ""; in setCurrentTime()
433 EString tzn = p.comment(); in setRfc822() local
481 tzn = a; in setRfc822()
488 tzn = a; in setRfc822()
489 tzn = tzn.lower(); in setRfc822()
499 d->tzn = zones[j].name; in setRfc822()
501 else if ( !tzn.isEmpty() ) { in setRfc822()
506 d->tzn = zones[j].name; in setRfc822()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Dvariable.c384 const char *tzn;
387 tzn = pg_get_timezone_name(session_timezone);
389 if (tzn != NULL)
390 return tzn;
457 const char *tzn;
460 tzn = pg_get_timezone_name(log_timezone);
462 if (tzn != NULL)
463 return tzn;
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Dvariable.c384 const char *tzn;
387 tzn = pg_get_timezone_name(session_timezone);
389 if (tzn != NULL)
390 return tzn;
457 const char *tzn;
460 tzn = pg_get_timezone_name(log_timezone);
462 if (tzn != NULL)
463 return tzn;
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dvariable.c384 const char *tzn; in get_extension_control_filename()
387 tzn = pg_get_timezone_name(session_timezone); in get_extension_control_filename()
389 if (tzn != NULL) in get_extension_control_filename()
390 return tzn; in get_extension_control_filename()
457 const char *tzn;
460 tzn = pg_get_timezone_name(log_timezone);
462 if (tzn != NULL)
463 return tzn;
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/commands/
H A Dvariable.c384 const char *tzn;
387 tzn = pg_get_timezone_name(session_timezone);
389 if (tzn != NULL)
390 return tzn;
457 const char *tzn;
460 tzn = pg_get_timezone_name(log_timezone);
462 if (tzn != NULL)
463 return tzn;
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/commands/
H A Dvariable.c384 const char *tzn; in show_timezone() local
387 tzn = pg_get_timezone_name(session_timezone); in show_timezone()
389 if (tzn != NULL) in show_timezone()
390 return tzn; in show_timezone()
457 const char *tzn; in show_log_timezone() local
460 tzn = pg_get_timezone_name(log_timezone); in show_log_timezone()
462 if (tzn != NULL) in show_log_timezone()
463 return tzn; in show_log_timezone()

12345678910>>...35