Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dfile.c634 int haderror = 0; in process() local
654 haderror |= printf("ERROR: %s%c", magic_error(ms), c); in process()
656 haderror |= printf("%s%c", type, c) < 0; in process()
659 haderror |= fflush(stdout) != 0; in process()
660 return haderror || type == NULL; in process()