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 | 185 return xsnprintf(buf, size, "%s", sprint_xlat_val(val, style)); in sprintxval_ex() 191 return xsnprintf(buf, size, "%s /* %s */", in sprintxval_ex() 194 return xsnprintf(buf, size, "%s", str); in sprintxval_ex() 197 return xsnprintf(buf, size, "%s /* %s */", in sprintxval_ex() 200 return xsnprintf(buf, size, "%s", sprint_xlat_val(val, style)); in sprintxval_ex()
|
D | util.c | 357 pos += xsnprintf(buf + pos, sizeof(buf) - pos, ".%0*llu", in sprinttime_ex()
|
D | ChangeLog | 9369 Use xappendstr instead of xsnprintf where suitable. 9372 outptr += xsnprintf(outptr, sizeof(outstr) - (outptr - outstr), ...) 9378 * desc.c (decode_select): Replace xsnprintf with xappendstr. 9664 desc.c: use xsnprintf instead of sprintf. 9666 (decode_select): Replace sprintf with xsnprintf. 9668 xlat.c: use xsnprintf instead of sprintf. 9670 (sprintflags): Replace sprintf with xsnprintf. 9672 open.c: use xsnprintf instead of sprintf. 9674 (sprint_open_modes): Replace sprintf with xsnprintf. 9678 (decode_poll_exiting): Replace sprintf with xsnprintf and xsprintf. [all …]
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 137 char * (*xsnprintf)(int,char*,const char*,...); member 424 #define sqlite3_snprintf sqlite3_api->xsnprintf
|
D | sqlite3.c | 113418 char * (*xsnprintf)(int,char*,const char*,...); 113705 #define sqlite3_snprintf sqlite3_api->xsnprintf
|
/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
|