strtol 785 daemons/controld/controld_utils.c dc_v = strtol(dc_version, &dc_minor, 10); strtol 792 daemons/controld/controld_utils.c join_v = strtol(join_version, &join_minor, 10); strtol 807 daemons/controld/controld_utils.c dc_v = strtol(dc_minor, NULL, 10); strtol 817 daemons/controld/controld_utils.c join_v = strtol(join_minor, NULL, 10); strtol 244 lib/common/logging.c long filemode_l = strtol(modestr, NULL, 8); strtol 241 lib/common/options.c long number = strtol(value, &end, 10); strtol 1259 lib/common/remote.c port = strtol(env, NULL, 10); strtol 1033 lib/common/strings.c long num1 = strtol(s1, &end1, 10); strtol 1034 lib/common/strings.c long num2 = strtol(s2, &end2, 10); strtol 173 lib/common/utils.c atoi_result = (int) strtol(text, (char **) end_text, 10); strtol 357 lib/pacemaker/pcmk_sched_instances.c return (gint) (strtol(div1 + 1, NULL, 10) - strtol(div2 + 1, NULL, 10)); strtol 70 maint/gnulib/lib/parse-duration.c return strtol (str, (char **)ppz, base); strtol 48 maint/gnulib/lib/posixver.c long int i = strtol (s, &e, 10); strtol 281 maint/gnulib/lib/sig2str.c long int n = strtol (signame, &endp, 10); strtol 299 maint/gnulib/lib/sig2str.c long int n = strtol (signame + 5, &endp, 10); strtol 305 maint/gnulib/lib/sig2str.c long int n = strtol (signame + 5, &endp, 10); strtol 1335 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_RPL (strtol, long, strtol 1339 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (strtol, long, strtol 1344 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (strtol, long, strtol 1349 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (strtol, long, strtol 1353 maint/gnulib/lib/stdlib.in.h _GL_CXXALIASWARN (strtol); strtol 1357 maint/gnulib/lib/stdlib.in.h _GL_WARN_ON_USE (strtol, "strtol is unportable - " strtol 277 maint/gnulib/lib/strtod.c long int value = strtol (s + 1, &end, 10); strtol 57 maint/gnulib/lib/strtoimax.c # define Strtol strtol strtol 212 maint/gnulib/lib/strtol.c INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, strtol 406 maint/gnulib/lib/strtol.c return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM); strtol 22 maint/gnulib/lib/xstrtol.c # define __strtol strtol strtol 36 maint/gnulib/tests/test-set-mode-acl.c mode = strtol (argv[2], NULL, 8); strtol 22 maint/gnulib/tests/test-strtol.c #ifndef strtol strtol 23 maint/gnulib/tests/test-strtol.c SIGNATURE_CHECK (strtol, long, (const char *, char **, int)); strtol 39 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 49 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 59 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 69 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 81 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 91 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 101 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 111 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 121 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 131 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 141 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 153 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 163 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 174 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 186 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 196 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 16); strtol 206 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 0); strtol 216 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 10); strtol 226 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 16); strtol 236 maint/gnulib/tests/test-strtol.c result = strtol (input, &ptr, 0); strtol 480 tools/crm_node.c nodeid = strtol(target_uname, &endptr, 10);