HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_strncpy (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcodec/codec/
ccodec_bmpmodule.cpp 31 FXSYS_strncpy((char*)bmp_ptr->err_ptr, err_msg, BMP_MAX_ERROR_SIZE - 1);
ccodec_gifmodule.cpp 33 FXSYS_strncpy((char*)gif_ptr->err_ptr, err_msg, GIF_MAX_ERROR_SIZE - 1);
ccodec_pngmodule.cpp 22 FXSYS_strncpy((char*)png_get_error_ptr(png_ptr), error_msg,
  /external/pdfium/third_party/libjpeg/
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/fxcrt/
fx_system.h 123 #define FXSYS_strncpy strncpy
  /external/pdfium/core/fxcodec/lgif/
fx_gif.cpp 106 FXSYS_strncpy(err_msg_ptr, "Code Length Out Of Range",
114 FXSYS_strncpy(err_msg_ptr, "Decode Error", GIF_MAX_ERROR_SIZE - 1);
122 FXSYS_strncpy(err_msg_ptr, "Code Store Out Of Range",
149 FXSYS_strncpy(err_msg_ptr, "Decode Error, Out Of Range",
    [all...]

Completed in 331 milliseconds