Home | History | Annotate | Download | only in lib

Lines Matching defs:unix_path

83 char * unix_path;
93 unix_path = decc$translate_vms(path);
95 if((int)unix_path <= 0) {
147 __char_ptr32 unix_path;
149 char * unix_path;
152 char * unix_path;
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;