strtol            238 core/gps.c             g_d_lat_nav = (strtol (text[1], &endptr, 10 )) / 10000000.0;
strtol            239 core/gps.c             g_d_lon_nav = (strtol (text[2], &endptr, 10 )) / 10000000.0;
strtol           1700 core/gps.c             g_d_lat_nav = (strtol (text[1], &endptr, 10 )) / 10000000.0;
strtol           1701 core/gps.c             g_d_lon_nav = (strtol (text[2], &endptr, 10 )) / 10000000.0;
strtol            229 core/gui_script.c             p->val = strtol(ptr, NULL, 0);
strtol            255 core/gui_script.c     int min = strtol(ptr,NULL,0);
strtol            257 core/gui_script.c     int max = strtol(ptr,NULL,0);
strtol            237 core/lib_thumb.c     return strtol(camera_jpeg_count_str(),((void*)0),0);
strtol            408 core/raw.c             x=strtol(ptr, &endptr, 0);
strtol            414 core/raw.c                         y=strtol(ptr, &endptr, 0);
strtol             13 core/versions.c         *v = strtol(s, (char**)&s, 0);
strtol             18 include/std/stdlib.h extern long strtol(const char *nptr, char **endptr, int base);
strtol             20 include/std/stdlib.h #define atoi(n) strtol((n),NULL,0)
strtol            145 lib/lang/fileutil.c 		*value_p = strtol(buf, NULL, 10 /*dec*/);
strtol            117 lib/lang/lang.c         i = strtol(p, &e, 0/*autodetect base oct-dec-hex*/);    // convert "*p" to long "i" and return pointer beyond to e
strtol            549 lib/lua/luaconf.h #define lua_str2number(s,p)	strtol((s), (p), 10)
strtol            127 modules/gui_grid.c     rv = strtol(p, &np, 0);
strtol            107 modules/module_exportlist.c             strtol
strtol            612 tools/code_gen.c             p->patch_ref = strtol(largs[++n],0,0);
strtol            671 tools/code_gen.c             p->fw_func_end_offset = strtol(largs[n]+1,0,0) * 4;
strtol            675 tools/code_gen.c             p->fw_func_start_offset = strtol(largs[n]+1,0,0) * 4 - 4;
strtol            765 tools/code_gen.c         p->skip_len = strtol(largs[1],0,0);
strtol            781 tools/code_gen.c         p->li_state = strtol(largs[1],0,0);
strtol            151 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int strtol(const char *nptr, char **endptr, int base);
strtol            178 tools/makeexport.c         build_num += mult*strtol(build, &e, 0/*autodetect base oct-dec-hex*/);
strtol            151 tools/makelang.c         i = strtol(p, &e, 0/*autodetect base oct-dec-hex*/);	// convert "*p" to long "i" and return pointer beyond to e