WRITE_CONST       433 error.c        #define WRITE_CONST(fd,str) write_or_abort((fd),(str),sizeof(str) - 1)
WRITE_CONST      1247 thread_pthread.c #define WRITE_CONST(fd, str) (void)(write((fd),(str),sizeof(str)-1)<0)