HomeSort by relevance Sort by last modified time
    Searched refs:decc (Results 1 - 25 of 26) sorted by null

1 2

  /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]
  /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
  /toolchain/binutils/binutils-2.27/gas/config/
te-vms.c 82 /* Wrapper for DECC function that converts a Unix filespec
89 decc$to_vms (filespec, translate_unix, 1, 1);
  /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
  /toolchain/binutils/binutils-2.27/libiberty/
pex-unix.c 94 short_argv = (__char_ptr_char_ptr32) decc$malloc
98 short_argv[argc] = (__char_ptr32) decc$strdup (ptr64[argc]);
  /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 484 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/python/cpython3/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /toolchain/binutils/binutils-2.27/bfd/
vms-misc.c 427 if (type != DECC$K_FILE)
440 if (decc$to_vms (unix_filename, &vms_convert_to_var_1, 0, 1) != 1)
  /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. "")

Completed in 1572 milliseconds

1 2