fmt               152 core/gui_osd.c static void gui_print_osd_state_string_float(const char * fmt, int divisor, int value)
fmt               154 core/gui_osd.c     sprintf(osd_buf, fmt, (int)(value/divisor), (int)(value%divisor));
fmt               172 core/gui_osd.c static void gui_print_osd_misc_string_float(const char * fmt, int divisor, int value)
fmt               174 core/gui_osd.c     sprintf(osd_buf, fmt, (int)(value/divisor), (int)(value%divisor));
fmt               292 core/remotecap.c int remotecap_get_data_chunk( int fmt, char **addr, unsigned int *size, int *pos )
fmt               297 core/remotecap.c     switch (fmt & remotecap_get_target() & available_image_data)
fmt               165 core/shooting.c int shooting_set_canon_image_format(int fmt) {
fmt               169 core/shooting.c     switch(fmt) {
fmt               189 core/shooting.c     if(fmt < 1 || fmt > 3) {
fmt               192 core/shooting.c     if(fmt & SHOOTING_CANON_FMT_RAW) {
fmt               198 core/shooting.c         if(fmt & SHOOTING_CANON_FMT_JPG) {
fmt               216 core/shooting.c     return fmt == SHOOTING_CANON_FMT_JPG; // only setting jpeg is valid
fmt                15 include/debug.h void debug_print_int( char *fmt, int val );
fmt                16 include/debug.h void debug_print_float( char *fmt, float val );
fmt               139 include/lolevel.h extern int _vsprintf(char *buf, const char *fmt, __builtin_va_list va_list);
fmt                39 include/platform.h extern void dbg_printf(char *fmt,...);
fmt                44 include/platform.h #define DBGPRINTF(fmt,args...) dbg_printf("%08d DBG:" fmt,get_tick_count(), ##args)
fmt                14 include/remotecap_core.h int remotecap_get_data_chunk( int fmt, char **addr, unsigned int *size, int *pos );
fmt               112 include/shooting.h extern int shooting_set_canon_image_format(int fmt);
fmt               462 lib/lua/lapi.c LUA_API const char *lua_pushvfstring (lua_State *L, const char *fmt,
fmt               467 lib/lua/lapi.c   ret = luaO_pushvfstring(L, fmt, argp);
fmt               473 lib/lua/lapi.c LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) {
fmt               478 lib/lua/lapi.c   va_start(argp, fmt);
fmt               479 lib/lua/lapi.c   ret = luaO_pushvfstring(L, fmt, argp);
fmt                86 lib/lua/lauxlib.c LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
fmt                88 lib/lua/lauxlib.c   va_start(argp, fmt);
fmt                90 lib/lua/lauxlib.c   lua_pushvfstring(L, fmt, argp);
fmt                69 lib/lua/lauxlib.h LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...);
fmt               631 lib/lua/ldebug.c LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...) {
fmt               633 lib/lua/ldebug.c   va_start(argp, fmt);
fmt               634 lib/lua/ldebug.c   addinfo(L, luaO_pushvfstring(L, fmt, argp));
fmt                28 lib/lua/ldebug.h LUAI_FUNC void luaG_runerror (lua_State *L, const char *fmt, ...);
fmt               119 lib/lua/lfmathlib.c         char fmt[20];
fmt               120 lib/lua/lfmathlib.c         sprintf(fmt, "%s%%u.%%0%du", s, p);
fmt               122 lib/lua/lfmathlib.c         sprintf(buf, fmt, w, d);
fmt               111 lib/lua/lobject.c LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) {
fmt               115 lib/lua/lobject.c     const char *e = strchr(fmt, '%');
fmt               117 lib/lua/lobject.c     setsvalue2s(L, L->top, luaS_newlstr(L, fmt, e-fmt));
fmt               163 lib/lua/lobject.c     fmt = e+2;
fmt               165 lib/lua/lobject.c   pushstr(L, fmt);
fmt               172 lib/lua/lobject.c LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) {
fmt               175 lib/lua/lobject.c   va_start(argp, fmt);
fmt               176 lib/lua/lobject.c   msg = luaO_pushvfstring(L, fmt, argp);
fmt               374 lib/lua/lobject.h LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
fmt               376 lib/lua/lobject.h LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);
fmt               165 lib/lua/lua.h  LUA_API const char *(lua_pushvfstring) (lua_State *L, const char *fmt,
fmt               167 lib/lua/lua.h  LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...);
fmt                 9 platform/d10/sub/100a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 9 platform/g10/sub/102a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 9 platform/g10/sub/103b/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 9 platform/g10/sub/104a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 6 platform/g10/sub/filewrite_hdr.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/g16/sub/100h/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);   // debug
fmt                 4 platform/g16/sub/100h/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/g16/sub/101a/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);   // debug
fmt                 4 platform/g16/sub/101a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/g16/sub/101b/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);   // debug
fmt                 4 platform/g16/sub/101b/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/g16/sub/101c/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);   // debug
fmt                 4 platform/g16/sub/101c/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt               108 platform/g5x/sub/100c/boot.c debug_logging_my(char* fmt, ...)
fmt               110 platform/g5x/sub/100c/boot.c     (void)fmt;  // unused parameter
fmt               137 platform/g5x/sub/100c/boot.c     extern void (*debug_logging_ptr)(char* fmt, ...);
fmt               108 platform/g5x/sub/101a/boot.c debug_logging_my(char* fmt, ...)
fmt               110 platform/g5x/sub/101a/boot.c     (void)fmt;  // unused parameter
fmt               137 platform/g5x/sub/101a/boot.c     extern void (*debug_logging_ptr)(char* fmt, ...);
fmt               108 platform/g5x/sub/101b/boot.c debug_logging_my(char* fmt, ...)
fmt               110 platform/g5x/sub/101b/boot.c     (void)fmt;  // unused parameter
fmt               137 platform/g5x/sub/101b/boot.c     extern void (*debug_logging_ptr)(char* fmt, ...);
fmt               108 platform/g5x/sub/101d/boot.c debug_logging_my(char* fmt, ...)
fmt               110 platform/g5x/sub/101d/boot.c     (void)fmt;  // unused parameter
fmt               137 platform/g5x/sub/101d/boot.c     extern void (*debug_logging_ptr)(char* fmt, ...);
fmt                 7 platform/g7x/sub/100b/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 5 platform/g7x/sub/100b/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/g7x/sub/100c/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 5 platform/g7x/sub/100c/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/g7x/sub/100d/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 5 platform/g7x/sub/100d/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt               212 platform/g7x2/sub/101a/boot.c debug_logging_my(char* fmt, ...)
fmt               214 platform/g7x2/sub/101a/boot.c     (void)fmt;  // unused parameter
fmt               241 platform/g7x2/sub/101a/boot.c     extern void (*debug_logging_ptr)(char* fmt, ...);
fmt               221 platform/g7x2/sub/110b/boot.c debug_logging_my(char* fmt, ...)
fmt               223 platform/g7x2/sub/110b/boot.c     (void)fmt;  // unused parameter
fmt               250 platform/g7x2/sub/110b/boot.c     extern void (*debug_logging_ptr)(char* fmt, ...);
fmt              1881 platform/generic/wrappers.c void dbg_printf(char *fmt,...) {
fmt              1884 platform/generic/wrappers.c     __builtin_va_start(va, fmt);
fmt              1885 platform/generic/wrappers.c     _vsprintf(s, fmt, va);
fmt                 9 platform/ixus175_elph180/sub/100c/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 6 platform/ixus175_elph180/sub/filewrite_hdr.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 9 platform/ixus185_elph185/sub/100a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 6 platform/ixus185_elph185/sub/filewrite_hdr.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/m10/sub/110d/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/m10/sub/110f/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/m10/sub/111a/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                10 platform/m3/sub/101a/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/m3/sub/101a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                10 platform/m3/sub/120f/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/m3/sub/120f/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                10 platform/m3/sub/121a/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/m3/sub/121a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 6 platform/sx280hs/sub/102b/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 6 platform/sx280hs/sub/102c/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                11 platform/sx60hs/kbd.c extern void _LogCameraEvent(int id, const char *fmt,...);
fmt                 6 platform/sx60hs/lib.c extern void _LogCameraEvent(int id, const char *fmt,...);
fmt                 8 platform/sx60hs/shooting.c extern void _LogCameraEvent(int id, const char *fmt,...);
fmt                12 platform/sx60hs/sub/100b/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 4 platform/sx60hs/sub/100b/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 9 platform/sx60hs/sub/100c/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 4 platform/sx60hs/sub/100c/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 9 platform/sx60hs/sub/100f/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 4 platform/sx60hs/sub/100f/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 9 platform/sx60hs/sub/100h/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 6 platform/sx60hs/sub/100h/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                10 platform/sx610hs/sub/100a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/sx610hs/sub/filewrite_hdr.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                11 platform/sx700hs/kbd.c extern void _LogCameraEvent(int id, const char *fmt,...);
fmt                12 platform/sx700hs/sub/100d/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);   // debug
fmt                35 platform/sx700hs/sub/100d/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                13 platform/sx700hs/sub/100e/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);   // debug
fmt                35 platform/sx700hs/sub/100e/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/sx710hs/sub/100a/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 5 platform/sx710hs/sub/100a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/sx710hs/sub/101a/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 5 platform/sx710hs/sub/101a/filewrite.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/sx730hs/sub/100c/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt                 7 platform/sx730hs/sub/100d/capt_seq.c extern void _LogCameraEvent(int id,const char *fmt,...);
fmt              1111 tools/code_gen.c void error(__attribute__ ((unused))char *fmt, __attribute__ ((unused))int n)
fmt                27 tools/finsig_dryos.c void bprintf(char *fmt, ...)
fmt                30 tools/finsig_dryos.c     va_start(argp, fmt);
fmt                33 tools/finsig_dryos.c         hdr_len += vsprintf(hdr_buf+hdr_len,fmt,argp);
fmt                35 tools/finsig_dryos.c         out_len += vsprintf(out_buf+out_len,fmt,argp);
fmt                69 tools/finsig_dryos.c void error(char *fmt, int n)
fmt                71 tools/finsig_dryos.c     bprintf(fmt, n);
fmt              4310 tools/finsig_dryos.c         char fmt[51] = "";
fmt              4311 tools/finsig_dryos.c         sprintf(fmt, "// ERROR: %%s is not found. %%%ds//--- --- ", (int)(34-strlen(curr_name)));
fmt              4312 tools/finsig_dryos.c         sprintf(line+strlen(line), fmt, curr_name, "");
fmt                48 tools/finsig_thumb2.c void bprintf(char *fmt, ...)
fmt                51 tools/finsig_thumb2.c     va_start(argp, fmt);
fmt                54 tools/finsig_thumb2.c         hdr_len += vsprintf(hdr_buf+hdr_len,fmt,argp);
fmt                56 tools/finsig_thumb2.c         out_len += vsprintf(out_buf+out_len,fmt,argp);
fmt              7221 tools/finsig_thumb2.c         char fmt[51] = "";
fmt              7222 tools/finsig_thumb2.c         sprintf(fmt, "// ERROR: %%s is not found. %%%ds//--- --- ", (int)(34-strlen(sig->name)));
fmt              7223 tools/finsig_thumb2.c         sprintf(line+strlen(line), fmt, sig->name, "");
fmt                28 tools/finsig_vxworks.c void bprintf(char *fmt, ...)
fmt                31 tools/finsig_vxworks.c     va_start(argp, fmt);
fmt                34 tools/finsig_vxworks.c         hdr_len += vsprintf(hdr_buf+hdr_len,fmt,argp);
fmt                36 tools/finsig_vxworks.c         out_len += vsprintf(out_buf+out_len,fmt,argp);
fmt                70 tools/finsig_vxworks.c void error(char *fmt, int n)
fmt                72 tools/finsig_vxworks.c     bprintf(fmt, n);
fmt              3292 tools/finsig_vxworks.c         char fmt[51] = "";
fmt              3293 tools/finsig_vxworks.c         sprintf(fmt, "// ERROR: %%s is not found. %%%ds//--- --- ", (int)(34-strlen(curr_name)));
fmt              3294 tools/finsig_vxworks.c         sprintf(line+strlen(line), fmt, curr_name, "");
fmt               160 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int vsprintf(char *buf, const char *fmt, __builtin_va_list va_list);
fmt               375 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void LogCameraEvent(int level, const char *fmt, ...);
fmt               406 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall char *sprintf_FW(char *p, const char *fmt,...);
fmt               463 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void dry_error_printf(const char *fmt,...);
fmt               506 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall void dry_con_printf(const char *fmt,...); // printf to UART
fmt               800 tools/ubasic_test/camera_functions.c int shooting_set_canon_image_format(int fmt)
fmt               802 tools/ubasic_test/camera_functions.c     printf("*** shooting_set_canon_image_format %d ***\n",fmt);