Lines Matching refs:grepdir
127 savedir() takes on off_t argument, but in grepdir() the parameter
135 * grep/src/grep.c (grepdir): Remove the (unsigned) cast when calling
212 (fillbuf, grepdir): Use xalloc_die rather than error; it's shorter.
600 * src/grep.c (grepdir): Don't look at st_dev when testing for
613 (grepdir): Suppress ancestor check if the directory's inode and device
689 (grep, grepfile, grepdir): Invoke suppressible_error.
775 * src/grep.c (struct stats.parent, long_options, grepdir,
777 prpending, prtext, grepbuf, grep, grepfile, grepdir): Likewise.
1397 * src/grep.c (grepdir):
1661 (reset, fillbuf, grep, grepdir, grepfile): Pass struct stats * arg,
1664 (grepfile): Stat the file before invoking grepdir.
1665 (grepdir): Assume that the argument has already been statted.
1722 (grepdir): Don't assume ':' means slash on all DOS filenames;
1813 * src/grep.c (grepdir): Fix bug: memory freed twice.
1836 (grepdir): Don't free `file', inside the loop. Use IS_SLASH to
1861 (grepdir): If -s, suppress errors from trying to read directories.
1953 (grepdir, grepfile): New functions.