g_ascii_strtoll  1215 lib/util.c                         *offset = (off_t) g_ascii_strtoll (pos_tokens[2], NULL, 10);
g_ascii_strtoll   793 lib/vfs/parse_ls_vga.c         s->st_size = (off_t) g_ascii_strtoll (columns[idx2], NULL, 10);
g_ascii_strtoll   305 src/vfs/sftpfs/connection.c                 port = (int) g_ascii_strtoll (kh_name_end + 2, NULL, 10);
g_ascii_strtoll   838 src/vfs/shell/shell.c         ST.st_size = (off_t) g_ascii_strtoll (buffer, NULL, 10);
g_ascii_strtoll  1129 src/vfs/shell/shell.c     shell->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10);
g_ascii_strtoll   209 src/viewer/dialogs.c         addr = (off_t) g_ascii_strtoll (exp, &error, base);