Home
last modified time | relevance | path

Searched refs:do_update (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/win32/
Dlist_static_libs.pl29 my $do_update = 0;
39 ++$do_update;
44 ++$do_update;
46 if (!$do_update && $out_mtime) {
49 ++$do_update;
55 unless ($do_update) {
/openbsd/src/gnu/usr.bin/perl/Porting/
Dbump-perl-version227 do_update();
294 sub do_update {
/openbsd/src/gnu/usr.bin/cvs/src/
Dupdate.h13 int do_update PROTO((int argc, char *argv[], char *xoptions, char *xtag,
Dcheckout.c1014 err += do_update (0, (char **) NULL, options, tag, date,
1071 err += do_update (argc - 1, argv + 1, options, tag, date,
Dupdate.c417 err = do_update (argc, argv, options, tag, date, force_tag_match,
432 do_update (argc, argv, xoptions, xtag, xdate, xforce, local, xbuild, xaflag, in do_update() function
DChangeLog322 * update.c (do_update): Ditto.
421 * update.c (do_update): Use best available sleep function.
860 * update.c, update.h (do_update): Add xdotemplate parameter.
1066 * update.c (do_update): Ditto.
1755 * update.c (do_update): Ditto.
2519 update.c (do_update): If the sleep(1) call returns prematurely
4450 (do_update): Extra recursion to collect hardlink info.
DChangeLog-9395129 * cvs.h (joining, do_update): Move declarations from here...
/openbsd/src/sys/netinet6/
Dnd6.c1047 int do_update; in nd6_cache_lladdr() local
1141 do_update = 1; in nd6_cache_lladdr()
1144 do_update = 0; in nd6_cache_lladdr()
1146 do_update = 1; in nd6_cache_lladdr()
1153 if (do_update) { in nd6_cache_lladdr()
/openbsd/src/gnu/usr.bin/perl/
Dgv.c3337 do_update: in Perl_gv_handler()
3345 goto do_update; in Perl_gv_handler()