year_or_time 176 src/vfs/ftpfs/ftpfs_parse_ls.c parse_year_or_time (const char *year_or_time, int *year, int *hour, int *minute) year_or_time 178 src/vfs/ftpfs/ftpfs_parse_ls.c if (year_or_time[2] == ':') year_or_time 180 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (year_or_time, "%2d:%2d", hour, minute) != 2) year_or_time 187 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (year_or_time, "%d", year) != 1)