| /src/crypto/external/apache2/openssl/dist/apps/ |
| vms_decc_init.c | 19 * of C RTL features without using the DECC$* logical name method. 33 /* Structure to hold a DECC$* feature name and its desired value. */ 41 * Array of DECC$* feature names and their desired values. Note: 42 * DECC$ARGV_PARSE_STYLE is the urgent one. 47 { "DECC$ARGV_PARSE_STYLE", 1 }, 50 { "DECC$EFS_CASE_PRESERVE", 1 }, 56 { "DECC$EFS_CHARSET", 1 }, 91 feat_index = decc$feature_get_index(decc_feat_array[i].name); 94 feat_value = decc$feature_get_value(feat_index, 1); 95 feat_value_min = decc$feature_get_value(feat_index, 2) [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| vms_decc_init.c | 20 * of C RTL features without using the DECC$* logical name method. 34 /* Structure to hold a DECC$* feature name and its desired value. */ 42 * Array of DECC$* feature names and their desired values. Note: 43 * DECC$ARGV_PARSE_STYLE is the urgent one. 48 {"DECC$ARGV_PARSE_STYLE", 1}, 51 {"DECC$EFS_CASE_PRESERVE", 1}, 57 {"DECC$EFS_CHARSET", 1}, 93 feat_index = decc$feature_get_index(decc_feat_array[i].name); 96 feat_value = decc$feature_get_value(feat_index, 1); 97 feat_value_min = decc$feature_get_value(feat_index, 2) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| vms_decc_init.c | 20 * of C RTL features without using the DECC$* logical name method. 34 /* Structure to hold a DECC$* feature name and its desired value. */ 42 * Array of DECC$* feature names and their desired values. Note: 43 * DECC$ARGV_PARSE_STYLE is the urgent one. 48 {"DECC$ARGV_PARSE_STYLE", 1}, 51 {"DECC$EFS_CASE_PRESERVE", 1}, 57 {"DECC$EFS_CHARSET", 1}, 93 feat_index = decc$feature_get_index(decc_feat_array[i].name); 96 feat_value = decc$feature_get_value(feat_index, 1); 97 feat_value_min = decc$feature_get_value(feat_index, 2) [all...] |
| vms_term_sock.c | 383 TcpAcceptChan = decc$get_sdc (SockDesc1); 418 sptb.SockChan2 = decc$get_sdc (SockDesc2);
|
| /src/external/gpl3/gcc/dist/libgcc/config/vms/ |
| vms-ucrt0.c | 36 extern void decc$main (void *, void *, void *, void *, unsigned int, 81 decc$main (progxfer, cli_util, imghdr, image_file_desc,
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/vms/ |
| vms-ucrt0.c | 36 extern void decc$main (void *, void *, void *, void *, unsigned int, 81 decc$main (progxfer, cli_util, imghdr, image_file_desc,
|
| /src/external/bsd/byacc/dist/ |
| vmsbuild.com | 10 $! <compiler> :== { decc | vaxc } 12 $! The default compiler on VAX hosts is vaxc, else decc (Alpha hosts). 31 $ CFLAGS = "/DECC/prefix=all" 37 $ write sys$output " $ @vmsbuild [BYACC [{decc | vaxc} [<bldtarget>]]]" 54 $ if "''comp'" .eqs. "DECC" 92 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").nes.""
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| vms_term_sock.c | 393 TcpAcceptChan = decc$get_sdc(SockDesc1); 428 sptb.SockChan2 = decc$get_sdc(SockDesc2);
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| vms_term_sock.c | 383 TcpAcceptChan = decc$get_sdc (SockDesc1); 418 sptb.SockChan2 = decc$get_sdc (SockDesc2);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| te-vms.c | 82 /* Wrapper for DECC function that converts a Unix filespec 89 decc$to_vms (filespec, translate_unix, 1, 1);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| te-vms.c | 82 /* Wrapper for DECC function that converts a Unix filespec 89 decc$to_vms (filespec, translate_unix, 1, 1);
|
| /src/external/gpl3/gcc/dist/gcc/config/vms/ |
| vms-ar.c | 76 decc$to_vms (filespec, translate_unix, 1, 1);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| vms-ar.c | 76 decc$to_vms (filespec, translate_unix, 1, 1);
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| pex-unix.c | 93 short_argv = (__char_ptr_char_ptr32) decc$malloc 97 short_argv[argc] = (__char_ptr32) decc$strdup (ptr64[argc]);
|
| /src/common/dist/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...] |
| /src/external/gpl3/binutils/dist/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...] |
| /src/external/gpl3/binutils.old/dist/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...] |
| /src/external/gpl3/gdb.old/dist/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...] |
| /src/external/gpl3/gdb/dist/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...] |
| /src/external/gpl2/gmake/dist/ |
| 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;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| vms-misc.c | 442 if (type != DECC$K_FILE) 455 if (decc$to_vms (unix_filename, &vms_convert_to_var_1, 0, 1) != 1)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| vms-misc.c | 442 if (type != DECC$K_FILE) 455 if (decc$to_vms (unix_filename, &vms_convert_to_var_1, 0, 1) != 1)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| vms-misc.c | 442 if (type != DECC$K_FILE) 455 if (decc$to_vms (unix_filename, &vms_convert_to_var_1, 0, 1) != 1)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| vms-misc.c | 442 if (type != DECC$K_FILE) 455 if (decc$to_vms (unix_filename, &vms_convert_to_var_1, 0, 1) != 1)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| pex-unix.c | 96 short_argv = (__char_ptr_char_ptr32) decc$malloc 100 short_argv[argc] = (__char_ptr32) decc$strdup (ptr64[argc]);
|