Searched refs:MAXTIME (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c793 #define MAXTIME 132 macro
853 char string[MAXTIME];
868 length = strftime(string, MAXTIME, next, tm);
/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c1086 #define MAXTIME 132 macro
1141 char string[MAXTIME];
1156 length = strftime(string, MAXTIME, next, tm);

Completed in 146 milliseconds