Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 170) sorted by relevance

1234567

/src/contrib/libcbor/doc/
H A Dmake.bat67 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
75 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
83 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
91 echo.Build finished; now you can process the pickle files.
99 echo.Build finished; now you can process the JSON files.
107 echo.Build finished; now you can run HTML Help Workshop with the ^
116 echo.Build finished; now you can run "qcollectiongenerator" with the ^
128 echo.Build finished.
136 echo.Build finished. The epub file is in %BUILDDIR%/epub.
144 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
H A DMakefile55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
65 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
70 @echo "Build finished; now you can process the pickle files."
75 @echo "Build finished; now you can process the JSON files."
80 @echo "Build finished; now you can run HTML Help Workshop with the" \
86 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
/src/sys/arm/arm/
H A Ddb_trace.c64 bool finished; in db_stack_trace_cmd() local
66 finished = false; in db_stack_trace_cmd()
67 while (!finished) { in db_stack_trace_cmd()
68 finished = unwind_stack_one(state, 1); in db_stack_trace_cmd()
106 if (finished) in db_stack_trace_cmd()
120 finished = true; in db_stack_trace_cmd()
123 finished = true; in db_stack_trace_cmd()
/src/contrib/llvm-project/lld/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c678 goto finished; in bhnd_nvram_store_export_child()
694 goto finished; in bhnd_nvram_store_export_child()
700 goto finished; in bhnd_nvram_store_export_child()
712 goto finished; in bhnd_nvram_store_export_child()
739 goto finished; in bhnd_nvram_store_export_child()
772 goto finished; in bhnd_nvram_store_export_child()
778 finished: in bhnd_nvram_store_export_child()
928 goto finished; in bhnd_nvram_store_export()
971 finished: in bhnd_nvram_store_export()
1114 goto finished; in bhnd_nvram_store_getvar()
[all …]
/src/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in30 finished() { function
44 finished
86 finished
/src/crypto/openssh/regress/
H A Dchannel-timeout.sh8 rm -f $OBJ/finished.* $OBJ/mux.*
110 test -f $OBJ/finished.1 && fail "first mux process completed"
111 test -f $OBJ/finished.2 && fail "second mux process completed"
112 test -f $OBJ/finished.3 || fail "third mux process did not complete"
/src/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c419 bool *finished) in mlxfw_mfa2_xz_dec_run() argument
427 *finished = true; in mlxfw_mfa2_xz_dec_run()
430 *finished = false; in mlxfw_mfa2_xz_dec_run()
459 bool finished; in mlxfw_mfa2_file_cb_offset_xz() local
478 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
481 if (finished) { in mlxfw_mfa2_file_cb_offset_xz()
492 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
/src/sys/contrib/zstd/examples/
H A Dstreaming_compression.c66 int finished; in compressFile_orDie() local
79 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
80 } while (!finished); in compressFile_orDie()
H A Dmultiple_streaming_compression.c79 int finished; in compressFile_orDie() local
85 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
86 } while (!finished); in compressFile_orDie()
H A Dstreaming_compression_thread_pool.c82 int finished; in compressFile_orDie() local
95 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
96 } while (!finished); in compressFile_orDie()
/src/usr.bin/dtc/
H A Dinput_buffer.hh110 bool finished() { return cursor >= size; } in finished() function in dtc::input_buffer
358 bool finished() in finished() function in dtc::text_input_buffer
361 ((input_stack.size() == 1) && input_stack.top()->finished()); in finished()
386 if (top.finished()) in operator ++()
H A Dinput_buffer.cc160 while (!finished() && (*(*this) != c)) in skip_to()
169 if (finished()) { return; } in skip_spaces()
177 if (finished()) in skip_spaces()
1055 if (finished()) in next_token()
1067 while ((*self != '\0') && (*self != '*') && !finished()) in next_token()
1073 } while ((*self != '\0') && (*self != '/') && !finished()); in next_token()
1084 while (*self != '\n' && !finished()) in next_token()
1274 if (finished()) in parse_to()
/src/contrib/xz/src/liblzma/common/
H A Doutqueue.c204 buf->finished = false; in lzma_outq_get_buf()
225 return outq->read_pos < outq->head->pos || outq->head->finished; in lzma_outq_is_readable()
252 if (!buf->finished || outq->read_pos < buf->pos) in lzma_outq_read()
277 if (outq->head != NULL && !outq->head->finished in lzma_outq_enable_partial_output()
/src/crypto/openssl/crypto/evp/
H A Dbio_enc.c33 int finished; member
164 ctx->finished = 1; in enc_read()
315 ctx->finished = 0; in enc_ctrl()
352 if (!ctx->finished) { in enc_ctrl()
353 ctx->finished = 1; in enc_ctrl()
/src/tools/tools/netrate/tcpp/
H A Dtcpp_client.c77 static int finished; /* Number finished so far. */ variable
150 finished++; in tcpp_client_closeconn()
250 while (finished < tflag) { in tcpp_client_worker()
251 while ((started - finished < mflag) && (started < tflag)) in tcpp_client_worker()
/src/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4243 ! the previous round is finished.
312 xor $1, local1, $1 ! 1 finished, local1 now sbox 7
324 xor $1, local2, $1 ! 2 finished local2 now sbox 6
328 xor $1, local3, $1 ! 3 finished local3 now sbox 5
336 xor $1, local4, $1 ! 4 finished
340 xor $1, local0, $1 ! 8 finished
343 xor $1, local2, $1 ! 6 finished
348 xor $1, local1, $1 ! 7 finished
351 xor $1, local3, $1 ! 5 finished
367 xor $2, local2, $2 ! 5 finished local2 used
[all …]
/src/contrib/sendmail/src/
H A Dbf.c372 goto finished;
409 goto finished;
415 finished:
522 goto finished;
616 finished:
/src/contrib/xz/src/xz/
H A Dmessage.c609 progress_flush(bool finished) in progress_flush() argument
624 if (!finished && !progress_active in progress_flush()
639 finished ? "100 %" : progress_percentage(in_pos), in progress_flush()
643 finished ? "" : progress_remaining(in_pos, elapsed), in progress_flush()
656 if (!finished) { in progress_flush()
/src/usr.sbin/bsdinstall/partedit/
H A Dscripted.c120 goto finished; in part_config()
149 finished: in part_config()
/src/usr.sbin/nscd/
H A Dsingletons.h37 int finished; /* for future use */ member
/src/crypto/openssl/doc/man3/
H A DSSL_get_handshake_rtt.pod25 When acting as the server, one timestamp is taken when the server is finished
31 When acting as the client, one timestamp is taken when the client is finished
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib88 # wait_for_resilver_end - wait until resilver is finished
89 # wait_for_scrub_end - wait until scrub is finished
/src/usr.bin/gzip/
H A Dunpack.c295 goto finished; in unpack_decode()
310 finished: in unpack_decode()
/src/crypto/krb5/src/lib/gssapi/krb5/
H A Dinit_sec_context.c248 krb5_data *finished = NULL; in make_gss_checksum() local
321 &finished); in make_gss_checksum()
343 k5_buf_add_uint32_be(&buf, finished->length); in make_gss_checksum()
344 k5_buf_add_len(&buf, finished->data, finished->length); in make_gss_checksum()
359 krb5_free_data(context, finished); in make_gss_checksum()

1234567