getc              803 lib/vfs/interface.c         getc (stdin);
getc             1230 src/filemanager/hotlist.c     while ((c = getc (hotlist_file)) != EOF && c != '\n' && g_ascii_isspace (c))
getc             1258 src/filemanager/hotlist.c         while ((c = getc (hotlist_file)) != EOF && c != '\n')
getc             1263 src/filemanager/hotlist.c         while ((c = getc (hotlist_file)) != EOF && c != '"')
getc             1267 src/filemanager/hotlist.c                 c = getc (hotlist_file);
getc             1279 src/filemanager/hotlist.c         c = getc (hotlist_file);