Searched refs:popen (Results 1 - 25 of 72) sorted by relevance

123

/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dpipe.h23 FILE *popen (const char *, const char *);
/openbsd-current/regress/lib/libc/popen/
H A DMakefile3 PROG=popen
H A Dpopen.c1 /* $NetBSD: popen.c,v 1.1 1999/09/30 09:23:23 tron Exp $ */
45 #define DATAFILE "popen.data"
62 if ((pipe = popen(command, "w")) == NULL)
63 err(1, "popen write");
73 if ((pipe = popen(command, "r")) == NULL)
74 err(1, "popen read");
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dpopen.h1 /* We roll our own popen()/pclose() in OS/2.
4 FILE *popen (const char *cmd, const char *mode);
H A Dpopen.c0 /* popen.c -- popen/pclose for OS/2. */
139 * End of linked-list library, beginning of popen/pclose: *
144 * Routine: popen
153 popen (const char *Command, const char *Mode) function
326 * Action : Close a pipe opened with popen();
359 fp1 = popen ("gcc --version", "r");
361 fp2 = popen ("link386 /?", "r");
363 fp3 = popen ("dir", "r");
/openbsd-current/usr.sbin/cron/
H A DMakefile5 misc.c env.c popen.c atrun.c
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py24 clang_help = os.popen("%s --help" % compiler_path).read()
/openbsd-current/gnu/llvm/llvm/utils/
H A Dupdate_test_prefix.py11 s = os.popen('llvm-lit -a ' + i).read()
33 s = os.popen('llvm/' + t.group(1) + ' ' + i + ' 2>&1').read()
36 s = os.popen('git diff ' + i).read()
H A Dupdate_cc_test_checks.py47 popen = subprocess.Popen(json_dump_args, stdout=subprocess.PIPE,
49 stdout, stderr = popen.communicate()
50 if popen.returncode != 0:
232 popen = subprocess.Popen(exe, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
233 stdout, stderr = popen.communicate()
234 if popen.returncode != 0:
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dstdio.h80 extern FILE *popen( const char *, const char *);
/openbsd-current/libexec/ftpd/
H A DMakefile6 SRCS= ftpd.c ftpcmd.y logutmp.c logwtmp.c monitor.c monitor_fdpass.c popen.c
/openbsd-current/lib/libc/gen/
H A Dpopen.c1 /* $OpenBSD: popen.c,v 1.22 2019/06/28 13:32:41 deraadt Exp $ */
56 popen(const char *program, const char *type) function
140 DEF_WEAK(popen); variable
H A DMakefile.inc18 nlist.c nftw.c opendir.c pause.c popen.c posix_spawn.c psignal.c \
49 popen.3 posix_spawn.3 posix_spawn_file_actions_addopen.3 \
/openbsd-current/regress/lib/libc/
H A DMakefile17 SUBDIR+= popen printf
/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dstdio.h93 extern FILE *popen( const char *, const char *);
/openbsd-current/usr.bin/mail/
H A DMakefile6 popen.c quit.c send.c strings.c temp.c tty.c util.c vars.c
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp94 FILE *Pipe = popen(Cmd.toString().c_str(), "r");
166 return popen(Command, Mode);
/openbsd-current/gnu/usr.bin/perl/
H A Dnostdio.h60 #undef popen macro
123 #define popen(c,m) _CANNOT _popen_ macro
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dconfig.h263 #define popen _popen macro
/openbsd-current/regress/lib/libpthread/select/
H A Dselect.c134 CHECKn(slpr = popen("sleep 2; echo foo", "r"));
/openbsd-current/regress/usr.bin/bc/
H A Dt19.c57 fp = popen(cmd, "r");
/openbsd-current/gnu/usr.bin/cvs/
H A Dcvsnt.mak615 ".\src\popen.h"\
653 ".\src\popen.h"\
690 ".\src\popen.h"\
733 ".\src\popen.h"\
770 ".\src\popen.h"\
833 ".\src\popen.h"\
870 ".\src\popen.h"\
908 ".\src\popen.h"\
946 ".\src\popen.h"\
984 ".\src\popen
[all...]
/openbsd-current/libexec/rpc.rwalld/
H A Drwalld.c121 pfp = popen(WALL_CMD, "w");
/openbsd-current/usr.bin/less/
H A Dlsystem.c201 if ((f = popen(cmd, "w")) == NULL) {
/openbsd-current/lib/libc/hidden/
H A Dstdio.h87 PROTO_NORMAL(popen); variable

Completed in 363 milliseconds

123