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

123

/freebsd-9.3-release/usr.sbin/cron/cron/
H A DMakefile5 SRCS= cron.c database.c do_command.c job.c user.c popen.c
/freebsd-9.3-release/libexec/ftpd/
H A DMakefile8 SRCS= ftpd.c ftpcmd.y logwtmp.c popen.c
/freebsd-9.3-release/rescue/librescue/
H A DMakefile22 SRCS= exec.c getusershell.c login_class.c popen.c rcmdsh.c \
/freebsd-9.3-release/usr.sbin/asf/
H A Dasf_prog.c56 if ((kldstat = popen("kldstat", "r")) == NULL)
/freebsd-9.3-release/contrib/groff/src/include/
H A Dlib.h85 extern "C" { FILE *popen(const char *, const char *); }
H A Dnonposix.h55 # define popen(c,m) _popen(c,m) macro
/freebsd-9.3-release/contrib/lukemftpd/src/
H A DMakefile7 SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c
/freebsd-9.3-release/usr.bin/mail/
H A DMakefile6 getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm.c212 f = popen(p,"r");
276 f = popen(p,"r");
286 f = popen(p,"r");
311 f = popen(p,"r");
H A Dctm_passb.c40 b=popen(buf, "w");
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dexec.c92 fp = popen(cmd, "r");
94 warnx("popen() failed");
/freebsd-9.3-release/contrib/less/
H A Dlsystem.c294 extern FILE *popen();
308 if ((f = popen(cmd, "w")) == NULL)
H A Ddefines.wn78 * This will generally work if your system provides the "popen" function
265 /* Define if you have the popen function. */
348 #define popen _popen
H A Dfilename.c565 FILE *popen();
593 fd = popen(cmd, "r");
600 fd = popen(scmd, "r");
606 fd = popen(cmd, "r");
609 * Redirection in `popen' might have messed with the
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_generic.c1387 struct usb_fs_open *popen; member in union:__anon9126
1452 if (u.popen->ep_index >= f->fs_ep_max) {
1456 if (f->fs_xfer[u.popen->ep_index] != NULL) {
1460 if (u.popen->max_bufsize > USB_FS_MAX_BUFSIZE) {
1461 u.popen->max_bufsize = USB_FS_MAX_BUFSIZE;
1463 if (u.popen->max_frames & USB_FS_MAX_FRAMES_PRE_SCALE) {
1465 u.popen->max_frames &= ~USB_FS_MAX_FRAMES_PRE_SCALE;
1469 if (u.popen->max_frames > USB_FS_MAX_FRAMES) {
1470 u.popen->max_frames = USB_FS_MAX_FRAMES;
1473 if (u.popen
[all...]
/freebsd-9.3-release/libexec/lukemftpd/
H A DMakefile12 SRCS= cmds.c conf.c ftpd.c ftpcmd.y popen.c
/freebsd-9.3-release/bin/ed/
H A Dio.c44 fp = (*fn == '!') ? popen(fn + 1, "r") : fopen(strip_escapes(fn), "r");
153 fp = (*fn == '!') ? popen(fn+1, "w") : fopen(strip_escapes(fn), mode);
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dcommon.h172 FILE *popen();
/freebsd-9.3-release/lib/libc/gen/
H A DMakefile.inc26 pause.c pmadvise.c popen.c posix_spawn.c \
74 nice.3 nlist.3 pause.3 popen.3 \
155 MLINKS+=popen.3 pclose.3
H A Dpopen.c34 static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 5/3/95";
69 popen(command, type) function
79 * Lite2 introduced two-way popen() pipes using _socketpair().
/freebsd-9.3-release/libexec/rpc.rwalld/
H A Drwalld.c148 /* fork, popen wall with special option, and send the message */
152 pfp = popen(WALL_CMD, "w");
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Dxditview.c63 FILE *popen(const char *, const char *);
317 new_file = popen (name+1, "r");
449 print_file = popen(name, "w");
/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c296 if ((p = popen(MANPATHCMD, "r")) == NULL)
497 if ((p = popen(cp, "r")) != NULL) {
609 if ((p = popen(cp, "r")) == NULL)
/freebsd-9.3-release/contrib/one-true-awk/
H A DREADME72 *if* you provide versions of popen and pclose. The file
H A Dproto.h194 extern FILE *popen(const char *, const char *);

Completed in 276 milliseconds

123