Searched refs:pMonth (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.cxx | 742 sal_Char const * pMonth = p; in parseVMS() local 751 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JAN")) == 0) in parseVMS() 754 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("FEB")) == 0) in parseVMS() 757 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("MAR")) == 0) in parseVMS() 760 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("APR")) == 0) in parseVMS() 763 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("MAY")) == 0) in parseVMS() 766 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JUN")) == 0) in parseVMS() 769 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("JUL")) == 0) in parseVMS() 772 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("AUG")) == 0) in parseVMS() 775 pMonth, monthLen, RTL_CONSTASCII_STRINGPARAM("SEP")) == 0) in parseVMS() [all …]
|
/aoo4110/main/sc/addin/datefunc/ |
H A D | dfa.cl | 161 * @param *pMonth pointer to a variable for the month 166 USHORT *pDay, USHORT *pMonth, USHORT *pYear ) 198 *pMonth = 1; 199 while ( (ULONG)nTempDays > DaysInMonth( *pMonth, *pYear ) ) 201 nTempDays -= DaysInMonth( *pMonth, *pYear ); 202 (*pMonth)++;
|
Completed in 22 milliseconds