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

  /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
93 unix_path = decc$translate_vms(path);
119 /* first use the DECC getenv() function */
120 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.25/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.25/libiberty/
pex-unix.c 93 short_argv = (__char_ptr_char_ptr32) decc$malloc
97 short_argv[argc] = (__char_ptr32) decc$strdup (ptr64[argc]);
  /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...]
  /ndk/sources/host-tools/make-3.81/
arscan.c 82 * but that decc$fix_time() isn't documented to work this way. Let me
85 val = decc$fix_time (&mhd->mhd$l_datim) + timezone - daylight*3600;
  /toolchain/binutils/binutils-2.25/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)
  /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

Completed in 495 milliseconds