g_ascii_strtoll  1209 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  1133 src/vfs/shell/shell.c     shell->total = (off_t) g_ascii_strtoll (reply_str, NULL, 10);
g_ascii_strtoll   377 src/vfs/tar/tar-sparse.c     u = (uintmax_t) g_ascii_strtoll (arg, &arg_lim, 10);
g_ascii_strtoll   209 src/vfs/tar/tar-xheader.c             i = g_ascii_strtoll (arg, arglim, 10);
g_ascii_strtoll   329 src/vfs/tar/tar-xheader.c             i = g_ascii_strtoll (arg, arg_lim, 10);
g_ascii_strtoll   900 src/vfs/tar/tar-xheader.c         u = g_ascii_strtoll (arg, &delim, 10);
g_ascii_strtoll   209 src/viewer/dialogs.c         addr = (off_t) g_ascii_strtoll (exp, &error, base);