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

12

/freebsd-10-stable/usr.sbin/nscd/
H A Dsingletons.h39 int finished; /* for future use */ member in struct:runtime_env
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h173 bool finished = false; local
175 while (!finished) {
180 finished = true;
/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.h32 bool finished; member in struct:__anon45
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-10-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in32 @echo finished compat regress tests
/freebsd-10-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-10-stable/contrib/xz/src/xz/
H A Dmessage.h164 /// \param finished True if the whole stream was successfully coded
167 extern void message_progress_end(bool finished);
H A Dmessage.c294 // Never show 100.0 % before we actually are finished.
577 // Updating the progress info was finished. Reset
615 progress_flush(bool finished) argument
630 if (!finished && !progress_active
645 finished ? "100 %" : progress_percentage(in_pos),
649 finished ? "" : progress_remaining(in_pos, elapsed),
662 if (!finished) {
/freebsd-10-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-10-stable/sys/arm/arm/
H A Ddb_trace.c365 bool finished; local
367 finished = false;
368 while (!finished) {
389 finished = db_unwind_tab(state);
440 finished = true;
443 finished = true;
446 finished = true;
/freebsd-10-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;
300 ctx->finished = 0;
330 if (!ctx->finished) {
331 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-10-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c113 goto finished;
138 finished:
/freebsd-10-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth); member in struct:eapol_auth_cb
/freebsd-10-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-10-stable/contrib/sendmail/src/
H A Dbf.c372 goto finished;
409 goto finished;
415 finished:
522 goto finished;
616 finished:
/freebsd-10-stable/sys/geom/vinum/
H A Dgeom_vinum_plex.c400 /* All of our sub-requests have finished. */
422 /* When the original request is finished, we deliver it. */
454 int err, finished, i; local
457 finished = 1;
464 finished = 0;
486 finished = 0;
494 if (finished) {
501 return (finished);
509 int finished, i; local
511 finished
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
H A Dremote-mips.c3109 int finished = 0;
3140 finished = pmon_check_ack ("/Kxx");
3142 for (s = abfd->sections; s && !finished; s = s->next)
3159 finished = pmon_check_ack ("/A");
3161 if (!finished)
3170 for (i = 0; ((i < s->_raw_size) && !finished); i += binamount)
3187 finished = pmon_check_ack ("data record");
3188 if (finished)
3220 finished = pmon_check_ack ("record remnant");
3233 if (finished)
3104 int finished = 0; local
[all...]
/freebsd-10-stable/usr.bin/gzip/
H A Dunpack.c289 goto finished;
304 finished:
/freebsd-10-stable/sys/dev/hptmv/
H A Dcommand.h128 /* called when this command is finished */
176 UCHAR finished; member in struct:_Command::__anon8717::__anon8721::__anon8722
/freebsd-10-stable/contrib/gdtoa/
H A Dstrtodg.c326 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
773 delta->sign = finished = 0;
778 if ( (finished = dsign ^ (rd&1)) !=0) {
942 L = finished = 0;
965 if (finished)
/freebsd-10-stable/sys/dev/ichsmb/
H A Dichsmb.c555 goto finished;
561 goto finished;
607 finished:
/freebsd-10-stable/sys/i386/xen/
H A Dmp_machdep.c428 atomic_t finished; member in struct:_call_data
441 atomic_t *finished = &call_data->finished; local
462 atomic_inc(finished);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
H A Deditor.c72 svn_boolean_t finished; member in struct:svn_editor_t
109 #define MARK_FINISHED(editor) ((editor)->finished = TRUE)
110 #define SHOULD_NOT_BE_FINISHED(editor) SVN_ERR_ASSERT(!(editor)->finished)
278 (*editor)->finished = FALSE;

Completed in 421 milliseconds

12