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

1234

/netbsd-6-1-5-RELEASE/external/bsd/cron/bin/cron/
H A DMakefile6 misc.c popen.c pw_dup.c user.c
/netbsd-6-1-5-RELEASE/tests/lib/libc/stdio/
H A Dt_popen.c57 #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");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dnscomm.c85 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
152 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
171 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
186 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
223 if ( (fp = popen (cmdline, "r")) == NULL || fgets (str, sizeof str, fp) == NULL )
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/python/
H A Ddnssec-checkds.py.in149 fp=os.popen("%s +noall +answer -t ds -q %s" %
159 fp = os.popen("%s -f %s %s " %
163 fp = os.popen("%s +noall +answer -t dnskey -q %s | %s -f - %s" %
194 fp=os.popen("%s +noall +answer -t dlv -q %s" %
207 fp = os.popen("%s -f %s -l %s %s " %
210 fp = os.popen("%s +noall +answer -t dnskey %s | %s -f - -l %s %s"
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A DMakefile89 env.c job.c user.c popen.c misc.c pw_dup.c
92 misc.c job.c do_command.c env.c popen.c pw_dup.c
95 misc.o env.o popen.o pw_dup.o
/netbsd-6-1-5-RELEASE/sbin/mount_portal/
H A Dpt_filter.c142 fp = popen(cmd, "r");
186 fp = popen(cmd, "w");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdio.h91 extern FILE *popen( const char *, const char *);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/
H A Dstdio.h93 extern FILE *popen( const char *, const char *);
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A DMakefile7 SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c
/netbsd-6-1-5-RELEASE/regress/sys/fs/lfs/ckckp/
H A Dckckp.c75 pp = popen(cmd, "r");
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dlib.h87 extern "C" { FILE *popen(const char *, const char *); }
H A Dnonposix.h57 # define popen(c,m) _popen(c,m) macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dpopen.c1 /* $NetBSD: popen.c,v 1.30 2010/11/14 18:11:42 tron Exp $ */
38 static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 5/3/95";
40 __RCSID("$NetBSD: popen.c,v 1.30 2010/11/14 18:11:42 tron Exp $");
63 __weak_alias(popen,_popen)
81 popen(const char *command, const char *type) function
128 /* POSIX.2 B.3.2.2 "popen() shall ensure that any streams
129 from previous popen() calls that remain open in the
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dos.c239 if ((f = popen(cmd, "r")) == NULL)
/netbsd-6-1-5-RELEASE/libexec/rpc.rwalld/
H A Drwalld.c139 pfp = popen(WALL_CMD, "w");
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A DMakefile27 list.c main.c names.c popen.c quit.c send.c sig.c strings.c temp.c \
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dio.c50 fp = (*fn == '!') ? popen(fn + 1, "r") : fopen(strip_escapes(fn), "r");
157 fp = (*fn == '!') ? popen(fn+1, "w") : fopen(strip_escapes(fn), mode);
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Ddefines.wn79 * This will generally work if your system provides the "popen" function
254 /* Define if you have the popen function. */
337 #define popen _popen
H A Dfilename.c574 FILE *popen();
602 fd = popen(cmd, "r");
609 fd = popen(scmd, "r");
615 fd = popen(cmd, "r");
618 * Redirection in `popen' might have messed with the
H A Dlsystem.c310 if ((f = popen(cmd, "w")) == NULL)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dfreq.c439 if ((fp = popen ("(/bin/sysinfo) 2>/dev/null", "r")) != NULL)
478 if ((fp = popen ("(/etc/hw -r cpu) 2>/dev/null", "r")) != NULL)
610 if ((fp = popen ("(hinv -c processor) 2>/dev/null", "r")) != NULL)
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmanpath.c66 stream = popen(cmd, "r");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/guality/
H A Dguality.h213 guality_gdb_input = popen (guality_gdb_command, "w");
/netbsd-6-1-5-RELEASE/regress/sys/kern/nameibench/
H A Dnameibench.c71 fp = popen("/usr/bin/locate x", "r");
73 perror("popen");
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos.c163 if ((cbdata.out = popen(pager, "w")) == NULL) {

Completed in 232 milliseconds

1234