HomeSort by: relevance | last modified time | path
    Searched refs:allfiles (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_email.py 113 allfiles = []
117 allfiles.append(full)
120 for full in sorted(allfiles):
133 print('Successfully parsed: %d/%d' % (success, len(allfiles)))
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_email.py 111 allfiles = []
115 allfiles.append(full)
118 for full in sorted(allfiles):
129 print('Successfully parsed: %d/%d' % (success, len(allfiles)))
  /src/distrib/sets/
regpkg 241 # The result is stored in the variable ${allfiles}.
243 allfiles=''
247 allfiles="$(${AWK} '
262 [ -s "${allfiles}" ] || init_allfiles
263 # We assume no shell special characters in ${allfiles},
266 newestfile="$(${LS} -1dt ${allfiles} | ${SED} '1q')"
306 [ -s "${allfiles}" ] || init_allfiles
312 case "${allfiles}" in
314 *) newest="$(${IDENT} ${allfiles} 2>/dev/null | ${AWK} '
  /src/usr.bin/config/
files.c 88 TAILQ_INIT(&allfiles);
92 unchecked = &TAILQ_FIRST(&allfiles);
193 TAILQ_INSERT_TAIL(&allfiles, fi, fi_next);
200 TAILQ_INSERT_TAIL(&allfiles, fi, fi_next);
204 TAILQ_INSERT_TAIL(&allfiles, fi, fi_next);
317 TAILQ_FOREACH(fi, &allfiles, fi_next) {
383 TAILQ_FOREACH(fi, &allfiles, fi_next) {
mkheaders.c 91 TAILQ_FOREACH(fi, &allfiles, fi_next) {
defs.h 370 int fi_order; /* score of order in ${ALLFILES} */
509 extern struct filelist allfiles; /* list of all kernel source files */
main.c 151 struct filelist allfiles; /* list of all kernel source files */ variable in typeref:struct:filelist
761 mksubdirs(&allfiles);
  /src/external/gpl2/gmake/dist/tests/
test_driver.pl 997 local (@allfiles);
1000 @allfiles = grep (!/^(\.\.?|CVS|RCS)$/, readdir (DIR) );
1004 print "dirtree: (%dirtree)\n$basedir: (@allfiles)\n";
1015 foreach $i (0 .. $#allfiles)
1017 if ($allfiles[$i] eq $path)
1019 splice (@allfiles, $i, 1); # delete it
1022 print " Zapped $path; files now (@allfiles).\n";
1044 push (@allfiles, @files);
1109 print "leftovers: (@allfiles).\n";
1112 foreach $file (@allfiles)
    [all...]
  /src/usr.bin/rpcgen/
rpc_main.c 146 static int allfiles; /* generate all files */ variable
245 if (allfiles) {
249 if (allfiles) {
932 allfiles = 0;
959 allfiles = 1;

Completed in 23 milliseconds