Searched refs:name (Results 201 - 225 of 7533) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dloadmsgcat.c459 file and the name space must not be polluted. */
502 get_sysdep_segment_value (const char *name) argument
510 if (name[0] == 'P' && name[1] == 'R' && name[2] == 'I')
512 if (name[3] == 'd' || name[3] == 'i' || name[3] == 'o' || name[3] == 'u'
513 || name[
1096 const char *name = local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dinherit.exp95 set name "ptype tagless struct"
96 gdb_test_multiple "ptype tagless_struct" $name {
99 pass "$name"
103 pass "$name"
110 pass "$name"
115 pass "$name"
119 set name "ptype variable of type tagless struct"
120 gdb_test_multiple "ptype v_tagless" $name {
123 pass "$name"
127 pass "$name"
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dunlink-if-ordinary.c63 unlink_if_ordinary (const char *name) argument
67 if (lstat (name, &st) == 0
69 return unlink (name);
H A Dputenv.c25 @samp{name=value} the string is added; if no @samp{=} is present the
26 name is unset/removed.
76 char *name = (char *) alloca (name_end - string + 1); local
77 memcpy (name, string, name_end - string);
78 name[name_end - string] = '\0';
79 return setenv (name, name_end + 1, 1);
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dunixcomm.h28 * Purpose: check that the serial driver/port name is valid
29 * and return the actual device name if it is.
32 * Input: name Name of device going to be used
35 * OK: Pointer to name of the device matched
38 extern const char *Unix_MatchValidSerialDevice(const char *name);
58 * Input: name Name of device to open
62 extern int Unix_OpenSerial(const char *name);
112 * Purpose: check that the serial driver/port name is valid
144 * Output: *sername - returns the device name of the chosen serial port
145 * *parname - returns the device name o
[all...]
H A Ddrivers.h44 int (*DeviceOpen)(const char *name, const char *arg);
45 int (*DeviceMatch)(const char *name, const char *arg);
61 * Input: name Identifies which device to open. This can either be
77 extern int DeviceOpen(const char *name, const char *arg);
85 * Input: name Identifies which device to open. This can either be
101 extern int DeviceMatch(const char *name, const char *arg);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvaxnbsd-tdep.c36 vaxnbsd_aout_in_solib_call_trampoline (CORE_ADDR pc, char *name) argument
38 return (name && !strcmp (name, "_DYNAMIC"));
/openbsd-current/gnu/usr.bin/binutils/gdb/config/arm/
H A Dtm-embed.h44 #define IN_SOLIB_CALL_TRAMPOLINE(pc, name) arm_in_call_stub (pc, name)
46 extern int arm_in_call_stub (CORE_ADDR pc, char *name);
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dregcache.h58 int find_regno (const char *name);
64 void supply_register_by_name (const char *name, const void *buf);
70 void collect_register_by_name (const char *name, void *buf);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370-c.c35 /* #pragma map (name, alias) -
36 In this implementation both name and alias are required to be
44 tree name, alias, x; local
47 && c_lex (&name) == CPP_NAME
55 mvs_add_alias (IDENTIFIER_POINTER (name), IDENTIFIER_POINTER (alias), 1);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtypeid2.C19 printf ("A flock of %d %ss\n", head_count, typeid (Bird).name ());
20 printf ("A flock of %d %ss\n", head_count, typeid (*flock_head).name ());
27 printf ("%s\n", typeid(x).name());
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000314-3.c23 attr_eq (name, value)
24 char *name, *value;
26 return attr_rtx (attr_string (name),
/openbsd-current/gnu/usr.bin/perl/win32/
H A Ddistclean.bat18 my $name = $File::Find::name;
19 $name =~ s#^\./##;
20 unless (exists $files{lc($name)})
22 # print "new $name\n";
23 push(@dead,$name);
/openbsd-current/regress/lib/csu/callbacks/libaa/
H A Daa.c23 #define CALLBACK(file, name) \
24 static void name(void) \
26 fprintf(file, "libaa "#name"\n"); \
/openbsd-current/regress/lib/csu/callbacks/libab/
H A Dab.c23 #define CALLBACK(file, name) \
24 static void name(void) \
26 fprintf(file, "libab "#name"\n"); \
/openbsd-current/regress/lib/libc/ifnameindex/
H A Difnitest.c15 char name[IF_NAMESIZE], *ifname; local
21 ifname = if_indextoname(lo0index, name);
28 if (if_indextoname(65536, name) != NULL)
/openbsd-current/lib/libcurses/tinfo/
H A Dcomp_error.c26 * Except as contained in this notice, the name(s) of the above copyright *
63 _nc_set_source(const char *const name) argument
65 if (name == NULL) {
69 SourceName = strdup(name);
70 } else if (strcmp(name, SourceName)) {
72 SourceName = strdup(name);
77 _nc_set_type(const char *const name) argument
84 if (name) {
85 _nc_STRNCAT(TermType, name, MY_SIZE, MY_SIZE);
91 _nc_get_type(char *name) argument
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DMangled.h28 /// be computed when the demangled name is accessed through the Demangled()
29 /// accessor. This class can also tokenize the demangled version of the name
55 /// Construct with name.
57 /// Constructor with an optional string and auto-detect if \a name is
60 /// \param[in] name
61 /// The already const name to copy into this object.
62 explicit Mangled(ConstString name);
64 explicit Mangled(llvm::StringRef name);
87 /// Returns \b true if either the mangled or unmangled name is set,
88 /// \b false if the object has an empty mangled and unmangled name
137 SetDemangledName(ConstString name) argument
139 SetMangledName(ConstString name) argument
[all...]
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Din_call_stack.py6 f'command alias in_call_stack breakpoint command add --python-function {__name__}.in_call_stack -k name -v %1'
11 """Only break if the given name is in the current call stack."""
12 name = arg_dict.GetValueForKey('name').GetStringValue(1000)
18 if symbol and name in frame.GetSymbol().GetName():
22 if function and name in function.GetName():
/openbsd-current/gnu/llvm/lld/MachO/
H A DSymbolTable.h32 * Note that the SymbolTable handles name collisions by calling
39 Defined *addDefined(StringRef name, InputFile *, InputSection *,
48 Symbol *addUndefined(StringRef name, InputFile *, bool isWeakRef);
50 Symbol *addCommon(StringRef name, InputFile *, uint64_t size, uint32_t align,
53 Symbol *addDylib(StringRef name, DylibFile *file, bool isWeakDef, bool isTlv);
54 Symbol *addDynamicLookup(StringRef name);
56 Symbol *addLazyArchive(StringRef name, ArchiveFile *file,
58 Symbol *addLazyObject(StringRef name, InputFile &file);
60 Defined *addSynthetic(StringRef name, InputSection *, uint64_t value,
65 Symbol *find(llvm::CachedHashStringRef name);
66 find(StringRef name) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.h137 # define ASAN_INTERCEPT_FUNC(name) \
139 if (!INTERCEPT_FUNCTION(name)) \
140 VReport(1, "AddressSanitizer: failed to intercept '%s'\n", #name); \
142 # define ASAN_INTERCEPT_FUNC_VER(name, ver) \
144 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
146 #name, ver); \
148 # define ASAN_INTERCEPT_FUNC_VER_UNVERSIONED_FALLBACK(name, ver) \
150 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
153 #name, ve
[all...]
/openbsd-current/lib/libcrypto/pem/
H A Dpem.h151 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
152 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
157 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
158 int PEM_write_##name(FILE *fp, type *x) \
163 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
164 int PEM_write_##name(FILE *fp, const type *x) \
169 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
170 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
177 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \
178 int PEM_write_##name(FIL
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/
H A Dconst-c.inc24 constant_7 (pTHX_ const char *name, IV *iv_return) {
29 switch (name[4]) {
31 if (memEQ(name, "LOG_ERR", 7)) {
42 if (memEQ(name, "LOG_FTP", 7)) {
53 if (memEQ(name, "LOG_LPR", 7)) {
64 if (memEQ(name, "LOG_NTP", 7)) {
76 if (memEQ(name, "LOG_PID", 7)) {
87 if (memEQ(name, "LOG_RAS", 7)) {
103 constant_8 (pTHX_ const char *name, IV *iv_return) {
109 switch (name[
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dvterminate.cc51 char const *name = t->name(); local
52 // Note that "name" is the mangled name.
59 dem = __cxa_demangle(name, 0, 0, &status);
62 status == 0 ? dem : name);
/openbsd-current/gnu/usr.bin/binutils/gdb/regformats/
H A Dregdat.sh130 name=x
135 if test "${type}" = "name"; then
136 name="${entry}"
137 echo "struct reg regs_${name}[] = {"
142 elif test "${name}" = x; then
143 echo "$0: $1 does not specify \`\`name''." 1>&2
154 echo "const char *expedite_regs_${name}[] = { \"`echo ${expedite} | sed 's/,/", "/g'`\", 0 };"
161 set_register_cache (regs_${name},
162 sizeof (regs_${name}) / sizeof (regs_${name}[
[all...]

Completed in 155 milliseconds

1234567891011>>