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

1234

/freebsd-10.0-release/contrib/gperf/src/
H A Dkeyword.icc28 Keyword::Keyword (const char *allchars, int allchars_length, const char *rest)
29 : _allchars (allchars), _allchars_length (allchars_length), _rest (rest)
38 KeywordExt::KeywordExt (const char *allchars, int allchars_length, const char *rest)
39 : Keyword (allchars, allchars_length, rest),
H A Dkeyword-list.icc34 Keyword_List::rest ()
50 KeywordExt_List::rest ()
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.0-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.0-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.0-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.0-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.0-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.0-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.0-release/contrib/ncurses/misc/
H A Dcmpdef.cmd80 parse pull '"' name '"' '@'number rest
100 parse pull '"' name '"' '@'number rest
H A Dmakedef.cmd97 parse pull new_symbol '@'new_code rest
99 parse var new_symbol '"' new_name '"' rest
H A Dchkdef.cmd78 parse pull '"' new_name '"' '@'new_code rest
/freebsd-10.0-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.0-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c190 size_t rest; local
233 rest = size;
235 assert(rest > 0);
240 assert(rest <= peer_b->len);
241 if (peer_b->offset + rest <= peer_b->size)
242 chunk = rest;
262 assert(chunk == rest);
265 rest -= chunk;
267 while (rest);
355 size_t rest; local
[all...]
/freebsd-10.0-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.0-release/etc/rc.d/
H A Dgptboot46 while read start size pos type attrs rest; do
/freebsd-10.0-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.0-release/usr.bin/rctl/
H A Drctl.c101 const char *subject, *textid, *rest; local
109 rest = rule;
111 rest = "";
128 asprintf(&resolved, "%s:%d:%s", subject, (int)id, rest);
131 asprintf(&resolved, "%s:%d:%s", subject, (int)id, rest);
133 asprintf(&resolved, "%s:%s:%s", subject, textid, rest);
194 const char *subject, *textid, *rest; local
202 rest = rule;
204 rest = "";
219 asprintf(&humanized, "%s:%s:%s", subject, textid, rest);
[all...]
/freebsd-10.0-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...]

Completed in 134 milliseconds

1234