strtol 100 lib/strutil/xstrtol.c tmp = strtol (s, p, base); strtol 1179 lib/util.c *line = strtol (pos_tokens[0], NULL, 10); strtol 1187 lib/util.c *column = strtol (pos_tokens[1], NULL, 10); strtol 540 src/args.c lineno = strtol (tmp + 1, &error, 10); strtol 669 src/diffviewer/ydiff.c *n = strtol (p, &q, 10); strtol 1722 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 343 src/editor/editmacros.c count_repeat = strtol (f, &error, 0); strtol 838 src/filemanager/boxes.c cols = strtol (panel_brief_cols_out, &error, 10); strtol 232 src/main.c old_sid = (pid_t) strtol (sid_str, NULL, 0); strtol 1111 src/vfs/fish/fish.c fish->total = (off_t) strtol (reply_str, NULL, 10);