Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dprintf_scanf.c409 #define FMT(prefix,conv) "%" prefix conv in main() argument
411 #define VERIFY_BOTH(prefix, oconv, iconv) do { \ in main() argument
413 sprintf(buf, FMT(prefix, oconv), v); \ in main()
414 __n = sscanf(buf, FMT(prefix, iconv), &r); \ in main()
416 …printf("\t%3d: " prefix " " oconv " wanted " FMT(prefix, oconv) " got " FMT(prefix, oconv) "\n", x… in main()
422 #define VERIFY(prefix, conv) VERIFY_BOTH(prefix, conv, conv) in main() argument
426 #define VERIFY_BINARY(prefix) VERIFY(prefix, "b") in main() argument
430 #define VERIFY_BINARY(prefix) in main() argument
433 #define CHECK_RT(type, prefix) do { \ in main() argument
437 VERIFY(prefix, "d"); \ in main()
[all …]
/picolibc-latest/newlib/libc/stdio/
Dtmpnam.c175 const char *prefix = (pfx) ? pfx : ""; in tempnam() local
180 length = strlen (dir) + strlen (prefix) + (4 * sizeof (int)) + 2 + 1; in tempnam()
185 if (! worker (filename, dir, prefix, in tempnam()
/picolibc-latest/picocrt/machine/aarch64/
Dcrt0.c245 static void aarch64_fault_write_reg(const char *prefix, uint64_t reg) in aarch64_fault_write_reg() argument
247 fputs(prefix, stdout); in aarch64_fault_write_reg()
283 char prefix[] = "\tX##: 0x"; in aarch64_fault() local
285 prefix[2] = '0' + r / 10; /* overwrite # with register number */ in aarch64_fault()
286 prefix[3] = '0' + r % 10; /* overwrite # with register number */ in aarch64_fault()
287 aarch64_fault_write_reg(prefix, f->x[r]); in aarch64_fault()
/picolibc-latest/picocrt/machine/arm/
Dcrt0.c324 static void arm_fault_write_reg(const char *prefix, unsigned reg) in arm_fault_write_reg() argument
326 fputs(prefix, stdout); in arm_fault_write_reg()
437 char prefix[] = "\tR#: 0x"; in arm_fault() local
439 prefix[2] = '0' + r; /* overwrite # with register number */ in arm_fault()
440 arm_fault_write_reg(prefix, f->r[r]); in arm_fault()
/picolibc-latest/newlib/libc/string/
Duniset414 $prefix = "Small.Glyphs";
416 $prefix = "Glyphs";
432 system("mkdir -p $prefix/$1; cd $prefix/$1; webcopy -u -s $gif &");
/picolibc-latest/newlib/libc/iconv/ces/
Deuc.c48 char *prefix; member
231 (*outbuf)[j] = d->desc[i].prefix[j]; in euc_convert_from_ucs()
355 (const void *)d->desc[i].prefix, in euc_convert_to_ucs()
/picolibc-latest/newlib/libc/search/
Ddb_local.h120 size_t (*prefix) /* prefix function */ member
/picolibc-latest/
Dmeson.build256 prefix = get_option('prefix')
545 # The default value of GCC_EXEC_PREFIX is "prefix/lib/gcc/"
555 # Try to calculate relative path from sysroot to prefix
560 if fs.is_samepath(sysroot + '/' + sysroot_to_prefix_correction, prefix)
571 …install requires sysroot(' + sysroot + ') to be a subdirectory of --prefix=<PATH>(' + prefix + ')')
576 specs_prefix_format = prefix + '/@0@'
581 lib_dir = prefix / get_option('libdir') / build_type_subdir
583 include_dir = prefix / get_option('includedir') / build_type_subdir
606 specs_dir = join_paths(prefix, specs_dir_option)
660 # Each of these needs to handle --picolibc-prefix and
[all …]
DREADME.md866 6. Create a new '--picolibc-prefix' GCC command line parameter that
1058 7. Check for correct prefix when sysroot-install option is
/picolibc-latest/newlib/
DHOWTO173 with a leading _ prefix to avoid collisions with user code, and any symbols not
176 means that, when using AC_DEFINE, the _ prefix must be manually added.
185 get a unique prefix, and GNU Automake will expand it. In order to use one of
DREADME195 [--prefix=DIR]
205 `--prefix=DIR'
209 `--exec-prefix=DIR'
DChangeLog-20155767 prefix. Add some words to documentation.
11307 _CONST and prefix parameter names with
11328 Add $(lpfx) prefix to LIBADD objects.
11617 prefix added automatically. Any specified rules must use $(lpfx) for
11789 macro. Substitute lpfx (library object prefix).
13970 which are not part of a base prefix.
14020 which are not part of a base prefix.
18116 * libc/sys/linux/io64.c: Add __libc_ prefix to lseek64 and open64
18146 prefix for function macros and then use weak_alias() to regular names.
21545 of an underscore prefix to function names.
[all …]