Searched refs:xsnprintf (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | xstring.h | 51 #define xsnprintf(str_, size_, fmt_, ...) \ macro 64 xsnprintf((str_), sizeof(str_) + MUST_BE_ARRAY(str_), (fmt_), \ 100 (xsnprintf((pos_), sizeof(str_) + MUST_BE_ARRAY(str_) - \
|
D | xlat.c | 104 return xsnprintf(buf, size, "%s", str); in sprintxval() 106 return xsnprintf(buf, size, "%#x /* %s */", val, dflt); in sprintxval() 108 return xsnprintf(buf, size, "%#x", val); in sprintxval()
|
D | util.c | 349 pos += xsnprintf(buf + pos, sizeof(buf) - pos, ".%0*llu", in sprinttime_ex()
|
D | ChangeLog | 1807 Use xappendstr instead of xsnprintf where suitable. 1810 outptr += xsnprintf(outptr, sizeof(outstr) - (outptr - outstr), ...) 1816 * desc.c (decode_select): Replace xsnprintf with xappendstr. 2102 desc.c: use xsnprintf instead of sprintf. 2104 (decode_select): Replace sprintf with xsnprintf. 2106 xlat.c: use xsnprintf instead of sprintf. 2108 (sprintflags): Replace sprintf with xsnprintf. 2110 open.c: use xsnprintf instead of sprintf. 2112 (sprint_open_modes): Replace sprintf with xsnprintf. 2116 (decode_poll_exiting): Replace sprintf with xsnprintf and xsprintf. [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 137 char * (*xsnprintf)(int,char*,const char*,...); member 424 #define sqlite3_snprintf sqlite3_api->xsnprintf
|
D | sqlite3.c | 113402 char * (*xsnprintf)(int,char*,const char*,...); 113689 #define sqlite3_snprintf sqlite3_api->xsnprintf
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 137 char * (*xsnprintf)(int,char*,const char*,...); member 424 #define sqlite3_snprintf sqlite3_api->xsnprintf
|
D | sqlite3.c | 113402 char * (*xsnprintf)(int,char*,const char*,...); 113689 #define sqlite3_snprintf sqlite3_api->xsnprintf
|