Searched refs:tee_file_magic (Results 1 – 5 of 5) sorted by relevance
533 static int tee_file_magic; variable548 tee->magic = &tee_file_magic; in tee_file_new()565 if (tee->magic != &tee_file_magic) in tee_file_delete()580 if (tee->magic != &tee_file_magic) in tee_file_flush()591 if (tee->magic != &tee_file_magic) in tee_file_write()602 if (tee->magic != &tee_file_magic) in tee_file_fputs()613 if (tee->magic != &tee_file_magic) in tee_file_isatty()
588 static int tee_file_magic; variable604 tee->magic = &tee_file_magic; in tee_file_new()622 if (tee->magic != &tee_file_magic) in tee_file_delete()638 if (tee->magic != &tee_file_magic) in tee_file_flush()650 if (tee->magic != &tee_file_magic) in tee_file_write()662 if (tee->magic != &tee_file_magic) in tee_file_fputs()674 if (tee->magic != &tee_file_magic) in tee_file_isatty()
682 static int tee_file_magic; variable698 tee->magic = &tee_file_magic; in tee_file_new()716 if (tee->magic != &tee_file_magic) in tee_file_delete()732 if (tee->magic != &tee_file_magic) in tee_file_flush()744 if (tee->magic != &tee_file_magic) in tee_file_write()756 if (tee->magic != &tee_file_magic) in tee_file_fputs()768 if (tee->magic != &tee_file_magic) in tee_file_isatty()
17434 (tee_file_magic): Delete.