Searched refs:XLOG (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-mips/bionic/
H A Dcacheflush.c33 #define XLOG(...) \ macro
70 XLOG("called with (start,len) instead of (start,end)");
/bionic/libc/netbsd/resolv/
H A Dres_cache.c171 #undef XLOG macro
174 # define XLOG(...) \ macro
357 XLOG("%s",buff);
361 # define XLOG(...) ((void)0) macro
565 XLOG("malformed QNAME");
587 XLOG("unsupported TYPE");
592 XLOG("unsupported CLASS");
609 XLOG("query packet too small");
616 XLOG("query packet flags unsupported");
645 XLOG("quer
[all...]
/bionic/libc/tzcode/
H A Dlocaltime.c58 # define XLOG(xx) printf xx , fflush(stdout)
60 # define XLOG(x) do{}while (0) macro
431 XLOG(("tzload: null 'name' parameter\n" ));
451 XLOG(("tzload: null TZDIR macro ?\n" ));
455 XLOG(( "tzload: path too long: %s/%s\n", p, name ));
469 XLOG(( "tzload: could not find '%s'\n", name ));
478 XLOG(( "tzload: could not open '%s', trying '%s'\n", fullname, INDEXFILE ));
480 XLOG(( "tzload: could not find '%s'\n", INDEXFILE ));
498 XLOG(( "tzload: invalid offset (%d)\n", off ));
505 XLOG(( "tzloa
[all...]
/bionic/libc/private/
H A Darpa_nameser.h571 # define XLOG(...) \
574 #define XLOG(...) do {} while (0) macro

Completed in 69 milliseconds