Lines Matching +defs:error +defs:range
47 * The [!...] convention to negate a range is supported (SysV, Posix, ksh).
474 * if things went well, nonzero if errors occurred. It is not an error
481 int c, error;
488 if ((error = globtilde(&qpatnext, pattern, patbuf, sizeof(patbuf),
490 return error;
549 if ((error = glob1(patbuf, pglob, limit)) != 0)
550 return error;
693 int error;
728 error = pglobstar == pattern && termstar == restpattern ?
736 if (error)
737 return error;
769 error = 0;
785 error = GLOB_NOSPACE;
822 error = GLOB_ABORTED;
845 error = glob2(pathbuf, dc, pathlim, pglobstar,
847 if (error)
855 error = glob2(pathbuf, --dc, pathlim, restpattern,
857 if (error)
867 * Again Posix X/Open issue with regards to error handling.
869 if ((error || errno) && (pglob->gl_flags & GLOB_ERR))
872 return error;
884 * Return 0 if new item added, error code if memory couldn't be allocated.
1036 int range = 0;
1050 range = 1;
1054 if (range)