Home
last modified time | relevance | path

Searched refs:tSEC_UNIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c51 enum { tAGO = 260, tDAY, tDAYZONE, tAMPM, tMONTH, tMONTH_UNIT, tSEC_UNIT, enumerator
348 && gds->tokenp[2].token == tSEC_UNIT) { in relunitphrase()
357 && gds->tokenp[2].token == tSEC_UNIT) { in relunitphrase()
365 && gds->tokenp[1].token == tSEC_UNIT) { in relunitphrase()
398 if (gds->tokenp[0].token == tSEC_UNIT) { in relunitphrase()
615 { 9, "fortnights", tSEC_UNIT, 14 * DAY },
616 { 4, "weeks", tSEC_UNIT, 7 * DAY },
617 { 3, "days", tSEC_UNIT, DAY },
618 { 4, "hours", tSEC_UNIT, HOUR },
619 { 3, "minutes", tSEC_UNIT, MINUTE },
[all …]
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y98 %token tSEC_UNIT tSNUMBER tUNUMBER tZONE tDST
101 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE
273 | tSNUMBER tSEC_UNIT {
276 | tUNUMBER tSEC_UNIT {
279 | tSEC_UNIT {
369 { "second", tSEC_UNIT, 1 },
370 { "sec", tSEC_UNIT, 1 },
/freebsd/usr.bin/find/
H A Dgetdate.y122 %token tSEC_UNIT tSNUMBER tUNUMBER tZONE tDST
125 %type <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE
279 | tSNUMBER tSEC_UNIT {
282 | tUNUMBER tSEC_UNIT {
285 | tSEC_UNIT {
375 { "second", tSEC_UNIT, 1 },
376 { "sec", tSEC_UNIT, 1 },
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y181 %token <Number> tSEC_UNIT tSNUMBER tUNUMBER tZONE
338 | tSNUMBER tSEC_UNIT {
341 | tUNUMBER tSEC_UNIT {
344 | tSEC_UNIT {
407 { "second", tSEC_UNIT, 1 },
408 { "sec", tSEC_UNIT, 1 },