Searched refs:rest (Results 1 - 25 of 75) sorted by relevance

123

/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_symbolizer_test.cc22 const char *rest; local in function:__sanitizer::TEST
24 rest = ExtractToken("a;b;c", ";", &token);
26 EXPECT_STREQ("b;c", rest);
29 rest = ExtractToken("aaa-bbb.ccc", ";.-*", &token);
31 EXPECT_STREQ("bbb.ccc", rest);
37 const char *rest = ExtractInt("123,456;789", ";,", &token); local in function:__sanitizer::TEST
39 EXPECT_STREQ("456;789", rest);
44 const char *rest = ExtractUptr("123,456;789", ";,", &token); local in function:__sanitizer::TEST
46 EXPECT_STREQ("456;789", rest);
51 const char *rest local in function:__sanitizer::TEST
[all...]
/src/etc/rc.d/
H A Discsid20 local module rest
21 /sbin/modstat $1 | while read module rest; do
H A Dipsec33 ifconfig $1 | while IFS="${IFS}/" read what address rest; do
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc99 const char *rest = trim; local in function:__sanitizer::ParseCommandOutput
101 rest = ExtractTokenUpToDelimiter(rest, " (in ", &symbol_name);
102 if (rest[0] == '\0') {
112 rest = ExtractTokenUpToDelimiter(rest, ") ", out_module);
114 if (rest[0] == '(') {
116 rest++;
117 rest = ExtractTokenUpToDelimiter(rest, "
[all...]
/src/usr.bin/find/
H A Dmisc.c67 size_t nlen, plen, rest; local in function:brace_subst
74 rest = strlen(&orig[2]);
77 while ((p - *store) + plen + rest + 1 > nlen)
/src/games/trek/
H A Drest.c1 /* $NetBSD: rest.c,v 1.9 2009/05/24 21:44:56 dholland Exp $ */
35 static char sccsid[] = "@(#)rest.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: rest.c,v 1.9 2009/05/24 21:44:56 dholland Exp $");
53 ** You can never rest through a long range tractor beam.
56 ** rest period if anything momentous happens.
61 rest(int v __unused) function in typeref:typename:void
66 /* get the time to rest */
H A Dplay.c76 { "r", "est", rest, 0 },
H A DMakefile10 ranf.c rest.c schedule.c score.c setup.c setwarp.c \
/src/sys/conf/
H A Dosrelease.sh45 read define ver_tag rel_num comment_start NetBSD rel_text rest || exit 1
/src/usr.sbin/sysinst/
H A Dmsg_cmp.sh57 while read define MSG_name number rest
59 [ -z "$number" -o -n "$rest" ] && continue
H A Dmsg_xlat.sh88 while read define MSG_name number rest
90 if [ -z "$number" ] || [ -n "$rest" ]; then continue; fi
/src/usr.bin/make/unit-tests/
H A Dvarmod-loop-delete.mk15 VAR= ${:U:@VAR@@} rest of the value
21 .if ${EVAL} != " rest of the value"
25 VAR= ${:U:@VAR@@} rest of the value
/src/lib/libc/regex/
H A Dengine.c444 const char *rest; /* start of rest of string */ local in function:dissect
445 const char *tail; /* string unmatched by rest of RE */
506 rest = walk(m, sp, stp, ss, es, false);
507 assert(rest != NULL); /* it did match */
508 /* could the rest match the rest? */
509 tail = walk(m, rest, stop, es, stopst, false);
513 stp = rest - 1;
519 if (walk(m, sp, rest, ssu
[all...]
/src/sys/arch/mips/mips/
H A Dcache_r5k_subr.S56 j v0 # run the rest from uncached space
/src/usr.sbin/rtadvd/
H A Ddump.c201 struct timespec *rest; local in function:if_dump
203 rest = rtadvd_timer_rest(pfx->timer);
204 if (rest) { /* XXX: what if not? */
206 (long)rest->tv_sec);
/src/sys/arch/macppc/dev/
H A Desp.c106 /* Linkup to the rest of the kernel */
324 int rest = PAGE_SIZE - offset; /* the rest of the page */ local in function:esp_dma_setup
326 if (count > rest) { /* if continues to next page */
327 DBDMA_BUILD(cmdp, cmd, 0, rest, kvtop((void *)va),
330 count -= rest;
331 va += rest;
H A Dkauai.c322 int rest = PAGE_SIZE - offset; /* the rest of the page */ local in function:kauai_dma_init
324 if (datalen > rest) { /* if continues to next page */
325 DBDMA_BUILD(cmdp, cmd, 0, rest, vtophys(va),
328 datalen -= rest;
329 va += rest;
H A Dwdc_obio.c484 int rest = PAGE_SIZE - offset; /* the rest of the page */ local in function:wdc_obio_dma_init
486 if (datalen > rest) { /* if continues to next page */
487 DBDMA_BUILD(cmdp, cmd, 0, rest, vtophys(va),
490 datalen -= rest;
491 va += rest;
/src/sys/arch/news68k/dev/
H A Dsi.c245 u_int addr, offset, rest; local in function:si_dma_start
266 rest = DMAC_SEG_SIZE - offset;
267 addr += rest;
268 len -= rest;
270 /* set all the rest segments */
/src/lib/libedit/
H A Dtokenizer.c71 #define FUN(prefix, rest) prefix ## _ ## rest
78 #define FUN(prefix, rest) prefix ## _w ## rest
/src/games/rogue/
H A Dplay.c88 rest((count > 0) ? count : 1);
/src/sys/arch/hpc/stand/hpcboot/
H A Dload.cpp174 size_t rest = filesz % _tpsz; local in function:Loader::_load_segment
175 if (rest) {
177 _pvec_prev = _load_page(kv, fileofs, rest, _pvec_prev);
/src/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c95 char const **rest)
113 *rest = fname;
114 if (**rest == '.')
115 (*rest)++;
94 nbfs_devopen(struct open_file * f,char const * special,char const * fname,char const ** rest) argument
/src/sys/dev/
H A Dspkr.c161 rest(struct spkr_softc *sc, int ticks) function in typeref:typename:void
165 device_printf(sc->sc_dev, "%s: rest for %d ticks\n", __func__, ticks);
175 * -1 indiacates a rest.
200 device_printf(sc->sc_dev, "%s: rest for %d ticks\n",
204 rest(sc, total);
218 "%s: note %d for %d ticks, rest for %d ticks\n", __func__,
225 rest(sc, silence);
420 * you cannot use this as a rest.
554 * tp->frequency is the frequency (0 means a rest).
564 rest(s
[all...]
/src/usr.bin/vgrind/
H A Dvfontedpr.c152 goto rest;
159 goto rest;
173 goto rest;
225 rest:

Completed in 13 milliseconds

123