Home
last modified time | relevance | path

Searched refs:equal_tm (Results 1 – 17 of 17) sorted by relevance

/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/lang/guile2/guile-2.2.7/lib/
H A Dtime_rz.c68 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
313 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/archivers/gcpio/cpio-2.13/gnu/
H A Dtime_rz.c68 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
313 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/shells/rush/rush-2.1/gnu/
H A Dtime_rz.c71 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
337 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/databases/recutils/recutils-1.8/lib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/math/pspp/pspp-1.4.1/gl/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/editors/emacs/emacs-27.2/lib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/net/dhcpd-pools/dhcpd-pools-3.1/lib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/security/gnutls/gnutls-3.6.16/src/gl/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/gllib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/devel/patch/patch-2.7.6/lib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
320 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/sysutils/pies/pies-1.5/gnu/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
314 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/security/oath-toolkit/oath-toolkit-2.6.2/oathtool/gl/
H A Dtime_rz.c67 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
312 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dtime_rz.c69 equal_tm (const struct tm *a, const struct tm *b) in equal_tm() function
335 || (localtime_r (&t, &tm_1) && equal_tm (tm, &tm_1))) in mktime_z()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A DChangeLog9346 * lib/time_rz.c (isdst_differ, equal_tm): Remove; no longer used.