Searched refs:stop (Results 1 - 25 of 285) sorted by path

1234567891011>>

/freebsd-current/bin/pax/
H A Dgen_subs.c177 char *stop; local
180 stop = dest + len;
182 while ((dest < stop) && (*src != '\0'))
185 while (dest < stop)
203 char *stop; local
206 stop = str + len;
211 while ((str < stop) && ((*str == ' ') || (*str == '0')))
219 while (str < stop) {
230 while ((str < stop) && (*str >= '0') && (*str <= '7'))
299 char *stop; local
[all...]
H A Dtar.c250 char *stop; local
258 stop = blk + CHK_OFFSET;
259 while (pt < stop)
269 stop = blk + len;
270 while (pt < stop)
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.stopbadarg.d31 * stop() should generate an error if any arguments are sent.
33 * SECTION: Actions and Subroutines/stop()
40 stop("badarg");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java33 * methods before and after open(), compile(), enable(), go(), stop(),
257 // stop
259 consumer.stop();
260 exit(1, "stop before go");
265 exit(1, "stop before go");
369 System.out.println("after stop");
372 // stop
374 consumer.stop();
375 exit(1, "stop after stop");
[all...]
H A DTestStopLock.java32 * Test for bug 6399888 stop() hangs if ConsumerListener calls
59 consumer.stop();
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithStop.d50 stop();
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.d31 * Positive test for stop
33 * SECTION: Actions and Subroutines/stop()
57 stop();
H A Dtst.stop2.d31 * Positive test for stop
33 * SECTION: Actions and Subroutines/stop()
57 stop();
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c233 * Check to see if the control thread was requested to stop when the victim
235 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
377 * the process to stop on an event or die. We process any events by calling
416 * grabbed it. Check for an appropriate stop request and wait for
432 * Wait for the process corresponding to this control thread to stop,
464 * corresponding mechanism (e.g. job control stop).
668 dt_proc_create_thread(dtrace_hdl_t *dtp, dt_proc_t *dpr, uint_t stop) argument
676 dpr->dpr_stop |= stop; /* set bit for initial rendezvous */
/freebsd-current/contrib/bmake/mk/
H A Dauto.obj.mk24 # We stop looping as soon as the dir exists.
H A Ddirdeps.mk100 # # We need to stop that TARGET_SPEC affecting any submakes
946 # stop here
H A Dsys.dirdeps.mk83 # We need to stop that TARGET_SPEC affecting any submakes
H A Dsys.mk151 # We stop looping as soon as the dir exists.
/freebsd-current/contrib/bmake/mk/sys/
H A DHP-UX.mk24 # +b<path> is needed to stop the binaries from insisting on having
H A DOSF1.mk9 # can't fine one anywhere, so just stop the dependency
H A DUnixWare.mk12 # can't find one anywhere, so just stop the dependency
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-op.mk57 # See CondParser_String, which only has '!' in the list of stop characters.
H A Ddeptgt-end-fail.mk12 # The default stop-on-error mode is not as interesting to test since it
H A Ddirective-undef.mk83 # properly detected and should stop the .undef directive from doing any work.
H A Drecursive.mk4 # This would stop make from doing anything since the "recursive" error
H A Dvar-op-assign.mk89 # In safe mode, parsing would stop immediately after the "VARIABLE NAME="
H A Dvarmod-subst.exp24 1 two 3 full stop
H A Dvarmod-subst.mk217 @echo ${:U1 2 3:S.2.two.:Q} full stop
/freebsd-current/contrib/bsnmp/snmpd/
H A Dmain.c1435 (void)t->vtab->stop(1);
1939 syslog(LOG_ERR, "cannot stop timer: %m");
H A Dsnmpd.h189 int (*stop)(int); member in struct:transport_def

Completed in 352 milliseconds

1234567891011>>