Home
last modified time | relevance | path

Searched refs:id_socket_p (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c56 static ID id_socket_p; variable
932 return rb_funcall(rb_mFileTest, id_socket_p, 1, get_strpath(self)); in path_socket_p()
1658 id_socket_p = rb_intern("socket?"); in InitVM_pathname()