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

1234

/freebsd-10.2-release/contrib/amd/scripts/
H A Damd2sun.in28 $fs = $1; $rest=$2;
31 ($defopts = $rest) =~ s/^.*[\s;]opts:=([^;\s]+)[;\s]*.*$/\1/;
37 if ($rest =~ /opts:=([^;\s]+)[;\s]/) {
43 ($rhost = $rest) =~ s/^.*[\s;]rhost:=([^;\s]+)[;\s]*.*$/\1/;
44 ($rfs = $rest) =~ s/^.*[\s;]rfs:=([^;\s]+)[;\s]*.*$/\1/;
46 if ($rest =~ /sublink:=([^;\s]+)[;\s]/ ) {
H A Dautomount2amd.in52 ($dir, $options, $machine, $path, $rest) = ($1, $2, $3, $4, $5);
53 print "#$rest\n" if ($rest =~ m/\w/);
/freebsd-10.2-release/sys/dev/nand/
H A Dnandsim_log.c94 int hdr_len, len, rest; local
125 rest = log_size - sc->log_idx - 1;
126 if (rest >= hdr_len) {
132 bcopy(hdr, &sc->log_buff[sc->log_idx], rest);
133 bcopy(&hdr[rest], sc->log_buff,
134 hdr_len - rest);
135 sc->log_idx = hdr_len - rest;
139 rest = log_size - sc->log_idx - 1;
140 if (rest >= len) {
145 bcopy(tmp, &sc->log_buff[sc->log_idx], rest);
[all...]
/freebsd-10.2-release/contrib/gperf/src/
H A Dkeyword-list.cc56 lastp = &new_cons->rest();
57 list = list->rest();
76 Keyword_List *rest = list->rest(); local
78 list = rest;
106 resultp = &list2->rest();
114 resultp = &list1->rest();
127 if (list == NULL || list->rest() == NULL)
134 for (Keyword_List *temp = list->rest();;)
136 temp = temp->rest();
[all...]
H A Dkeyword.h38 const char *rest);
56 const char *rest);
102 const char *rest) = 0;
H A Dkeyword-list.h40 Keyword_List *& rest ();
57 KeywordExt_List *& rest ();
H A Dmain.cc39 const char *rest);
43 KeywordExt_Factory::create_keyword (const char *allchars, int allchars_length, const char *rest) argument
45 return new KeywordExt (allchars, allchars_length, rest);
131 for (KeywordExt_List *ptr = list; ptr; ptr = ptr->rest())
H A Dsearch.cc136 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
142 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
165 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
217 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
225 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
244 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
277 for (KeywordExt_List *l1 = _head; l1 && l1->rest(); l1 = l1->rest())
280 for (KeywordExt_List *l2 = l1->rest(); l2; l2 = l2->rest())
[all...]
/freebsd-10.2-release/usr.sbin/ppp/
H A Dtimer.c99 * need to adjust TimerList->rest (yet).
102 ticks = RESTVAL(itimer) - TimerList->rest;
106 if (ticks + t->rest >= tp->load)
108 ticks += t->rest;
113 tp->rest = tp->load - ticks;
117 "timer[%p], delta = %ld\n", tp->name, tp, t->name, t, tp->rest);
130 t->rest -= tp->rest;
164 t->next->rest += RESTVAL(itimer); /* t (tp) was the first in the list */
166 t->next->rest
239 long rest; local
[all...]
H A Dtimer.h37 u_long rest; /* Ticks to expire */ member in struct:pppTimer
/freebsd-10.2-release/lib/libtacplus/
H A Dtaclib_private.h97 unsigned char rest[1]; member in struct:tac_authen_start
105 unsigned char rest[1]; member in struct:tac_authen_reply
112 unsigned char rest[1]; member in struct:tac_authen_cont
124 unsigned char rest[1]; member in struct:tac_author_request
132 unsigned char rest[1]; member in struct:tac_author_response
145 unsigned char rest[1]; member in struct:tac_acct_start
152 unsigned char rest[1]; member in struct:tac_acct_reply
/freebsd-10.2-release/contrib/subversion/
H A Dgen-make.py280 rest = Options() variable
293 rest.add(opt, val)
299 rest.add(opt, val)
302 for opt, val in rest.list:
309 rest.add('--with-apr', os.path.join(val, 'srclib', 'apr'))
310 rest.add('--with-apr-util', os.path.join(val, 'srclib', 'apr-util'))
311 rest.add('--with-apr-iconv', os.path.join(val, 'srclib', 'apr-iconv'))
316 for opt, val in rest.list:
323 main(conf, gentype, skip_depends=skip, other_options=rest.list)
/freebsd-10.2-release/contrib/gdb/gdb/cli/
H A Dcli-logging.c112 char *rest = args; local
113 if (rest && *rest)
116 logging_filename = xstrdup (rest);
/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfo-utils.c107 char *rest = string + i; local
110 if (*rest)
111 rest++;
116 while (whitespace(*rest))
117 rest++;
118 if (*rest == '\n')
120 rest++;
121 while (whitespace(*rest))
122 rest++;
127 if (strncmp (rest, "(lin
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c185 size_t rest; local
227 rest = size;
229 assert(rest > 0);
233 assert(rest <= peer_b->len);
234 if (peer_b->offset + rest <= peer_b->size)
235 chunk = rest;
252 assert(chunk == rest);
255 rest -= chunk;
257 while (rest);
344 size_t rest; local
[all...]
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dmep-relocs.pl50 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) {
51 $rest =~ s/[\r\n]+$//;
52 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!");
57 $rest =~ s@.*/\* @@;
58 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
/freebsd-10.2-release/etc/rc.d/
H A Dgptboot46 while read start size pos type attrs rest; do
/freebsd-10.2-release/tools/regression/sockets/kqueue/
H A Dkqueue.c62 fail(int error, const char *func, const char *socktype, const char *rest) argument
69 else if (rest == NULL)
73 printf("# %s(%s, %s): %s\n", func, socktype, rest,
79 fail_assertion(const char *func, const char *socktype, const char *rest, argument
88 else if (rest == NULL)
93 socktype, rest, assertion);
/freebsd-10.2-release/usr.bin/rctl/
H A Drctl.c102 const char *subject, *textid, *rest; local
110 rest = rule;
112 rest = "";
129 asprintf(&resolved, "%s:%d:%s", subject, (int)id, rest);
132 asprintf(&resolved, "%s:%d:%s", subject, (int)id, rest);
134 asprintf(&resolved, "%s:%s:%s", subject, textid, rest);
195 const char *subject, *textid, *rest; local
203 rest = rule;
205 rest = "";
220 asprintf(&humanized, "%s:%s:%s", subject, textid, rest);
[all...]
/freebsd-10.2-release/contrib/nvi/regex/
H A Dengine.c316 register const RCHAR_T *rest; /* start of rest of string */ local
317 register const RCHAR_T *tail; /* string unmatched by rest of RE */
368 rest = slow(m, sp, stp, ss, es);
369 assert(rest != NULL); /* it did match */
370 /* could the rest match the rest? */
371 tail = slow(m, rest, stop, es, stopst);
375 stp = rest - 1;
381 if (slow(m, sp, rest, ssu
[all...]
/freebsd-10.2-release/lib/libc/regex/
H A Dengine.c381 const char *rest; /* start of rest of string */ local
382 const char *tail; /* string unmatched by rest of RE */
433 rest = slow(m, sp, stp, ss, es);
434 assert(rest != NULL); /* it did match */
435 /* could the rest match the rest? */
436 tail = slow(m, rest, stop, es, stopst);
440 stp = rest - 1;
446 if (slow(m, sp, rest, ssu
[all...]
/freebsd-10.2-release/sys/dev/speaker/
H A Dspkr.c45 * also a rest() entry point to do pauses.
57 static void rest(int centisecs);
107 rest(int centisecs) function
113 * This is so other processes can execute while the rest is being
117 (void) printf("rest: %d\n", centisecs);
129 * Requires tone(), rest(), and endtone(). String play is not interruptible
217 rest(whole * snum / (value * sdenom));
224 (void) printf("playtone: pitch %d for %d ticks, rest for %d ticks\n",
230 rest(silence);
407 * endtone(), and rest() function
[all...]
/freebsd-10.2-release/contrib/ntp/scripts/
H A Dplot_summary.in68 my ($result, @rest) = @_;
69 map { $result = $_ if ($_ < $result) } @rest;
76 my ($result, @rest) = @_;
77 map { $result = $_ if ($_ > $result) } @rest;
/freebsd-10.2-release/usr.sbin/pmcstudy/
H A Deval_expr.c583 struct expression *op, *other_half, *rest; local
603 rest = gather_exp_to_paren_close(other_half->next, &val2);
606 rest = other_half->next;
609 rest = other_half->next;
638 if (rest == NULL) {
644 if ((rest->type == TYPE_PARN_CLOSE) && (initial_call == 0)) {
646 *lastone = rest->next;
654 * we need to proceed with the rest of it.
657 op = rest;
/freebsd-10.2-release/lib/libedit/
H A Dchartype.h67 #define FUN(prefix,rest) prefix ## _w ## rest
116 #define FUN(prefix,rest) prefix ## _ ## rest

Completed in 223 milliseconds

1234