Searched refs:name (Results 276 - 300 of 7533) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcp-namespace.c45 /* This contains our best guess as to the name of the current
66 static struct using_direct *cp_add_using (const char *name,
74 static struct symbol *lookup_namespace_scope (const char *name,
82 static struct symbol *lookup_symbol_file (const char *name,
89 static struct type *cp_lookup_transparent_type_loop (const char *name,
99 static int check_possible_namespace_symbols_loop (const char *name,
103 static int check_one_possible_namespace_symbol (const char *name,
108 struct symbol *lookup_possible_namespace_symbol (const char *name,
152 const char *name = SYMBOL_CPLUS_DEMANGLED_NAME (symbol); local
160 if (!cp_is_anonymous (name))
199 cp_add_using_directive(const char *name, unsigned int outer_length, unsigned int inner_length) argument
251 const char *name = SYMBOL_CPLUS_DEMANGLED_NAME (symbol); local
279 cp_add_using(const char *name, unsigned int inner_len, unsigned int outer_len, struct using_direct *next) argument
335 cp_lookup_symbol_nonlocal(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
361 lookup_namespace_scope(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab, const char *scope, int scope_len) argument
407 cp_lookup_symbol_namespace(const char *namespace, const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab) argument
467 lookup_symbol_file(const char *name, const char *linkage_name, const struct block *block, const domain_enum domain, struct symtab **symtab, int anonymous_namespace) argument
578 cp_lookup_transparent_type(const char *name) argument
603 cp_lookup_transparent_type_loop(const char *name, const char *scope, int length) argument
730 cp_check_possible_namespace_symbols(const char *name, struct objfile *objfile) argument
756 check_possible_namespace_symbols_loop(const char *name, int len, struct objfile *objfile) argument
782 check_one_possible_namespace_symbol(const char *name, int len, struct objfile *objfile) argument
823 lookup_possible_namespace_symbol(const char *name, struct symtab **symtab) argument
[all...]
H A Duser-regs.h45 /* Given an architecture, map a user visible register name onto its
64 extern void user_reg_add_builtin (const char *name,
68 extern void user_reg_add (struct gdbarch *gdbarch, const char *name,
H A Dcp-abi.h33 mangled name refers to may well be revised in the future. It would
35 data structures than to derive it from the mangled name. */
53 /* Return non-zero iff NAME is the mangled name of a constructor.
56 extern enum ctor_kinds is_constructor_name (const char *name);
75 /* Return non-zero iff NAME is the mangled name of a destructor.
78 extern enum dtor_kinds is_destructor_name (const char *name);
81 /* Return non-zero iff NAME is the mangled name of a vtable. */
82 extern int is_vtable_name (const char *name);
85 /* Return non-zero iff NAME is the un-mangled name of an operator,
87 extern int is_operator_name (const char *name);
[all...]
H A Dcp-support.h59 extern unsigned int cp_find_first_component (const char *name);
61 extern unsigned int cp_entire_prefix_len (const char *name);
68 extern struct type *cp_lookup_rtti_type (const char *name,
79 extern void cp_add_using_directive (const char *name,
94 extern struct symbol *cp_lookup_symbol_nonlocal (const char *name,
101 const char *name,
111 extern void cp_check_possible_namespace_symbols (const char *name,
114 struct type *cp_lookup_transparent_type (const char *name);
/openbsd-current/usr.bin/rpcgen/
H A Drpc_hout.c17 * * Neither the name of the "Oracle America, Inc." nor the names of its
118 pxdrfuncdecl(name, pointerp)
119 char *name;
125 name, name, pointerp ? ("*") : "");
128 name, name, pointerp ? ("*") : "");
130 fprintf(fout, "bool_t xdr_%s();\n", name);
152 char *name; local
161 name
179 char *name = def->def_name; local
194 char *name = def->def_name; local
358 char *name = def->def_name; local
390 char *name = def->def_name; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/po/
H A Dgdbtext22 -name '*-stub.c' -prune -o \
23 -name 'testsuite' -prune -o \
24 -name 'init.c' -prune -o \
25 -name '*.[hc]' -print
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dalpha.inc2 .macro gdbasm_declare name
3 .ent \name
4 \name:
25 .macro gdbasm_end name
26 .end \name
58 .macro gdbasm_datavar name value
60 \name:
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash9.C10 int SetMeshFile(char name[]);
20 int SimQuery::SetMeshFile(char name[]) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Danon3.C13 char *name; member in struct:cl::__anon6658::ff
23 vff->name = n;
H A Dtypeid1.C9 std::cout << typeid(f).name() << std::endl;
10 std::cout << typeid(foo::f).name() << std::endl;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dzerolen-1.c8 char name [0]; member in struct:iso_directory_record::__anon7068
21 if (de->u.name_len[0] == 1 && de->u.name[0] == 0)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A D20000419-1.c6 #define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
/openbsd-current/lib/libc/sys/
H A Dw_connect.c22 connect(int s, const struct sockaddr *name, socklen_t namelen) argument
27 ret = HIDDEN(connect)(s, name, namelen);
/openbsd-current/sys/arch/macppc/dev/
H A Dthermal.h34 char name[32]; member in struct:thermal_fan
44 char name[32]; member in struct:thermal_temp
/openbsd-current/usr.bin/vi/vi/
H A Dv_at.c36 CHAR_T name; local
51 name = F_ISSET(vp, VC_BUFFER) ? vp->buffer : '@';
52 if (name == '@' || name == '*') {
57 name = sp->at_lbuf;
61 CBNAME(sp, cbp, name);
63 ex_emsg(sp, KEY_NAME(sp, name), EXM_EMPTYBUF);
68 sp->at_lbuf = name;
/openbsd-current/lib/libelf/
H A Delf_hash.c38 elf_hash(const char *name) argument
43 s = (const unsigned char *) name;
/openbsd-current/lib/libc/gen/
H A Dgethostname.c14 * 3. Neither the name of the University nor the names of its contributors
36 gethostname(char *name, size_t namelen) argument
42 if (sysctl(mib, 2, name, &size, NULL, 0) == -1)
H A Dgetdomainname.c14 * 3. Neither the name of the University nor the names of its contributors
36 getdomainname(char *name, size_t namelen) argument
42 if (sysctl(mib, 2, name, &size, NULL, 0) == -1)
H A Dsetdomainname.c14 * 3. Neither the name of the University nor the names of its contributors
36 setdomainname(const char *name, size_t namelen) argument
40 if (sysctl(mib, 2, NULL, NULL, (void *)name, namelen) == -1)
H A Dsethostname.c14 * 3. Neither the name of the University nor the names of its contributors
36 sethostname(const char *name, size_t namelen) argument
40 if (sysctl(mib, 2, NULL, NULL, (void *)name, namelen) == -1)
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Ddevise-title.t37 my ($name, $section) = $parser->devise_title;
38 is($name, 'STDIN', 'devise_title uses STDIN for file handle input');
41 # Now check handling of a simple file name with no parent directory, which
47 ($name, $section) = $parser->devise_title;
48 is($name, 'Foo', 'devise_title with a simple module name');
/openbsd-current/usr.bin/vi/ex/
H A Dex_source.c40 char *bp, *name; local
42 name = cmdp->argv[0]->bp;
75 err: msgq_str(sp, M_SYSERR, name, "%s");
80 return (ex_run_str(sp, name, bp, (size_t)sb.st_size, 1, 1));
92 char *name; local
95 name = cmdp->argv[0]->bp;
96 if ((fd = open(name, O_RDONLY)) >= 0)
99 msgq_str(sp, M_SYSERR, name, "%s");
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dratelimit.h9 #define DEFINE_RATELIMIT_STATE(name, interval, burst) \
10 struct ratelimit_state name
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Ddestroy.pl38 my $lex = LexFile->new( my $name );
47 ok my $x = $CompressClass->can('new')->( $CompressClass, $name, -AutoClose => 1 );
52 is anyUncompress($name), $hello ;
59 my $lex = LexFile->new( my $name );
66 my $fh = IO::File->new( "> $name" );
74 ok anyUncompress($name) eq $hello ;
80 my $lex = LexFile->new( my $name );
86 ok my $z = $CompressClass->can('new')->( $CompressClass, $name );
98 ok my $x = $UncompressClass->can('new')->( $UncompressClass, $name, -Append => 1) ;
/openbsd-current/sys/dev/fdt/
H A Dsxipiovar.h21 const char *name; member in struct:sxipio_func
26 const char *name; member in struct:sxipio_pin

Completed in 887 milliseconds

<<11121314151617181920>>