Home
last modified time | relevance | path

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

/src/usr.sbin/fifolog/lib/
H A Dgetdate.y97 %token tAGO tDAY tDAYZONE tID tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
100 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT
231 | tUNUMBER tMONTH tSNUMBER {
237 | tMONTH tUNUMBER {
241 | tMONTH tUNUMBER ',' tUNUMBER {
246 | tUNUMBER tMONTH {
250 | tUNUMBER tMONTH tUNUMBER {
332 { "january", tMONTH, 1 },
333 { "february", tMONTH, 2 },
334 { "march", tMONTH, 3 },
[all …]
/src/usr.bin/find/
H A Dgetdate.y121 %token tAGO tDAY tDAYZONE tID tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT
124 %type <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT
237 | tUNUMBER tMONTH tSNUMBER {
243 | tMONTH tUNUMBER {
247 | tMONTH tUNUMBER ',' tUNUMBER {
252 | tUNUMBER tMONTH {
256 | tUNUMBER tMONTH tUNUMBER {
338 { "january", tMONTH, 1 },
339 { "february", tMONTH, 2 },
340 { "march", tMONTH, 3 },
[all …]
/src/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y180 %token <Number> tDAY tDAYZONE tMINUTE_UNIT tMONTH tMONTH_UNIT
296 | tUNUMBER tMONTH tSNUMBER {
302 | tMONTH tUNUMBER {
306 | tMONTH tUNUMBER ',' tUNUMBER {
311 | tUNUMBER tMONTH {
315 | tUNUMBER tMONTH tUNUMBER {
370 { "january", tMONTH, 1 },
371 { "february", tMONTH, 2 },
372 { "march", tMONTH, 3 },
373 { "april", tMONTH, 4 },
[all …]
/src/contrib/libarchive/libarchive/
H A Darchive_parse_date.c51 enum { tAGO = 260, tDAY, tDAYZONE, tAMPM, tMONTH, tMONTH_UNIT, tSEC_UNIT, enumerator
265 && gds->tokenp[2].token == tMONTH in datephrase()
286 if (gds->tokenp[0].token == tMONTH in datephrase()
301 if (gds->tokenp[0].token == tMONTH in datephrase()
313 && gds->tokenp[1].token == tMONTH in datephrase()
327 && gds->tokenp[1].token == tMONTH) { in datephrase()
525 { 3, "january", tMONTH, 1 },
526 { 3, "february", tMONTH, 2 },
527 { 3, "march", tMONTH, 3 },
528 { 3, "april", tMONTH, 4 },
[all …]