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

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_strf.c12 * For stuff needed to implement the P1003.2 date command, add POSIX2_DATE.
81 #define POSIX2_DATE 1 /* stuff in Posix 1003.2 date command */ macro
83 #if defined(POSIX2_DATE) && ! defined(SYSV_EXT)
87 #if defined(POSIX2_DATE)
412 #ifdef POSIX2_DATE
431 #endif /* POSIX2_DATE */
474 #ifdef POSIX2_DATE
/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c13 * For stuff needed to implement the P1003.2 date command, add POSIX2_DATE.
73 #define POSIX2_DATE 1 /* stuff in Posix 1003.2 date command */ macro
79 #if ! defined(POSIX2_DATE)
80 #define POSIX2_DATE 1 macro
84 #if defined(POSIX2_DATE)
93 #if defined(POSIX2_DATE)
611 #ifdef POSIX2_DATE
635 #endif /* POSIX2_DATE */
875 #ifdef POSIX2_DATE

Completed in 113 milliseconds