Lines Matching refs:error
4 * program with an error message, but never return failure. They usually have
34 // and change the exit code to indicate error, lets our toys.exit function
142 // if !flush just check for error on stdout without flushing
480 // Die if there's an error other than EOF.
551 goto error;
565 if (-1 == (x = openat(dirfd, "..", O_PATH))) goto error;
574 if (len>4095) goto error;
576 // Not a symlink: add to linked list, move dirfd, fail if error
587 if (errno != EINVAL && (exact || todo)) goto error;
590 if (fd == -1 && (exact || todo || errno != ENOENT)) goto error;
643 error:
1002 // (Trimming it off here means it won't show up in error messages.)