strtol            117 lib/strutil/xstrtol.c     tmp = strtol (nptr, p, base);
strtol           1200 lib/util.c                 *line = strtol (pos_tokens[0], NULL, 10);
strtol           1208 lib/util.c                     *column = strtol (pos_tokens[1], NULL, 10);
strtol            511 src/args.c                 lineno = strtol (tmp + 1, &error, 10);
strtol            675 src/diffviewer/ydiff.c     *n = strtol (p, &q, 10);
strtol           1680 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            843 src/filemanager/boxes.c             cols = strtol (panel_brief_cols_out, &error, 10);
strtol            240 src/main.c         old_sid = (pid_t) strtol (sid_str, NULL, 0);
strtol           1127 src/vfs/shell/shell.c     shell->total = (off_t) strtol (reply_str, NULL, 10);