tc 308 src/cons.handler.c int bc, tc; tc 310 src/cons.handler.c tc = attr & 0xF; tc 313 src/cons.handler.c printf ("\x1B[%d;%d;3%d;4%dm", (bc & 8) ? 5 : 25, (tc & 8) ? 1 : 22, tc 314 src/cons.handler.c color_map[tc & 7], color_map[bc & 7]); tc 205 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tc; tc 208 src/vfs/ftpfs/ftpfs_parse_ls.c memcpy (&tc, t, sizeof (struct tm)); tc 213 src/vfs/ftpfs/ftpfs_parse_ls.c tc.tm_isdst = 0; tc 215 src/vfs/ftpfs/ftpfs_parse_ls.c tl = mktime (&tc);