Searched refs:esystem (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | dstream.c | 504 if (n = esystem(cmd, ds_fd, -1)) { in ds_init() 651 if (n = esystem(cmd, ds_fd, -1)) { in ds_skip() 694 if (n = esystem(cmd, ds_fd, -1)) { in ds_next()
|
H A D | mapfile-vers | 92 esystem;
|
H A D | runcmd.c | 96 esystem(char *cmd, int ifd, int ofd) in esystem() function
|
H A D | pkglib.h | 444 extern int esystem(char *cmd, int ifd, int ofd);
|
H A D | pkgtrans.c | 1141 if (n = esystem(tmp_entry, list_fd, ds_fd)) { in wdsheader() 1588 n = esystem(cmd, -1, (options & PT_ODTSTREAM) ? ds_fd : -1); in pkgxfer()
|