Lines Matching defs:array
67 * get message from pipe (contains array of signal counters)
68 * loop through array of signal counters and record any
70 * record PASS or FAIL depending on what was found in the array.
90 * (the handler will record each signal it catches in an array
93 * send array of counters back to parent for processing.
177 /* array of counters for signals caught by handler() */
246 int *array; /* pointer to sig_array returned from child */
309 if ((array = (int *)read_pipe(pipe_fd[0])) == NULL) {
316 printf("array[%d] = %d\n", sig, array[sig]);
322 if (array[sig] != 1) {
326 sig, array[sig]);
498 * check the sig_array array for one occurence of
579 /* increment the array element for this signal */