# Korean translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # 정강훈 , 2001. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-03-01 16:56+0100\n" "PO-Revision-Date: 2001-05-01 08:57+0900\n" "Last-Translator: 정강훈 \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "fread" msgstr "fread" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "2023년 10월 31일" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, fuzzy, no-wrap #| msgid "Linux man-pages 6.03" msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.03" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "이름" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "fread, fwrite - binary stream input/output" msgstr "fread, fwrite - 이진(바이너리) 스트림 입력/출력" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "라이브러리" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Standard C library (I, I<-lc>)" msgstr "표준 C 라이브러리 (I, I<-lc>)" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "요약" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<#include Estdio.hE>\n" msgstr "B<#include Estdio.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<[restrict .>IB< * .>IB<],>\n" "B< size_t >IB<, size_t >IB<,>\n" "B< FILE *restrict >IB<);>\n" "BIB<[restrict .>IB< * .>IB<],>\n" "B< size_t >IB<, size_t >IB<,>\n" "B< FILE *restrict >IB<);>\n" msgstr "" "BIB<[restrict .>IB< * .>IB<],>\n" "B< size_t >IB<, size_t >IB<,>\n" "B< FILE *restrict >IB<);>\n" "BIB<[restrict .>IB< * .>IB<],>\n" "B< size_t >IB<, size_t >IB<,>\n" "B< FILE *restrict >IB<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "설명" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The function B() reads I items of data, each I bytes " "long, from the stream pointed to by I, storing them at the location " "given by I." msgstr "" "함수 B() 는 I이 가리키는 스트림에서 각 I 바이트 만큼 긴 " "데이터의 I 요소를 읽어, I이 가리키는 위치에 읽은 데이터들을 저장" "한다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The function B() writes I items of data, each I bytes " "long, to the stream pointed to by I, obtaining them from the " "location given by I." msgstr "" "함수 B() 는 I이 가리키는 위치에 있는 데이터들을 얻어서 각 " "I 바이트 만큼 긴 데이터의 I 요소를 I이 가리키는 위치의 " "스트림에 쓴다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "For nonlocking counterparts, see B(3)." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "반환값" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "B and B return the number of items successfully read or " #| "written (i.e., not the number of characters). If an error occurs, or the " #| "end-of-file is reached, the return value is a short item count (or zero)." msgid "" "On success, B() and B() return the number of items read or " "written. This number equals the number of bytes transferred only when " "I is 1. If an error occurs, or the end of the file is reached, the " "return value is a short item count (or zero)." msgstr "" "B 그리고 B 는 성공적으로 읽고 쓴 항목(item)의 수를 반환한다." "(즉, 문자들수가 아니다.) 만일 에러가 발생하거나 EOF에 도착한다면, 반환 값은 " "항목 수(또는 0)이다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The file position indicator for the stream is advanced by the number of " "bytes successfully read or written." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() does not distinguish between end-of-file and error, and callers " "must use B(3) and B(3) to determine which occurred." msgstr "" "B() 는 EOF와 에러를 구분하지 않는다. 그리고 호출자는 무엇이 일어났는지" "를 결정 하기 위해 B(3) 와 B(3) 를 사용해야 한다." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ATTRIBUTES" msgstr "속성" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "For an explanation of the terms used in this section, see B(7)." msgstr "" "이 섹션에서 사용되는 용어에 대한 설명은 B(7)을 참조하십시오." #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Interface" msgstr "상호 작용" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Attribute" msgstr "속성" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Value" msgstr "번호" #. type: tbl table #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid ".na\n" msgstr ".na\n" #. type: tbl table #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid ".nh\n" msgstr ".nh\n" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "B(),\n" "B()" msgstr "" "B(),\n" "B()" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Thread safety" msgstr "" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "MT-Safe" msgstr "MT-Safe" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "표준" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "C11, POSIX.1-2008." msgstr "C11, POSIX.1-2008." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "이력" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001, C89." msgstr "POSIX.1-2001, C89." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "EXAMPLES" msgstr "폐제" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The program below demonstrates the use of B() by parsing /bin/sh ELF " "executable in binary mode and printing its magic and class:" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "$ B<./a.out>\n" "ELF magic: 0x7f454c46\n" "Class: 0x02\n" msgstr "" "$ B<./a.out>\n" "ELF magic: 0x7f454c46\n" "Class: 0x02\n" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Program source" msgstr "" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid "" "#include Estdio.hE\n" "#include Estdlib.hE\n" "\\&\n" "#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))\n" "\\&\n" "int\n" "main(void)\n" "{\n" " FILE *fp;\n" " size_t ret;\n" " unsigned char buffer[4];\n" "\\&\n" " fp = fopen(\"/bin/sh\", \"rb\");\n" " if (!fp) {\n" " perror(\"fopen\");\n" " return EXIT_FAILURE;\n" " }\n" "\\&\n" " ret = fread(buffer, sizeof(*buffer), ARRAY_SIZE(buffer), fp);\n" " if (ret != ARRAY_SIZE(buffer)) {\n" " fprintf(stderr, \"fread() failed: %zu\\en\", ret);\n" " exit(EXIT_FAILURE);\n" " }\n" "\\&\n" " printf(\"ELF magic: %#04x%02x%02x%02x\\en\", buffer[0], buffer[1],\n" " buffer[2], buffer[3]);\n" "\\&\n" " ret = fread(buffer, 1, 1, fp);\n" " if (ret != 1) {\n" " fprintf(stderr, \"fread() failed: %zu\\en\", ret);\n" " exit(EXIT_FAILURE);\n" " }\n" "\\&\n" " printf(\"Class: %#04x\\en\", buffer[0]);\n" "\\&\n" " fclose(fp);\n" "\\&\n" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" #. SRC END #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "추가 참조" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(2), B(2), B(3), B(3), B(3)" msgstr "" "B(2), B(2), B(3), B(3), B(3)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-29" msgstr "2022년 12월 29일" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008, C99." msgstr "POSIX.1-2001, POSIX.1-2008, C99." #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "#include Estdio.hE\n" "#include Estdlib.hE\n" msgstr "" "#include Estdio.hE\n" "#include Estdlib.hE\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))\n" msgstr "#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "int\n" "main(void)\n" "{\n" " FILE *fp;\n" " size_t ret;\n" " unsigned char buffer[4];\n" msgstr "" "int\n" "main(void)\n" "{\n" " FILE *fp;\n" " size_t ret;\n" " unsigned char buffer[4];\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " fp = fopen(\"/bin/sh\", \"rb\");\n" " if (!fp) {\n" " perror(\"fopen\");\n" " return EXIT_FAILURE;\n" " }\n" msgstr "" " fp = fopen(\"/bin/sh\", \"rb\");\n" " if (!fp) {\n" " perror(\"fopen\");\n" " return EXIT_FAILURE;\n" " }\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " ret = fread(buffer, sizeof(*buffer), ARRAY_SIZE(buffer), fp);\n" " if (ret != ARRAY_SIZE(buffer)) {\n" " fprintf(stderr, \"fread() failed: %zu\\en\", ret);\n" " exit(EXIT_FAILURE);\n" " }\n" msgstr "" " ret = fread(buffer, sizeof(*buffer), ARRAY_SIZE(buffer), fp);\n" " if (ret != ARRAY_SIZE(buffer)) {\n" " fprintf(stderr, \"fread() failed: %zu\\en\", ret);\n" " exit(EXIT_FAILURE);\n" " }\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " printf(\"ELF magic: %#04x%02x%02x%02x\\en\", buffer[0], buffer[1],\n" " buffer[2], buffer[3]);\n" msgstr "" " printf(\"ELF magic: %#04x%02x%02x%02x\\en\", buffer[0], buffer[1],\n" " buffer[2], buffer[3]);\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " ret = fread(buffer, 1, 1, fp);\n" " if (ret != 1) {\n" " fprintf(stderr, \"fread() failed: %zu\\en\", ret);\n" " exit(EXIT_FAILURE);\n" " }\n" msgstr "" " ret = fread(buffer, 1, 1, fp);\n" " if (ret != 1) {\n" " fprintf(stderr, \"fread() failed: %zu\\en\", ret);\n" " exit(EXIT_FAILURE);\n" " }\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " printf(\"Class: %#04x\\en\", buffer[0]);\n" msgstr " printf(\"Class: %#04x\\en\", buffer[0]);\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid " fclose(fp);\n" msgstr " fclose(fp);\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" " exit(EXIT_SUCCESS);\n" "}\n" #. type: TH #: debian-unstable opensuse-tumbleweed #, no-wrap msgid "2023-07-20" msgstr "2023년 7월 20일" #. type: TH #: debian-unstable opensuse-tumbleweed #, no-wrap msgid "Linux man-pages 6.05.01" msgstr "Linux man-pages 6.05.01" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "2023-03-30" msgstr "2023년 3월 30일" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04"