/src/usr.sbin/autofs/ |
Makefile | 6 defined.c log.c popen.c token.l
|
/src/tests/lib/libc/stdio/ |
t_popen.c | 57 #define DATAFILE "popen.data" 90 if ((my_pipe = popen(command, "w")) == NULL) 91 TEST_ERROR("popen write"); 101 if ((my_pipe = popen(command, "r")) == NULL) 102 TEST_ERROR("popen read");
|
/src/sbin/mount_portal/ |
pt_filter.c | 143 fp = popen(cmd, "r"); 187 fp = popen(cmd, "w");
|
/src/regress/sys/fs/lfs/ckckp/ |
ckckp.c | 75 pp = popen(cmd, "r");
|
/src/libexec/ftpd/ |
Makefile | 7 SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c
|
/src/tests/fs/lfs/ |
util.c | 131 pipe = popen(cmd, "r"); 159 pipe = popen("dumplfs -S -s 2 -s 1 -s 0 " IMGNAME, "r");
|
/src/distrib/utils/more/ |
os.c | 239 if ((f = popen(cmd, "r")) == NULL) {
|
/src/libexec/rpc.rwalld/ |
rwalld.c | 139 pfp = popen(WALL_CMD, "w");
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerUtilPosix.cpp | 134 return popen(Command, Mode);
|
/src/usr.bin/mail/ |
Makefile | 29 list.c main.c names.c popen.c quit.c send.c sig.c strings.c temp.c \
|
/src/lib/libc/gen/ |
popen.c | 1 /* $NetBSD: popen.c,v 1.38 2022/04/19 20:32:15 rillig Exp $ */ 38 static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 5/3/95"; 40 __RCSID("$NetBSD: popen.c,v 1.38 2022/04/19 20:32:15 rillig Exp $"); 62 __weak_alias(popen,_popen) 124 /* POSIX.2 B.3.2.2 "popen() shall ensure that any streams 125 from previous popen() calls that remain open in the 187 popen(const char *cmd, const char *type) function in typeref:typename:FILE *
|
Makefile.inc | 26 nlist_elf64.c opendir.c pause.c popen.c posix_spawn_sched.c \ 77 pause.3 popen.3 \ 160 MLINKS+=popen.3 pclose.3 161 MLINKS+=popen.3 popenve.3
|
/src/bin/ed/ |
io.c | 50 fp = (*fn == '!') ? popen(fn + 1, "r") : fopen(strip_escapes(fn), "r"); 157 fp = (*fn == '!') ? popen(fn+1, "w") : fopen(strip_escapes(fn), mode);
|
/src/regress/sys/kern/nameibench/ |
nameibench.c | 71 fp = popen("/usr/bin/locate x", "r"); 73 perror("popen");
|
/src/share/examples/refuse/pcifs/ |
pcifs.c | 164 if ((pp = popen(buf, "r")) == NULL) {
|
/src/usr.bin/progress/ |
progress.c | 162 if ((gzipsizepipe = popen(cmd, "r")) == NULL)
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/ |
DataFlow.cpp | 80 FILE *Pipe = popen("sed 's/(+/ /g; s/).*//g' "
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_print.c | 401 p = popen("lpstat -v", "r"); 403 msg_out("rpc.pcnfsd: unable to popen() lp status"); 536 p = popen(buff, "r"); 538 msg_out("rpc.pcnfsd: unable to popen lpc stat"); 663 msg_out("rpc.pcnfsd: unable to popen() lpstat queue query"); 743 msg_out("rpc.pcnfsd: unable to popen() lpq"); 905 p = popen(cmd, "r"); 907 msg_out("rpc.pcnfsd: unable to popen() lp status"); 969 p = popen(cmd, "r"); 971 msg_out("rpc.pcnfsd: unable to popen() lp status") [all...] |
/src/games/quiz/ |
quiz.c | 171 if ((pf = popen(pager, "w")) == NULL)
|
/src/usr.sbin/makemandb/ |
apropos.c | 232 if ((cbdata.out = popen(pager, "w")) == NULL) {
|
/src/usr.bin/xlint/lint1/ |
check-msgs.lua | 116 local filenames = assert(io.popen(cmd))
|
/src/sbin/dump/ |
optr.c | 197 if ((fp = popen(buf, "w")) == NULL)
|
/src/share/examples/refuse/dmesgfs/ |
dmesgfs.c | 270 if ((pp = popen("dmesg", "r")) == NULL) {
|
/src/usr.sbin/crash/ |
crash.c | 294 ofp = popen(pcmd, "w");
|
/src/games/warp/ |
config.h.SH | 71 * contents of PHOSTNAME as a command to feed to the popen() routine function
|