Searched refs:append (Results 1 - 25 of 272) sorted by relevance

1234567891011

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java47 buf.append(PrintaRecord.class.getName());
48 buf.append("[aggregations = ");
49 buf.append(rec.getAggregations());
50 buf.append(", formattedStrings = ");
51 buf.append(rec.getFormattedStrings());
52 buf.append(", tuples = ");
53 buf.append(rec.getTuples());
54 buf.append(", output = ");
55 buf.append(rec.getOutput());
56 buf.append(']');
[all...]
H A DTestProbeData.java58 buf.append("[probe ");
59 buf.append(p.getEnabledProbeID());
60 buf.append(' ');
62 buf.append("pid$target");
63 buf.append(':');
64 buf.append(d.getModule());
65 buf.append(':');
66 buf.append(d.getFunction());
67 buf.append(':');
68 buf.append(
[all...]
/freebsd-9.3-release/sys/libkern/
H A Dstrcat.c36 strcat(char * __restrict s, const char * __restrict append) argument
41 while ((*s++ = *append++) != 0);
/freebsd-9.3-release/lib/libc/string/
H A Dstrcat.c39 strcat(char * __restrict s, const char * __restrict append) argument
44 while ((*s++ = *append++));
/freebsd-9.3-release/usr.bin/mkdep/
H A Dmkdep.gcc.sh34 append=0
41 append=1
84 x) case $append in
89 *) case $append in
H A Dmkdep.sh39 append=0
45 append=1
103 if [ $append = 1 ]; then
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.cpp101 DataLayout.append("-f64:64:64");
105 DataLayout.append("-p:64:64:64");
107 DataLayout.append("-p:32:32:32");
111 DataLayout.append("-p3:32:32:32");
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DMacroBuilder.h40 /// Directly append Str and a newline to the underlying buffer.
41 void append(const Twine &Str) { function in class:clang::MacroBuilder
/freebsd-9.3-release/usr.bin/tee/
H A Dtee.c70 int append, ch, exitval; local
74 append = 0;
78 append = 1;
96 if ((fd = open(*argv, append ? O_WRONLY|O_CREAT|O_APPEND :
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DSmallString.h40 // Note that in order to add new overloads for append & assign, we have to
56 SmallVectorImpl<char>::append(S, E);
62 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
68 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
77 void append(in_iter S, in_iter E) { function in class:llvm::SmallString
78 SmallVectorImpl<char>::append(S, E);
81 void append(size_t NumInputs, char Elt) { function in class:llvm::SmallString
82 SmallVectorImpl<char>::append(NumInputs, Elt);
87 void append(StringRef RHS) { function in class:llvm::SmallString
88 SmallVectorImpl<char>::append(RH
92 void append(const SmallVectorImpl<char> &RHS) { function in class:llvm::SmallString
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/stats/
H A Detf.S9 cat("\n", file=file2 , append=TRUE, fill=FALSE, sep="")
10 cat(file1, "\n", file=file2, append=TRUE, fill=FALSE, sep="")
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, append=TRUE, fill=FALSE, sep="")
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb-events.c251 append (struct event *new_event) function
266 append (event);
275 append (event);
284 append (event);
293 append (event);
302 append (event);
311 append (event);
319 append (event);
327 append (event);
336 append (even
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dput.c35 put(sp, cbp, namep, cp, rp, append)
40 int append;
97 /* If a line mode buffer, append each new line into the file. */
99 lno = append ? cp->lno : cp->lno - 1;
127 if (len > 0 && (clen = cp->cno + (append ? 1 : 0)) > 0) {
140 clen = len == 0 ? 0 : len - (cp->cno + (append ? 1 : 0));
156 rp->cno = len == 0 ? 0 : sp->cno + (append && tp->len ? 1 : 0);
159 * If no more lines in the CB, append the rest of the original
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py24 results.append(target.replace('\\', '/'))
38 if len(failures) > 0: failure_output.append('\n'.join(failures))
39 if len(ignores) > 0: ignore_output.append('n'.join(ignores))
97 results['ignores'].append(line_out)
99 results['failures'].append(line_out)
101 results['successes'].append(line_out)
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DMangler.cpp44 OutName.append(Prefix, Prefix+strlen(Prefix));
47 OutName.append(Prefix, Prefix+strlen(Prefix));
58 OutName.append(Prefix, Prefix+strlen(Prefix));
62 // If this is a simple string that doesn't need escaping, just append it.
63 OutName.append(Name.begin(), Name.end());
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dtable.py47 va.append(v)
49 self.lines.append((sortkey, va))
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Drequest.h60 void append(unsigned char);
61 void append(node *);
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp61 CLiteral.append("return ");
68 CLiteral.append(";");
/freebsd-9.3-release/games/fortune/tools/
H A Ddo_uniq.py39 dups[key].append(fortune)
40 fortunes.append(fortune)
/freebsd-9.3-release/usr.sbin/pkg_install/
H A Dtkpkg15 pack append .frame .frame.scroll {right filly} \
29 pack append .f .f.s {right filly} .f.t {left expand fill}
33 pack append . .menu {top fill} \
53 pack append .menu \
109 pack append $w $w.ok {bottom fillx} $w.t {expand fill}
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp235 llvm::sys::path::append(P, "lib", "arc", "libarclite_");
253 llvm::sys::path::append(P, "lib", "darwin", DarwinStaticLib);
402 Args.append(Args.MakeSeparateArg(
481 Args.append(OSXVersion);
485 Args.append(iOSVersion);
490 Args.append(iOSSimVersion);
495 Args.append(OSXVersion);
557 llvm::sys::path::append(P, "usr", "lib", "libstdc++.dylib");
561 llvm::sys::path::append(P, "libstdc++.6.dylib");
593 llvm::sys::path::append(
[all...]
/freebsd-9.3-release/tools/debugscripts/
H A Dkld_deb.py61 kld_debug_paths.append('/'.join(pfs[:i] + ['modules']))
62 kld_debug_paths.append(sys.argv[1])
63 #kld_debug_paths.append(sys.argv[3:])
108 addr.append((fn.group('fn'), long(ad.group('ad'), 16)))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp120 llvm::sys::path::append(Result, Module->getTopLevelModule()->Name + ".pcm");
131 llvm::sys::path::append(Result, ModuleName + ".pcm");
148 llvm::sys::path::append(FrameworkDirName, ModuleName + ".framework");
180 llvm::sys::path::append(NestedModuleMapDirName, ModuleName);
237 llvm::sys::path::append(TmpDir, Filename);
241 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
245 RelativePath->append(Filename.begin(), Filename.end());
279 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
283 RelativePath->append(Filename.begin(), Filename.end());
407 RelativePath->append(Filenam
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h55 sys::path::append(FullPath, FileName);
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp30 NameStr.append(".DW.stub");

Completed in 235 milliseconds

1234567891011