Home
last modified time | relevance | path

Searched refs:FNULL (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/payara/payara5/bin/
H A Dletsencrypt.py16 FNULL = open(os.devnull, 'w') variable
39 …", alias, "--priv-key-path", key_path, "--cert-chain-path", cert_path], stdout=FNULL, stderr=FNULL)
41 …", alias, "--priv-key-path", key_path, "--cert-chain-path", cert_path], stdout=FNULL, stderr=FNULL)
55 …, "--name", APP_NAME, "--force", "--contextroot", "/", WEB_ROOT_PATH], stdout=FNULL, stderr=FNULL)
67 check_call([ASADMIN_PATH, "undeploy", APP_NAME], stdout=FNULL, stderr=FNULL)
/dports/www/payara/payara5/glassfish/bin/
H A Dletsencrypt.py16 FNULL = open(os.devnull, 'w') variable
39 …", alias, "--priv-key-path", key_path, "--cert-chain-path", cert_path], stdout=FNULL, stderr=FNULL)
41 …", alias, "--priv-key-path", key_path, "--cert-chain-path", cert_path], stdout=FNULL, stderr=FNULL)
55 …, "--name", APP_NAME, "--force", "--contextroot", "/", WEB_ROOT_PATH], stdout=FNULL, stderr=FNULL)
67 check_call([ASADMIN_PATH, "undeploy", APP_NAME], stdout=FNULL, stderr=FNULL)
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/fuzzer/
H A Dcrashtest.py23 FNULL = open(os.devnull, "w") variable
30 FNULL = open(os.devnull, 'w') variable
37 …fuzzer_retval = subprocess.call(["./check-input.sh", filename, "batchmode"], stdout=FNULL, stderr=…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/fuzzer/
H A Dcrashtest.py22 FNULL = open(os.devnull, "w") variable
29 FNULL = open(os.devnull, 'w') variable
36 …fuzzer_retval = subprocess.call(["./check-input.sh", filename, "batchmode"], stdout=FNULL, stderr=…
/dports/net/libusrsctp/usrsctp-0.9.5.0/fuzzer/
H A Dcrashtest.py22 FNULL = open(os.devnull, "w") variable
29 FNULL = open(os.devnull, 'w') variable
36 …fuzzer_retval = subprocess.call(["./check-input.sh", filename, "batchmode"], stdout=FNULL, stderr=…
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/fuzzer/
H A Dcrashtest.py22 FNULL = open(os.devnull, "w") variable
29 FNULL = open(os.devnull, 'w') variable
36 …fuzzer_retval = subprocess.call(["./check-input.sh", filename, "batchmode"], stdout=FNULL, stderr=…
/dports/science/py-obspy/obspy-1.2.2/obspy/io/sac/
H A Dutil.py205 assert delta != HD.FNULL
214 b = sacheader.get('b', HD.FNULL)
217 calib = sacheader.get('scale', HD.FNULL)
224 b = b if (b != HD.FNULL) else 0.0
225 calib = calib if (calib != HD.FNULL) else 1.0
326 if header.get(hdr) not in (None, HD.FNULL)]
378 header['scale'] = stats.get('calib', HD.FNULL)
/dports/cad/padring/padring-b2a64ab/tests/
H A Drun_tests.py15 FNULL = open(os.devnull, 'w') variable
19 …padring.svg", "--def", "padring.def", "--lef", test[1], "-o","padring.gds", test[0]], stdout=FNULL)
/dports/science/py-chainer/chainer-7.8.0/chainer/training/extensions/
H A Dcomputational_graph.py22 with open(os.devnull, 'wb') as FNULL:
24 subprocess.check_call(args, stdout=FNULL, stderr=FNULL)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/lang/clang-mesa/clang-13.0.1.src/docs/tools/
H A Dgenerate_formatted_state.py75 FNULL = open(os.devnull, 'w') variable
97 stdout=FNULL,
98 stderr=FNULL)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/docs/tools/
H A Dgenerate_formatted_state.py78 FNULL = open(os.devnull, 'w') variable
102 stdout=FNULL,
103 stderr=FNULL)
/dports/emulators/cemu/CEmu-1.3/gui/qt/deploy-scripts/
H A Dutil.py20 FNULL = open(os.devnull, 'w')
21 retcode = subprocess.call(cmd, stdout=FNULL, stderr=subprocess.STDOUT)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/tools/build/win/
H A Dmakecab_test.py70 FNULL = open(os.devnull, 'w')
71 subprocess.check_call(['expand.exe', cab_path, out_path], stdout=FNULL)
/dports/print/lyx/lyx-2.3.4.2/development/keystest/
H A Dkeytest.py18 FNULL = open('/dev/null', 'w') variable
196 stdout=FNULL,stderr=FNULL
/dports/science/wannier90/wannier90-3.1.0/test-suite/
H A Drun_tests140 FNULL = open(os.devnull, 'w')
143 stdout=FNULL, stderr=sys.stderr)
/dports/math/ndiff/ndiff-2.00/
H A Dawklib.c109 static FILE *FNULL = (FILE *) NULL; variable
201 return (FNULL); in _awk_file_to_fp()
306 if (fp != FNULL) in _awk_open_infile()
526 FileTable[k].fp = FNULL; in awk_close_infile()

12