Searched refs:update (Results 1 - 25 of 439) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D991229-2.c3 void update (double* r) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D991229-2.c3 void update (double* r) function
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/package/debian/
H A Dprerm7 update-alternatives --remove yacc /usr/bin/byacc
H A Dpostinst7 update-alternatives \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/checknames/
H A Dsetup.sh21 cp ns1/ignore.update.db.in ns1/ignore.update.db
22 cp ns1/warn.update.db.in ns1/warn.update.db
23 cp ns1/fail.update.db.in ns1/fail.update.db
H A Dclean.sh22 rm -f ns1/*.update.db
23 rm -f ns1/*.update.db.jnl
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/tests/
H A Dupdatedraw.c34 struct drm_update_draw update; local
36 update.handle = drawable;
37 update.type = DRM_DRAWABLE_CLIPRECTS;
38 update.num = 0;
39 update.data = 0;
41 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update);
49 struct drm_update_draw update; local
51 update.handle = drawable;
52 update.type = DRM_DRAWABLE_CLIPRECTS;
53 update
64 struct drm_update_draw update; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/maint-aux/
H A DMakefile.am21 gnulib-update \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/man/
H A Dx-to-1.in23 update=
26 --update) update=yes; shift;;
48 if test -n "$update"; then
49 # In --update mode, don't overwrite the output if nothing would change.
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/man/
H A Dx-to-1.in23 update=
26 --update) update=yes; shift;;
48 if test -n "$update"; then
49 # In --update mode, don't overwrite the output if nothing would change.
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/
H A DMakefile12 default: update
14 update depend printfck clean tidy depend_update: Makefiles
H A DMakefile.init12 default: update
14 update depend printfck clean tidy depend_update: Makefiles
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/ns3/
H A Dnamed.conf69 allow-update { any; };
81 allow-update { any; };
88 allow-update { any; };
95 allow-update { any; };
102 allow-update { any; };
109 allow-update { any; };
116 allow-update { any; };
123 allow-update { any; };
130 allow-update { any; };
137 allow-update { an
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/nsupdate/
H A Dsetup.sh28 rm -f ns2/update.bk ns2/update.alt.bk
38 cat <<\EOF >ns1/update.db
41 update.nil IN SOA ns1.example.nil. hostmaster.example.nil. (
48 update.nil. NS ns1.update.nil.
49 ns1.update.nil. A 10.53.0.2
50 ns2.update.nil. AAAA ::1
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
H A Dm_ecdsa.c124 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
137 update,
H A Dm_wp.c17 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
30 update,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/
H A Dclean.sh6 rm -f ns1/update.txt
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl19 # DNSSEC Dynamic update test suite.
71 my $update = new Net::DNS::Update("$zone");
74 $update->push(@$rec);
77 $reply = $res->send($update);
94 test("NOERROR", ["update", rr_add("a.$zone 300 A 73.80.65.49")]);
97 test("NOERROR", ["update", rr_del("a.$zone")]);
100 print "I:$failures update tests failed.\n";
102 print "I:All update tests successful.\n";
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/stress/
H A Dupdate.pl19 # Dynamic update test suite.
40 # Id: update.pl,v 1.5 2007/06/19 23:47:05 tbox Exp
76 my $update = new Net::DNS::Update("$zone");
79 $update->push(@$rec);
82 $reply = $res->send($update);
99 test("NOERROR", ["update", rr_add("dynamic-$i.$zone 300 TXT txt-$i" )]);
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dcomposite.h80 uint8_t update; /**< */ member in struct:xcb_composite_redirect_window_request_t
95 uint8_t update; /**< */ member in struct:xcb_composite_redirect_subwindows_request_t
110 uint8_t update; /**< */ member in struct:xcb_composite_unredirect_window_request_t
125 uint8_t update; /**< */ member in struct:xcb_composite_unredirect_subwindows_request_t
304 ** @param uint8_t update
312 uint8_t update /**< */);
329 ** @param uint8_t update
337 uint8_t update /**< */);
357 ** @param uint8_t update
365 uint8_t update /**< */);
[all...]
/netbsd-6-1-5-RELEASE/share/misc/
H A DMakefile17 update-domains:
21 echo '# Last update:' `date` ; \
27 update-na.phone:
30 update-country:
/netbsd-6-1-5-RELEASE/tests/kernel/
H A Dt_ps_strings.sh68 atf_test_case update
84 atf_add_test_case update
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rpz/ns3/
H A Dnamed.conf74 allow-update {any;};};
76 allow-update {any;};};
78 allow-update {any;};};
80 allow-update {any;};};
82 allow-update {any;};};
84 allow-update {any;};};
86 allow-update {any;};};
88 allow-update {any;};};
90 allow-update {any;};};
92 allow-update {an
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dreg-err.l3 .*:4: (Error|Warning): Invalid use of `r0' as base update address operand
5 .*:6: (Error|Warning): Invalid use of `r0' as base update address operand

Completed in 179 milliseconds

1234567891011>>