HomeSort by: relevance | last modified time | path
    Searched refs:append (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/lib/libc/string/
Lint_strcat.c 12 strcat(char *s, const char *append)
  /src/share/examples/refuse/id3fs/
id3info.sh 35 append=false
54 --append) append=true
64 # sort out whether we'll append or start afresh
65 if $append; then
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stacktrace_printer.cc 117 buffer->append("%c", *p);
123 buffer->append("%%");
127 buffer->append("%zu", frame_no);
130 buffer->append("0x%zx", info.address);
133 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix));
136 buffer->append("0x%zx", info.module_offset);
139 buffer->append("%s",
144 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown
149 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix));
152 buffer->append("%d", info.line)
    [all...]
sanitizer_symbolizer_report.cc 36 buff.append("%s ", error_type);
143 str->append("%s%s%x%x%s ", before, d.MemoryByte(), byte >> 4, byte & 15,
151 str.append("First 16 instruction bytes at pc: ");
156 str.append("\n");
158 str.append("unaccessible\n");
sanitizer_symbolizer_markup.cc 84 buffer->append(kFormatData, DI->start);
91 buffer->append(kFormatFrame, frame_no, info.address);
  /src/common/lib/libc/string/
strcat.c 53 strcat(char *s, const char *append)
61 while ((*t++ = *append++) != '\0')
  /src/distrib/sets/
makesums 29 append=\>
35 -A Append to possible existing checksum files
48 append=\>\>
78 eval ${CKSUM} -a md5 ${lists} ${append} MD5
79 eval ${CKSUM} -a sha512 ${lists} ${append} SHA512
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 132 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("%lld", (long long)A.SInt)
    [all...]
ubsan_monitor.cc 27 Buffer.append("%s", Msg.data());
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
gen_dynamic_list.py 79 functions.append(cols[2])
85 parser.add_argument('--extra', default=[], action='append')
98 result.append(func)
103 result.append(func)
108 result.append(orig_name)
112 result.append(func)
118 result.append(line.rstrip())
  /src/etc/defaults/
Makefile 15 # 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
  /src/usr.bin/sort/
Makefile 5 SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
append.c 1 /* $NetBSD: append.c,v 1.23 2009/11/06 18:34:22 joerg Exp $ */
66 __RCSID("$NetBSD: append.c,v 1.23 2009/11/06 18:34:22 joerg Exp $");
75 append(RECHEADER **keylist, int nelem, FILE *fp, put_func_t put) function in typeref:typename:void
fsort.c 177 append(keylist, nelem, outfp,
185 append(keylist, nelem, tmp_fp, putrec);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 53 str.append("Thread %s", AsanThreadIdAndName(context).c_str());
55 str.append(" created by unknown thread\n");
59 str.append(" created by %s here:\n",
131 str.append("%s", d.Location());
134 str.append("%p is located %zd bytes to the left of",
138 str.append("%p is located %zd bytes to the right of",
142 str.append("%p is located %zd bytes inside of", (void *)descr.bad_addr,
146 str.append(
150 str.append(" %zu-byte region [%p,%p)\n", descr.chunk_size,
153 str.append("%s", d.Default())
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 82 Serialized.append(reinterpret_cast<const char *>(&HeaderStorage),
88 Serialized.append(reinterpret_cast<const char *>(&Extents),
90 Serialized.append(reinterpret_cast<const char *>(B.Data), Size);
  /src/usr.bin/tee/
tee.c 72 int append, ch, exitval; local in function:main
78 append = 0;
82 append = 1;
101 if ((fd = open(*argv, append ? O_WRONLY|O_CREAT|O_APPEND :
  /src/common/dist/zlib/contrib/minizip/
zip.h 116 extern zipFile ZEXPORT zipOpen(const char *pathname, int append);
117 extern zipFile ZEXPORT zipOpen64(const void *pathname, int append);
122 if the file pathname exist and append==APPEND_STATUS_CREATEAFTER, the zip
125 if the file pathname exist and append==APPEND_STATUS_ADDINZIP, we will
138 int append,
143 int append,
148 int append,
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
collect_data_flow.py 67 q.append([r[0], (r[1] + r[0]) / 2])
68 q.append([(r[1] + r[0]) / 2, r[1]])
70 outputs.append(tmpfile)
merge_data_flow.py 21 res.append(ord('1' if a[i] == '1' or b[i] == '1' else '0'))
  /src/games/atc/
extern.h 75 void append(LIST *, PLANE *);
  /src/tests/bin/tar/
t_tar.sh 28 atf_test_case append
40 # store foo into file2.tar, then append bar to file2.tar
81 # append file data to the test archive
83 # pad to full block + append two terminating null blocks
95 atf_add_test_case append
  /src/usr.bin/make/unit-tests/
counter-append.mk 1 # $NetBSD: counter-append.mk,v 1.5 2021/04/04 10:13:09 rillig Exp $
varname-dot-shell.mk 17 # Trying to append to the variable.
  /src/tests/bin/pax/
t_pax.sh 28 atf_test_case append
41 # store foo into file2.tar, then append bar to file2.tar
141 atf_add_test_case append

Completed in 21 milliseconds

1 2 3 4