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