Searched refs:popen (Results 26 - 43 of 43) sorted by relevance

12

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c630 fp = popen("/usr/sbin/prtconf -b | /usr/bin/grep ORCL,SPARC64", "r");
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c955 if ((ds_pp = popen(cmd, fd ? "w" : "r")) == NULL) {
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c700 if ((outfile = popen(PKG_INFO_CMD, "r")) == NULL) {
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1453 /* Set up command so popen returns stderr, not stdout */
1468 if ((stdout_str = popen(cmdline, "r")) == NULL) {
1469 (void) be_print_err(gettext("be_run_cmd: popen: %s\n"),
/osnet-11/usr/src/lib/libast/
H A DMakefile.com403 common/stdio/popen.o \
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com668 popen.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com700 popen.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com649 popen.o \
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c473 fp = popen (cmd, "r");
/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c929 if ((fd = popen(buf, "r")) == NULL)
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile628 popen.o \
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c735 if ((p = popen(cmd, "wF")) == NULL || pclose(p) != 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1702 * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1709 * contents of PHOSTNAME as a command to feed to the popen() routine
H A Dutil.c1918 Perl_croak(aTHX_ "panic: kid popen errno read");
2070 Perl_croak(aTHX_ "panic: kid popen errno read");
2084 FILE *popen();
2089 /* Call system's popen() to get a FILE *, then import it.
2093 return PerlIO_importFILE(popen(cmd, mode), 0);
2102 /* Call system's popen() to get a FILE *, then import it.
2390 if (pid == -1) { /* Opened by popen. */
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1300 /* popen.c */
1301 FILE *popen(const char *cmd, const char *mode);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c2116 if (pclose(popen(buf, "w")) == -1)
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c9048 file = popen(cmdbuf, "r");
/osnet-11/usr/src/grub/grub2/
H A Dconfigure28951 for gl_func in dprintf fpurge fseeko ftello getdelim getline popen renameat snprintf tmpfile vdprintf vsnprintf; do
[all...]

Completed in 169 milliseconds

12