Home
last modified time | relevance | path

Searched refs:CTIME_STRING_LEN (Results 1 – 2 of 2) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/lib/
H A Depochu.c1466 char ctimeStr[CTIME_STRING_LEN+1], dayOfWeek3[3+1], dayOfMonth[2+1],
1469 strcpyX (ctimeStr, ctime(&bintim), CTIME_STRING_LEN);
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dcdflib.h302 #define CTIME_STRING_LEN 25 macro