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

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_strf.c10 * If you want stuff in the System V ascftime routine, add the SYSV_EXT define.
80 #define SYSV_EXT 1 /* stuff in System V ascftime routine */ macro
83 #if defined(POSIX2_DATE) && ! defined(SYSV_EXT)
84 #define SYSV_EXT 1 macro
242 #ifdef SYSV_EXT
372 #ifdef SYSV_EXT
/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c11 * If you want stuff in the System V ascftime routine, add the SYSV_EXT define.
71 #define SYSV_EXT 1 /* stuff in System V ascftime routine */ macro
85 #if ! defined(SYSV_EXT)
86 #define SYSV_EXT 1 macro
317 #ifdef SYSV_EXT
555 #ifdef SYSV_EXT

Completed in 192 milliseconds