Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dupdate-anchor.sh53 do_update ( ) { function
144 do_update "$zname" "$x"
156 do_update $zname $kfile
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Danchor-update.c110 do_update(char* domain, char* file) in do_update() function
144 int r = do_update(argv[0], argv[1]); in main()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dupdate.h13 int do_update (int argc, char *argv[], char *xoptions, char *xtag,
H A Dcheckout.c1085 err += do_update (0, NULL, options, tag, date, in checkout_proc()
1143 err += do_update (argc - 1, argv + 1, options, tag, date, in checkout_proc()
H A Dupdate.c445 err = do_update (argc, argv, options, tag, date, force_tag_match, in update()
468 do_update (int argc, char **argv, char *xoptions, char *xtag, char *xdate, in do_update() function
H A DChangeLog1358 (do_update): Use new API.
1359 * update.h (do_update): Update proto.
5921 * update.c (do_update): Reformat function decl. Move and merge
6970 * update.h (do_update): Add repository argument to proto.
6976 (checkout_proc): Pass repository to do_update() for later use with
6990 * update.c (do_update): Accept new repository argument for co.
6991 (update): Pass NULL repository to do_update().
9277 * update.c (do_update): Ditto.
9376 * update.c (do_update): Use best available sleep function.
9815 * update.c, update.h (do_update): Add xdotemplate parameter.
[all …]
H A DChangeLog-9395129 * cvs.h (joining, do_update): Move declarations from here...
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dmkdef.pl116 my $do_update = 0;
192 $do_update=1 if $_ eq "update";
259 if ($do_update) {
1113 if(!$do_update);
1204 if(!$do_update);
/netbsd-src/sys/netinet6/
H A Dnd6.c1340 int do_update; in nd6_cache_lladdr() local
1413 do_update = 1; in nd6_cache_lladdr()
1416 do_update = 0; in nd6_cache_lladdr()
1418 do_update = 1; in nd6_cache_lladdr()
1425 if (do_update) { in nd6_cache_lladdr()
1512 if (do_update && lladdr != NULL) { in nd6_cache_lladdr()
/netbsd-src/sys/net/lagg/
H A Dif_lagg_lacp.c2107 bool do_update; in lacp_disable_distributing() local
2123 do_update = false; in lacp_disable_distributing()
2126 do_update = true; in lacp_disable_distributing()
2132 if (do_update) in lacp_disable_distributing()