Searched refs:unix_path (Results 1 – 3 of 3) sorted by relevance
31 char unix_path[32]; /* the path */ member47 char unix_path[32]; /* the path */ member76 char unix_path[32]; /* the path */ member90 char unix_path[32]; /* the path to the dlpi device */ member116 char unix_path[32]; /* the path */ member130 char unix_path[32]; /* the path */ member160 char unix_path[32]; /* the path */ member175 char unix_path[32]; /* the path */ member
417 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()
83 char * unix_path; in vms_translate_path() local93 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() local149 char * unix_path; in vms_getpwuid() local152 char * unix_path; in vms_getpwuid() local160 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()