SCM_TIMESTAMPING 2293 ext/socket/constdefs.c #if defined(SCM_TIMESTAMPING)
SCM_TIMESTAMPING 2295 ext/socket/constdefs.c     rb_define_const(rb_cSocket, "SCM_TIMESTAMPING", INTEGER2NUM(SCM_TIMESTAMPING));
SCM_TIMESTAMPING 2297 ext/socket/constdefs.c     rb_define_const(rb_mSockConst, "SCM_TIMESTAMPING", INTEGER2NUM(SCM_TIMESTAMPING));
SCM_TIMESTAMPING 4405 ext/socket/constdefs.c #ifdef SCM_TIMESTAMPING
SCM_TIMESTAMPING 4406 ext/socket/constdefs.c     st_insert(rsock_intern_scm_optname_hash, (st_data_t)SCM_TIMESTAMPING, (st_data_t)rb_intern2("SCM_TIMESTAMPING", 16));
SCM_TIMESTAMPING 4432 ext/socket/constdefs.c #ifdef SCM_TIMESTAMPING
SCM_TIMESTAMPING 4433 ext/socket/constdefs.c     st_insert(rsock_intern_scm_optname_hash, (st_data_t)SCM_TIMESTAMPING, (st_data_t)rb_intern2("TIMESTAMPING", 12));
SCM_TIMESTAMPING 6699 ext/socket/constdefs.c #ifdef SCM_TIMESTAMPING
SCM_TIMESTAMPING 6700 ext/socket/constdefs.c         if (memcmp(str, "TIMESTAMPING", 12) == 0) { *valp = SCM_TIMESTAMPING; return 0; }
SCM_TIMESTAMPING 6723 ext/socket/constdefs.c #ifdef SCM_TIMESTAMPING
SCM_TIMESTAMPING 6724 ext/socket/constdefs.c         if (memcmp(str, "SCM_TIMESTAMPING", 16) == 0) { *valp = SCM_TIMESTAMPING; return 0; }
SCM_TIMESTAMPING 1867 ext/socket/constdefs.h #if !defined(SCM_TIMESTAMPING)
SCM_TIMESTAMPING 1869 ext/socket/constdefs.h #  define SCM_TIMESTAMPING SCM_TIMESTAMPING