Home
last modified time | relevance | path

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

123456

/freebsd/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" \
/freebsd/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 …]
/freebsd/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()
/freebsd/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 …]
H A Dbhnd_nvram_data_sprom.c670 goto finished; in bhnd_nvram_sprom_serialize()
681 goto finished; in bhnd_nvram_sprom_serialize()
716 goto finished; in bhnd_nvram_sprom_serialize()
731 goto finished; in bhnd_nvram_sprom_serialize()
743 goto finished; in bhnd_nvram_sprom_serialize()
751 finished: in bhnd_nvram_sprom_serialize()
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in29 finished() { function
43 finished
85 finished
/freebsd/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"
/freebsd/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()
/freebsd/usr.bin/dtc/
H A Dinput_buffer.hh110 bool finished() { return cursor >= size; } in finished() function in dtc::input_buffer
351 bool finished() in finished() function in dtc::text_input_buffer
354 ((input_stack.size() == 1) && input_stack.top()->finished()); in finished()
379 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()
1002 if (finished()) in next_token()
1014 while ((*self != '\0') && (*self != '*') && !finished()) in next_token()
1020 } while ((*self != '\0') && (*self != '/') && !finished()); in next_token()
1031 while (*self != '\n' && !finished()) in next_token()
1221 if (finished()) in parse_to()
/freebsd/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()
/freebsd/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()
/freebsd/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 …]
/freebsd/contrib/sendmail/src/
H A Dbf.c372 goto finished;
409 goto finished;
415 finished:
522 goto finished;
616 finished:
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c33 int finished; member
312 ctx->finished = 0; in enc_ctrl()
349 if (!ctx->finished) { in enc_ctrl()
350 ctx->finished = 1; in enc_ctrl()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dscripted.c120 goto finished; in part_config()
149 finished: in part_config()
/freebsd/usr.sbin/nscd/
H A Dsingletons.h37 int finished; /* for future use */ member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib87 # wait_for_resilver_end - wait until resilver is finished
88 # wait_for_scrub_end - wait until scrub is finished
/freebsd/usr.bin/gzip/
H A Dunpack.c295 goto finished; in unpack_decode()
310 finished: in unpack_decode()
/freebsd/sys/kern/
H A Dsubr_sleepqueue.c1193 bool finished; in sleepq_sbuf_print_stacks() local
1196 finished = false; in sleepq_sbuf_print_stacks()
1202 for (i = 0; i < 3 && !finished ; i++) { in sleepq_sbuf_print_stacks()
1235 finished = true; in sleepq_sbuf_print_stacks()
1256 finished = true; in sleepq_sbuf_print_stacks()
1272 if (!finished) in sleepq_sbuf_print_stacks()
1285 if (!finished && error == 0) in sleepq_sbuf_print_stacks()
/freebsd/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in31 @echo finished compat regress tests
/freebsd/sys/dev/ichsmb/
H A Dichsmb.c542 goto finished; in ichsmb_device_intr()
548 goto finished; in ichsmb_device_intr()
554 goto finished; in ichsmb_device_intr()
614 finished: in ichsmb_device_intr()

123456