Home
last modified time | relevance | path

Searched refs:eqs (Results 1 – 25 of 50) sorted by relevance

12

/third_party/curl/packages/vms/
Dconfig_h.com103 $if f$trnlnm("OPENSSL") .eqs. ""
123 $ if cfile .eqs. ""
126 $ if cfile .eqs. ""
129 $ if cfile .eqs. ""
132 $ if cfile .eqs. ""
143 $ if cfile .eqs. ""
146 $ if cfile .eqs. ""
149 $ if cfile .eqs. ""
152 $ if cfile .eqs. ""
160 $if cfile .eqs. ""
[all …]
Dbuild_gnv_curl_pcsi_desc.com54 $ if kit_name .eqs. ""
60 $ if producer .eqs. ""
66 $ if filename_base .eqs. ""
82 $ if updatepatch .eqs. "-" then updatepatch = ""
89 $ if updatepatch .eqs. ""
115 $ if base .eqs. "I64VMS" then vmsprd = "HP"
126 $ if dashver .eqs. "-" then dashver = ""
168 $ if line_in .eqs. "" then goto inst_alias_loop
175 $ if kit_type .eqs. "D"
217 $ if line .eqs. "" then goto ex_ins_loop
[all …]
Dbuild_gnv_curl_release_notes.com33 $ if base_file .eqs. ""
41 $ if curl_readme .eqs. ""
45 $ if curl_readme .eqs. ""
52 $ if curl_copying .eqs. ""
56 $ if curl_copying .eqs. ""
63 $ if vms_readme .eqs. ""
67 $ if vms_readme .eqs. ""
74 $ if curl_release_notes .eqs. ""
78 $ if curl_release_notes .eqs. ""
84 $ if f$search("sys$disk:[]hp_ssl_release_info.txt") .eqs. ""
Dgnv_link_curl.com39 $ if (arch_name .eqs. "") then arch_name = "UNK"
50 $ if patch .eqs. "-" then patch = ""
56 $ if maj_ver .eqs. "7" .and. min_ver .ges. "3" .and. patch .nes. ""
74 $ if f$search("[.packages.vms]curlmsg.obj") .eqs. ""
78 $ if f$search("gnv$curlmsg.exe") .eqs. ""
88 $ if f$search(init_obj) .eqs. ""
334 $ if f$search(share_link_opt_file) .eqs. ""
366 $ if f$search(gnv_libcurl_share) .eqs. ""
396 $ if f$search("[.src]curl.exe") .eqs. ""
437 $ if (arch_name .nes. "VAX") .and. (parse_style .eqs. "EXTENDED")
[all …]
Dpcsi_product_gnv_curl.com35 $ if producer .eqs. ""
41 $ if producer_full_name .eqs. ""
48 $ if stage_root_name .eqs. ""
68 $ if f$search("[--.src]curl.exe") .eqs. ""
113 $ if kit_name .eqs. ""
125 $ if updatepatch .eqs. "" then updatepatch = ""
160 $ if arch_name .eqs. "ALPHA" then base = "AXPVMS"
161 $ if arch_name .eqs. "IA64" then base = "I64VMS"
162 $ if arch_name .eqs. "VAX" then base = "VAXVMS"
164 $ if base .eqs. "" then exit 44
[all …]
Dbuild_libcurl_pc.com31 $ if kit_name .eqs. ""
47 $ if updatepatch .eqs. "-" then updatepatch = ""
54 $ if f$search(pc_file_in) .eqs. ""
57 $ if f$search(pc_file_in) .eqs. ""
60 $ if f$search(pc_file_in) .eqs. ""
74 $ if (arch_name .eqs. "") then arch_name = "UNK"
82 $ if line_in .eqs. "" then goto version_loop
86 $ if name .eqs. "VERSION"
103 $ if line_in .eqs. ""
111 $ if key .eqs. "#"
[all …]
Dbuild_curl-config_script.com33 $ if (arch_name .eqs. "") then arch_name = "UNK"
54 $ if arch_name .eqs. "VAX"
68 $ if line_in .eqs. "" then goto version_loop
97 $ if arch_name .eqs. "VAX"
126 $ if section1 .eqs. "@"
132 $ if section2 .eqs. "@"
138 $ if section3 .eqs. "@"
140 $ if line_out .eqs. "" then line_out = line_in
144 $ if f$type(x_'section2') .eqs. "STRING"
Dcompare_curl_source.com91 $ if (p2 .eqs. "UPDATE")
107 $ if P1 .eqs. ""
129 $ if p1 .eqs. "SRCBCK"
137 $ if f$search("src_root1:[000000]curl.dir") .eqs. ""
145 $ if p1 .eqs. "VMSBCK"
153 $ if f$search("vms_root1:[000000]curl.dir") .eqs. ""
161 $ if ref .eqs. ""
189 $ if ref_spec .eqs. "" then goto loop_end
206 $! if rel_path .eqs. ".examples.scripts^.noah]"
210 $! if rel_path .eqs. ".examples.scripts^.v2]"
[all …]
Dsetup_gnv_curl_build.com82 $ if f$trnlnm("gssapi") .eqs. ""
91 $ if f$trnlnm("openssl") .eqs. ""
117 $ if (libzshr_line .eqs. "")
217 $ if ap_name .eqs. "," then goto example_loop_end
218 $ if ap_name .eqs. "" then goto example_loop_end
245 $ if ap_name .eqs. "," then goto libtest_loop_end
246 $ if ap_name .eqs. "" then goto libtest_loop_end
261 $ if f$search("[.packages.vms]curlmsg.obj") .eqs. ""
265 $ if f$search("gnv$curlmsg.exe") .eqs. ""
275 $ if f$search(init_obj) .eqs. ""
/third_party/boost/libs/hana/test/_include/laws/templates/
Dseq.hpp28 auto eqs = hana::make_tuple( in main() local
35 (void)eqs; in main()
73 hana::test::TestComparable<::Seq>{eqs}; in main()
81 hana::test::TestFoldable<::Seq>{eqs}; in main()
87 hana::test::TestIterable<::Seq>{eqs}; in main()
96 hana::test::TestSearchable<::Seq>{eqs, eq_keys}; in main()
114 hana::test::TestFunctor<::Seq>{eqs, eq_keys}; in main()
115 hana::test::TestApplicative<::Seq>{eqs}; in main()
116 hana::test::TestMonad<::Seq>{eqs, nested_eqs}; in main()
123 hana::test::TestMonadPlus<::Seq>{eqs, predicates, eq_keys}; in main()
/third_party/boost/libs/hana/test/optional/
Dlaws.cpp31 auto eqs = hana::make_tuple( in main() local
56 hana::test::TestComparable<hana::optional_tag>{eqs}; in main()
58 hana::test::TestFunctor<hana::optional_tag>{eqs, eq_values}; in main()
59 hana::test::TestApplicative<hana::optional_tag>{eqs}; in main()
60 hana::test::TestMonad<hana::optional_tag>{eqs, nested_eqs}; in main()
61 hana::test::TestMonadPlus<hana::optional_tag>{eqs, predicates, eq_values}; in main()
62 hana::test::TestSearchable<hana::optional_tag>{eqs, eq_values}; in main()
71 hana::test::TestFoldable<hana::optional_tag>{eqs}; in main()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dmakevms.com19 $ if zpath .eqs. ""
25 $ if pngpath .eqs. ""
38 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
42 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
51 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/third_party/libpng/contrib/gregbook/
Dmakevms.com19 $ if zpath .eqs. ""
25 $ if pngpath .eqs. ""
38 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
42 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
51 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/third_party/flutter/skia/third_party/externals/libpng/contrib/gregbook/
Dmakevms.com19 $ if zpath .eqs. ""
25 $ if pngpath .eqs. ""
38 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
42 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
51 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/third_party/boost/libs/hana/test/set/
Dlaws.cpp17 auto eqs = hana::make_tuple( in main() local
30 hana::test::TestComparable<hana::set_tag>{eqs}; in main()
31 hana::test::TestSearchable<hana::set_tag>{eqs, keys}; in main()
32 hana::test::TestFoldable<hana::set_tag>{eqs}; in main()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dmake_vms.com72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
315 $ if cparm .eqs. "DEBUG"
328 $ if cparm .eqs. "LINK" then linkonly = true
347 $ if cc_com .eqs. "DECC" then its_decc = true
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dmake_vms.com72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
315 $ if cparm .eqs. "DEBUG"
328 $ if cparm .eqs. "LINK" then linkonly = true
347 $ if cc_com .eqs. "DECC" then its_decc = true
[all …]
/third_party/zlib/
Dmake_vms.com72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
315 $ if cparm .eqs. "DEBUG"
328 $ if cparm .eqs. "LINK" then linkonly = true
347 $ if cc_com .eqs. "DECC" then its_decc = true
[all …]
/third_party/libpng/scripts/
Dmakevms.com10 $ if p1 .eqs. "CONTRIB"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
53 $ if make.eqs.""
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
/third_party/skia/third_party/externals/libpng/scripts/
Dmakevms.com10 $ if p1 .eqs. "CONTRIB"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
53 $ if make.eqs.""
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakevms.com10 $ if p1 .eqs. "CONTRIB"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
36 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
44 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
53 $ if make.eqs.""
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/
Dmakevms.com13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
Dmakevms.com13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/third_party/libpng/contrib/pngminus/
Dmakevms.com13 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
17 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
18 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
26 $ if f$trnlnm("SYS").eqs."" then define sys decc$library_include:
/third_party/boost/libs/hana/test/
Dminimal_product.cpp37 auto eqs = hana::make_tuple( in main() local
51 hana::test::TestComparable<::MinimalProduct>{eqs}; in main()
53 hana::test::TestFoldable<::MinimalProduct>{eqs}; in main()

12