SO_DONTTRUNC     1423 ext/socket/constdefs.c #if defined(SO_DONTTRUNC)
SO_DONTTRUNC     1425 ext/socket/constdefs.c     rb_define_const(rb_cSocket, "SO_DONTTRUNC", INTEGER2NUM(SO_DONTTRUNC));
SO_DONTTRUNC     1427 ext/socket/constdefs.c     rb_define_const(rb_mSockConst, "SO_DONTTRUNC", INTEGER2NUM(SO_DONTTRUNC));
SO_DONTTRUNC     3534 ext/socket/constdefs.c #ifdef SO_DONTTRUNC
SO_DONTTRUNC     3535 ext/socket/constdefs.c     st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_DONTTRUNC, (st_data_t)rb_intern2("SO_DONTTRUNC", 12));
SO_DONTTRUNC     3714 ext/socket/constdefs.c #ifdef SO_DONTTRUNC
SO_DONTTRUNC     3715 ext/socket/constdefs.c     st_insert(rsock_intern_so_optname_hash, (st_data_t)SO_DONTTRUNC, (st_data_t)rb_intern2("DONTTRUNC", 9));
SO_DONTTRUNC     5533 ext/socket/constdefs.c #ifdef SO_DONTTRUNC
SO_DONTTRUNC     5534 ext/socket/constdefs.c         if (memcmp(str, "DONTTRUNC", 9) == 0) { *valp = SO_DONTTRUNC; return 0; }
SO_DONTTRUNC     5656 ext/socket/constdefs.c #ifdef SO_DONTTRUNC
SO_DONTTRUNC     5657 ext/socket/constdefs.c         if (memcmp(str, "SO_DONTTRUNC", 12) == 0) { *valp = SO_DONTTRUNC; return 0; }
SO_DONTTRUNC     1175 ext/socket/constdefs.h #if !defined(SO_DONTTRUNC)
SO_DONTTRUNC     1177 ext/socket/constdefs.h #  define SO_DONTTRUNC SO_DONTTRUNC