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

  /src/external/gpl3/autoconf/dist/lib/Autom4te/
FileUtils.pm 50 &update_file &up_to_date_p
149 =item C<update_file ($from, $to, [$force])>
158 # &update_file ($FROM, $TO; $FORCE)
160 sub update_file ($$;$) subroutine
  /src/external/gpl3/autoconf/dist/bin/
autoheader.in 286 update_file ("$tmp/config.hin", "$config_h_in", $force);
autoreconf.in 280 update_file ('aclocal.m4t', 'aclocal.m4');
289 # autoreconf, via update_file, sees it is the _same_
autoupdate.in 404 update_file ("$tmp/updated",
  /src/external/gpl2/gmake/dist/
remake.c 63 static int update_file PARAMS ((struct file *file, unsigned int depth));
155 x = update_file (file, rebuilding_makefiles ? 1 : 0);
159 by calling update_file above. We check this flag below to
286 update_file (struct file *file, unsigned int depth)
339 status |= update_file (d->file, depth + 1);
572 dep_status |= update_file (d->file, depth);
952 dep_status = update_file (file, depth);
284 update_file (struct file *file, unsigned int depth) function

Completed in 19 milliseconds