tc                311 src/cons.handler.c     int bc, tc;
tc                313 src/cons.handler.c     tc = attr & 0xF;
tc                316 src/cons.handler.c     printf ("\x1B[%d;%d;3%d;4%dm", (bc & 8) ? 5 : 25, (tc & 8) ? 1 : 22,
tc                317 src/cons.handler.c             color_map[tc & 7], color_map[bc & 7]);
tc                206 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tc;
tc                209 src/vfs/ftpfs/ftpfs_parse_ls.c     memcpy (&tc, t, sizeof (struct tm));
tc                214 src/vfs/ftpfs/ftpfs_parse_ls.c     tc.tm_isdst = 0;
tc                216 src/vfs/ftpfs/ftpfs_parse_ls.c     tl = mktime (&tc);