Home
last modified time | relevance | path

Searched refs:tme (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c914 struct tm tme; in getepochtime() local
916 memset(&tme, 0, sizeof(tme)); in getepochtime()
917 if (strptime(strtime,"%Y%m%d%H%M%SZ", &tme) == NULL) { in getepochtime()
921 *epochtime = krb5int_gmt_mktime(&tme); in getepochtime()
H A Dldap_principal2.c1811 struct tm tme; in getstringtime() local
1815 if (gmtime_r(&posixtime, &tme) == NULL) in getstringtime()
1821 if (strftime(strtime, 50, "%Y%m%d%H%M%SZ", &tme) == 0) { in getstringtime()
/freebsd/contrib/tcsh/nls/et/
H A Dset144 42 Võtme -c argumendi lõpus on langkriips
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdx75.dtsi354 tme_crashdump_mem: tme-crashdump@87f31000 {
359 tme_log_mem: tme-log@87f71000 {
H A Dqdu1000.dtsi270 tme_crash_dump_mem: tme-crash-dump@808a0000 {
275 tme_log_mem: tme-log@808e0000 {
H A Dsar2130p.dtsi308 tme_crash_dump_mem: tme-crash-dump@808a0000 {
313 tme_log_mem: tme-log@808e0000 {
H A Dx1e80100.dtsi520 tme_crash_dump_mem: tme-crash-dump@81ca0000 {
525 tme_log_mem: tme-log@81ce0000 {
H A Dsm8750.dtsi340 aop_tme_uefi_merged_mem: aop-tme-uefi-merged@81c80000 {
H A Dsm8650.dtsi1687 aop_tme_uefi_merged_mem: aop-tme-uefi-merged@81c80000 {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td397 def FeatureTME : ExtensionWithMArch<"tme", "TME", "FEAT_TME",
H A DAArch64InstrInfo.td346 AssemblerPredicateWithAll<(all_of FeatureTME), "tme">;