Lines Matching +full:assign +full:- +full:symbols
23 * SPDX-License-Identifier: curl
30 /* Also need upper case symbols for system services, and */
58 #define sys$assign SYS$ASSIGN
135 /* VMS 5.5-2 and later, even if using GCC */ in vms_getenv()
163 unix_path = vms_translate_path(my_passwd->pw_dir); in vms_getpwuid()
171 if(unix_path == my_passwd->pw_dir) { in vms_getpwuid()
178 vms_passwd_cache.pw_name = my_passwd->pw_name; in vms_getpwuid()
179 vms_passwd_cache.pw_uid = my_passwd->pw_uid; in vms_getpwuid()
180 vms_passwd_cache.pw_gid = my_passwd->pw_uid; in vms_getpwuid()
182 vms_passwd_cache.pw_shell = my_passwd->pw_shell; in vms_getpwuid()
191 /* Bug - VMS OpenSSL and Kerberos universal symbols are in uppercase only */
192 /* VMS libraries should have universal symbols in exact and uppercase */
383 /* VAX symbols are always in uppercase */