Searched refs:append (Results 51 - 75 of 1452) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Dloongarch.c44 arch_name.append ("32");
46 arch_name.append ("64");
49 arch_name.append ("f");
51 arch_name.append ("d");
/netbsd-current/distrib/sets/
H A Dmakesums29 append=\>
48 append=\>\>
78 eval ${CKSUM} -a md5 ${lists} ${append} MD5
79 eval ${CKSUM} -a sha512 ${lists} ${append} SHA512
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc132 Buffer->append("0x%08x%08x%08x%08x", (unsigned int)(Val >> 96),
145 Buffer->append("<unknown>");
153 Buffer->append("%p", Loc.getMemoryLocation());
165 Buffer->append("%p", Info.address);
169 Buffer->append("<unknown>");
178 Buffer->append("%c", *Msg);
184 Buffer->append("%s", A.String);
189 Buffer->append("'%s'", A.String);
191 Buffer->append("'%s'", Symbolizer::GetOrInit()->Demangle(A.String));
197 Buffer->append("
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc130 Buffer->append("0x%08x%08x%08x%08x", (unsigned int)(Val >> 96),
143 Buffer->append("<unknown>");
151 Buffer->append("%p", Loc.getMemoryLocation());
163 Buffer->append("%p", Info.address);
167 Buffer->append("<unknown>");
176 Buffer->append("%c", *Msg);
182 Buffer->append("%s", A.String);
187 Buffer->append("'%s'", A.String);
189 Buffer->append("'%s'", Symbolizer::GetOrInit()->Demangle(A.String));
195 Buffer->append("
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp139 Buffer->append("0x%08x%08x%08x%08x", (unsigned int)(Val >> 96),
152 Buffer->append("<unknown>");
160 Buffer->append("%p", reinterpret_cast<void *>(Loc.getMemoryLocation()));
172 Buffer->append("%p", reinterpret_cast<void *>(Info.address));
176 Buffer->append("<unknown>");
185 Buffer->append("%c", *Msg);
191 Buffer->append("%s", A.String);
196 Buffer->append("'%s'", A.String);
198 Buffer->append("'%s'", Symbolizer::GetOrInit()->Demangle(A.String));
204 Buffer->append("
[all...]
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DZone.py33 sys.path.append('../bind2nsd')
84 self.masters.append(quad)
95 self.allow_transfer.append(quad)
106 self.also_notify.append(quad)
117 self.allow_notify.append(quad)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dsort_includes.py45 api_headers.append(header)
50 system_headers.append(header)
54 subproject_headers.append(header)
57 llvm_headers.append(header)
59 local_headers.append(header)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/chain/ans4/
H A Dans.py93 rrs.append((i, b))
104 rrs.append((int(item[1:]) - 1, True))
110 rrs.append((i, False))
183 answers.append(dns.rrset.from_text(owner, ttl, IN, CNAME, target))
192 sigs.append(dns.rrset.from_text(owner, ttl, IN, RRSIG, rrsig))
203 answers.append(dns.rrset.from_text(owner, ttl, IN, CNAME, target))
212 sigs.append(dns.rrset.from_text(owner, ttl, IN, RRSIG, rrsig))
221 answers.append(dns.rrset.from_text(owner, ttl, IN, DNAME, newdom))
230 sigs.append(dns.rrset.from_text(owner, ttl, IN, RRSIG, rrsig))
234 answers.append(dn
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DStringBuilder.cc145 StringBuilder::append (StringBuilder *sb) function in class:StringBuilder
148 return append (NTXT ("null"));
159 StringBuilder::append (const char str[]) function in class:StringBuilder
171 StringBuilder::append (const char str[], int offset, int len) function in class:StringBuilder
182 StringBuilder::append (bool b) function in class:StringBuilder
185 append (NTXT ("true"));
187 append (NTXT ("false"));
192 StringBuilder::append (char c) function in class:StringBuilder
204 StringBuilder::append (int i) function in class:StringBuilder
208 append (bu
213 StringBuilder::append (unsigned int i) function in class:StringBuilder
222 StringBuilder::append (long lng) function in class:StringBuilder
231 StringBuilder::append (unsigned long lng) function in class:StringBuilder
240 StringBuilder::append (long long lng) function in class:StringBuilder
249 StringBuilder::append (unsigned long long lng) function in class:StringBuilder
258 StringBuilder::append (float f) function in class:StringBuilder
267 StringBuilder::append (double d) function in class:StringBuilder
[all...]
H A DStats_data.cc87 stats_items->append (stats_item);
168 stats_items->append (stats_item);
171 stats_items->append (stats_item);
174 stats_items->append (stats_item);
177 stats_items->append (stats_item);
180 stats_items->append (stats_item);
183 stats_items->append (stats_item);
186 stats_items->append (stats_item);
189 stats_items->append (stats_item);
192 stats_items->append (stats_ite
[all...]
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-util.c24 /* Simple doubly-linked list append routine. This implementation assumes that
96 ctf_list_splice (ctf_list_t *lp, ctf_list_t *append) argument
98 if (ctf_list_empty_p (append))
102 lp->l_prev->l_next = append->l_next;
104 lp->l_next = append->l_next;
106 append->l_next->l_prev = lp->l_prev;
107 lp->l_prev = append->l_prev;
108 append->l_next = NULL;
109 append->l_prev = NULL;
200 ctf_str_append (char *s, const char *append) argument
224 ctf_str_append_noerr(char *s, const char *append) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-util.c24 /* Simple doubly-linked list append routine. This implementation assumes that
96 ctf_list_splice (ctf_list_t *lp, ctf_list_t *append) argument
98 if (ctf_list_empty_p (append))
102 lp->l_prev->l_next = append->l_next;
104 lp->l_next = append->l_next;
106 append->l_next->l_prev = lp->l_prev;
107 lp->l_prev = append->l_prev;
108 append->l_next = NULL;
109 append->l_prev = NULL;
200 ctf_str_append (char *s, const char *append) argument
224 ctf_str_append_noerr(char *s, const char *append) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dgraph-header-logs76 incfrom.append (n)
81 sline.append (("note", note[0]))
96 sline.append (("error", msg, fname, incfrom))
112 extra_edges.append (ee)
117 nodes.append(hname)
119 nodes.append (ofname)
122 nodes.append (y)
129 header_roots[hname][fname].append (msg)
162 nodes.append (t)
165 extra_edges.append (e
[all...]
H A Dgcc-order-headers78 master_list.append (fn)
108 dups["diagnostic-core.h"].append (includes["diagnostic-core.h"][0])
166 new_order.append (x)
170 new_order.append (h)
185 new_order.append (f)
204 new_list.append (os.path.basename (x))
205 process_stack.append((x, name))
211 dups[name].append (owner)
235 file_list.append (arg)
307 didnt_do.append (f
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dgraph-header-logs76 incfrom.append (n)
81 sline.append (("note", note[0]))
96 sline.append (("error", msg, fname, incfrom))
112 extra_edges.append (ee)
117 nodes.append(hname)
119 nodes.append (ofname)
122 nodes.append (y)
129 header_roots[hname][fname].append (msg)
162 nodes.append (t)
165 extra_edges.append (e
[all...]
H A Dgcc-order-headers78 master_list.append (fn)
108 dups["diagnostic-core.h"].append (includes["diagnostic-core.h"][0])
166 new_order.append (x)
170 new_order.append (h)
185 new_order.append (f)
204 new_list.append (os.path.basename (x))
205 process_stack.append((x, name))
211 dups[name].append (owner)
235 file_list.append (arg)
307 didnt_do.append (f
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-util.c23 /* Simple doubly-linked list append routine. This implementation assumes that
109 ctf_str_append (char *s, const char *append) argument
113 if (append == NULL)
119 size_t append_len = strlen (append);
124 memcpy (s + s_len, append, append_len);
133 ctf_str_append_noerr (char *s, const char *append) argument
137 new_s = ctf_str_append (s, append);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp45 Signature.append(Target->getReturnType().getAsString()).append(" ");
46 Signature.append(Target->getQualifiedNameAsString()).append("(");
50 Signature.append(", ");
51 Signature.append(Target->getParamDecl(i)->getType().getAsString());
55 Signature.append(", ...");
56 Signature.append(")");
65 Signature.append(" const");
67 Signature.append(" volatil
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dlvm-logging.h41 void init_log_file(const char *log_file, int append);
42 void init_log_direct(const char *log_file, int append);
/netbsd-current/external/gpl2/lvm2/dist/lib/log/
H A Dlvm-logging.h41 void init_log_file(const char *log_file, int append);
42 void init_log_direct(const char *log_file, int append);
/netbsd-current/etc/defaults/
H A DMakefile15 # If present, rc.conf.append is added to the end of the default rc.conf file
17 .if exists(../etc.${MACHINE}/rc.conf.append)
18 RCCONF_SRCS+= ${.CURDIR}/../etc.${MACHINE}/rc.conf.append
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DArchitectureSet.cpp44 result.append(std::string(getArchitectureName(arch)));
47 result.append(" ");
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_commit.py259 self.file_patterns.append(file[:-1])
261 self.files.append(file)
316 self.errors.append(Error('Expected empty second line in commit message', info.lines[0]))
339 self.errors.append(Error('invalid PR component in subject', info.lines[0]))
356 self.errors.append(Error(err))
373 self.errors.append(Error('PR %s in subject but not in changelog' %
415 modified_files.append((parts[1], t))
417 modified_files.append((parts[1], 'D'))
418 modified_files.append((parts[2], 'A'))
445 self.errors.append(Erro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
H A Dperftest.py53 def run(self, warm_up=True, append=True):
59 append is True, the test result will be appended instead of
66 self.measure.report(reporter.TextReporter(append), self.name)
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_commit.py259 self.file_patterns.append(file[:-1])
261 self.files.append(file)
316 self.errors.append(Error('Expected empty second line in commit message', info.lines[0]))
339 self.errors.append(Error('invalid PR component in subject', info.lines[0]))
356 self.errors.append(Error(err))
373 self.errors.append(Error('PR %s in subject but not in changelog' %
415 modified_files.append((parts[1], t))
417 modified_files.append((parts[1], 'D'))
418 modified_files.append((parts[2], 'A'))
445 self.errors.append(Erro
[all...]

Completed in 777 milliseconds

1234567891011>>