Home
last modified time | relevance | path

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

/external/curl/lib/
Dsetup-vms.h84 char *unix_path; in vms_translate_path() local
94 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() local
150 char *unix_path; in vms_getpwuid() local
153 char *unix_path; in vms_getpwuid() local
161 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()