strtol            102 lib/strutil/xstrtol.c     tmp = strtol (s, p, base);
strtol           1194 lib/util.c                 *line = strtol (pos_tokens[0], NULL, 10);
strtol           1202 lib/util.c                     *column = strtol (pos_tokens[1], NULL, 10);
strtol            541 src/args.c                 lineno = strtol (tmp + 1, &error, 10);
strtol            676 src/diffviewer/ydiff.c     *n = strtol (p, &q, 10);
strtol           1670 src/editor/editcmd.c     l = strtol (f, &error, 0);
strtol            273 src/editor/editmacros.c                     m_act.ch = strtol (macro_pair[1], NULL, 0);
strtol            346 src/editor/editmacros.c         count_repeat = strtol (f, &error, 0);
strtol            844 src/filemanager/boxes.c             cols = strtol (panel_brief_cols_out, &error, 10);
strtol            235 src/main.c         old_sid = (pid_t) strtol (sid_str, NULL, 0);
strtol           1131 src/vfs/shell/shell.c     shell->total = (off_t) strtol (reply_str, NULL, 10);