#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <fcntl.h>#include <limits.h>#include <signal.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | MAX_ERROR 4 |
| #define | NB 30L |
| #define | NBOUNDS 6 |
Functions | |
| _PROTOTYPE (int main,(int argc, char *argv[])) | |
| _PROTOTYPE (void test19a,(void)) | |
| _PROTOTYPE (void pipecatcher,(int s)) | |
| _PROTOTYPE (void e,(int n)) | |
| int | main (int argc, argv) |
| void | test19a () |
| void | test19b () |
| void | test19c () |
| void | test19d () |
| void | test19e () |
| void | test19f () |
| void | test19g () |
| void | clraa () |
| void | pipecatcher (int s) |
| void | e (int n) |
| void | quit () |
Variables | |
| int | errct |
| int | subtest |
| int | passes |
| int | pipesigs |
| long | t1 |
| char | aa [100] |
| char | b [4] = {0, 1, 2, 3} |
| char | c [4] = {10, 20, 30, 40} |
| char | d [4] = {6, 7, 8, 9} |
| long | bounds [NBOUNDS] = {7, 9, 50, 519, 520, 40000L} |
| char | buff [30000] |
| _PROTOTYPE | ( | void | e, | |
| (int n) | ||||
| ) |
| _PROTOTYPE | ( | void | pipecatcher, | |
| (int s) | ||||
| ) |
| _PROTOTYPE | ( | void | test19a, | |
| (void) | ||||
| ) |
| _PROTOTYPE | ( | int | main, | |
| (int argc, char *argv[]) | ||||
| ) |
1.5.8