Home
last modified time | relevance | path

Searched refs:DEVNULL (Results 276 – 300 of 1522) sorted by relevance

1...<<11121314151617181920>>...61

/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/
H A Dcinnamon-screensaver-command.py12 from subprocess import Popen, DEVNULL
79 Popen(shlex.split(custom_saver), stdin=DEVNULL)
/dports/print/system-config-printer/system-config-printer-1.5.12/troubleshoot/
H A DCheckUSBPermissions.py72 stdin=subprocess.DEVNULL,
152 stdin=subprocess.DEVNULL,
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/scripts/
H A Ddepfixer.py377 stderr=subprocess.DEVNULL)
424 stdout=subprocess.DEVNULL,
425 stderr=subprocess.DEVNULL)
437 stdout=subprocess.DEVNULL,
438 stderr=subprocess.DEVNULL)
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Ddiff.c688 label2 = make_file_label (DEVNULL, NULL, NULL); in diff_fileproc()
695 label1 = make_file_label (DEVNULL, NULL, NULL); in diff_fileproc()
722 status = diff_exec (DEVNULL, finfo->file, label1, label2, in diff_fileproc()
735 status = diff_exec (DEVNULL, tmp, label1, label2, in diff_fileproc()
750 status = diff_exec (tmp, DEVNULL, label1, label2, in diff_fileproc()
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/scripts/
H A Ddepfixer.py377 stderr=subprocess.DEVNULL)
424 stdout=subprocess.DEVNULL,
425 stderr=subprocess.DEVNULL)
437 stdout=subprocess.DEVNULL,
438 stderr=subprocess.DEVNULL)
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dprobe_printer.py279 stdin=subprocess.DEVNULL,
281 stderr=subprocess.DEVNULL)
370 stdin=subprocess.DEVNULL,
372 stderr=subprocess.DEVNULL)
/dports/devel/jsoncpp/jsoncpp-1.9.5/.travis_scripts/
H A Drun-clang-format.py29 from subprocess import DEVNULL # py3k
31 DEVNULL = open(os.devnull, "wb") variable
287 subprocess.check_call(version_invocation, stdout=DEVNULL)
/dports/multimedia/py-moviepy/moviepy-1.0.3/moviepy/video/io/
H A Dffmpeg_reader.py16 from moviepy.compat import DEVNULL, PY3
99 "stdin": DEVNULL}
252 "stdin": DEVNULL}
/dports/math/z3/z3-z3-4.8.13/scripts/
H A Dmk_win_dist.py157 DEVNULL = open(os.devnull, 'wb')
158 subprocess.call(['cl'], stdout=DEVNULL, stderr=DEVNULL)
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/test/basetest/
H A Dtaskd.py18 from subprocess import DEVNULL
20 DEVNULL = open(os.devnull, 'w') variable
204 self.proc = Popen(cmd, stdout=PIPE, stderr=PIPE, stdin=DEVNULL,
/dports/security/fcrackzip/fcrackzip-1.0/
H A Dmain.c29 #define DEVNULL ">/dev/null 2>&1" macro
31 #define DEVNULL ">NUL 2>&1" macro
151 sprintf (buff, "unzip -qqtP \"%s\" %s " DEVNULL, escpw, path); in check_unzip()
/dports/science/axom/axom-0.6.1/src/cmake/blt/cmake/
H A Drun-clang-format.py67 from subprocess import DEVNULL # py3k
69 DEVNULL = open(os.devnull, "wb") variable
347 subprocess.check_call(version_invocation, stdout=DEVNULL)
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/cmake/
H A Drun-clang-format.py67 from subprocess import DEVNULL # py3k
69 DEVNULL = open(os.devnull, "wb") variable
347 subprocess.check_call(version_invocation, stdout=DEVNULL)
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DJSch.java182 private static final Logger DEVNULL=new Logger(){ field in JSch
186 static Logger logger=DEVNULL;
583 if(logger==null) logger=DEVNULL; in setLogger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/.travis_scripts/
H A Drun-clang-format.py29 from subprocess import DEVNULL # py3k
31 DEVNULL = open(os.devnull, "wb") variable
287 subprocess.check_call(version_invocation, stdout=DEVNULL)
/dports/math/py-z3-solver/z3-z3-4.8.10/scripts/
H A Dmk_win_dist.py157 DEVNULL = open(os.devnull, 'wb')
158 subprocess.call(['cl'], stdout=DEVNULL, stderr=DEVNULL)
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebdiff-apply129 stdout=subprocess.DEVNULL,
130 stderr=subprocess.DEVNULL,
284 stdout = subprocess.DEVNULL if quiet else None
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/ci/compliance/
H A Drun-clang-format.py29 from subprocess import DEVNULL # py3k
31 DEVNULL = open(os.devnull, "wb") variable
306 subprocess.check_call(version_invocation, stdout=DEVNULL)
/dports/x11/kdisplay/kdisplay-b64cf06bf9945b550a965126c750440a6617e4ef/ci/compliance/
H A Drun-clang-format.py29 from subprocess import DEVNULL # py3k
31 DEVNULL = open(os.devnull, "wb") variable
306 subprocess.check_call(version_invocation, stdout=DEVNULL)
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DJSch.java183 private static final Logger DEVNULL=new Logger(){ field in JSch
187 static Logger logger=DEVNULL;
584 if(logger==null) logger=DEVNULL; in setLogger()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DJSch.java183 private static final Logger DEVNULL=new Logger(){ field in JSch
187 static Logger logger=DEVNULL;
584 if(logger==null) logger=DEVNULL; in setLogger()
/dports/science/conduit/conduit-0.8.0/src/blt/cmake/
H A Drun-clang-format.py67 from subprocess import DEVNULL # py3k
69 DEVNULL = open(os.devnull, "wb") variable
347 subprocess.check_call(version_invocation, stdout=DEVNULL)
/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/
H A D_aix.py53 from subprocess import Popen, PIPE, DEVNULL
109 universal_newlines=True, stdout=PIPE, stderr=DEVNULL)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/
H A D_aix.py53 from subprocess import Popen, PIPE, DEVNULL
109 universal_newlines=True, stdout=PIPE, stderr=DEVNULL)
/dports/lang/python310/Python-3.10.1/Lib/ctypes/
H A D_aix.py53 from subprocess import Popen, PIPE, DEVNULL
109 universal_newlines=True, stdout=PIPE, stderr=DEVNULL)

1...<<11121314151617181920>>...61