Searched refs:grepdir (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | grep.c | 194 static int grepdir PARAMS ((char const *, struct stats const *)); 831 return grepdir (file, stats) - 2; in grep() 971 return grepdir (file, stats); in grepfile() 1054 grepdir (char const *dir, struct stats const *stats) in grepdir() function
|
| H A D | ChangeLog | 127 savedir() takes on off_t argument, but in grepdir() the parameter 600 * src/grep.c (grepdir): Don't look at st_dev when testing for 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): 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. [all …]
|