Home
last modified time | relevance | path

Searched refs:FXSYS_strncpy (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libjpeg/
Djerror.h232 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/
Dfx_codec_bmp.cpp31 FXSYS_strncpy((char*)bmp_ptr->err_ptr, err_msg, BMP_MAX_ERROR_SIZE - 1); in _bmp_error_data()
Dfx_codec_gif.cpp31 FXSYS_strncpy((char*)gif_ptr->err_ptr, err_msg, GIF_MAX_ERROR_SIZE - 1); in _gif_error_data()
Dfx_codec_png.cpp20 FXSYS_strncpy((char*)png_get_error_ptr(png_ptr), error_msg, in _png_error_data()
/external/pdfium/core/include/fxcrt/
Dfx_system.h136 #define FXSYS_strncpy strncpy macro
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.cpp82 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()