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

123

/freebsd-11-stable/usr.sbin/nscd/
H A Dsingletons.h39 int finished; /* for future use */ member in struct:runtime_env
/freebsd-11-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-11-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;
H A Dunwind.c389 int finished; local
400 finished = 0;
412 finished = unwind_tab(state);
417 finished = 1;
419 return (finished);
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.h32 bool finished; member in struct:__anon5873
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-11-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in32 @echo finished compat regress tests
/freebsd-11-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-11-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-11-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-11-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-11-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-11-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c83 int cont; /* <= 0 when finished */
84 int finished; member in struct:enc_struct
123 ctx->finished = 0;
309 ctx->finished = 0;
339 if (!ctx->finished) {
340 ctx->finished = 1;
H A Dbio_ok.c150 int cont; /* <= 0 when finished */
151 int finished; member in struct:ok_struct
188 ctx->finished = 0;
377 ctx->finished = 0;
408 ctx->finished = 1;
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c115 goto finished;
140 finished:
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c89 static int finished; /* Number finished so far. */ variable
162 finished++;
262 while (finished < tflag) {
263 while ((started - finished < mflag) && (started < tflag))
273 /* printf("Worker %d done - %d finished\n", workernum, finished); */
/freebsd-11-stable/contrib/sendmail/src/
H A Dbf.c372 goto finished;
409 goto finished;
415 finished:
522 goto finished;
616 finished:
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_plex.c401 /* All of our sub-requests have finished. */
423 /* When the original request is finished, we deliver it. */
455 int err, finished, i; local
458 finished = 1;
465 finished = 0;
487 finished = 0;
495 if (finished) {
502 return (finished);
510 int finished, i; local
512 finished
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
/freebsd-11-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-11-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-11-stable/usr.bin/gzip/
H A Dunpack.c302 goto finished;
317 finished:
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c1168 goto finished;
1174 goto finished;
1191 goto finished;
1203 finished:
1238 goto finished;
1253 goto finished;
1261 finished:

Completed in 157 milliseconds

123