/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getcwd.c | 47 extern FILE *popen(); 69 if((pipe = popen("pwd", "r")) == 0)
|
H A D | popen.c | 30 popen(cmd,mode) in popen() function
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | gwd.c | 55 fp = popen(cmd, "r"); 58 fp = popen(cmd, "r");
|
H A D | mailst.c | 69 if ((fp = popen(cmd, "w")) == NULL)
|
/titanic_41/usr/src/cmd/refer/ |
H A D | lookbib.c | 28 FILE *hfp, *fopen(), *popen(); in main() 67 if ((hfp = popen(hunt, "w")) == NULL) { in main()
|
H A D | inv1.c | 108 fta = popen(com, "w"); in main()
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | popen.c | 27 popen(const char* cmd, const char* mode) in popen() function
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | piclplatmod.c | 97 (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 D | talk.h | 60 FILE *popen();
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 35 #pragma weak _popen = popen 89 popen(const char *cmd, const char *mode) in popen() function
|
/titanic_41/usr/src/cmd/rpcsvc/ |
H A D | rwall_subr.c | 92 (fp = popen(WALL_PROG, "w")) == NULL) { in wallproc_wall_1_svc()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 84 extern FILE *popen(char *, char *);
|
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpq.c | 63 FILE *fp = popen("/bin/tput clear", "r"); in clear_screen()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | pkg.c | 202 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 D | nstoa.c | 552 FILE *popen(); 584 if ((pfp = popen(cmd, "r")) == NULL)
|
/titanic_41/usr/src/cmd/nlsadmin/ |
H A D | nlsadmin.c | 346 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 D | quit.c | 274 if ((pp = popen(cmd, "w")) == NULL) { in mailmsg()
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 116 extern FILE *popen(char *, char *);
|
/titanic_41/usr/src/tools/findunref/ |
H A D | findunref.c | 208 fp = popen(hgcmd, "r"); in hg_manifest() 250 fp = popen(gitcmd, "r"); in git_manifest()
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | Makefile | 35 main.o names.o optim.o popen.o quit.o \
|
/titanic_41/usr/src/lib/libast/common/preroot/ |
H A D | getpreroot.c | 57 if (!(fp = popen(buf, "rug"))) return(0); in getpreroot()
|
/titanic_41/usr/src/cmd/streams/log/ |
H A D | strerr.c | 162 if ((pfile = popen(mailcmd, "w")) != NULL) { in main()
|
/titanic_41/usr/src/ucbhead/ |
H A D | stdio.h | 218 extern FILE *popen(const char *, const char *);
|
/titanic_41/usr/src/cmd/pools/poold/ |
H A D | poold.c | 488 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 D | ignore.c | 210 fp = popen(cmd, "r"); in ignore_pgm()
|