Searched refs:read_dir (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/news/ |
H A D | news.c | 99 void read_dir(void); 109 read_dir(); 170 * read_dir: get the file names and modification dates for the 176 read_dir(void) function
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | files.cc | 261 * read_dir(dir, pattern, line, library) 265 * read_dir() is also used to expand wildcards in dependency lists. 285 read_dir(Name dir, wchar_t *pattern, Property line, wchar_t *library) function 555 * Helper function for read_dir().
|
H A D | doname.cc | 1524 /* The expansion is handled by the read_dir() routine*/ 1525 if (read_dir(directory, p, line, library)) { 2718 * read_dir() also reads the ?/SCCS dir and saves information 2859 (void) read_dir(directory,
|
/illumos-gate/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 369 extern int read_dir(Name dir, wchar_t *pattern, Property line, wchar_t *library);
|
Completed in 159 milliseconds