Home
last modified time | relevance | path

Searched refs:CERROR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dpipletr.c46 while ((w = wait(&status)) != pidval && w != CERROR); in dowait()
47 if (w == CERROR) { in dowait()
H A Dlegal.c75 if (access(dfile, A_WRITE) == CERROR)
H A Dcreatemf.c43 if (access(file, A_EXIST) == CERROR) {
H A Dmail.h85 #define CERROR -1 macro
H A Dprintmail.c96 stret = CERROR; in printmail()