/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gthumb/gthumb/ |
H A D | 283c9483afd1215378c8b9871f51cd61770e53e7.patch | 4 Subject: [PATCH] migrate-catalogs: properly use time_t for localtime() 9 same as 'long', the wrong pointer is passed to localtime(), and more 18 variable which is then used for localtime(). Since 'time_t' is big at 42 - tm = localtime (&date); 43 + tm = localtime (&date_as_time);
|
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/ |
H A D | help2man-reproducibility.patch | 16 -my $date = strftime "%B %Y", localtime; 24 +my $date = strftime "%B %Y", localtime $epoch_secs;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ |
H A D | ckermit_302.bb | 63 # ckutio.c:12058:20: error: passing argument 1 of 'localtime' from incompatible pointer type [-Winc… 64 # ckufio.c:5043:32: error: passing argument 1 of 'localtime' from incompatible pointer type [-Winco… 65 # ckufio.c:5263:32: error: passing argument 1 of 'localtime' from incompatible pointer type [-Winco…
|
/openbmc/openbmc/meta-security/recipes-ids/ossec/ |
H A D | ossec-hids_3.7.0.bb | 80 if [ -f /etc/localtime ]; then 81 cp -pL /etc/localtime ${OSSEC_DIR}/etc/; 82 chmod 555 ${OSSEC_DIR}/etc/localtime 83 chown root:${OSSEC_GID} ${OSSEC_DIR}/etc/localtime
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | threadtest.c | 163 strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&start)); in main() 176 strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&now)); in main()
|
/openbmc/openbmc/poky/meta/recipes-extended/timezone/ |
H A D | tzdata.bb | 49 ln -s ${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime 59 etc_lt="$D${sysconfdir}/localtime" 142 ${sysconfdir}/localtime \ 203 CONFFILES:tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone"
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | posixtm.c | 95 tmp = localtime (&now); in year() 216 tm = localtime (&t); in posixtime()
|
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/ |
H A D | source-date-epoch.patch | 49 - mtime = (now != (time_t)-1) ? localtime(&now) : NULL; 65 + mtime = (now != (time_t)-1) ? localtime(&now) : NULL; 126 ctime = localtime(&create_time);
|
/openbmc/openbmc/meta-security/recipes-scanners/buck-security/ |
H A D | buck-security_0.7.bb | 34 perl-module-time-localtime pinentry perl-module-pod-usage \ 42 perl-module-time-localtime perl-module-file-glob\
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-hpa-0.39-tzfix.patch | 18 + p_tm = localtime(&my_time);
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nx_dbg.h | 35 time_t t; struct tm *m; time(&t); m = localtime(&t); \
|
/openbmc/phosphor-fan-presence/ |
H A D | logger.hpp | 95 auto tm = *std::localtime(&t); in log()
|
/openbmc/phosphor-fan-presence/control/json/utils/ |
H A D | flight_recorder.cpp | 83 ss << std::put_time(std::localtime(&tt), "%b %d %H:%M:%S."); in dump()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
H A D | 0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch | 40 - timeinfo=localtime(&rawtime);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/ |
H A D | nvme-cli_2.11.bb | 37 # git/plugins/virtium/virtium-nvme.c:205:63: error: passing argument 1 of 'localtime' from incompat…
|
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
H A D | init | 12 export TZ=/etc/localtime
|
/openbmc/linux/tools/bpf/runqslower/ |
H A D | runqslower.c | 98 tm = localtime(&t); in handle_event()
|
/openbmc/openpower-hw-diags/util/ |
H A D | ffdc.cpp | 99 std::localtime(&timeInSecs)); in sdjGetMessages()
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | init | 14 export TZ=/etc/localtime
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | journal.cpp | 164 struct tm* timeStruct = localtime(&secs); in getTimeStamp()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211metastruct.h | 81 struct p80211item_uint32 localtime; member
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/ |
H A D | rt_bmark.py | 116 ts = time.localtime()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | netdata.conf | 94 TZ = :@@sysconfdir/localtime
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan_error.cpp | 291 struct tm* timeStruct = localtime(&secs); in getTimeStamp()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 407 today = timezone.localtime(timezone.now()) 423 today_begin = timezone.localtime(timezone.now()) 427 …context_date['last_date_from'] = request.GET.get('last_date_from',timezone.localtime(timezone.now(… 435 …context_date['dateMin_'+key]=timezone.localtime(getattr(queryset_key.first(),key)).strftime("%d/%m… 437 context_date['dateMin_'+key]=timezone.localtime(timezone.now()) 439 …context_date['dateMax_'+key]=timezone.localtime(getattr(queryset_key.last(),key)).strftime("%d/%m/… 441 context_date['dateMax_'+key]=timezone.localtime(timezone.now())
|