Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 1784) sorted by relevance

12345678910>>...72

/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_symbolizer_test.cc22 const char *rest; in TEST() local
24 rest = ExtractToken("a;b;c", ";", &token); in TEST()
26 EXPECT_STREQ("b;c", rest); in TEST()
29 rest = ExtractToken("aaa-bbb.ccc", ";.-*", &token); in TEST()
31 EXPECT_STREQ("bbb.ccc", rest); in TEST()
37 const char *rest = ExtractInt("123,456;789", ";,", &token); in TEST() local
39 EXPECT_STREQ("456;789", rest); in TEST()
44 const char *rest = ExtractUptr("123,456;789", ";,", &token); in TEST() local
46 EXPECT_STREQ("456;789", rest); in TEST()
51 const char *rest = in TEST() local
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc99 const char *rest = trim; in ParseCommandOutput() local
101 rest = ExtractTokenUpToDelimiter(rest, " (in ", &symbol_name); in ParseCommandOutput()
102 if (rest[0] == '\0') { in ParseCommandOutput()
112 rest = ExtractTokenUpToDelimiter(rest, ") ", out_module); in ParseCommandOutput()
114 if (rest[0] == '(') { in ParseCommandOutput()
116 rest++; in ParseCommandOutput()
117 rest = ExtractTokenUpToDelimiter(rest, ":", out_file); in ParseCommandOutput()
119 rest = ExtractTokenUpToDelimiter(rest, ")", &extracted_line_number); in ParseCommandOutput()
123 } else if (rest[0] == '+') { in ParseCommandOutput()
124 rest += 2; in ParseCommandOutput()
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc97 const char *rest = trim; in ParseCommandOutput() local
99 rest = ExtractTokenUpToDelimiter(rest, " (in ", &symbol_name); in ParseCommandOutput()
100 if (rest[0] == '\0') { in ParseCommandOutput()
110 rest = ExtractTokenUpToDelimiter(rest, ") ", out_module); in ParseCommandOutput()
112 if (rest[0] == '(') { in ParseCommandOutput()
114 rest++; in ParseCommandOutput()
115 rest = ExtractTokenUpToDelimiter(rest, ":", out_file); in ParseCommandOutput()
117 rest = ExtractTokenUpToDelimiter(rest, ")", &extracted_line_number); in ParseCommandOutput()
121 } else if (rest[0] == '+') { in ParseCommandOutput()
122 rest += 2; in ParseCommandOutput()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc97 const char *rest = trim; in ParseCommandOutput() local
99 rest = ExtractTokenUpToDelimiter(rest, " (in ", &symbol_name); in ParseCommandOutput()
100 if (rest[0] == '\0') { in ParseCommandOutput()
110 rest = ExtractTokenUpToDelimiter(rest, ") ", out_module); in ParseCommandOutput()
112 if (rest[0] == '(') { in ParseCommandOutput()
114 rest++; in ParseCommandOutput()
115 rest = ExtractTokenUpToDelimiter(rest, ":", out_file); in ParseCommandOutput()
117 rest = ExtractTokenUpToDelimiter(rest, ")", &extracted_line_number); in ParseCommandOutput()
121 } else if (rest[0] == '+') { in ParseCommandOutput()
122 rest += 2; in ParseCommandOutput()
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/rrchecker/
H A Dtests.sh46 while read -r name tt cl ty rest
48 myecho "$cl $ty $rest" | $RRCHECKER -p > checker.out || {
50 echo_i "'$cl $ty $rest' not handled."
53 test "$cl $ty $rest" = "$cl0 $ty0 $rest0" || {
55 echo_i "'$cl $ty $rest' != '$cl0 $ty0 $rest0'"
64 while read -r name tt cl ty rest
66 myecho "$cl $ty $rest" | $RRCHECKER -u > checker.out || {
68 echo_i "'$cl $ty $rest' not converted to unknown record format"
73 echo_i "'$cl $ty $rest' not converted back to canonical format"
76 test "$cl $ty $rest" = "$cl0 $ty0 $rest0" || {
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-affine.c118 if (comb->rest) in aff_combination_scale()
131 comb->rest = fold_build2 (MULT_EXPR, type, comb->rest, in aff_combination_scale()
162 if (comb->rest) in aff_combination_add_elt()
191 if (comb->rest) in aff_combination_add_elt()
192 comb->rest = fold_build2 (PLUS_EXPR, type, comb->rest, in aff_combination_add_elt()
216 if (comb2->rest) in aff_combination_add()
237 comb->rest = fold_convert (type, comb->rest); in aff_combination_convert()
574 comb->rest = unshare_expr (comb->rest); in unshare_aff_combination()
618 if (c->rest) in aff_combination_add_product()
661 if (c2->rest) in aff_combination_mult()
[all …]
H A Dtree-affine.cc119 if (comb->rest) in aff_combination_scale()
132 comb->rest = fold_build2 (MULT_EXPR, type, comb->rest, in aff_combination_scale()
163 if (comb->rest) in aff_combination_add_elt()
192 if (comb->rest) in aff_combination_add_elt()
193 comb->rest = fold_build2 (PLUS_EXPR, type, comb->rest, in aff_combination_add_elt()
217 if (comb2->rest) in aff_combination_add()
238 comb->rest = fold_convert (type, comb->rest); in aff_combination_convert()
583 comb->rest = unshare_expr (comb->rest); in unshare_aff_combination()
627 if (c->rest) in aff_combination_add_product()
670 if (c2->rest) in aff_combination_mult()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-affine.c118 if (comb->rest) in aff_combination_scale()
131 comb->rest = fold_build2 (MULT_EXPR, type, comb->rest, in aff_combination_scale()
162 if (comb->rest) in aff_combination_add_elt()
191 if (comb->rest) in aff_combination_add_elt()
192 comb->rest = fold_build2 (PLUS_EXPR, type, comb->rest, in aff_combination_add_elt()
216 if (comb2->rest) in aff_combination_add()
237 comb->rest = fold_convert (type, comb->rest); in aff_combination_convert()
574 comb->rest = unshare_expr (comb->rest); in unshare_aff_combination()
618 if (c->rest) in aff_combination_add_product()
661 if (c2->rest) in aff_combination_mult()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DParseC.pm138 my $rest = $2;
142 if ($rest =~ m/$re/) {
143 my @rest = split /\|\|/, $rest;
144 shift @rest;
145 foreach (@rest) {
157 my $rest = $2;
161 if ($rest =~ m/$re/) {
162 my @rest = split /\&\&/, $rest;
163 shift @rest;
164 foreach (@rest) {
[all …]
/netbsd/external/bsd/am-utils/dist/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/);
/netbsd/external/mpl/bind/dist/lib/isccc/
H A Dalist.c135 isccc_sexpr_t *car, *caar, *rest, *prev; in isccc_alist_delete() local
140 rest = CDR(alist); in isccc_alist_delete()
141 while (rest != NULL) { in isccc_alist_delete()
142 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR); in isccc_alist_delete()
143 car = CAR(rest); in isccc_alist_delete()
149 CDR(prev) = CDR(rest); in isccc_alist_delete()
150 CDR(rest) = NULL; in isccc_alist_delete()
151 isccc_sexpr_free(&rest); in isccc_alist_delete()
154 prev = rest; in isccc_alist_delete()
155 rest = CDR(rest); in isccc_alist_delete()
/netbsd/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-utils.c51 sf->rest, sf->func); in gdbscm_define_functions()
323 SCM rest = SCM_EOL; in gdbscm_parse_function_args_1() local
364 rest = va_arg (args, SCM); in gdbscm_parse_function_args_1()
380 while (scm_is_pair (rest) in gdbscm_parse_function_args_1()
381 && scm_is_keyword (scm_car (rest))) in gdbscm_parse_function_args_1()
383 SCM keyword = scm_car (rest); in gdbscm_parse_function_args_1()
393 if (!scm_is_pair (scm_cdr (rest))) in gdbscm_parse_function_args_1()
401 keyword_args[i] = scm_cadr (rest); in gdbscm_parse_function_args_1()
403 rest = scm_cddr (rest); in gdbscm_parse_function_args_1()
434 *rest_ptr = rest; in gdbscm_parse_function_args_1()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-utils.c51 sf->rest, sf->func); in gdbscm_define_functions()
323 SCM rest = SCM_EOL; in gdbscm_parse_function_args_1() local
364 rest = va_arg (args, SCM); in gdbscm_parse_function_args_1()
380 while (scm_is_pair (rest) in gdbscm_parse_function_args_1()
381 && scm_is_keyword (scm_car (rest))) in gdbscm_parse_function_args_1()
383 SCM keyword = scm_car (rest); in gdbscm_parse_function_args_1()
393 if (!scm_is_pair (scm_cdr (rest))) in gdbscm_parse_function_args_1()
401 keyword_args[i] = scm_cadr (rest); in gdbscm_parse_function_args_1()
403 rest = scm_cddr (rest); in gdbscm_parse_function_args_1()
434 *rest_ptr = rest; in gdbscm_parse_function_args_1()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_bio.c114 size_t rest; in bio_read() local
156 rest = size; in bio_read()
158 assert(rest > 0); in bio_read()
164 chunk = rest; in bio_read()
184 rest -= chunk; in bio_read()
186 while (rest); in bio_read()
273 size_t rest; in bio_write() local
306 rest = num; in bio_write()
308 assert(rest > 0); in bio_write()
332 rest -= chunk; in bio_write()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_bio.c112 size_t rest; in bio_read() local
154 rest = size; in bio_read()
156 assert(rest > 0); in bio_read()
162 chunk = rest; in bio_read()
182 rest -= chunk; in bio_read()
184 while (rest); in bio_read()
271 size_t rest; in bio_write() local
304 rest = num; in bio_write()
306 assert(rest > 0); in bio_write()
330 rest -= chunk; in bio_write()
[all …]
/netbsd/external/gpl2/texinfo/dist/info/
H A Dinfo-utils.c109 char *rest = string + i; in info_parse_node() local
112 if (*rest) in info_parse_node()
113 rest++; in info_parse_node()
118 while (whitespace(*rest)) in info_parse_node()
119 rest++; in info_parse_node()
120 if (*rest == '\n') in info_parse_node()
122 rest++; in info_parse_node()
123 while (whitespace(*rest)) in info_parse_node()
124 rest++; in info_parse_node()
129 if (strncmp (rest, "(line ", strlen ("(line ")) == 0) in info_parse_node()
[all …]
/netbsd/external/bsd/nvi/dist/regex/
H A Dengine.c367 rest = slow(m, sp, stp, ss, es);
374 stp = rest - 1;
383 assert(dp == rest);
385 assert(sp == rest);
386 sp = rest;
399 stp = rest - 1;
422 sp = rest;
435 stp = rest - 1;
442 if (slow(m, sp, rest, ssub, esub) == rest)
456 assert(dp == rest);
[all …]
/netbsd/lib/libc/regex/
H A Dengine.c513 stp = rest - 1; in dissect()
521 assert(dp == rest); in dissect()
523 assert(sp == rest); in dissect()
524 sp = rest; in dissect()
537 stp = rest - 1; in dissect()
560 sp = rest; in dissect()
573 stp = rest - 1; in dissect()
580 if (walk(m, sp, rest, ssub, esub, false) == rest) in dissect()
593 dp = dissect(m, sp, rest, ssub, esub); in dissect()
594 assert(dp == rest); in dissect()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregengine.inc303 const char *rest; /* start of rest of string */
356 /* could the rest match the rest? */
361 stp = rest - 1;
373 sp = rest;
381 /* could the rest match the rest? */
386 stp = rest - 1;
412 sp = rest;
420 /* could the rest match the rest? */
425 stp = rest - 1;
432 if (slow(m, sp, rest, ssub, esub) == rest)
[all …]
/netbsd/external/ibm-public/postfix/dist/src/smtpstone/
H A Dthroughput5 rest = time for Postfix to finish
10 send rest total
20 send rest total
/netbsd/external/bsd/openldap/dist/libraries/liblber/
H A Ddecode.c99 ptrdiff_t rest; in ber_tag_and_rest() local
107 if ( rest <= 0 ) { in ber_tag_and_rest()
116 rest--; in ber_tag_and_rest()
122 if ( rest <= 0 ) { in ber_tag_and_rest()
127 rest--; in ber_tag_and_rest()
139 bv->bv_len = rest; in ber_tag_and_rest()
160 ber_len_t len, rest; in ber_peek_element() local
183 rest = bv->bv_len; in ber_peek_element()
198 rest--; in ber_peek_element()
207 rest -= len; in ber_peek_element()
[all …]
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dmep-relocs.pl51 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) {
52 $rest =~ s/[\r\n]+$//;
53 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!");
58 $rest =~ s@.*/\* @@;
59 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dmep-relocs.pl51 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) {
52 $rest =~ s/[\r\n]+$//;
53 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!");
58 $rest =~ s@.*/\* @@;
59 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dmep-relocs.pl51 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) {
52 $rest =~ s/[\r\n]+$//;
53 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!");
58 $rest =~ s@.*/\* @@;
59 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;

12345678910>>...72