| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 7 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 D | install-sh | 394 /*) 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 D | acinclude.m4 | 51 # Do the check with the no- prefix removed since gcc silently
|
| A D | Makefile.in | 287 prefix = @prefix@
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jemalloc-config.in | 12 --prefix : Print installation directory prefix. 27 prefix="@prefix@" 44 --prefix)
|
| A D | jemalloc.sh.in | 3 prefix=@prefix@
|
| A D | jeprof.in | 3291 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 D | jemalloc.pc.in | 1 prefix=@prefix@
|
| A D | INSTALL | 30 --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 D | configure.ac | 131 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 D | jemalloc_rename.sh | 8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
|
| A D | jemalloc_mangle.sh | 12 * --with-mangling and/or --with-jemalloc-prefix configuration settings. 33 * and/or --with-jemalloc-prefix.
|
| A D | jemalloc_protos.h.in | 2 * The @je_@ prefix on the following public symbol declarations is an artifact
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acefi.h | 125 #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 D | vfprintf.c | 269 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 D | test.c | 125 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 D | mystring.h | 51 char *prefix(const char *, const char *);
|
| A D | var.c | 393 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 D | mystring.c | 103 prefix(const char *string, const char *pfx) in prefix() function
|
| A D | exec.c | 386 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 D | jobs.c | 711 match = prefix; in getjob()
|
| /third_party/ulib/lz4/ |
| A D | liblz4.pc.in | 5 prefix=@PREFIX@
|
| /third_party/ulib/musl/ |
| A D | INSTALL | 112 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 D | zircon.c | 555 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 D | jemalloc_internal_defs.h.in | 4 * 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.
|