Searched refs:unix_path (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsetup-vms.h83 char * unix_path; local
93 unix_path = decc$translate_vms(path);
95 if((int)unix_path <= 0) {
147 __char_ptr32 unix_path; local
149 char * unix_path; local
152 char * unix_path; local
160 unix_path = vms_translate_path(my_passwd->pw_dir);
162 if((long)unix_path <= 0) {
168 if(unix_path == my_passwd->pw_dir) {
178 vms_passwd_cache.pw_dir = unix_path;
[all...]
/macosx-10.9.5/ruby-104/ruby/test/socket/
H A Dtest_unix.rb448 assert_equal(path, s.local_address.unix_path)
564 assert_equal(name, s.local_address.unix_path)
569 assert_equal(name, c.remote_address.unix_path)
591 assert_equal(name, s.local_address.unix_path)
596 assert_equal(name, c.remote_address.unix_path)
609 name = s.local_address.unix_path
615 assert_equal(name, c.remote_address.unix_path)
H A Dtest_addrinfo.rb324 assert_equal("/testdir/sock2", ai.unix_path)
603 assert_equal("/testdir/sock1", ai.unix_path)
632 assert_equal(ai1.unix_path, ai2.unix_path)
H A Dtest_socket.rb188 s2raddr.unix_path == s1laddr.unix_path)
206 assert_equal(path, serv.local_address.unix_path)
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dunixsocket.c115 unix_path(VALUE sock) function
414 * unixsocket.addr => [address_family, unix_path]
417 * address_family and unix_path.
441 * unixsocket.peeraddr => [address_family, unix_path]
444 * address_family and unix_path.
517 rb_define_method(rb_cUNIXSocket, "path", unix_path, 0);
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DURL.pm172 sub unix_path { shift->file("unix"); } subroutine
/macosx-10.9.5/ruby-104/ruby/ext/socket/lib/
H A Dsocket.rb274 raise SocketError, "unbound Unix socket" if addr.unix_path == ""

Completed in 115 milliseconds