Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 1594) sorted by relevance

12345678910>>...64

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_135.c24 struct complete { struct
42 struct complete *complete; in pointer_to_structs() local
44 complete = (struct complete *)incomplete; in pointer_to_structs()
45 sink(complete); in pointer_to_structs()
H A Dmsg_031.c8 struct complete { struct
16 struct complete complete_var; argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_get_name_attribute.c42 int *complete, in gss_get_name_attribute() argument
54 if (complete != NULL) in gss_get_name_attribute()
55 *complete = 0; in gss_get_name_attribute()
72 complete, in gss_get_name_attribute()
H A Dgss_set_name_attribute.c40 int complete, in gss_set_name_attribute() argument
61 complete, in gss_set_name_attribute()
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dconnect.c43 heim_ipc_complete complete, in kcm_service() argument
62 (*complete)(cctx, EINVAL, NULL); in kcm_service()
73 (*complete)(cctx, EINVAL, NULL); in kcm_service()
84 (*complete)(cctx, ret, &rep); in kcm_service()
/netbsd-src/usr.bin/make/unit-tests/
H A Dsuff-lookup.exp10 transformation .ccc.cc complete
14 transformation .c.ccc complete
18 transformation .short.c complete
22 transformation .sho.c complete
26 transformation .dead-end.short complete
H A Dsuff-transform-endless.exp20 transformation .e complete
21 transformation .e.f complete
22 transformation .f.e complete
H A Dsuff-transform-select.exp21 transformation .e complete
22 transformation .e.f complete
23 transformation .f.e complete
H A Dsuff-rebuild.exp20 transformation .a.b complete
27 transformation .b.c complete
34 transformation .c complete
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/Helpers/
H A DStyles.rst16 .complete { background-color: #99FF99; }
22 .. role:: complete
28 .. |Complete| replace:: :complete:`Complete`
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
191 ParsingRAII.complete(D); in complete()
221 void complete(Decl *D) { in complete() function
222 ParsingRAII.complete(D); in complete()
243 void complete(Decl *D) { in complete() function
244 ParsingRAII.complete(D); in complete()
/netbsd-src/sys/dev/ir/
H A Dsir.c201 goto complete; in deframe_process()
218 goto complete; in deframe_process()
232 goto complete; in deframe_process()
254 complete: in deframe_process()
/netbsd-src/tests/lib/libcurses/tests/
H A Dclearok4 # forces complete redraw on next refresh
17 # forces complete redraw on next refresh
29 # forces complete redraw on next refresh
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_want.pod56 B<BIO> layer in order to complete the actual SSL_*() operation.
62 complete the actual SSL_*() operation.
67 The operation did not complete because an application callback set by
73 The operation did not complete because a certificate verification callback
91 The operation did not complete because an application callback set by
H A DBIO_get_data.pod29 indicates that initialisation is complete, whilst zero indicates that it is not.
30 Often initialisation will complete during initial construction of the BIO. For
31 some BIOs however, initialisation may not complete until after additional steps
/netbsd-src/external/gpl3/gdb/dist/readline/readline/shlib/
H A DMakefile.in128 $(topdir)/complete.c $(topdir)/bind.c $(topdir)/isearch.c \
155 rltty.so complete.so bind.so isearch.so display.so signals.so \
239 complete.so: $(topdir)/ansi_stdlib.h $(topdir)/posixdir.h $(topdir)/posixstat.h
240 complete.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
241 complete.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
242 complete.so: $(topdir)/rltypedefs.h
243 complete.so: $(topdir)/tilde.h
364 complete.so: $(topdir)/rlprivate.h
388 complete.so: $(topdir)/xmalloc.h
416 complete.so: $(topdir)/rlmbutil.h
[all …]
/netbsd-src/sys/dev/usb/
H A Dmotg.c1423 goto complete; in motg_device_ctrl_intr_rx()
1432 goto complete; in motg_device_ctrl_intr_rx()
1438 goto complete; in motg_device_ctrl_intr_rx()
1443 goto complete; in motg_device_ctrl_intr_rx()
1453 goto complete; in motg_device_ctrl_intr_rx()
1496 complete: in motg_device_ctrl_intr_rx()
1547 goto complete; in motg_device_ctrl_intr_tx()
1560 goto complete; in motg_device_ctrl_intr_tx()
1566 goto complete; in motg_device_ctrl_intr_tx()
1573 goto complete; in motg_device_ctrl_intr_tx()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LineEditor/
H A DLineEditor.h118 virtual CompletionAction complete(StringRef Buffer, size_t Pos) const = 0;
123 CompletionAction complete(StringRef Buffer, size_t Pos) const override;
132 CompletionAction complete(StringRef Buffer, size_t Pos) const override { in complete() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_want.pod55 B<BIO> layer in order to complete the actual SSL_*() operation.
62 complete the actual SSL_*() operation.
68 The operation did not complete because an application callback set by
87 The operation did not complete because an application callback set by
H A DBIO_get_data.pod29 indicates that initialisation is complete, whilst zero indicates that it is not.
30 Often initialisation will complete during initial construction of the BIO. For
31 some BIOs however, initialisation may not complete until after additional steps
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dinttimes.d52 sdt:::interrupt-complete
64 sdt:::interrupt-complete
/netbsd-src/external/cddl/dtracetoolkit/dist/Cpu/
H A Dinttimes.d52 sdt:::interrupt-complete
64 sdt:::interrupt-complete
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dts.c65 heim_ipc_complete complete, in test_service() argument
72 (*complete)(cctx, 0, &rep); in test_service()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtype_traits728 "template argument must be a complete class or an unbounded array");
737 "template argument must be a complete class or an unbounded array");
746 "template argument must be a complete class or an unbounded array");
761 "template argument must be a complete class or an unbounded array");
775 "template argument must be a complete class or an unbounded array");
864 // describes function types as non-destructible and all complete
911 "template argument must be a complete class or an unbounded array");
965 "template argument must be a complete class or an unbounded array");
981 "template argument must be a complete class or an unbounded array");
990 "template argument must be a complete class or an unbounded array");
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMSVCCompatibility.rst49 * Class inheritance: :good:`Mostly complete`. This covers all of the standard
64 * Member pointers: :good:`Mostly complete`. Standard C++ member pointers are
75 * Debug info: :good:`Mostly complete`. Clang emits relatively complete CodeView
84 * C++ Exceptions: :good:`Mostly complete`. Support for
107 * Lambdas: :good:`Mostly complete`. Clang is compatible with Microsoft's

12345678910>>...64