am                454 src/vfs/ftpfs/ftpfs_parse_ls.c     char am;
am                471 src/vfs/ftpfs/ftpfs_parse_ls.c     am = 'A';                   /* AM/PM is optional */
am                472 src/vfs/ftpfs/ftpfs_parse_ls.c     if (sscanf (t, "%2d:%2d%c", &hour, &minute, &am) < 2)
am                479 src/vfs/ftpfs/ftpfs_parse_ls.c     if (am == 'P')              /* PM - after noon */