/external/curl/src/ |
tool_vms.c | 39 void decc$__posix_exit(int __status); 40 void decc$exit(int __status); 78 * When running under the DCL shell, then the VMS encoded codes and decc$exit() 98 decc$__posix_exit(code); 108 decc$exit(vms_code); 120 * RTL features without using the DECC$* logical name method, nor 124 /* Structure to hold a DECC$* feature name and its desired value. */ 130 /* Array of DECC$* feature names and their desired values. */ 133 { "DECC$ARGV_PARSE_STYLE", 1 }, 135 { "DECC$EFS_CASE_PRESERVE", 1 } [all...] |
/external/curl/packages/vms/ |
curl_crtl_init.c | 3 * This file makes sure that the DECC Unix settings are correct for 64 int decc$feature_get_index (const char *name); 65 int decc$feature_set_value (int index, int mode, int value); 155 /* Start of DECC RTL Feature handling */ 170 index = decc$feature_get_index(name); 173 decc$feature_set_value (index, 0, value); 191 set_feature_default("DECC$ACL_ACCESS_CHECK", ENABLE); 194 set_feature_default ("DECC$ARGV_PARSE_STYLE" , ENABLE); 200 set_feature_default("DECC$DISABLE_POSIX_ROOT", DISABLE); 204 set_feature_default ("DECC$EFS_CHARSET", ENABLE) [all...] |
setup_gnv_curl_build.com | 100 $ define/job decc$system_include prj_root:[.include.curl],- 110 $ define/job decc$user_include src_root:[.include.curl]
|
config_h.com | 190 $! Locate the DECC libraries in use 192 $decc_rtldef = f$parse("decc$rtldef","sys$library:.tlb;0") 194 $decc_shr = f$parse("decc$shr","sys$share:.exe;0") 196 $! Dump the DECC header names into a file [all...] |
/external/curl/lib/ |
setup-vms.h | 44 char *decc$getenv(const char *__name); 67 # define decc_getpwuid DECC$__LONG_GID_GETPWUID 70 # define decc_getpwuid decc$__32_getpwuid 72 # define decc_getpwuid decc$getpwuid 94 unix_path = decc$translate_vms(path); 120 /* first use the DECC getenv() function */ 121 result = decc$getenv(envvar);
|
/external/ImageMagick/ |
Make.com | 46 $if (f$search("sys$system:decc$compiler.exe") .nes. "") 48 $ compile_options="/decc/nodebug/optimize" 57 $ define/nolog sys decc$library_include
|
/external/ImageMagick/MagickCore/ |
Make.com | 12 $if (f$search("sys$system:decc$compiler.exe") .nes. "") 14 $ compile_options="/decc/nodebug/optimize/warning=(disable=rightshiftovr)" 21 $ define/nolog sys decc$library_include
|
/external/libpng/contrib/gregbook/ |
makevms.com | 40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs."" 51 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include: 52 $ ccopt = "/decc/prefix=all"+ccopt
|
/external/libpng/contrib/pngminus/ |
makevms.com | 15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs."" 26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include: 27 $ ccopt = "/decc/prefix=all"+ccopt
|
/external/libpng/scripts/ |
makevms.com | 33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs."" 44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include: 45 $ ccopt = "/decc/prefix=all"+ccopt
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
main.c | 458 filename = decc$translate_vms(argv[_PyOS_optind]);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
main.c | 481 filename = decc$translate_vms(argv[_PyOS_optind]);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
main.c | 443 filename = decc$translate_vms(argv[_PyOS_optind]);
|
/external/python/cpython2/Modules/ |
main.c | 489 filename = decc$translate_vms(argv[_PyOS_optind]);
|
/external/python/cpython2/Modules/zlib/ |
make_vms.com | 102 $ ccopt = "/decc" + ccopt 103 $ define sys decc$library_include: 340 if (cc_com .nes. "DECC") .and. - 345 $ write sys$output "Use DECC, VAXC, or GNUC instead" 347 $ if cc_com .eqs. "DECC" then its_decc = true 377 $! 0.02 20040229 Save/set value of decc$no_rooted_search_lists 383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "") 396 $ if f$trnlnm("decc$no_rooted_search_lists") .nes. "" 398 $ dnrsl = f$trnlnm("decc$no_rooted_search_lists") 400 $ define/nolog decc$no_rooted_search_lists [all...] |
/external/zlib/src/ |
make_vms.com | 102 $ ccopt = "/decc" + ccopt 103 $ define sys decc$library_include: 340 if (cc_com .nes. "DECC") .and. - 345 $ write sys$output "Use DECC, VAXC, or GNUC instead" 347 $ if cc_com .eqs. "DECC" then its_decc = true 377 $! 0.02 20040229 Save/set value of decc$no_rooted_search_lists 383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "") 396 $ if f$trnlnm("decc$no_rooted_search_lists") .nes. "" 398 $ dnrsl = f$trnlnm("decc$no_rooted_search_lists") 400 $ define/nolog decc$no_rooted_search_lists [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
sysmodule.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
sysmodule.c | [all...] |
/external/ImageMagick/coders/ |
Make.com | 9 $if (f$search("sys$system:decc$compiler.exe") .nes. "") 11 $ compile_options="/decc/nodebug/optimize/warning=(disable=rightshiftovr)" 18 $ define/nolog sys decc$library_include
|
/external/python/cpython2/Python/ |
sysmodule.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
make_vms.com | 53 $ ccopt = "/decc" + ccopt
54 $ define sys decc$library_include:
214 if (cc_com .nes. "DECC") .and. -
219 $ write sys$output "Use DECC, VAXC, or GNUC instead"
221 $ if cc_com .eqs. "DECC" then its_decc = true
250 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
|