Definition in file search1.c.
Go to the source code of this file.
Functions | |
bool | edinvoke (void) |
bool | edsnd (const char *s) |
bool | edrcv (char *s, size_t smax) |
bool | turnaround (void) |
bool | rcvall (void) |
bool | prompt (const char *msg, char *result, size_t resultmax, bool *eofp) |
int | main (void) |
Variables | |
FILE * | sndfp |
FILE * | rcvfp |
|
Definition at line 29 of file search1.c. References _exit(), close(), dup2(), EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, EC_FLUSH, ec_neg1, ec_null, execlp(), fork(), pipe(), rcvfp, and sndfp. |
|
Definition at line 68 of file search1.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_null, and rcvfp. Referenced by rcvall(). |
|
Definition at line 58 of file search1.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_eof, and sndfp. Referenced by main(), and turnaround(). |
|
Definition at line 130 of file search1.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_false, edinvoke(), edsnd(), exit(), prompt(), and rcvall(). |
|
Definition at line 107 of file search1.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, and EC_FAIL. Referenced by main(). |
|
Definition at line 89 of file search1.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_false, edrcv(), and turnaround(). |
|
Definition at line 78 of file search1.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_eof, ec_false, edsnd(), and sndfp. |
|
Definition at line 27 of file search1.c. Referenced by edinvoke(), and edrcv(). |
|
Definition at line 27 of file search1.c. Referenced by edinvoke(), edsnd(), and turnaround(). |