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

1234567891011>>

/freebsd-9.3-release/contrib/sendmail/contrib/
H A Detrn.pl264 (my $done, $verbose) = @_;
267 while (($done eq "-") && ($s = <S>) && ($s =~ /^\d+([- ])/)) {
269 $done = $1;
/freebsd-9.3-release/sys/mips/mips/
H A Dstack_machdep.c107 goto done;
116 goto done;
126 done:
/freebsd-9.3-release/usr.sbin/quotaon/
H A Dquotaon.c79 long argnum, done = 0; local
129 done |= 1 << argnum;
138 if ((done & (1 << i)) == 0)
/freebsd-9.3-release/usr.sbin/snapinfo/
H A Dsnapinfo.c57 int all = 0, ch, done = 0, fscount, n; local
104 done++;
109 if (done == 0)
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c68 /* We're done protecting ourselves from the header prototypes */
676 goto done;
695 goto done;
708 goto done;
751 done:
841 goto done;
847 goto done;
857 goto done;
866 goto done;
881 goto done;
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_file.c65 int done = 0; local
70 done += len;
85 return done;
90 return done;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmasterdump.h215 isc_task_t *task, dns_dumpdonefunc_t done,
252 *\li 'done' to be non NULL.
268 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg,
274 isc_task_t *task, dns_dumpdonefunc_t done, void *done_arg, dns_dumpctx_t **dctxp, dns_masterformat_t format);
279 isc_task_t *task, dns_dumpdonefunc_t done, void
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlex.c356 isc_boolean_t done = ISC_FALSE; local
437 goto done;
457 goto done;
511 goto done;
515 goto done;
518 done = ISC_TRUE;
526 done = ISC_TRUE;
531 done = ISC_TRUE;
553 goto done;
564 done
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dargv.c323 goto done;
329 goto done;
337 goto done;
342 done:
459 /* We're all done with the file now. */
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Ddriver-i386.c92 goto done;
103 goto done;
179 goto done;
285 done:
/freebsd-9.3-release/contrib/gcc/config/
H A Dvxlib.c64 if (guard->done)
74 /* Only one thread at a time gets here. Check ->done again, then
75 go ahead and call func() if no one has done it yet. */
76 if (!guard->done)
79 guard->done = 1;
248 if (tls_init_guard.done && __gthread_mutex_lock (&tls_lock) != ERROR)
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dsbpf.c99 int done = 0; local
103 return done;
112 done += ack_recv(cp);
115 return done;
/freebsd-9.3-release/contrib/nvi/common/
H A Ddelete.c56 goto done;
87 goto done;
102 goto done;
154 done: rval = 0;
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_exit.c139 int done = 0; local
146 done = 1;
150 (done || (uintptr_t)cur <= cfa)) {
154 if (done)
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_quirk.c144 int done; local
159 done = TRUE;
172 done = FALSE;
178 if (done) {
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_debug.c101 u_int ix, int done)
113 !done ? "" : (rs->rs_status == 0) ? " *" : " !",
127 u_int qnum, u_int ix, int done)
140 !done ? "" : (ts->ts_status == 0) ? " *" : " !",
100 ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf, u_int ix, int done) argument
126 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *bf, u_int qnum, u_int ix, int done) argument
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2.h70 int done; /* output: set if value was stored */ member in struct:xfs_dir2_put_args
/freebsd-9.3-release/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c60 static int32_t done = 0; /* are we done? */ variable
158 for (done = 0; !done; ) {
243 s, ++ done);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlex.c356 isc_boolean_t done = ISC_FALSE; local
437 goto done;
457 goto done;
511 goto done;
515 goto done;
518 done = ISC_TRUE;
526 done = ISC_TRUE;
531 done = ISC_TRUE;
553 goto done;
564 done
[all...]
/freebsd-9.3-release/lib/libusb/
H A Dlibusb20_desc.c350 goto done;
368 goto done;
388 goto done;
409 goto done;
481 goto done;
485 goto done;
497 goto done;
530 goto done;
533 done:
787 goto done;
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.s100 ALTENTRY(done) function
102 SET_SIZE(done)
/freebsd-9.3-release/contrib/nvi/clib/
H A Dmemmove.c87 goto done;
102 * Try to align operands. This cannot be done
141 done:
/freebsd-9.3-release/crypto/openssh/
H A Dssh-add.c446 goto done;
451 goto done;
461 goto done;
473 goto done;
479 goto done;
487 goto done;
499 goto done;
522 done:
/freebsd-9.3-release/lib/libc/gen/
H A Dnftw.c101 goto done;
109 done:
/freebsd-9.3-release/lib/libc/string/
H A Dbcopy.c77 goto done;
92 * Try to align operands. This cannot be done
131 done:

Completed in 305 milliseconds

1234567891011>>