Searched refs:grepdir (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | grep.c | 185 static int grepdir PARAMS ((char const *, struct stats const *)); 790 return grepdir (file, stats) - 2; in grep() 932 return grepdir (file, stats); in grepfile() 1004 grepdir (char const *dir, struct stats const *stats) in grepdir() function
|
/netbsd-src/external/gpl2/grep/dist/ |
H A D | ChangeLog | 150 savedir() takes on off_t argument, but in grepdir() the parameter 158 * grep/src/grep.c (grepdir): Remove the (unsigned) cast when calling 235 (fillbuf, grepdir): Use xalloc_die rather than error; it's shorter. 623 * src/grep.c (grepdir): Don't look at st_dev when testing for 636 (grepdir): Suppress ancestor check if the directory's inode and device 712 (grep, grepfile, grepdir): Invoke suppressible_error. 798 * src/grep.c (struct stats.parent, long_options, grepdir, 800 prpending, prtext, grepbuf, grep, grepfile, grepdir): Likewise. 1420 * src/grep.c (grepdir): 1684 (reset, fillbuf, grep, grepdir, grepfile): Pass struct stats * arg, [all …]
|