| /external/mdnsresponder/Clients/ |
| dns-sd.c | 97 #define snprintf _snprintf macro 674 while (**rd) { p += snprintf(p, end-p, "%.*s.", **rd, *rd+1); *rd += 1 + **rd; } 703 snprintf(rdb, sizeof(rdb), "%d.%d.%d.%d", rd[0], rd[1], rd[2], rd[3]); 715 p += snprintf(p, rdb + sizeof(rdb) - p, " "); 717 p += snprintf(p, rdb + sizeof(rdb) - p, " Ser %d Ref %d Ret %d Exp %d Min %d", 722 snprintf(rdb, sizeof(rdb), "%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X:%02X%02X", 728 p += snprintf(p, rdb + sizeof(rdb) - p, "%d %d %d ", // priority, weight, port 734 default : snprintf(rdb, sizeof(rdb), "%d bytes%s", rdlen, rdlen ? ":" : ""); unknowntype = 1; break; 775 snprintf(addr, sizeof(addr), "%d.%d.%d.%d", digits[0], digits[1], digits[2], digits[3]); 798 snprintf(addr, sizeof(addr), "%d.%d.%d.%d", b[0], b[1], b[2], b[3]) [all...] |
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_snprintf.c | 16 * the version available at <http://www.jhweiss.de/software/snprintf.html>. 24 * 2008-01-20 Holger Weiss <holger@jhweiss.de> for C99-snprintf 1.1: 29 * 2008-01-06 Holger Weiss <holger@jhweiss.de> for C99-snprintf 1.0: 57 * C99 compliant snprintf(3) and vsnprintf(3) functions return the number 64 * The original code assumed that both snprintf(3) and vsnprintf(3) were 65 * missing. Some systems only have snprintf(3) but not vsnprintf(3), so 81 * gcc -DTEST_SNPRINTF -o snprintf snprintf.c -lm && ./snprintf 135 * #define snprintf rpl_snprint 172 #define snprintf macro [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| stdio.h | 339 int snprintf (char *__stream, size_t __n, const char *__format, ...) function 547 #pragma push_macro("snprintf") 549 # undef snprintf macro 566 int snprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, ...) function 577 #pragma pop_macro ("snprintf") [all...] |
| /external/bison/lib/ |
| vasnprintf.c | 33 SNPRINTF The system's snprintf (or similar) function. 34 This may be either snprintf or swprintf. 36 of the said SNPRINTF function. This may be either 46 /* Tell glibc's <stdio.h> to provide a prototype for snprintf(). 70 #include <stdio.h> /* snprintf(), sprintf() */ 156 # define SNPRINTF snwprintf 158 # define SNPRINTF _snwprintf 162 # define SNPRINTF swprintf 166 /* Use snprintf if it exists under the name 'snprintf' or '_snprintf' 182 # undef snprintf macro 190 # undef snprintf macro [all...] |
| /external/netperf/ |
| netlib.h | 578 #define snprintf _snprintf macro
|
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
| lcms2_internal.h | 86 # ifndef snprintf 87 # define snprintf _snprintf macro [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| runtest.c | 198 #define snprintf _snprintf macro 589 snprintf(res, 499, "%s%s%s", out, base, suffixbuff); [all...] |
| testapi.c | 23 #define snprintf _snprintf macro 118 snprintf((char *) name, 20, "foo%d", nr++); [all...] |
| /external/libnfc-nxp/inc/ |
| phNfcTypes.h | 49 #define snprintf _snprintf macro [all...] |
| /external/chromium_org/third_party/sqlite/src/src/ |
| sqlite3ext.h | 128 char * (*snprintf)(int,char*,const char*,...); member in struct:sqlite3_api_routines 331 #define sqlite3_snprintf sqlite3_api->snprintf
|
| /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
| sctp_os_userspace.h | 222 #define snprintf(data, size, format, ...) _snprintf_s(data, size, _TRUNCATE, format, __VA_ARGS__) macro [all...] |
| /external/libmtp/src/ |
| libmtp.h | 39 #define snprintf _snprintf macro [all...] |
| /external/llvm/include/llvm/Target/ |
| TargetLibraryInfo.h | 537 /// int snprintf(char *s, size_t n, const char *format, ...); 538 snprintf, enumerator in enum:llvm::LibFunc::Func
|
| /external/sqlite/dist/orig/ |
| sqlite3ext.h | 139 char * (*snprintf)(int,char*,const char*,...); member in struct:sqlite3_api_routines 369 #define sqlite3_snprintf sqlite3_api->snprintf
|
| /external/sqlite/dist/ |
| sqlite3ext.h | 139 char * (*snprintf)(int,char*,const char*,...); member in struct:sqlite3_api_routines 369 #define sqlite3_snprintf sqlite3_api->snprintf
|
| /external/qemu-pc-bios/bochs/bios/ |
| rombios32.c | 386 int snprintf(char * buf, size_t size, const char *fmt, ...) function [all...] |
| /external/valgrind/main/perf/ |
| tinycc.c | 5371 #define snprintf macro [all...] |