Searched refs:done (Results 1 - 25 of 1386) sorted by path

1234567891011>>

/freebsd-11-stable/bin/chmod/
H A Dchmod.c106 * Regardless, we're done argument processing.
114 goto done;
122 done: argv += optind;
/freebsd-11-stable/bin/cp/
H A Dutils.c113 goto done;
123 goto done;
150 goto done;
271 done:
/freebsd-11-stable/bin/pax/
H A Dar_io.c78 static int done; /* set via tty termination */ variable
195 * if we are writing, we are done
337 * process is done
349 (void)fputs("done.\n", listf);
727 * Fail resync attempts at user request (done) or this is going to be
731 if ((done > 0) || (lstrval == 0))
1105 * 0 when ready to continue, -1 when all done
1117 * things like writing EOF etc will be done) (Watch out ar_close() can
1126 if (done || !wr_trail || Oflag || strcmp(NM_TAR, argv0) == 0)
1160 done
[all...]
H A Doptions.c986 int done = 0; local
990 while (!done) {
994 done = (*slash == '\0');
1007 if (!done)
/freebsd-11-stable/bin/sh/
H A Dmknodes.c82 int done; /* set if fully parsed */ member in struct:str
139 curstr->done = 1;
169 if (curstr == NULL || curstr->done)
H A Doptions.c471 int done = 0; local
478 /* Current word is done, advance */
487 done = 1;
555 return done;
H A Dparser.c168 int done = 0; local
171 while (parser_temp != NULL && !done) {
174 done = t->data == ptr;
179 if (!done)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1313 int done = 0, mode = 0; local
1378 done = 1;
1759 * other modes, we will exit dtrace once mode-specific work is done.
1769 if (done && !g_grabanon) {
1961 if (!g_intr && !done)
1981 if (done || g_intr || (g_psc != 0 && g_pslive == 0)) {
1982 done = 1;
1989 done = 1;
2000 } while (!done);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java42 static AtomicBoolean done = new AtomicBoolean(); field in class:TestDrop
55 done.set(true);
64 while (consumer.isRunning() && !done.get()) {
H A DTestFunctionLookup.java57 boolean done = false;
58 for (int i = 0; (i < 20) && !done; ++i) {
73 done = true;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d46 /(self->done == 0) && (curthread->t_cpu->cpu_intr_actv == 0) /
48 self->done = 1;
56 /(self->done == 0) && (curthread->t_cpu->cpu_intr_actv == 0) /
58 self->done = 1;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.d55 nfsv4:::op-putrootfh-done
60 nfsv4:::compound-done
H A Dtst.call3.d59 nfsv3:::op-getattr-done
72 nfsv3:::*-done
80 nfsv3:::*-done
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.d52 pid$1:a.out:done:entry
H A Dtst.ret.s100 ALTENTRY(done)
102 SET_SIZE(done)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c784 int done = 0; local
998 if (!g_intr && !done)
1001 if (done || g_intr || g_exited) {
1002 done = 1;
1009 done = 1;
1017 } while (!done);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c579 goto done;
643 done:
1019 * Lookup the type. If we find it, we're done. Otherwise create a
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c117 int done = 0; \
119 done = CUSTPRTOP(pctl, type)(pctl, \
122 if (!done) { \
131 int done = 0; \
133 done = CUSTPRTOP(pctl, type)(pctl, \
136 if (!done) { \
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_exec.c140 int done = 0; local
144 done += len;
152 return done;
156 return done;
H A Dinfo_file.c61 int done = 0; local
66 done += len;
81 return done;
86 return done;
H A Dmap.c58 * No garbage collection is done, since it is assumed that
398 * be set to zero isn't done here.
586 int done = 0; local
594 done = 1;
597 if (done)
963 dlog("unmount attempt done");
H A Dnfs_subr.c777 goto done;
785 done:
828 goto done;
836 done:
H A Dops_nfs.c149 find_nfs_fhandle_cache(opaque_t arg, int done) argument
167 if (fp2 && !done) {
180 got_nfs_fh_mount(voidp pkt, int len, struct sockaddr_in *sa, struct sockaddr_in *ia, opaque_t arg, int done) argument
188 fp = find_nfs_fhandle_cache(arg, done);
248 got_nfs_fh_webnfs(voidp pkt, int len, struct sockaddr_in *sa, struct sockaddr_in *ia, opaque_t arg, int done) argument
256 fp = find_nfs_fhandle_cache(arg, done);
750 /* tell remote mountd that we're done with this filehandle */
H A Dsrvr_nfs.c184 got_portmap(voidp pkt, int len, struct sockaddr_in *sa, struct sockaddr_in *ia, voidp idv, int done) argument
198 int error = done ? pickup_rpc_reply(pkt, len, (voidp) &port, (XDRPROC_T_TYPE) xdr_u_long) : -1;
223 } else if (done) {
350 * that a wakeup is done on the wait channel,
351 * whenever a wakeup is done on this fs node.
352 * Wakeup's are done on the fs node whenever
369 nfs_keepalive_callback(voidp pkt, int len, struct sockaddr_in *sp, struct sockaddr_in *tsp, voidp idv, int done) argument
375 if (!done)
484 flush_nfs_fhandle_cache(fs); /* done in caller: nfs_keepalive_timeout */
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex668 % \baselineskip glue before it, and (when the next line of text is done)
1036 % This is done with @novalidate (before @setfilename).
1041 % @setfilename is done at the beginning of every texinfo file.
1419 \ifx\first.\let\next=\done\else
1431 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
3664 % done a \vskip-\parskip. In that case, we don't want to zero
4333 % Only do \closeout if we haven't already done it, else we'll end up
5163 % All done with double columns.
6771 % typesetting commands (@smallbook, font changes, etc.) have to be done
6772 % beforehand -- and a) we want @copying to be done firs
[all...]

Completed in 199 milliseconds

1234567891011>>