Home
last modified time | relevance | path

Searched refs:PRINT (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c354 #define PRINT(ptr, len) do { \ in __vfwprintf() macro
363 PRINT(with, PADSIZE); \ in __vfwprintf()
366 PRINT(with, n); \ in __vfwprintf()
374 PRINT((p), n2); \ in __vfwprintf()
476 PRINT(cp, m); in __vfwprintf()
976 PRINT(&sign, 1); in __vfwprintf()
979 PRINT(ox, 2); in __vfwprintf()
992 PRINT(cp, size); in __vfwprintf()
998 PRINT(zeroes, 1); in __vfwprintf()
1000 PRINT(decimal_point, 1); in __vfwprintf()
[all …]
Dvfprintf.c355 #define PRINT(ptr, len) do { \ in __vfprintf() macro
369 PRINT(with, PADSIZE); \ in __vfprintf()
372 PRINT(with, n); \ in __vfprintf()
380 PRINT((p), n2); \ in __vfprintf()
500 PRINT(cp, m); in __vfprintf()
1000 PRINT(&sign, 1); in __vfprintf()
1003 PRINT(ox, 2); in __vfprintf()
1016 PRINT(cp, size); in __vfprintf()
1022 PRINT(zeroes, 1); in __vfprintf()
1024 PRINT(decimal_point, 1); in __vfprintf()
[all …]
/bionic/linker/
Dlinker_debug.h73 #define PRINT(x...) _PRINTVF(-1, x) macro
Dlinker.cpp321 PRINT("readlink('%s') failed: %s [fd=%d]", &proc_self_fd[0], strerror(errno), fd); in realpath_fd()
1096 PRINT("Warning: ignoring very long library path: %s", path); in open_library_in_zipfile()
1141 PRINT("Warning: ignoring very long library path: %s/%s", path, name); in format_path()
1291 PRINT("warning: unable to get realpath for the library \"%s\". Will use given name.", name); in load_library()
1600 PRINT("warning: soinfo for \"%s\"@%p has no version", si->get_realpath(), si); in soinfo_unload()
1609 PRINT("warning: couldn't find %s needed by %s on unload.", in soinfo_unload()
2254 PRINT("\"%s\": ignoring %zd-entry DT_PREINIT_ARRAY in shared library!", in call_constructors()
3276 PRINT("LINKER TIME: %s: %d microseconds", args.argv[0], (int) (
3281 PRINT("RELO STATS: %s: %d abs, %d rel, %d copy, %d symbol", args.argv[0],
3307 PRINT("PAGES MODIFIED: %s: %d (%dKB)", args.argv[0], count, count * 4);