Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ulib/jemalloc/test/include/test/
A Dtest.h7 char prefix[ASSERT_BUFSIZE]; \
9 malloc_snprintf(prefix, sizeof(prefix), \
16 p_test_fail(prefix, message); \
217 char prefix[ASSERT_BUFSIZE]; \
219 malloc_snprintf(prefix, sizeof(prefix), \
233 char prefix[ASSERT_BUFSIZE]; \
235 malloc_snprintf(prefix, sizeof(prefix), \
250 char prefix[ASSERT_BUFSIZE]; \
252 malloc_snprintf(prefix, sizeof(prefix), \
265 malloc_snprintf(prefix, sizeof(prefix), \
[all …]
/third_party/ulib/backtrace/
A Dinstall-sh394 /*) prefix='/';;
395 [-=\(\)!]*) prefix='./';;
396 *) prefix='';;
415 prefix=$prefix$d
416 if test -d "$prefix"; then
423 test -d "$prefix" || exit 1
425 case $prefix in
427 *) qprefix=$prefix;;
432 prefix=$prefix/
A Dacinclude.m451 # Do the check with the no- prefix removed since gcc silently
A DMakefile.in287 prefix = @prefix@
/third_party/ulib/jemalloc/bin/
A Djemalloc-config.in12 --prefix : Print installation directory prefix.
27 prefix="@prefix@"
44 --prefix)
A Djemalloc.sh.in3 prefix=@prefix@
A Djeprof.in3291 my $prefix = $3;
3297 my $baseurl = "$proto$hostport$prefix";
4425 foreach my $prefix (@prefix_list) {
4426 my $fullpath = $prefix . $suffix;
5165 foreach my $prefix (split(',', $tools)) {
5166 next if ($prefix =~ /:/); # ignore "tool:fullpath" entries in the list
5167 if (-x $prefix . $tool) {
5168 $path = $prefix . $tool;
/third_party/ulib/jemalloc/
A Djemalloc.pc.in1 prefix=@prefix@
A DINSTALL30 --prefix=<install-root-dir>
33 ./configure --prefix=/usr/local
57 the prefix.
59 --with-jemalloc-prefix=<prefix>
60 Prefix all public APIs with <prefix>. For example, if <prefix> is
80 --with-private-namespace=<prefix>
84 default, <prefix> is empty, which results in a symbol prefix of je_ .
385 Use this as the installation prefix for header files.
388 Use this as the installation prefix for libraries.
391 Use this as the installation prefix for man pages.
[all …]
A Dconfigure.ac131 if test "x$prefix" = "xNONE" ; then
132 prefix="/usr/local"
135 exec_prefix=$prefix
137 PREFIX=$prefix
739 dnl Do not prefix public APIs by default.
741 [AS_HELP_STRING([--with-jemalloc-prefix=<prefix>], [Prefix to prepend to all public APIs])],
765 …[AS_HELP_STRING([--with-private-namespace=<prefix>], [Prefix to prepend to all library-private API…
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_rename.sh8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
A Djemalloc_mangle.sh12 * --with-mangling and/or --with-jemalloc-prefix configuration settings.
33 * and/or --with-jemalloc-prefix.
A Djemalloc_protos.h.in2 * The @je_@ prefix on the following public symbol declarations is an artifact
/third_party/lib/acpica/source/include/acpica/platform/
A Dacefi.h125 #define __VA_ARG_NSUFFIX__(prefix,...) \ argument
126 __VA_ARG_NSUFFIX_N(prefix, __VA_NARG__(__VA_ARGS__))
127 #define __VA_ARG_NSUFFIX_N(prefix,nargs) \ argument
128 __VA_ARG_NSUFFIX_N_(prefix, nargs)
129 #define __VA_ARG_NSUFFIX_N_(prefix,nargs) \ argument
130 prefix ## nargs
/third_party/ulib/musl/src/stdio/
A Dvfprintf.c269 prefix += 3; in fmt_fp()
271 prefix += 6; in fmt_fp()
273 prefix++, pl = 0; in fmt_fp()
280 out(f, prefix, pl); in fmt_fp()
295 prefix += 9; in fmt_fp()
338 out(f, prefix, pl); in fmt_fp()
483 out(f, prefix, pl); in fmt_fp()
552 const char* prefix; in printf_core() local
656 prefix = "-+ 0X0x"; in printf_core()
716 prefix++; in printf_core()
[all …]
/third_party/ulib/jemalloc/test/src/
A Dtest.c125 p_test_fail(const char *prefix, const char *message) in p_test_fail() argument
127 malloc_cprintf(NULL, NULL, "%s%s\n", prefix, message); in p_test_fail()
/third_party/uapp/dash/src/
A Dmystring.h51 char *prefix(const char *, const char *);
A Dvar.c393 showvars(const char *prefix, int on, int off) in showvars() argument
401 sep = *prefix ? spcstr : prefix; in showvars()
412 out1fmt("%s%s%.*s%s\n", prefix, sep, (int)(p - *ep), *ep, q); in showvars()
A Dmystring.c103 prefix(const char *string, const char *pfx) in prefix() function
A Dexec.c386 if (prefix(pathopt, "builtin")) { in find_command()
391 prefix(pathopt, "func")) { in find_command()
557 if (*new == '%' && bltin < 0 && prefix(new + 1, "builtin")) in changepath()
A Djobs.c711 match = prefix; in getjob()
/third_party/ulib/lz4/
A Dliblz4.pc.in5 prefix=@PREFIX@
/third_party/ulib/musl/
A DINSTALL112 By default, configure installs to a prefix of "/usr/local/musl". This
115 system. DO NOT set the prefix to "/usr", "/usr/local", or "/" unless
126 of the installation prefix: /lib/ld-musl-$ARCH.so.1. This is the
175 You will probably also want to use --prefix when building libraries to
176 ensure that they are installed under the musl prefix and not in the
/third_party/uapp/dash/src/bltin/
A Dzircon.c555 const char* prefix = "kerneldebug "; in zxc_k() local
566 strcpy(buffer, prefix); in zxc_k()
567 size_t prefix_length = strlen(prefix); in zxc_k()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in4 * If JEMALLOC_PREFIX is defined via --with-jemalloc-prefix, it will cause all
12 * JEMALLOC_PRIVATE_NAMESPACE is used as a prefix for all library-private APIs.

Completed in 36 milliseconds

12