Home
last modified time | relevance | path

Searched refs:popen (Results 1 – 25 of 130) sorted by relevance

123456

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dgetcwd.c47 extern FILE *popen();
69 if((pipe = popen("pwd", "r")) == 0)
H A Dpopen.c30 popen(cmd,mode) in popen() function
/titanic_41/usr/src/cmd/bnu/
H A Dgwd.c55 fp = popen(cmd, "r");
58 fp = popen(cmd, "r");
H A Dmailst.c69 if ((fp = popen(cmd, "w")) == NULL)
/titanic_41/usr/src/cmd/refer/
H A Dlookbib.c28 FILE *hfp, *fopen(), *popen(); in main()
67 if ((hfp = popen(hunt, "w")) == NULL) { in main()
H A Dinv1.c108 fta = popen(com, "w"); in main()
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dpopen.c27 popen(const char* cmd, const char* mode) in popen() function
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c97 (void) pclose(popen(RESET_CPU, "w")); in shutdown_cpu()
99 (void) pclose(popen(SHUTDOWN_CPU, "w")); in shutdown_cpu()
335 (void) pclose(popen(RESET_CPU, "w")); in env_handle_chassis_state_event()
337 (void) pclose(popen(SHUTDOWN_CPU, "w")); in env_handle_chassis_state_event()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dtalk.h60 FILE *popen();
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dpopen.c35 #pragma weak _popen = popen
89 popen(const char *cmd, const char *mode) in popen() function
/titanic_41/usr/src/cmd/rpcsvc/
H A Drwall_subr.c92 (fp = popen(WALL_PROG, "w")) == NULL) { in wallproc_wall_1_svc()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dstdio.h84 extern FILE *popen(char *, char *);
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpq.c63 FILE *fp = popen("/bin/tput clear", "r"); in clear_screen()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.c202 pcout = popen(tmpbuf, "r"); in pkg_fmri_create()
217 pcout = popen(tmpbuf, "r"); in pkg_fmri_create()
/titanic_41/usr/src/cmd/listen/
H A Dnstoa.c552 FILE *popen();
584 if ((pfp = popen(cmd, "r")) == NULL)
/titanic_41/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c346 if ((fp = popen(buf, "r")) == NULL) { in main()
677 if ((fp = popen(buf, "r")) == NULL) in prt_nets()
744 if ((fp = popen(buf, "r")) == NULL) in prt_svcs()
1148 if ((fp = popen(buf, "r")) == NULL) { in setup_addr()
1190 if ((fp = popen(buf, "r")) == NULL) { in setup_addr()
/titanic_41/usr/src/cmd/svr4pkg/pkgremove/
H A Dquit.c274 if ((pp = popen(cmd, "w")) == NULL) { in mailmsg()
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dstdio.h116 extern FILE *popen(char *, char *);
/titanic_41/usr/src/tools/findunref/
H A Dfindunref.c208 fp = popen(hgcmd, "r"); in hg_manifest()
250 fp = popen(gitcmd, "r"); in git_manifest()
/titanic_41/usr/src/cmd/mailx/
H A DMakefile35 main.o names.o optim.o popen.o quit.o \
/titanic_41/usr/src/lib/libast/common/preroot/
H A Dgetpreroot.c57 if (!(fp = popen(buf, "rug"))) return(0); in getpreroot()
/titanic_41/usr/src/cmd/streams/log/
H A Dstrerr.c162 if ((pfile = popen(mailcmd, "w")) != NULL) { in main()
/titanic_41/usr/src/ucbhead/
H A Dstdio.h218 extern FILE *popen(const char *, const char *);
/titanic_41/usr/src/cmd/pools/poold/
H A Dpoold.c488 if ((p = popen(cmd, "w")) == NULL || pclose(p) != 0) in main()
500 if ((p = popen(cmd, "w")) == NULL || pclose(p) != 0) in main()
/titanic_41/usr/src/cmd/filesync/
H A Dignore.c210 fp = popen(cmd, "r"); in ignore_pgm()

123456