Searched refs:tDAY (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 97 %token tAGO tDAY tDAYZONE tID tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT 100 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT 196 day : tDAY { 200 | tDAY ',' { 204 | tUNUMBER tDAY { 345 { "sunday", tDAY, 0 }, 346 { "monday", tDAY, 1 }, 347 { "tuesday", tDAY, 2 }, 348 { "tues", tDAY, 2 }, 349 { "wednesday", tDAY, 3 }, [all …]
|
| /freebsd/usr.bin/find/ |
| H A D | getdate.y | 121 %token tAGO tDAY tDAYZONE tID tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT 124 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT 202 day : tDAY { 206 | tDAY ',' { 210 | tUNUMBER tDAY { 351 { "sunday", tDAY, 0 }, 352 { "monday", tDAY, 1 }, 353 { "tuesday", tDAY, 2 }, 354 { "tues", tDAY, 2 }, 355 { "wednesday", tDAY, 3 }, [all …]
|
| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 180 %token <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT 267 day : tDAY { 271 | tDAY ',' { 275 | tUNUMBER tDAY { 383 { "sunday", tDAY, 0 }, 384 { "monday", tDAY, 1 }, 385 { "tuesday", tDAY, 2 }, 386 { "tues", tDAY, 2 }, 387 { "wednesday", tDAY, 3 }, 388 { "wednes", tDAY, 3 }, [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_parse_date.c | 51 enum { tAGO = 260, tDAY, tDAYZONE, tAMPM, tMONTH, tMONTH_UNIT, tSEC_UNIT, enumerator 421 if (gds->tokenp[0].token == tDAY) { in dayphrase() 432 && gds->tokenp[1].token == tDAY) { in dayphrase() 539 { 2, "sunday", tDAY, 0 }, 540 { 3, "monday", tDAY, 1 }, 541 { 2, "tuesday", tDAY, 2 }, 542 { 3, "wednesday", tDAY, 3 }, 543 { 2, "thursday", tDAY, 4 }, 544 { 2, "friday", tDAY, 5 }, 545 { 2, "saturday", tDAY, 6 },
|