Searched defs:p_month (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c153 /* p_month will parse the string for the month - abbr. form i.e. JAN - DEC */
156 p_month(char *string, char mnabr) function
375 input = p_month(input, 'a');
381 input = p_month(input, 'f');

Completed in 43 milliseconds