Lines Matching refs:note
384 char note[MAXMESG]; /* message buffer for pipe */
389 /* set note to READY and if an error occurs, overwrite it */
390 (void)strcpy(note, READY);
394 /* an error occured - put mesg in note and send it back to parent */
395 (void)strcpy(note, mesg);
398 /* an error occured - put mesg in note and send it back to parent */
399 (void)strcpy(note, mesg);
408 (void)sprintf(note,
419 * send note to parent (if not READY, parent will BROK) and
426 if (write_pipe(pipe_fd[1], note) < 0) {
483 (void)sprintf(note,
504 (void)memcpy(note, (char *)sig_array, sizeof(sig_array));
507 /* send note to parent and exit */
508 if (write_pipe(pipe_fd[1], note) < 0) {