.\" -*- coding: UTF-8 -*- '\" t .\" Copyright (c) 2006 by Michael Kerrisk .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH fcloseall 3 "20 julho 2023" "Linux man\-pages 6.05.01" .SH NOME fcloseall \- fecha todas os fluxos abertas .SH BIBLIOTECA Biblioteca C Padrão (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSE .nf \fB#define _GNU_SOURCE\fP /* Veja feature_test_macros(7) */ \fB#include \fP .PP \fBint fcloseall(void);\fP .fi .SH DESCRIÇÃO The \fBfcloseall\fP() function closes all of the calling process's open streams. Buffered output for each stream is written before it is closed (as for \fBfflush\fP(3)); buffered input is discarded. .PP The standard streams, \fIstdin\fP, \fIstdout\fP, and \fIstderr\fP are also closed. .SH "VALOR DE RETORNO" This function returns 0 if all files were successfully closed; on error, \fBEOF\fP is returned. .SH ATRIBUTOS Para uma explicação dos termos usados nesta seção, consulte \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interface Atributo Valor T{ .na .nh \fBfcloseall\fP() T} Thread safety MT\-Unsafe race:streams .TE .sp 1 .PP The \fBfcloseall\fP() function does not lock the streams, so it is not thread\-safe. .SH PADRÕES GNU. .SH "VEJA TAMBÉM" \fBclose\fP(2), \fBfclose\fP(3), \fBfflush\fP(3), \fBfopen\fP(3), \fBsetbuf\fP(3) .PP .SH TRADUÇÃO A tradução para português brasileiro desta página man foi criada por Felipe M Pereira e André Luiz Fassone . .PP Esta tradução é uma documentação livre; leia a .UR https://www.gnu.org/licenses/gpl-3.0.html Licença Pública Geral GNU Versão 3 .UE ou posterior para as condições de direitos autorais. Nenhuma responsabilidade é aceita. .PP Se você encontrar algum erro na tradução desta página de manual, envie um e-mail para .MT debian-l10n-portuguese@lists.debian.org a lista de discussão de tradutores .ME .