SCM_BINTIME 274 ext/socket/ancdata.c #if defined(SCM_TIMESTAMP) || defined(SCM_TIMESTAMPNS) || defined(SCM_BINTIME) SCM_BINTIME 333 ext/socket/ancdata.c # ifdef SCM_BINTIME SCM_BINTIME 334 ext/socket/ancdata.c if (level == SOL_SOCKET && type == SCM_BINTIME && SCM_BINTIME 895 ext/socket/ancdata.c #if defined(SCM_BINTIME) /* FreeBSD */ SCM_BINTIME 1019 ext/socket/ancdata.c # if defined(SCM_BINTIME) /* FreeBSD */ SCM_BINTIME 1020 ext/socket/ancdata.c case SCM_BINTIME: inspected = inspect_bintime_as_abstime(level, type, data, ret); break; SCM_BINTIME 2299 ext/socket/constdefs.c #if defined(SCM_BINTIME) SCM_BINTIME 2301 ext/socket/constdefs.c rb_define_const(rb_cSocket, "SCM_BINTIME", INTEGER2NUM(SCM_BINTIME)); SCM_BINTIME 2303 ext/socket/constdefs.c rb_define_const(rb_mSockConst, "SCM_BINTIME", INTEGER2NUM(SCM_BINTIME)); SCM_BINTIME 4402 ext/socket/constdefs.c #ifdef SCM_BINTIME SCM_BINTIME 4403 ext/socket/constdefs.c st_insert(rsock_intern_scm_optname_hash, (st_data_t)SCM_BINTIME, (st_data_t)rb_intern2("SCM_BINTIME", 11)); SCM_BINTIME 4429 ext/socket/constdefs.c #ifdef SCM_BINTIME SCM_BINTIME 4430 ext/socket/constdefs.c st_insert(rsock_intern_scm_optname_hash, (st_data_t)SCM_BINTIME, (st_data_t)rb_intern2("BINTIME", 7)); SCM_BINTIME 6660 ext/socket/constdefs.c #ifdef SCM_BINTIME SCM_BINTIME 6661 ext/socket/constdefs.c if (memcmp(str, "BINTIME", 7) == 0) { *valp = SCM_BINTIME; return 0; } SCM_BINTIME 6684 ext/socket/constdefs.c #ifdef SCM_BINTIME SCM_BINTIME 6685 ext/socket/constdefs.c if (memcmp(str, "SCM_BINTIME", 11) == 0) { *valp = SCM_BINTIME; return 0; } SCM_BINTIME 1872 ext/socket/constdefs.h #if !defined(SCM_BINTIME) SCM_BINTIME 1874 ext/socket/constdefs.h # define SCM_BINTIME SCM_BINTIME