Home
last modified time | relevance | path

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

12345678910>>...23

/freebsd-13.1/contrib/tcsh/
H A Dcomplete.tcsh86 complete complete p/1/X/ # Completions only
110 complete su \
116 complete cc \
120 complete acc \
124 complete gcc \
152 complete rm \
164 complete find \
220 complete dd \
231 complete ar \
281 complete gs \
[all …]
H A Ddot.tcshrc79 # Copy from complete.tcsh
81 if ( -r ~/.complete ) source ~/.complete
/freebsd-13.1/share/examples/csh/
H A Ddot.cshrc29 complete cd 'p/1/d/'
30 complete chown 'p/1/u/'
44 complete fg 'c/%/j/'
82 complete man 'C/*/c/'
86 complete ping 'p/1/$hosts/'
87 complete pkill 'c/-/S/' \
95 complete rsync "c,*:/,F:/," \
98 complete scp "c,*:/,F:/," \
102 complete svn 'C@file:///@`'"${HOME}/etc/tcsh/complete.d/svn"'`@@' \
108 complete ssh 'p/1/$hosts/' \
[all …]
/freebsd-13.1/crypto/heimdal/lib/gssapi/mech/
H A Dgss_get_name_attribute.c40 int *complete, in gss_get_name_attribute() argument
52 if (complete != NULL) in gss_get_name_attribute()
53 *complete = 0; in gss_get_name_attribute()
70 complete, in gss_get_name_attribute()
H A Dgss_set_name_attribute.c38 int complete, in gss_set_name_attribute() argument
59 complete, in gss_set_name_attribute()
/freebsd-13.1/crypto/heimdal/kcm/
H A Dconnect.c41 heim_ipc_complete complete, in kcm_service() argument
60 (*complete)(cctx, EINVAL, NULL); in kcm_service()
71 (*complete)(cctx, EINVAL, NULL); in kcm_service()
82 (*complete)(cctx, ret, &rep); in kcm_service()
/freebsd-13.1/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_ipsec.c62 struct completion complete; member
109 complete(&context->complete); in mlx5_fpga_ipsec_send_complete()
173 complete(&context->complete); in mlx5_fpga_ipsec_recv()
193 context->buf.complete = mlx5_fpga_ipsec_send_complete; in mlx5_fpga_ipsec_sa_cmd_exec()
196 init_completion(&context->complete); in mlx5_fpga_ipsec_sa_cmd_exec()
223 res = wait_for_completion/*_killable XXXKIB*/(&context->complete); in mlx5_fpga_ipsec_sa_cmd_wait()
H A Dmlx5fpga_xfer.c58 static void trans_complete(const struct mlx5_fpga_transaction *complete,
151 static void trans_complete(const struct mlx5_fpga_transaction *complete, in trans_complete() argument
160 xfer_trans = container_of(complete, struct xfer_transaction, in trans_complete()
163 …mlx5_fpga_dbg(complete->conn->fdev, "Transaction %zu bytes at %p done, status %u; %u started %u in… in trans_complete()
174 …mlx5_fpga_warn(complete->conn->fdev, "Transaction failed during transfer. %u started %u inflight %… in trans_complete()
H A Dmlx5fpga_trans.c226 trans_priv->buf.complete = trans_send_complete; in mlx5_fpga_trans_exec()
275 goto complete; in mlx5_fpga_trans_recv()
281 goto complete; in mlx5_fpga_trans_recv()
292 goto complete; in mlx5_fpga_trans_recv()
299 goto complete; in mlx5_fpga_trans_recv()
302 complete: in mlx5_fpga_trans_recv()
/freebsd-13.1/contrib/bmake/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
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/tcsh/nls/russian/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd-13.1/contrib/tcsh/nls/ukrainian/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd-13.1/contrib/tcsh/nls/et/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd-13.1/contrib/tcsh/nls/C/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd-13.1/contrib/tcsh/nls/finnish/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c67 complete((struct completion *)p_callback); in qat_dc_callback()
266 struct completion complete; in qat_compress_impl() local
389 init_completion(&complete); in qat_compress_impl()
403 &complete); in qat_compress_impl()
409 wait_for_completion(&complete); in qat_compress_impl()
437 &complete); in qat_compress_impl()
445 wait_for_completion(&complete); in qat_compress_impl()
/freebsd-13.1/contrib/tcsh/nls/french/
H A Dset304 2 complete %d
5 3 complete %d %S\n
/freebsd-13.1/crypto/heimdal/lib/ipc/
H A Dts.c63 heim_ipc_complete complete, in test_service() argument
70 (*complete)(cctx, 0, &rep); in test_service()
/freebsd-13.1/crypto/openssl/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
/freebsd-13.1/sys/dev/usb/controller/
H A Dsaf1761_otg.c452 goto complete; in saf1761_host_setup_tx()
461 goto complete; in saf1761_host_setup_tx()
495 complete: in saf1761_host_setup_tx()
620 complete: in saf1761_host_bulk_data_rx()
707 complete: in saf1761_host_bulk_data_tx()
821 complete: in saf1761_host_intr_data_rx()
917 complete: in saf1761_host_intr_data_tx()
968 goto complete; in saf1761_host_isoc_data_rx()
1012 complete: in saf1761_host_isoc_data_rx()
1038 goto complete; in saf1761_host_isoc_data_tx()
[all …]

12345678910>>...23