Searched refs:done (Results 101 - 125 of 1386) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/i386/
H A Duwin.asm14 jb done
21 done: subl %eax,%ecx label
/freebsd-11-stable/usr.sbin/lpr/filters/
H A Dlpf.c81 int done, linedone, maxrep; local
120 done = 0;
122 while (!done) {
129 linedone = done = 1;
/freebsd-11-stable/contrib/ldns/drill/
H A Ddnssec.c4 * and tracing is done
330 goto done;
335 goto done;
342 goto done;
346 goto done;
349 goto done;
365 goto done;
370 done:
425 goto done;
430 goto done;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c467 apr_size_t done, prev;
481 done = prev = 0;
482 while (done < length)
486 while (done < length)
488 len = utf8proc_iterate((apr_byte_t*)src + done, length - done, &uc);
491 done += len;
495 if (done > prev)
498 decomp_flags, src + prev, done - prev, &part);
505 prev = done;
465 apr_size_t done, prev; local
[all...]
H A Dmacos_keychain.c71 keychain_password_set(svn_boolean_t *done,
112 *done = (status == 0);
120 keychain_password_get(svn_boolean_t *done,
133 *done = FALSE;
152 *done = TRUE;
70 keychain_password_set(svn_boolean_t *done, apr_hash_t *creds, const char *realmstring, const char *username, const char *password, apr_hash_t *parameters, svn_boolean_t non_interactive, apr_pool_t *pool) argument
119 keychain_password_get(svn_boolean_t *done, const char **password, apr_hash_t *creds, const char *realmstring, const char *username, apr_hash_t *parameters, svn_boolean_t non_interactive, apr_pool_t *pool) argument
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_implode.c256 goto done;
280 goto done;
288 done:
317 goto done;
373 done:
399 goto done;
421 goto done;
435 done:
461 goto done;
483 goto done;
[all...]
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_ioctl.c122 goto done;
126 goto done;
139 goto done;
150 goto done;
159 goto done;
169 done:
236 goto done;
241 goto done;
250 goto done;
258 goto done;
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Daggregate_buckets.c34 bucket_list_t *done; /* we finished reading this; now pending a destroy */ member in struct:__anon51
52 while (ctx->done != NULL) {
53 next_list = ctx->done->next;
56 serf_bucket_destroy(ctx->done->bucket);
58 serf_bucket_mem_free(allocator, ctx->done);
60 ctx->done = next_list;
80 ctx->done = NULL;
280 ctx->list->next = ctx->done;
281 ctx->done = ctx->list;
392 ctx->list->next = ctx->done;
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer_iocp.c188 goto done;
192 goto done;
233 goto done;
239 done:
262 goto done;
269 goto done;
299 goto done;
305 done:
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.d52 pid$1:a.out:done:entry
/freebsd-11-stable/lib/libc/gen/
H A Dftw.c78 goto done;
84 done:
/freebsd-11-stable/lib/libc/gmon/
H A Dmcount.c106 goto done;
109 goto done;
184 goto done;
202 goto done;
210 goto done;
218 for (; /* goto done */; ) {
235 goto done;
253 goto done;
257 done:
/freebsd-11-stable/sbin/hastd/
H A Dmetadata.c54 ssize_t done; local
105 done = pread(res->hr_localfd, buf, METADATA_SIZE, 0);
106 if (done == -1 || done != METADATA_SIZE) {
177 ssize_t done; local
217 done = pwrite(res->hr_localfd, buf, METADATA_SIZE, 0);
218 if (done == -1 || done != METADATA_SIZE) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c146 int i, c, done, *nleft; local
185 for (done = 0; !done;) {
186 done = 1;
189 done = 0;
/freebsd-11-stable/sys/dev/drm2/
H A Dati_pcigart.c115 goto done;
126 goto done;
133 goto done;
170 goto done;
207 done:
/freebsd-11-stable/crypto/openssh/
H A Dentropy.c119 goto done;
130 goto done;
145 goto done;
156 goto done;
160 done:
/freebsd-11-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c108 goto done;
113 done:
160 goto done;
168 goto done;
173 done:
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_debug.c100 u_int ix, int done)
112 !done ? "" : (rs->rs_status == 0) ? " *" : " !",
136 u_int qnum, u_int ix, int done)
165 !done ? "" : (ts->ts_status == 0) ? " *" : " !");
199 u_int qnum, u_int ix, int done)
219 !done ? "" : (ts->ts_status == 0) ? " *" : " !");
242 u_int qnum, u_int ix, int done)
245 ath_printtxbuf_edma(sc, first_bf, qnum, ix, done);
247 ath_printtxbuf_legacy(sc, first_bf, qnum, ix, done);
252 const uint32_t *ds, u_int qnum, u_int ix, int done)
99 ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf, u_int ix, int done) argument
135 ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf, u_int qnum, u_int ix, int done) argument
198 ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf, u_int qnum, u_int ix, int done) argument
241 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf, u_int qnum, u_int ix, int done) argument
251 ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf, const uint32_t *ds, u_int qnum, u_int ix, int done) argument
[all...]
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_ioctl.c114 goto done;
119 goto done;
138 goto done;
144 goto done;
156 goto done;
169 goto done;
172 goto done;
182 /* done */
183 done:
231 goto done;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp274 // If the step out plan is done, then we just need to step through the
302 bool done; local
307 done = true;
311 done = true;
313 done = (m_immediate_step_from_id < frame_zero_id);
316 if (done) {
323 // If there was only one owner, then we're done. But if we also hit
325 // done, but also not claim to explain the stop, since it is more
345 bool done = false;
350 // If we can't queue a plan to do this, then just call ourselves done
[all...]
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c262 goto done;
266 goto done;
271 goto done;
276 goto done;
280 goto done;
284 goto done;
288 goto done;
299 goto done;
302 goto done;
307 goto done;
[all...]
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c471 goto done;
476 goto done;
485 goto done;
495 goto done;
503 done:
1005 goto done;
1009 goto done;
1013 goto done;
1016 goto done;
1020 goto done;
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_update.c125 goto done;
138 goto done;
156 goto done;
166 goto done;
177 goto done;
187 goto done;
196 done:
/freebsd-11-stable/sys/ddb/
H A Ddb_output.c257 int c, done; local
261 done = 0;
262 while (!done) {
270 done++;
275 done++;
281 done++;
290 done++;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp57 // We've already acknowledge the '+' packet so we're done here.
246 GDBRemoteCommunicationReplayServer &server, bool &done) {
250 error, interrupt, done);
254 done = true;
265 bool done = false; local
266 while (!done) {
272 ReceivePacket(*server, done);
273 if (done)
245 ReceivePacket( GDBRemoteCommunicationReplayServer &server, bool &done) argument

Completed in 485 milliseconds

1234567891011>>