Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/netbsd-src/external/ibm-public/postfix/dist/src/verify/
H A Dverify.c314 long updated, const char *text) in verify_make_entry() argument
316 vstring_sprintf(buf, "%d:%ld:%ld:%s", status, probed, updated, text); in verify_make_entry()
322 long *updated, char **text) in verify_parse_entry() argument
334 *updated = atol(updated_text); in verify_parse_entry()
347 && (*probed || *updated)) in verify_parse_entry()
378 long updated; in verify_update_service() local
405 updated = (long) time((time_t *) 0); in verify_update_service()
407 verify_make_entry(buf, addr_status, probed, updated, STR(text)); in verify_update_service()
410 STR(addr), addr_status, probed, updated, STR(text)); in verify_update_service()
454 long updated; in verify_query_service() local
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/life-cycles/
H A Dcipher.dot8 updated [fontcolor="#c94c4c"];
13 d_updated [label="updated\n(decryption)", fontcolor="#c94c4c"];
15 e_updated [label="updated\n(encryption)", fontcolor="#c94c4c"];
21 initialised -> updated [label="EVP_CipherUpdate", weight=2];
22 updated -> updated [label="EVP_CipherUpdate"];
23 updated -> finaled [label="EVP_CipherFinal"];
52 updated [fontcolor="#c94c4c"];
60 initialised -> updated [label="EVP_CipherUpdate", weight=2];
61 updated -> updated [label="EVP_CipherUpdate"];
62 updated -> finaled [label="EVP_CipherFinal"];
[all …]
H A Ddigest.dot7 updated [label=updated, fontcolor="#c94c4c"];
13 initialised -> updated [label="EVP_DigestUpdate", weight=3];
14 updated -> updated [label="EVP_DigestUpdate"];
15 updated -> finaled [label="EVP_DigestFinal"];
16 updated -> finaled [label="EVP_DigestFinalXOF",
26 updated -> newed [label="EVP_MD_CTX_reset", style=dashed,
28 updated -> initialised [label="EVP_DigestInit", weight=0, style=dashed,
H A Dmac.dot7 updated [fontcolor="#c94c4c"];
13 initialised -> updated [label="EVP_MAC_update"];
14 updated -> updated [label="EVP_MAC_update"];
15 updated -> finaled [label="EVP_MAC_final"];
16 updated -> finaled [label="EVP_MAC_finalXOF",
23 updated -> initialised [label="EVP_MAC_init", style=dashed,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dlife_cycle-cipher.pod38 =item updated
68 | EVP_CIPHER_CTX_new ' updated or finaled states '
89 | | updated | EVP_CipherUpdate | |
94 …| updated | EVP_DecryptUpdate | | | updated |-----…
127 …start newed initialised updated finaled initialised updated initialised update…
135 EVP_CipherUpdate updated updated
136 …DecryptUpdate updated updated
138updated updated
145 …_params newed initialised updated initialised updated initialis…
147 …_params newed initialised updated initialised updated initialis…
[all …]
H A Dlife_cycle-mac.pod28 =item updated
69 | | updated | -+
96 start newed initialised updated finaled freed
99 EVP_MAC_update updated updated
103 EVP_MAC_CTX_get_params newed initialised updated
104 EVP_MAC_CTX_set_params newed initialised updated
105 EVP_MAC_CTX_gettable_params newed initialised updated
106 EVP_MAC_CTX_settable_params newed initialised updated
119 <th style="border:1px solid" align="center">updated</th>
139 <td style="border:1px solid" align="center">updated</td>
[all …]
H A Dlife_cycle-digest.pod27 =item updated
68 EVP_DigestInit | | updated | --+
95 start newed initialised updated finaled freed
98 EVP_DigestUpdate updated updated
103 EVP_MD_CTX_get_params newed initialised updated
104 EVP_MD_CTX_set_params newed initialised updated
105 EVP_MD_CTX_gettable_params newed initialised updated
106 EVP_MD_CTX_settable_params newed initialised updated
119 <th style="border:1px solid" align="center">updated</th>
139 <td style="border:1px solid" align="center">updated</td>
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A DChangeLog439 * ltmain.sh: updated libtool from their CVS - fixes bugs we haven't
594 * acinclude.m4.in: updated all packages
604 * libtool.m4.in: updated to latest libtool 1.0i
684 0.4 : updated khtmlw, kdehelp, kwm, changed install in all subdirs
696 updated kpanel, kwm, kghostview
700 updated khtmlw, kfm and kdehelp
702 updated kdisplay
706 updated kwm to 0.4.7
713 updated kpanel to 0.15
717 updated kwm to 0.4.8 (patched it again for Qt-1.2)
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dpoly1305_prov.c40 int updated; member
89 ctx->updated = 0; in poly1305_setkey()
104 return ctx->updated == 0; in poly1305_init()
112 ctx->updated = 1; in poly1305_update()
128 ctx->updated = 1; in poly1305_final()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-polymorphic-call.c2107 bool updated = false; in combine_with() local
2153 updated = true; in combine_with()
2173 updated = true; in combine_with()
2178 updated = true; in combine_with()
2183 updated = true; in combine_with()
2221 updated = true; in combine_with()
2232 updated = true; in combine_with()
2245 updated = true; in combine_with()
2272 updated = true; in combine_with()
2298 updated = true; in combine_with()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-polymorphic-call.cc2111 bool updated = false; in combine_with() local
2157 updated = true; in combine_with()
2177 updated = true; in combine_with()
2182 updated = true; in combine_with()
2187 updated = true; in combine_with()
2225 updated = true; in combine_with()
2236 updated = true; in combine_with()
2249 updated = true; in combine_with()
2276 updated = true; in combine_with()
2302 updated = true; in combine_with()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_marker.c81 bool updated = false; in vmw_marker_pull() local
90 updated = true; in vmw_marker_pull()
100 updated = true; in vmw_marker_pull()
108 return (updated) ? 0 : -EBUSY; in vmw_marker_pull()
/netbsd-src/external/bsd/unbound/dist/testdata/root_anchor.tdir/
H A Droot_anchor.test31 # use curl to see if the PGP certificate has been updated.
34 echo "icannbundle.pem has been updated"
36 echo "icannbundle.pem has been updated"
39 echo "icannbundle.pem has not been updated"
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py157 updated = []
163 updated.append(i)
170 return updated
173 updated = self.diff_frames(prev)
174 return updated is None or len(updated) > 0
218 updated = [k for k in prev.clusters if k in self.clusters
220 return (removed, added, updated)
223 removed, added, updated = self.diff_clusters(prev)
224 return len(removed) != 0 or len(added) != 0 or len(updated) != 0
251 updated = [k for k in prev.items if k in self.items
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-properties.c235 bool updated; in elf_merge_gnu_properties() local
262 updated = false; in elf_merge_gnu_properties()
274 updated = true; in elf_merge_gnu_properties()
277 updated = number != (unsigned int) aprop->u.number; in elf_merge_gnu_properties()
288 updated = true; in elf_merge_gnu_properties()
296 updated = bprop->u.number != 0; in elf_merge_gnu_properties()
299 return updated; in elf_merge_gnu_properties()
313 updated = number != (unsigned int) aprop->u.number; in elf_merge_gnu_properties()
325 updated = true; in elf_merge_gnu_properties()
328 return updated; in elf_merge_gnu_properties()
H A Delfxx-aarch64.c842 bool updated = false; in _bfd_aarch64_elf_merge_gnu_properties() local
853 updated = orig_number != aprop->u.number; in _bfd_aarch64_elf_merge_gnu_properties()
867 updated = orig_number != aprop->u.number; in _bfd_aarch64_elf_merge_gnu_properties()
872 updated = true; in _bfd_aarch64_elf_merge_gnu_properties()
879 updated = true; in _bfd_aarch64_elf_merge_gnu_properties()
888 return updated; in _bfd_aarch64_elf_merge_gnu_properties()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-properties.c235 bool updated; in elf_merge_gnu_properties() local
262 updated = false; in elf_merge_gnu_properties()
274 updated = true; in elf_merge_gnu_properties()
277 updated = number != (unsigned int) aprop->u.number; in elf_merge_gnu_properties()
288 updated = true; in elf_merge_gnu_properties()
296 updated = bprop->u.number != 0; in elf_merge_gnu_properties()
299 return updated; in elf_merge_gnu_properties()
313 updated = number != (unsigned int) aprop->u.number; in elf_merge_gnu_properties()
325 updated = true; in elf_merge_gnu_properties()
328 return updated; in elf_merge_gnu_properties()
H A Delfxx-aarch64.c842 bool updated = false; in _bfd_aarch64_elf_merge_gnu_properties() local
853 updated = orig_number != aprop->u.number; in _bfd_aarch64_elf_merge_gnu_properties()
867 updated = orig_number != aprop->u.number; in _bfd_aarch64_elf_merge_gnu_properties()
872 updated = true; in _bfd_aarch64_elf_merge_gnu_properties()
879 updated = true; in _bfd_aarch64_elf_merge_gnu_properties()
888 return updated; in _bfd_aarch64_elf_merge_gnu_properties()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/
H A Dbadalign-fr550.cgs37 test_gr_immed 0xadbeefde,gr10 ; gr10 updated
38 test_gr_immed 1,gr21 ; gr21 not updated
40 test_gr_gr gr20,sp ; sp updated
H A Dbadalign.cgs39 test_gr_immed 0x10101010,gr10 ; gr10 not updated
40 test_gr_immed 1,gr21 ; gr21 not updated
42 test_gr_gr gr20,sp ; sp updated
/netbsd-src/external/public-domain/tz/dist/
H A Dleapseconds.awk129 if (updated) {
130 sstamp_to_ymdhMs(updated, ss_NTP)
132 updated - epoch_minus_NTP, \
/netbsd-src/external/mpl/bind/dist/bin/tests/system/upforwd/
H A Dknowngood.after17 updated.example. 600 IN TXT "Foo"
8 updated.example. 600 IN A 10.10.10.1
H A Dknowngood.after27 updated.example. 600 IN TXT "Foo"
8 updated.example. 600 IN A 10.10.10.1
9 updated-dot.example. 600 IN TXT "Foo"
10 updated-dot.example. 600 IN A 10.10.10.1
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in513 # Update a short Subject header that precedes the updated X header,
14 # and see if pointers are updated properly.
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.h117 enum server_updated_arg4 updated, mode_t mode,
140 enum server_updated_arg4 updated);

12345678910>>...54