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

1234

/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/auth/sia/
H A Dmake-rpath4 rest=
25 rest="${rest} $1"
34 echo "${rpath}${rest}"
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/etc/rc.d/
H A Dencswap18 while read device mountpoint type options rest ; do
39 while read device mountpoint type options rest ; do
H A Dgptboot46 while read start size pos type attrs rest; do
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dalist.c135 isccc_sexpr_t *car, *caar, *rest, *prev; local
140 rest = CDR(alist);
141 while (rest != NULL) {
142 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
143 car = CAR(rest);
148 CDR(prev) = CDR(rest);
149 CDR(rest) = NULL;
150 isccc_sexpr_free(&rest);
153 prev = rest;
154 rest
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-logging.c112 char *rest = args; local
113 if (rest && *rest)
116 logging_filename = xstrdup (rest);
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/cvs/contrib/
H A Drcs2log.sh465 rest = fullname
467 p = index(rest, "\\")
468 q = index(rest, "\"")
475 quoted = quoted substr(rest, 1, p-1) "\\" substr(rest, p, 1)
476 rest = substr(rest, p+1)
479 printf "fullname[\"%s\"] = \"%s%s\"\n", $1, quoted, rest

Completed in 109 milliseconds

1234