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

1 2

  /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]
readme 23 DECC V6.5 or later
  /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...]
  /ndk/sources/host-tools/make-3.81/
makefile.com 31 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
36 $ ccopt = "/decc/prefix=(all,except=(globfree,glob))"
39 $ if f$trnlnm("DECC$LIBRARY_INCLUDE").nes.""
41 $ define sys decc$library_include:
43 $ if f$search("SYS$COMMON:[DECC$LIB.REFERENCE]DECC$RTLDEF.DIR").nes."" -
44 then lval = "SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF],"
45 $ if f$search("SYS$COMMON:[DECC$LIB.REFERENCE]SYS$STARLET_C.DIR").nes."" -
46 then lval = lval+"SYS$COMMON:[DECC$LIB.REFERENCE.SYS$STARLET_C],
    [all...]
readme.vms 32 %ILINK-W-MULDEFLNKG, symbol DECC$GLOBFREE has subsequent linkage definition
33 in module DECC$SHR file SYS$COMMON:[SYSLIB]DECC$SHR.EXE;1
34 %ILINK-W-MULDEF, symbol DECC$GLOBFREE multiply defined
35 in module DECC$SHR file SYS$COMMON:[SYSLIB]DECC$SHR.EXE;1
37 linker messages (and similar for DECC$GLOB). The messages just say, that
39 DECC$GLOBFREE. This is done in glob.c as well, so this name is defined
45 logical DECC$GLOB_UNIX_STYLE), which can be set to get Unix style
68 $ define DECC$ARGV_PARSE_STYLE enabl
    [all...]
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;
  /external/netperf/
README.ovms 57 $ define DECC$ARGV_PARSE_STYLE ENABLE
58 $ define DECC$EFS_CASE_PRESERVE ENABLE
59 $ define DECC$POSIX_SEEK_STREAM_FILE ENABLE
60 $ define DECC$EFS_CHARSET ENABLE
  /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/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/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/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/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/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
  /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/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.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/libxml2/
triodef.h 48 * based on the DECC compiler later on.
xmlschemastypes.c 3029 int decc; local
3039 int decc; local
3075 int decc; local
3089 int decc; local
    [all...]
trionan.c 448 * DECC has an isinf() macro, but it works differently than that
586 * DECC has an fp_class() function.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_system.h 114 # define _STLP_PLATFORM "DECC"
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_system.h 114 # define _STLP_PLATFORM "DECC"
  /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)
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 60 * Anyway if DECC is used and __SIZE_T is defined then __size_t is
  /frameworks/av/include/media/stagefright/
MetaData.h 82 kKeyDecoderComponent = 'decC', // cstring

Completed in 1283 milliseconds

1 2