Searched refs:unix_path (Results 1 – 2 of 2) sorted by relevance
84 char *unix_path; in vms_translate_path() local94 unix_path = decc$translate_vms(path); in vms_translate_path()96 if((int)unix_path <= 0) { in vms_translate_path()148 __char_ptr32 unix_path; in vms_getpwuid() local150 char *unix_path; in vms_getpwuid() local153 char *unix_path; in vms_getpwuid() local161 unix_path = vms_translate_path(my_passwd->pw_dir); in vms_getpwuid()163 if((long)unix_path <= 0) { in vms_getpwuid()169 if(unix_path == my_passwd->pw_dir) { in vms_getpwuid()179 vms_passwd_cache.pw_dir = unix_path; in vms_getpwuid()
24 const std::string unix_path = PortToUnixSocketPath(port); in PortToFtok() local25 shmkey = ftok(unix_path.data(), 'a'); in PortToFtok()