Searched refs:file_dirscan (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/jam/
H A Dfilesys.h15 void file_dirscan( const char *dir, scanback func, void *closure );
H A Dfileos2.c12 * file_dirscan() - scan a directory for files
13 * file_time() - get timestamp of file, if not done by file_dirscan()
17 * for each file found. A flag to this callback function lets file_dirscan()
19 * file. If file_dirscan() or file_archscan() do not provide the file's
26 * 01/08/01 (seiwald) - closure param for file_dirscan/file_archscan
40 * file_dirscan() - scan a directory for files
44 file_dirscan( function
104 * file_time() - get timestamp of file, if not done by file_dirscan()
H A Dfilemac.c12 * file_dirscan() - scan a directory for files
13 * file_time() - get timestamp of file, if not done by file_dirscan()
17 * for each file found. A flag to this callback function lets file_dirscan()
19 * file. If file_dirscan() or file_archscan() do not provide the file's
28 * 01/08/01 (seiwald) - closure param for file_dirscan/file_archscan
54 * file_dirscan() - scan a directory for files
58 file_dirscan( function
136 * file_time() - get timestamp of file, if not done by file_dirscan()
H A Dfilent.c12 * file_dirscan() - scan a directory for files
13 * file_time() - get timestamp of file, if not done by file_dirscan()
17 * for each file found. A flag to this callback function lets file_dirscan()
19 * file. If file_dirscan() or file_archscan() do not provide the file's
26 * 01/08/01 (seiwald) - closure param for file_dirscan/file_archscan
50 * file_dirscan() - scan a directory for files
60 file_dirscan( function
137 * file_time() - get timestamp of file, if not done by file_dirscan()
H A Dtimestamp.c11 * 01/08/01 (seiwald) - closure param for file_dirscan/file_archscan
122 file_dirscan( buf, time_enter, bindhash );
H A Dfileunix.c12 * file_dirscan() - scan a directory for files
13 * file_time() - get timestamp of file, if not done by file_dirscan()
17 * for each file found. A flag to this callback function lets file_dirscan()
19 * file. If file_dirscan() or file_archscan() do not provide the file's
27 * 01/08/01 (seiwald) - closure param for file_dirscan/file_archscan
115 * file_dirscan() - scan a directory for files
119 file_dirscan( function
170 * file_time() - get timestamp of file, if not done by file_dirscan()
H A Dfilevms.c12 * file_dirscan() - scan a directory for files
13 * file_time() - get timestamp of file, if not done by file_dirscan()
17 * for each file found. A flag to this callback function lets file_dirscan()
19 * file. If file_dirscan() or file_archscan() do not provide the file's
24 * 01/08/01 (seiwald) - closure param for file_dirscan/file_archscan
104 file_dirscan( function
234 /* timestampped in file_dirscan() and file_archscan() */
H A Dbuiltins.c235 /* We wish we had file_dirscan() pass up a PATHNAME. */
264 file_dirscan( l->string, builtin_glob_back, &globbing );

Completed in 78 milliseconds