Searched refs:FXSYS_strncpy (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | jerror.h | 232 FXSYS_strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \ 288 FXSYS_strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_bmp.cpp | 31 FXSYS_strncpy((char*)bmp_ptr->err_ptr, err_msg, BMP_MAX_ERROR_SIZE - 1); in _bmp_error_data()
|
D | fx_codec_gif.cpp | 31 FXSYS_strncpy((char*)gif_ptr->err_ptr, err_msg, GIF_MAX_ERROR_SIZE - 1); in _gif_error_data()
|
D | fx_codec_png.cpp | 20 FXSYS_strncpy((char*)png_get_error_ptr(png_ptr), error_msg, in _png_error_data()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 136 #define FXSYS_strncpy strncpy macro
|
/external/pdfium/core/src/fxcodec/lgif/ |
D | fx_gif.cpp | 82 FXSYS_strncpy(err_msg_ptr, "Code Length Out Of Range", in Decode() 110 FXSYS_strncpy(err_msg_ptr, "Decode Error, Out Of Range", in Decode()
|