Searched refs:finished (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-12-stable/usr.sbin/nscd/
H A Dsingletons.h39 int finished; /* for future use */ member in struct:runtime_env
/freebsd-12-stable/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; th
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Ddb_trace.c67 bool finished; local
69 finished = false;
70 while (!finished) {
71 finished = unwind_stack_one(state, 1);
110 if (finished)
124 finished = true;
127 finished = true;
/freebsd-12-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.h32 bool finished; member in struct:__anon7590
110 /// is used to protect lzma_outbuf.finished.
115 /// \brief Read finished data
128 /// - LZMA_STREAM_END: The buffer being read was finished.
131 /// \note This reads lzma_outbuf.finished variables and thus call
H A Doutqueue.c123 buf->finished = false;
142 return outq->bufs[i].finished;
163 // If it isn't finished yet, we cannot read from it.
164 if (!buf->finished)
175 // The buffer was finished. Tell the caller its size information.
/freebsd-12-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in30 @echo finished compat regress tests
/freebsd-12-stable/contrib/xz/src/xz/
H A Dmessage.h165 /// \param finished True if the whole stream was successfully coded
168 extern void message_progress_end(bool finished);
H A Dmessage.c300 // Never show 100.0 % before we actually are finished.
591 // Updating the progress info was finished. Reset
629 progress_flush(bool finished) argument
644 if (!finished && !progress_active
659 finished ? "100 %" : progress_percentage(in_pos),
663 finished ? "" : progress_remaining(in_pos, elapsed),
676 if (!finished) {
/freebsd-12-stable/contrib/ngatm/sscop/
H A Dsscop_main.c54 static volatile int finished; /* got release confirm or indication */ variable
315 while (!finished && sscop_fd >= 0) {
379 finished++;
395 finished++;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_auth.c167 svn_boolean_t finished = FALSE;
190 if (finished)
218 if (finished)
259 finished = TRUE;
166 svn_boolean_t finished = FALSE; local
/freebsd-12-stable/usr.bin/dtc/
H A Dinput_buffer.hh112 bool finished() { return cursor >= size; } function in class:dtc::input_buffer
353 bool finished() function in class:dtc::text_input_buffer
356 ((input_stack.size() == 1) && input_stack.top()->finished());
381 if (top.finished())
H A Dinput_buffer.cc162 while (!finished() && (*(*this) != c))
171 if (finished()) { return; }
179 if (finished())
1001 if (finished())
1013 while ((*self != '\0') && (*self != '*') && !finished())
1019 } while ((*self != '\0') && (*self != '/') && !finished());
1030 while (*self != '\n' && !finished())
1220 if (finished())
/freebsd-12-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c421 bool *finished)
429 *finished = true;
432 *finished = false;
461 bool finished; local
480 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished);
483 if (finished) {
494 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished);
420 mlxfw_mfa2_xz_dec_run(struct xz_dec *xz_dec, struct xz_buf *xz_buf, bool *finished) argument
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DOptions.cpp202 bool finished = false; local
203 while (!finished && *options != 0) {
219 finished = true;
239 finished = true;
296 if (!finished) {
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c685 goto finished;
701 goto finished;
707 goto finished;
719 goto finished;
746 goto finished;
779 goto finished;
785 finished:
935 goto finished;
978 finished:
1121 goto finished;
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c115 goto finished;
140 finished:
/freebsd-12-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c79 static int finished; /* Number finished so far. */ variable
152 finished++;
252 while (finished < tflag) {
253 while ((started - finished < mflag) && (started < tflag))
263 /* printf("Worker %d done - %d finished\n", workernum, finished); */
/freebsd-12-stable/contrib/sendmail/src/
H A Dbf.c372 goto finished;
409 goto finished;
415 finished:
522 goto finished;
616 finished:
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_plex.c403 /* All of our sub-requests have finished. */
425 /* When the original request is finished, we deliver it. */
457 int err, finished, i; local
460 finished = 1;
467 finished = 0;
489 finished = 0;
497 if (finished) {
504 return (finished);
512 int finished, i; local
514 finished
[all...]
/freebsd-12-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h72 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth, member in struct:eapol_auth_cb
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c30 int cont; /* <= 0 when finished */
31 int finished; member in struct:enc_struct
311 ctx->finished = 0;
342 if (!ctx->finished) {
343 ctx->finished = 1;
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_branch_impl.h48 svn_boolean_t finished; member in struct:svn_branch__vtable_priv_t
/freebsd-12-stable/usr.bin/gzip/
H A Dunpack.c298 goto finished;
313 finished:
/freebsd-12-stable/sys/kern/
H A Dsubr_sleepqueue.c594 * so Tc has finished waking, so this thread must test td_rtcgen.
1175 bool finished; local
1178 finished = false;
1184 for (i = 0; i < 3 && !finished ; i++) {
1217 finished = true;
1238 finished = true;
1254 if (!finished)
1267 if (!finished && error == 0)

Completed in 388 milliseconds

123