Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_unix.h31 char unix_path[32]; /* the path */ member
47 char unix_path[32]; /* the path */ member
76 char unix_path[32]; /* the path */ member
90 char unix_path[32]; /* the path to the dlpi device */ member
116 char unix_path[32]; /* the path */ member
130 char unix_path[32]; /* the path */ member
160 char unix_path[32]; /* the path */ member
175 char unix_path[32]; /* the path */ member
Dnettest_unix.c417 strcpy(server.sun_path,stream_stream_response->unix_path); in send_stream_stream()
890 strcpy(stream_stream_response->unix_path,myaddr_un.sun_path); in recv_stream_stream()
1220 strcpy(server.sun_path,stream_rr_response->unix_path); in send_stream_rr()
1687 strcpy(server.sun_path,dg_stream_response->unix_path); in send_dg_stream()
2059 strcpy(dg_stream_response->unix_path,myaddr_un.sun_path); in recv_dg_stream()
2400 strcpy(server.sun_path,dg_rr_response->unix_path); in send_dg_rr()
2881 strcpy(dg_rr_response->unix_path,myaddr_un.sun_path); in recv_dg_rr()
3178 strcpy(stream_rr_response->unix_path,myaddr_un.sun_path); in recv_stream_rr()
/external/curl/lib/
Dsetup-vms.h83 char * unix_path; in vms_translate_path() local
93 unix_path = decc$translate_vms(path); in vms_translate_path()
95 if((int)unix_path <= 0) { in vms_translate_path()
147 __char_ptr32 unix_path; in vms_getpwuid() local
149 char * unix_path; in vms_getpwuid() local
152 char * unix_path; in vms_getpwuid() local
160 unix_path = vms_translate_path(my_passwd->pw_dir); in vms_getpwuid()
162 if((long)unix_path <= 0) { in vms_getpwuid()
168 if(unix_path == my_passwd->pw_dir) { in vms_getpwuid()
178 vms_passwd_cache.pw_dir = unix_path; in vms_getpwuid()