HomeSort by relevance Sort by last modified time
    Searched defs:unix_path (Results 1 - 2 of 2) sorted by null

  /external/netperf/src/
nettest_unix.h 31 char unix_path[32]; /* the path */ member in struct:stream_stream_request_struct
47 char unix_path[32]; /* the path */ member in struct:stream_stream_response_struct
76 char unix_path[32]; /* the path */ member in struct:stream_rr_request_struct
90 char unix_path[32]; /* the path to the dlpi device */ member in struct:stream_rr_response_struct
116 char unix_path[32]; /* the path */ member in struct:dg_stream_request_struct
130 char unix_path[32]; /* the path */ member in struct:dg_stream_response_struct
160 char unix_path[32]; /* the path */ member in struct:dg_rr_request_struct
175 char unix_path[32]; /* the path */ member in struct:dg_rr_response_struct
  /external/curl/lib/
setup-vms.h 83 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...]

Completed in 429 milliseconds