Home
last modified time | relevance | path

Searched refs:cur_name (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/tests/scripts/
Drecursion.pl37 my $cur_name;
46 chomp( $cur_name = $_ ) unless $inside;
47 } elsif( /^{/ && $cur_name ) {
49 $cur_name =~ s/.* ([^ ]*)\(.*/$1/;
52 undef $cur_name;
53 } elsif( $inside && /\b\Q$cur_name\E\([^)]/ ) {
54 push @funcs, $cur_name unless /$known_ok/;
/third_party/mbedtls/library/
Dx509_create.c232 mbedtls_asn1_named_data *cur_name) in x509_write_name() argument
236 const char *oid = (const char *) cur_name->oid.p; in x509_write_name()
237 size_t oid_len = cur_name->oid.len; in x509_write_name()
238 const unsigned char *name = cur_name->val.p; in x509_write_name()
239 size_t name_len = cur_name->val.len; in x509_write_name()
243 cur_name->val.tag, in x509_write_name()
/third_party/ffmpeg/libavformat/tests/
Dmovenc.c53 const char *cur_name; variable
141 cur_name = name; in init_out()
142 snprintf(buf, sizeof(buf), "%s.%s", cur_name, format); in init_out()
159 printf(" %d %s\n", out_size, cur_name); in close_out()
/third_party/ltp/scripts/
Dcheckpatch.pl3047 my $cur_name = $email_name;
3049 $cur_name =~ s/[a-zA-Z\s\-\"]+//g;
3057 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);