/freebsd/contrib/libcbor/doc/ |
H A D | make.bat | 67 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 D | Makefile | 55 @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 D | make.bat | 51 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 D | db_trace.c | 64 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 D | bhnd_nvram_store.c | 678 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 D | bhnd_nvram_data_sprom.c | 670 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 D | history_event-zfs-list-cacher.sh.in | 29 finished() { function 43 finished 85 finished
|
/freebsd/crypto/openssh/regress/ |
H A D | channel-timeout.sh | 8 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 D | mlxfw_mfa2.c | 419 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 D | input_buffer.hh | 110 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 D | input_buffer.cc | 160 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 D | streaming_compression.c | 66 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 D | multiple_streaming_compression.c | 79 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 D | streaming_compression_thread_pool.c | 82 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 D | tcpp_client.c | 77 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 D | des_enc.m4 | 243 ! 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 D | bf.c | 372 goto finished; 409 goto finished; 415 finished: 522 goto finished; 616 finished:
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | bio_enc.c | 33 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 D | scripted.c | 120 goto finished; in part_config() 149 finished: in part_config()
|
/freebsd/usr.sbin/nscd/ |
H A D | singletons.h | 37 int finished; /* for future use */ member
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 87 # 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 D | unpack.c | 295 goto finished; in unpack_decode() 310 finished: in unpack_decode()
|
/freebsd/sys/kern/ |
H A D | subr_sleepqueue.c | 1193 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 D | Makefile.in | 31 @echo finished compat regress tests
|
/freebsd/sys/dev/ichsmb/ |
H A D | ichsmb.c | 542 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()
|