Symbol: popen
bin/ed/io.c
157
fp = (*fn == '!') ? popen(fn+1, "w") : fopen(strip_escapes(fn), mode);
bin/ed/io.c
50
fp = (*fn == '!') ? popen(fn + 1, "r") : fopen(strip_escapes(fn), "r");
distrib/utils/more/os.c
239
if ((f = popen(cmd, "r")) == NULL) {
games/cgram/cgram.c
259
FILE *f = popen(_PATH_FORTUNE, "r");
games/quiz/quiz.c
171
if ((pf = popen(pager, "w")) == NULL)
games/warp/intrp.c
343
pipefp = popen(scrbuf,"r");
include/stdio.h
331
FILE *popen(const char *, const char *);
lib/libc/gen/popen.c
62
__weak_alias(popen,_popen)
libexec/rpc.rwalld/rwalld.c
139
pfp = popen(WALL_CMD, "w");
regress/sys/fs/lfs/ckckp/ckckp.c
75
pp = popen(cmd, "r");
regress/sys/kern/nameibench/nameibench.c
71
fp = popen("/usr/bin/locate x", "r");
sbin/cgdconfig/cgdconfig.c
681
if ((f = popen(string_tocharstar(kg->kg_cmd), "r")) == NULL)
sbin/dump/optr.c
197
if ((fp = popen(buf, "w")) == NULL)
sbin/mount_portal/pt_filter.c
143
fp = popen(cmd, "r");
sbin/mount_portal/pt_filter.c
187
fp = popen(cmd, "w");
sbin/shutdown/shutdown.c
314
if ((pf = popen(wcmd, "w")) == NULL) {
share/examples/refuse/dmesgfs/dmesgfs.c
270
if ((pp = popen("dmesg", "r")) == NULL) {
share/examples/refuse/pcifs/pcifs.c
164
if ((pp = popen(buf, "r")) == NULL) {
tests/fs/common/fstest_lfs.c
230
pipe = popen(cmd, "r");
tests/fs/lfs/t_orphan.c
178
fp = popen("dumplfs -i -s9 ./" IMGNAME, "r");
tests/fs/lfs/util.c
148
pipe = popen(cmd, "r");
tests/fs/lfs/util.c
176
pipe = popen("dumplfs -S -s 2 -s 1 -s 0 " IMGNAME, "r");
tests/lib/libc/stdio/h_intr.c
153
if ((ofp = popen(opts.cmd, "w")) == NULL) {
tests/lib/libc/stdio/t_popen.c
101
if ((my_pipe = popen(command, "r")) == NULL)
tests/lib/libc/stdio/t_popen.c
90
if ((my_pipe = popen(command, "w")) == NULL)
usr.bin/crunch/crunchgen/crunchgen.c
704
if ((f = popen(line, "r")) == NULL) {
usr.bin/ftp/fetch.c
1660
fout = popen(savefile + 1, "w");
usr.bin/ftp/ftp.c
1070
fout = popen(local + 1, "w");
usr.bin/ftp/ftp.c
757
fin = popen(local + 1, "r");
usr.bin/msgs/msgs.c
644
outf = popen(cmdbuf, "w");
usr.bin/patch/pch.c
1418
pipefp = popen(buf, "w");
usr.bin/progress/progress.c
162
if ((gzipsizepipe = popen(cmd, "r")) == NULL)
usr.bin/rdist/docmd.c
565
pf = popen(buf, "w");
usr.sbin/crash/crash.c
294
ofp = popen(pcmd, "w");
usr.sbin/makemandb/apropos.c
232
if ((cbdata.out = popen(pager, "w")) == NULL) {
usr.sbin/makemandb/makemandb.c
355
if ((file = popen(command, "r")) == NULL) {
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
401
p = popen("lpstat -v", "r");
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
536
p = popen(buff, "r");
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
905
p = popen(cmd, "r");
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
969
p = popen(cmd, "r");
usr.sbin/sysinst/run.c
210
f = popen(fileorcmd, "r");