Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AD9817A293 for ; Tue, 15 Nov 2016 20:30:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 11E168558B; Tue, 15 Nov 2016 20:30:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 917118556D for ; Tue, 15 Nov 2016 20:30:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fgtgrOss6DnK for ; Tue, 15 Nov 2016 20:30:01 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 68FC384CED for ; Tue, 15 Nov 2016 20:30:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BA5AFBA6; Tue, 15 Nov 2016 20:30:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479241801225640" MIME-Version: 1.0 Date: Tue, 15 Nov 2016 20:30:01 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/cross/avr-libc To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20161115203001.5BA5AFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1479241801225640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Tue Nov 15 20:30:01 UTC 2016 Modified Files: pkgsrc/cross/avr-libc: Makefile PLIST Added Files: pkgsrc/cross/avr-libc: options.mk Log Message: Make documentation optional. Significantly reduces build time and dependencies. doc option is enabled by default so there's no change without explicit configuration. >From i3enedek on Freenode. Splitting this into a separate doc package is left as an exercise for the reader. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/cross/avr-libc/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/cross/avr-libc/PLIST cvs rdiff -u -r0 -r1.1 pkgsrc/cross/avr-libc/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479241801225640 Content-Disposition: inline Content-Length: 138632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/avr-libc/Makefile diff -u pkgsrc/cross/avr-libc/Makefile:1.43 pkgsrc/cross/avr-libc/Makefile:1.44 --- pkgsrc/cross/avr-libc/Makefile:1.43 Sat Jul 9 06:37:58 2016 +++ pkgsrc/cross/avr-libc/Makefile Tue Nov 15 20:30:01 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/07/09 06:37:58 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2016/11/15 20:30:01 riastradh Exp $ DISTNAME= avr-libc-1.8.1 PKGREVISION= 3 @@ -11,39 +11,12 @@ HOMEPAGE= http://savannah.nongnu.org/pr COMMENT= C and math library for Atmel AVR 8-bit microcontrollers LICENSE= modified-bsd -BUILD_DEPENDS+= doxygen>=1.8.9.1.nb1:../../devel/doxygen -BUILD_DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss -BUILD_DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym -BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm -BUILD_DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf -BUILD_DEPENDS+= tex-adjustbox-[0-9]*:../../print/tex-adjustbox -BUILD_DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption -BUILD_DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox -BUILD_DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl -BUILD_DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr -BUILD_DEPENDS+= tex-float-[0-9]*:../../print/tex-float -BUILD_DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry -BUILD_DEPENDS+= tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg -BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref -BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -BUILD_DEPENDS+= tex-multirow-[0-9]*:../../print/tex-multirow -BUILD_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib -BUILD_DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf -BUILD_DEPENDS+= tex-sectsty-[0-9]*:../../print/tex-sectsty -BUILD_DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu -BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft -BUILD_DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor -BUILD_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval -BUILD_DEPENDS+= transfig-[0-9]*:../../print/transfig -BUILD_DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk - USE_TOOLS+= gmake perl GNU_CONFIGURE= yes USE_GNU_CONFIGURE_HOST= no CONFIGURE_ARGS+= --build=${MACHINE_GNU_PLATFORM:Q} CONFIGURE_ARGS+= --host=avr -CONFIGURE_ARGS+= --enable-doc CONFIGURE_ARGS+= --disable-versioned-doc CONFIGURE_ARGS+= CC=${PREFIX}/bin/avr-gcc CONFIGURE_ARGS+= CPPFLAGS="-I${PREFIX}/include -I${PREFIX}/avr/include" @@ -62,26 +35,7 @@ SUBST_MESSAGE.demo= Add cross/bin on PAT SUBST_FILES.demo= doc/Makefile.in SUBST_SED.demo= -e 's|@@@PATH@@@|${PREFIX}/bin:${PATH:Q}|g' -post-extract: - ${MKDIR} ${WRKSRC}/doc/api/latex_src - ${LN} -s ../../examples/largedemo/largedemo-setup.jpg ${WRKSRC}/doc/api/latex_src - ${LN} -s ../../examples/largedemo/largedemo-wiring.jpg ${WRKSRC}/doc/api/latex_src - ${LN} -s ../../examples/largedemo/largedemo-wiring2.jpg ${WRKSRC}/doc/api/latex_src - ${LN} -s ../../examples/stdiodemo/stdiodemo-setup.jpg ${WRKSRC}/doc/api/latex_src - -post-install: - ${INSTALL_DATA} \ - ${WRKSRC}/LICENSE \ - ${WRKSRC}/AUTHORS \ - ${DESTDIR}${PREFIX}/share/doc/avr-libc - ## delete following or similar files, which includes PATH at build time. - ##_usr_pkgsrc_cross_avr-libc_work_avr-libc-1.8.0_libc_string_.3 - ${RM} ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/*${PKGVERSION_NOREV}* -.for f in Makefile demo.c demo.bin demo.hex demo.pdf demo.srec - ${INSTALL_DATA} ${WRKSRC}/doc/examples/demo/${f} \ - ${DESTDIR}${PREFIX}/share/doc/avr-libc/examples/demo -.endfor - +.include "options.mk" .include "../../cross/avr-binutils/buildlink3.mk" .include "../../cross/avr-gcc/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/cross/avr-libc/PLIST diff -u pkgsrc/cross/avr-libc/PLIST:1.21 pkgsrc/cross/avr-libc/PLIST:1.22 --- pkgsrc/cross/avr-libc/PLIST:1.21 Wed Feb 25 15:46:52 2015 +++ pkgsrc/cross/avr-libc/PLIST Tue Nov 15 20:30:01 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2015/02/25 15:46:52 mef Exp $ +@comment $NetBSD: PLIST,v 1.22 2016/11/15 20:30:01 riastradh Exp $ avr/include/alloca.h avr/include/assert.h avr/include/avr/boot.h @@ -626,273 +626,273 @@ avr/lib/tiny-stack/libprintf_min.a avr/lib/tiny-stack/libscanf_flt.a avr/lib/tiny-stack/libscanf_min.a bin/avr-man -share/doc/avr-libc/AUTHORS -share/doc/avr-libc/LICENSE -share/doc/avr-libc/avr-libc-user-manual.pdf -share/doc/avr-libc/avr-libc-user-manual/FAQ.html -share/doc/avr-libc/avr-libc-user-manual/acks.html -share/doc/avr-libc/avr-libc-user-manual/alloca_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/annotated.html -share/doc/avr-libc/avr-libc-user-manual/arrowdown.png -share/doc/avr-libc/avr-libc-user-manual/arrowright.png -share/doc/avr-libc/avr-libc-user-manual/assembler.html -share/doc/avr-libc/avr-libc-user-manual/assert_8h.html -share/doc/avr-libc/avr-libc-user-manual/assert_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/atomic_8h.html -share/doc/avr-libc/avr-libc-user-manual/atomic_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/avrs.png -share/doc/avr-libc/avr-libc-user-manual/bc_s.png -share/doc/avr-libc/avr-libc-user-manual/bdwn.png -share/doc/avr-libc/avr-libc-user-manual/benchmarks.html -share/doc/avr-libc/avr-libc-user-manual/boot_8h.html -share/doc/avr-libc/avr-libc-user-manual/boot_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/classes.html -share/doc/avr-libc/avr-libc-user-manual/closed.png -share/doc/avr-libc/avr-libc-user-manual/compat_2twi_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/cpufunc_8h.html -share/doc/avr-libc/avr-libc-user-manual/cpufunc_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/crc16_8h.html -share/doc/avr-libc/avr-libc-user-manual/crc16_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/ctype_8h.html -share/doc/avr-libc/avr-libc-user-manual/ctype_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/defines_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/delay_8h.html -share/doc/avr-libc/avr-libc-user-manual/delay_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/delay__basic_8h.html -share/doc/avr-libc/avr-libc-user-manual/delay__basic_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/demo.png -share/doc/avr-libc/avr-libc-user-manual/deprecated.html -share/doc/avr-libc/avr-libc-user-manual/deprecated_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/dir_000000.html -share/doc/avr-libc/avr-libc-user-manual/dir_000001.html -share/doc/avr-libc/avr-libc-user-manual/dir_000002.html -share/doc/avr-libc/avr-libc-user-manual/dir_000003.html -share/doc/avr-libc/avr-libc-user-manual/dir_000004.html -share/doc/avr-libc/avr-libc-user-manual/dir_000005.html -share/doc/avr-libc/avr-libc-user-manual/dir_000006.html -share/doc/avr-libc/avr-libc-user-manual/dir_000007.html -share/doc/avr-libc/avr-libc-user-manual/dir_000008.html -share/doc/avr-libc/avr-libc-user-manual/dir_000009.html -share/doc/avr-libc/avr-libc-user-manual/dir_000010.html -share/doc/avr-libc/avr-libc-user-manual/dir_000011.html -share/doc/avr-libc/avr-libc-user-manual/dir_000012.html -share/doc/avr-libc/avr-libc-user-manual/dir_000013.html -share/doc/avr-libc/avr-libc-user-manual/dir_000014.html -share/doc/avr-libc/avr-libc-user-manual/dir_000015.html -share/doc/avr-libc/avr-libc-user-manual/dir_000016.html -share/doc/avr-libc/avr-libc-user-manual/doc.png -share/doc/avr-libc/avr-libc-user-manual/dox.css -share/doc/avr-libc/avr-libc-user-manual/doxygen.png -share/doc/avr-libc/avr-libc-user-manual/dtoa__conv_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/eedef_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/eeprom_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/ephemera__common_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/errno_8h.html -share/doc/avr-libc/avr-libc-user-manual/errno_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/eu__dst_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/fdevopen_8c.html -share/doc/avr-libc/avr-libc-user-manual/files.html -share/doc/avr-libc/avr-libc-user-manual/folderclosed.png -share/doc/avr-libc/avr-libc-user-manual/folderopen.png -share/doc/avr-libc/avr-libc-user-manual/functions.html -share/doc/avr-libc/avr-libc-user-manual/functions_vars.html -share/doc/avr-libc/avr-libc-user-manual/fuse_8h.html -share/doc/avr-libc/avr-libc-user-manual/fuse_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/globals.html -share/doc/avr-libc/avr-libc-user-manual/globals_a.html -share/doc/avr-libc/avr-libc-user-manual/globals_b.html -share/doc/avr-libc/avr-libc-user-manual/globals_c.html -share/doc/avr-libc/avr-libc-user-manual/globals_d.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_a.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_b.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_c.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_d.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_e.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_f.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_g.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_h.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_i.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_l.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_m.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_n.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_o.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_p.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_r.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_s.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_t.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_u.html -share/doc/avr-libc/avr-libc-user-manual/globals_defs_w.html -share/doc/avr-libc/avr-libc-user-manual/globals_e.html -share/doc/avr-libc/avr-libc-user-manual/globals_enum.html -share/doc/avr-libc/avr-libc-user-manual/globals_f.html -share/doc/avr-libc/avr-libc-user-manual/globals_func.html -share/doc/avr-libc/avr-libc-user-manual/globals_g.html -share/doc/avr-libc/avr-libc-user-manual/globals_h.html -share/doc/avr-libc/avr-libc-user-manual/globals_i.html -share/doc/avr-libc/avr-libc-user-manual/globals_l.html -share/doc/avr-libc/avr-libc-user-manual/globals_m.html -share/doc/avr-libc/avr-libc-user-manual/globals_n.html -share/doc/avr-libc/avr-libc-user-manual/globals_o.html -share/doc/avr-libc/avr-libc-user-manual/globals_p.html -share/doc/avr-libc/avr-libc-user-manual/globals_q.html -share/doc/avr-libc/avr-libc-user-manual/globals_r.html -share/doc/avr-libc/avr-libc-user-manual/globals_s.html -share/doc/avr-libc/avr-libc-user-manual/globals_t.html -share/doc/avr-libc/avr-libc-user-manual/globals_type.html -share/doc/avr-libc/avr-libc-user-manual/globals_u.html -share/doc/avr-libc/avr-libc-user-manual/globals_v.html -share/doc/avr-libc/avr-libc-user-manual/globals_vars.html -share/doc/avr-libc/avr-libc-user-manual/globals_w.html -share/doc/avr-libc/avr-libc-user-manual/group__alloca.html -share/doc/avr-libc/avr-libc-user-manual/group__asmdemo.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__assert.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__boot.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__cpufunc.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__eeprom.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__errno.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__fuse.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__interrupts.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__inttypes.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__io.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__lock.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__math.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__pgmspace.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__power.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__sfr.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__sfr__notes.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__signature.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__sleep.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__stdint.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__stdio.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__stdlib.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__string.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__time.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__version.html -share/doc/avr-libc/avr-libc-user-manual/group__avr__watchdog.html -share/doc/avr-libc/avr-libc-user-manual/group__compat__ina90.html -share/doc/avr-libc/avr-libc-user-manual/group__ctype.html -share/doc/avr-libc/avr-libc-user-manual/group__demo__project.html -share/doc/avr-libc/avr-libc-user-manual/group__demos.html -share/doc/avr-libc/avr-libc-user-manual/group__deprecated__items.html -share/doc/avr-libc/avr-libc-user-manual/group__largedemo.html -share/doc/avr-libc/avr-libc-user-manual/group__setjmp.html -share/doc/avr-libc/avr-libc-user-manual/group__stdiodemo.html -share/doc/avr-libc/avr-libc-user-manual/group__twi__demo.html -share/doc/avr-libc/avr-libc-user-manual/group__util__atomic.html -share/doc/avr-libc/avr-libc-user-manual/group__util__crc.html -share/doc/avr-libc/avr-libc-user-manual/group__util__delay.html -share/doc/avr-libc/avr-libc-user-manual/group__util__delay__basic.html -share/doc/avr-libc/avr-libc-user-manual/group__util__parity.html -share/doc/avr-libc/avr-libc-user-manual/group__util__setbaud.html -share/doc/avr-libc/avr-libc-user-manual/group__util__twi.html -share/doc/avr-libc/avr-libc-user-manual/hd44780_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/ina90_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/index.html -share/doc/avr-libc/avr-libc-user-manual/inline_asm.html -share/doc/avr-libc/avr-libc-user-manual/install_tools.html -share/doc/avr-libc/avr-libc-user-manual/interrupt_8h.html -share/doc/avr-libc/avr-libc-user-manual/interrupt_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/inttypes_8h.html -share/doc/avr-libc/avr-libc-user-manual/inttypes_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/io_8h.html -share/doc/avr-libc/avr-libc-user-manual/io_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/iocompat_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/largedemo-setup.jpg -share/doc/avr-libc/avr-libc-user-manual/largedemo-wiring.jpg -share/doc/avr-libc/avr-libc-user-manual/largedemo-wiring2.jpg -share/doc/avr-libc/avr-libc-user-manual/lcd_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/library.html -share/doc/avr-libc/avr-libc-user-manual/lock_8h.html -share/doc/avr-libc/avr-libc-user-manual/lock_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/malloc-std.png -share/doc/avr-libc/avr-libc-user-manual/malloc-x1.png -share/doc/avr-libc/avr-libc-user-manual/malloc-x2.png -share/doc/avr-libc/avr-libc-user-manual/malloc.html -share/doc/avr-libc/avr-libc-user-manual/math_8h.html -share/doc/avr-libc/avr-libc-user-manual/math_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/mem_sections.html -share/doc/avr-libc/avr-libc-user-manual/modules.html -share/doc/avr-libc/avr-libc-user-manual/nav_f.png -share/doc/avr-libc/avr-libc-user-manual/nav_g.png -share/doc/avr-libc/avr-libc-user-manual/nav_h.png -share/doc/avr-libc/avr-libc-user-manual/open.png -share/doc/avr-libc/avr-libc-user-manual/optimization.html -share/doc/avr-libc/avr-libc-user-manual/overview.html -share/doc/avr-libc/avr-libc-user-manual/pages.html -share/doc/avr-libc/avr-libc-user-manual/parity_8h.html -share/doc/avr-libc/avr-libc-user-manual/parity_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/pgmspace.html -share/doc/avr-libc/avr-libc-user-manual/pgmspace_8h.html -share/doc/avr-libc/avr-libc-user-manual/pgmspace_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/porting.html -share/doc/avr-libc/avr-libc-user-manual/portpins_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/power_8h.html -share/doc/avr-libc/avr-libc-user-manual/power_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/project_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/release_method.html -share/doc/avr-libc/avr-libc-user-manual/releases.png -share/doc/avr-libc/avr-libc-user-manual/setbaud_8h.html -share/doc/avr-libc/avr-libc-user-manual/setbaud_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/setjmp_8h.html -share/doc/avr-libc/avr-libc-user-manual/setjmp_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/sfr__defs_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/signal_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/signature_8h.html -share/doc/avr-libc/avr-libc-user-manual/signature_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/sleep_8h.html -share/doc/avr-libc/avr-libc-user-manual/sleep_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/splitbar.png -share/doc/avr-libc/avr-libc-user-manual/stdint_8h.html -share/doc/avr-libc/avr-libc-user-manual/stdint_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/stdio_8h.html -share/doc/avr-libc/avr-libc-user-manual/stdio_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/stdio__private_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/stdiodemo-setup.jpg -share/doc/avr-libc/avr-libc-user-manual/stdlib_8h.html -share/doc/avr-libc/avr-libc-user-manual/stdlib_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/stdlib__private_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/strdup_8c.html -share/doc/avr-libc/avr-libc-user-manual/string_8h.html -share/doc/avr-libc/avr-libc-user-manual/string_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/strtok_8c.html -share/doc/avr-libc/avr-libc-user-manual/strtok__P_8c.html -share/doc/avr-libc/avr-libc-user-manual/structatexit__s.html -share/doc/avr-libc/avr-libc-user-manual/structdiv__t.html -share/doc/avr-libc/avr-libc-user-manual/structldiv__t.html -share/doc/avr-libc/avr-libc-user-manual/structtm.html -share/doc/avr-libc/avr-libc-user-manual/structweek__date.html -share/doc/avr-libc/avr-libc-user-manual/sync_off.png -share/doc/avr-libc/avr-libc-user-manual/sync_on.png -share/doc/avr-libc/avr-libc-user-manual/tab_a.png -share/doc/avr-libc/avr-libc-user-manual/tab_b.png -share/doc/avr-libc/avr-libc-user-manual/tab_h.png -share/doc/avr-libc/avr-libc-user-manual/tab_s.png -share/doc/avr-libc/avr-libc-user-manual/tabs.css -share/doc/avr-libc/avr-libc-user-manual/time_8h.html -share/doc/avr-libc/avr-libc-user-manual/time_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/todo.html -share/doc/avr-libc/avr-libc-user-manual/uart_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/usa__dst_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/using_avrprog.html -share/doc/avr-libc/avr-libc-user-manual/using_tools.html -share/doc/avr-libc/avr-libc-user-manual/util_2twi_8h.html -share/doc/avr-libc/avr-libc-user-manual/util_2twi_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/version_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/wdt_8h.html -share/doc/avr-libc/avr-libc-user-manual/wdt_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/xmega_8h_source.html -share/doc/avr-libc/avr-libc-user-manual/xtoa__fast_8h_source.html +${PLIST.doc}share/doc/avr-libc/AUTHORS +${PLIST.doc}share/doc/avr-libc/LICENSE +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual.pdf +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/FAQ.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/acks.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/alloca_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/annotated.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/arrowdown.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/arrowright.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/assembler.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/assert_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/assert_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/atomic_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/atomic_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/avrs.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/bc_s.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/bdwn.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/benchmarks.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/boot_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/boot_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/classes.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/closed.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/compat_2twi_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/cpufunc_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/cpufunc_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/crc16_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/crc16_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/ctype_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/ctype_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/defines_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/delay_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/delay_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/delay__basic_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/delay__basic_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/demo.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/deprecated.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/deprecated_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000000.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000001.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000002.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000003.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000004.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000005.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000006.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000007.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000008.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000009.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000010.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000011.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000012.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000013.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000014.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000015.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dir_000016.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/doc.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dox.css +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/doxygen.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/dtoa__conv_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/eedef_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/eeprom_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/ephemera__common_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/errno_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/errno_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/eu__dst_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/fdevopen_8c.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/files.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/folderclosed.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/folderopen.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/functions.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/functions_vars.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/fuse_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/fuse_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_a.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_b.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_c.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_d.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_a.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_b.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_c.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_d.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_e.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_f.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_g.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_i.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_l.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_m.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_n.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_o.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_p.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_r.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_s.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_t.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_u.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_defs_w.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_e.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_enum.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_f.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_func.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_g.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_i.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_l.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_m.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_n.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_o.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_p.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_q.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_r.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_s.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_t.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_type.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_u.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_v.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_vars.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/globals_w.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__alloca.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__asmdemo.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__assert.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__boot.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__cpufunc.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__eeprom.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__errno.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__fuse.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__interrupts.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__inttypes.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__io.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__lock.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__math.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__pgmspace.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__power.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__sfr.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__sfr__notes.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__signature.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__sleep.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__stdint.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__stdio.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__stdlib.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__string.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__time.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__version.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__avr__watchdog.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__compat__ina90.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__ctype.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__demo__project.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__demos.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__deprecated__items.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__largedemo.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__setjmp.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__stdiodemo.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__twi__demo.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__util__atomic.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__util__crc.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__util__delay.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__util__delay__basic.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__util__parity.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__util__setbaud.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/group__util__twi.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/hd44780_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/ina90_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/index.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/inline_asm.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/install_tools.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/interrupt_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/interrupt_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/inttypes_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/inttypes_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/io_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/io_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/iocompat_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/largedemo-setup.jpg +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/largedemo-wiring.jpg +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/largedemo-wiring2.jpg +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/lcd_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/library.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/lock_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/lock_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/malloc-std.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/malloc-x1.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/malloc-x2.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/malloc.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/math_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/math_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/mem_sections.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/modules.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/nav_f.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/nav_g.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/nav_h.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/open.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/optimization.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/overview.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/pages.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/parity_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/parity_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/pgmspace.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/pgmspace_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/pgmspace_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/porting.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/portpins_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/power_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/power_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/project_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/release_method.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/releases.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/setbaud_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/setbaud_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/setjmp_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/setjmp_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/sfr__defs_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/signal_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/signature_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/signature_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/sleep_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/sleep_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/splitbar.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdint_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdint_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdio_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdio_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdio__private_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdiodemo-setup.jpg +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdlib_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdlib_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/stdlib__private_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/strdup_8c.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/string_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/string_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/strtok_8c.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/strtok__P_8c.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structatexit__s.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structdiv__t.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structldiv__t.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structtm.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/structweek__date.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/sync_off.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/sync_on.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/tab_a.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/tab_b.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/tab_h.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/tab_s.png +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/tabs.css +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/time_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/time_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/todo.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/uart_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/usa__dst_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/using_avrprog.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/using_tools.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/util_2twi_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/util_2twi_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/version_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/wdt_8h.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/wdt_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/xmega_8h_source.html +${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/xtoa__fast_8h_source.html share/doc/avr-libc/examples/asmdemo/Makefile share/doc/avr-libc/examples/asmdemo/asmdemo.c share/doc/avr-libc/examples/asmdemo/isrs.S share/doc/avr-libc/examples/asmdemo/project.h share/doc/avr-libc/examples/demo/Makefile -share/doc/avr-libc/examples/demo/demo.bin +${PLIST.doc}share/doc/avr-libc/examples/demo/demo.bin share/doc/avr-libc/examples/demo/demo.c -share/doc/avr-libc/examples/demo/demo.hex -share/doc/avr-libc/examples/demo/demo.pdf -share/doc/avr-libc/examples/demo/demo.srec +${PLIST.doc}share/doc/avr-libc/examples/demo/demo.hex +${PLIST.doc}share/doc/avr-libc/examples/demo/demo.pdf +${PLIST.doc}share/doc/avr-libc/examples/demo/demo.srec share/doc/avr-libc/examples/demo/iocompat.h share/doc/avr-libc/examples/largedemo/Makefile share/doc/avr-libc/examples/largedemo/largedemo.c @@ -907,1016 +907,1016 @@ share/doc/avr-libc/examples/stdiodemo/ua share/doc/avr-libc/examples/stdiodemo/uart.h share/doc/avr-libc/examples/twitest/Makefile share/doc/avr-libc/examples/twitest/twitest.c -share/doc/avr-libc/man/man3/ATOMIC_BLOCK.3 -share/doc/avr-libc/man/man3/ATOMIC_FORCEON.3 -share/doc/avr-libc/man/man3/ATOMIC_RESTORESTATE.3 -share/doc/avr-libc/man/man3/BADISR_vect.3 -share/doc/avr-libc/man/man3/BAUD_TOL.3 -share/doc/avr-libc/man/man3/BLB01.3 -share/doc/avr-libc/man/man3/BLB02.3 -share/doc/avr-libc/man/man3/BLB11.3 -share/doc/avr-libc/man/man3/BLB12.3 -share/doc/avr-libc/man/man3/BOOTLOADER_SECTION.3 -share/doc/avr-libc/man/man3/BUFSIZ.3 -share/doc/avr-libc/man/man3/CLOCKS_PER_SEC.3 -share/doc/avr-libc/man/man3/DTOSTR_ALWAYS_SIGN.3 -share/doc/avr-libc/man/man3/DTOSTR_PLUS_SIGN.3 -share/doc/avr-libc/man/man3/DTOSTR_UPPERCASE.3 -share/doc/avr-libc/man/man3/E2BIG.3 -share/doc/avr-libc/man/man3/EACCES.3 -share/doc/avr-libc/man/man3/EADDRINUSE.3 -share/doc/avr-libc/man/man3/EADDRNOTAVAIL.3 -share/doc/avr-libc/man/man3/EAFNOSUPPORT.3 -share/doc/avr-libc/man/man3/EAGAIN.3 -share/doc/avr-libc/man/man3/EALREADY.3 -share/doc/avr-libc/man/man3/EBADF.3 -share/doc/avr-libc/man/man3/EBUSY.3 -share/doc/avr-libc/man/man3/ECHILD.3 -share/doc/avr-libc/man/man3/ECONNABORTED.3 -share/doc/avr-libc/man/man3/ECONNREFUSED.3 -share/doc/avr-libc/man/man3/ECONNRESET.3 -share/doc/avr-libc/man/man3/EDEADLK.3 -share/doc/avr-libc/man/man3/EDESTADDRREQ.3 -share/doc/avr-libc/man/man3/EDOM.3 -share/doc/avr-libc/man/man3/EEMEM.3 -share/doc/avr-libc/man/man3/EEXIST.3 -share/doc/avr-libc/man/man3/EFAULT.3 -share/doc/avr-libc/man/man3/EFBIG.3 -share/doc/avr-libc/man/man3/EHOSTUNREACH.3 -share/doc/avr-libc/man/man3/EILSEQ.3 -share/doc/avr-libc/man/man3/EINPROGRESS.3 -share/doc/avr-libc/man/man3/EINTR.3 -share/doc/avr-libc/man/man3/EINVAL.3 -share/doc/avr-libc/man/man3/EIO.3 -share/doc/avr-libc/man/man3/EISCONN.3 -share/doc/avr-libc/man/man3/EISDIR.3 -share/doc/avr-libc/man/man3/ELOOP.3 -share/doc/avr-libc/man/man3/EMFILE.3 -share/doc/avr-libc/man/man3/EMLINK.3 -share/doc/avr-libc/man/man3/EMPTY_INTERRUPT.3 -share/doc/avr-libc/man/man3/EMSGSIZE.3 -share/doc/avr-libc/man/man3/ENAMETOOLONG.3 -share/doc/avr-libc/man/man3/ENETDOWN.3 -share/doc/avr-libc/man/man3/ENETRESET.3 -share/doc/avr-libc/man/man3/ENETUNREACH.3 -share/doc/avr-libc/man/man3/ENFILE.3 -share/doc/avr-libc/man/man3/ENOBUFS.3 -share/doc/avr-libc/man/man3/ENODEV.3 -share/doc/avr-libc/man/man3/ENOENT.3 -share/doc/avr-libc/man/man3/ENOERR.3 -share/doc/avr-libc/man/man3/ENOEXEC.3 -share/doc/avr-libc/man/man3/ENOLCK.3 -share/doc/avr-libc/man/man3/ENOMEM.3 -share/doc/avr-libc/man/man3/ENOMSG.3 -share/doc/avr-libc/man/man3/ENOPROTOOPT.3 -share/doc/avr-libc/man/man3/ENOSPC.3 -share/doc/avr-libc/man/man3/ENOSYS.3 -share/doc/avr-libc/man/man3/ENOTCONN.3 -share/doc/avr-libc/man/man3/ENOTDIR.3 -share/doc/avr-libc/man/man3/ENOTEMPTY.3 -share/doc/avr-libc/man/man3/ENOTSOCK.3 -share/doc/avr-libc/man/man3/ENOTTY.3 -share/doc/avr-libc/man/man3/ENXIO.3 -share/doc/avr-libc/man/man3/EOF.3 -share/doc/avr-libc/man/man3/EOPNOTSUPP.3 -share/doc/avr-libc/man/man3/EPERM.3 -share/doc/avr-libc/man/man3/EPIPE.3 -share/doc/avr-libc/man/man3/EPROTONOSUPPORT.3 -share/doc/avr-libc/man/man3/EPROTOTYPE.3 -share/doc/avr-libc/man/man3/ERANGE.3 -share/doc/avr-libc/man/man3/EROFS.3 -share/doc/avr-libc/man/man3/ESPIPE.3 -share/doc/avr-libc/man/man3/ESRCH.3 -share/doc/avr-libc/man/man3/ETIMEDOUT.3 -share/doc/avr-libc/man/man3/EWOULDBLOCK.3 -share/doc/avr-libc/man/man3/EXDEV.3 -share/doc/avr-libc/man/man3/EXIT_FAILURE.3 -share/doc/avr-libc/man/man3/EXIT_SUCCESS.3 -share/doc/avr-libc/man/man3/FAQ.3 -share/doc/avr-libc/man/man3/FDEV_SETUP_STREAM.3 -share/doc/avr-libc/man/man3/FILE.3 -share/doc/avr-libc/man/man3/FUSEMEM.3 -share/doc/avr-libc/man/man3/FUSES.3 -share/doc/avr-libc/man/man3/F_CPU.3 -share/doc/avr-libc/man/man3/GET_EXTENDED_FUSE_BITS.3 -share/doc/avr-libc/man/man3/GET_HIGH_FUSE_BITS.3 -share/doc/avr-libc/man/man3/GET_LOCK_BITS.3 -share/doc/avr-libc/man/man3/GET_LOW_FUSE_BITS.3 -share/doc/avr-libc/man/man3/INFINITY.3 -share/doc/avr-libc/man/man3/INT16_C.3 -share/doc/avr-libc/man/man3/INT16_MAX.3 -share/doc/avr-libc/man/man3/INT16_MIN.3 -share/doc/avr-libc/man/man3/INT32_C.3 -share/doc/avr-libc/man/man3/INT32_MAX.3 -share/doc/avr-libc/man/man3/INT32_MIN.3 -share/doc/avr-libc/man/man3/INT64_C.3 -share/doc/avr-libc/man/man3/INT64_MAX.3 -share/doc/avr-libc/man/man3/INT64_MIN.3 -share/doc/avr-libc/man/man3/INT8_C.3 -share/doc/avr-libc/man/man3/INT8_MAX.3 -share/doc/avr-libc/man/man3/INT8_MIN.3 -share/doc/avr-libc/man/man3/INTERRUPT.3 -share/doc/avr-libc/man/man3/INTMAX_C.3 -share/doc/avr-libc/man/man3/INTMAX_MAX.3 -share/doc/avr-libc/man/man3/INTMAX_MIN.3 -share/doc/avr-libc/man/man3/INTPTR_MAX.3 -share/doc/avr-libc/man/man3/INTPTR_MIN.3 -share/doc/avr-libc/man/man3/INT_FAST16_MAX.3 -share/doc/avr-libc/man/man3/INT_FAST16_MIN.3 -share/doc/avr-libc/man/man3/INT_FAST32_MAX.3 -share/doc/avr-libc/man/man3/INT_FAST32_MIN.3 -share/doc/avr-libc/man/man3/INT_FAST64_MAX.3 -share/doc/avr-libc/man/man3/INT_FAST64_MIN.3 -share/doc/avr-libc/man/man3/INT_FAST8_MAX.3 -share/doc/avr-libc/man/man3/INT_FAST8_MIN.3 -share/doc/avr-libc/man/man3/INT_LEAST16_MAX.3 -share/doc/avr-libc/man/man3/INT_LEAST16_MIN.3 -share/doc/avr-libc/man/man3/INT_LEAST32_MAX.3 -share/doc/avr-libc/man/man3/INT_LEAST32_MIN.3 -share/doc/avr-libc/man/man3/INT_LEAST64_MAX.3 -share/doc/avr-libc/man/man3/INT_LEAST64_MIN.3 -share/doc/avr-libc/man/man3/INT_LEAST8_MAX.3 -share/doc/avr-libc/man/man3/INT_LEAST8_MIN.3 -share/doc/avr-libc/man/man3/ISR.3 -share/doc/avr-libc/man/man3/ISR_ALIAS.3 -share/doc/avr-libc/man/man3/ISR_ALIASOF.3 -share/doc/avr-libc/man/man3/ISR_BLOCK.3 -share/doc/avr-libc/man/man3/ISR_NAKED.3 -share/doc/avr-libc/man/man3/ISR_NOBLOCK.3 -share/doc/avr-libc/man/man3/LOCKBITS.3 -share/doc/avr-libc/man/man3/LOCKBITS_DEFAULT.3 -share/doc/avr-libc/man/man3/LOCKMEM.3 -share/doc/avr-libc/man/man3/M_1_PI.3 -share/doc/avr-libc/man/man3/M_2_PI.3 -share/doc/avr-libc/man/man3/M_2_SQRTPI.3 -share/doc/avr-libc/man/man3/M_E.3 -share/doc/avr-libc/man/man3/M_LN10.3 -share/doc/avr-libc/man/man3/M_LN2.3 -share/doc/avr-libc/man/man3/M_LOG10E.3 -share/doc/avr-libc/man/man3/M_LOG2E.3 -share/doc/avr-libc/man/man3/M_PI.3 -share/doc/avr-libc/man/man3/M_PI_2.3 -share/doc/avr-libc/man/man3/M_PI_4.3 -share/doc/avr-libc/man/man3/M_SQRT1_2.3 -share/doc/avr-libc/man/man3/M_SQRT2.3 -share/doc/avr-libc/man/man3/NAN.3 -share/doc/avr-libc/man/man3/NONATOMIC_BLOCK.3 -share/doc/avr-libc/man/man3/NONATOMIC_FORCEOFF.3 -share/doc/avr-libc/man/man3/NONATOMIC_RESTORESTATE.3 -share/doc/avr-libc/man/man3/NTP_OFFSET.3 -share/doc/avr-libc/man/man3/ONE_DAY.3 -share/doc/avr-libc/man/man3/ONE_DEGREE.3 -share/doc/avr-libc/man/man3/ONE_HOUR.3 -share/doc/avr-libc/man/man3/PGM_P.3 -share/doc/avr-libc/man/man3/PGM_VOID_P.3 -share/doc/avr-libc/man/man3/PRIX16.3 -share/doc/avr-libc/man/man3/PRIX32.3 -share/doc/avr-libc/man/man3/PRIX8.3 -share/doc/avr-libc/man/man3/PRIXFAST16.3 -share/doc/avr-libc/man/man3/PRIXFAST32.3 -share/doc/avr-libc/man/man3/PRIXFAST8.3 -share/doc/avr-libc/man/man3/PRIXLEAST16.3 -share/doc/avr-libc/man/man3/PRIXLEAST32.3 -share/doc/avr-libc/man/man3/PRIXLEAST8.3 -share/doc/avr-libc/man/man3/PRIXPTR.3 -share/doc/avr-libc/man/man3/PRId16.3 -share/doc/avr-libc/man/man3/PRId32.3 -share/doc/avr-libc/man/man3/PRId8.3 -share/doc/avr-libc/man/man3/PRIdFAST16.3 -share/doc/avr-libc/man/man3/PRIdFAST32.3 -share/doc/avr-libc/man/man3/PRIdFAST8.3 -share/doc/avr-libc/man/man3/PRIdLEAST16.3 -share/doc/avr-libc/man/man3/PRIdLEAST32.3 -share/doc/avr-libc/man/man3/PRIdLEAST8.3 -share/doc/avr-libc/man/man3/PRIdPTR.3 -share/doc/avr-libc/man/man3/PRIi16.3 -share/doc/avr-libc/man/man3/PRIi32.3 -share/doc/avr-libc/man/man3/PRIi8.3 -share/doc/avr-libc/man/man3/PRIiFAST16.3 -share/doc/avr-libc/man/man3/PRIiFAST32.3 -share/doc/avr-libc/man/man3/PRIiFAST8.3 -share/doc/avr-libc/man/man3/PRIiLEAST16.3 -share/doc/avr-libc/man/man3/PRIiLEAST32.3 -share/doc/avr-libc/man/man3/PRIiLEAST8.3 -share/doc/avr-libc/man/man3/PRIiPTR.3 -share/doc/avr-libc/man/man3/PRIo16.3 -share/doc/avr-libc/man/man3/PRIo32.3 -share/doc/avr-libc/man/man3/PRIo8.3 -share/doc/avr-libc/man/man3/PRIoFAST16.3 -share/doc/avr-libc/man/man3/PRIoFAST32.3 -share/doc/avr-libc/man/man3/PRIoFAST8.3 -share/doc/avr-libc/man/man3/PRIoLEAST16.3 -share/doc/avr-libc/man/man3/PRIoLEAST32.3 -share/doc/avr-libc/man/man3/PRIoLEAST8.3 -share/doc/avr-libc/man/man3/PRIoPTR.3 -share/doc/avr-libc/man/man3/PRIu16.3 -share/doc/avr-libc/man/man3/PRIu32.3 -share/doc/avr-libc/man/man3/PRIu8.3 -share/doc/avr-libc/man/man3/PRIuFAST16.3 -share/doc/avr-libc/man/man3/PRIuFAST32.3 -share/doc/avr-libc/man/man3/PRIuFAST8.3 -share/doc/avr-libc/man/man3/PRIuLEAST16.3 -share/doc/avr-libc/man/man3/PRIuLEAST32.3 -share/doc/avr-libc/man/man3/PRIuLEAST8.3 -share/doc/avr-libc/man/man3/PRIuPTR.3 -share/doc/avr-libc/man/man3/PRIx16.3 -share/doc/avr-libc/man/man3/PRIx32.3 -share/doc/avr-libc/man/man3/PRIx8.3 -share/doc/avr-libc/man/man3/PRIxFAST16.3 -share/doc/avr-libc/man/man3/PRIxFAST32.3 -share/doc/avr-libc/man/man3/PRIxFAST8.3 -share/doc/avr-libc/man/man3/PRIxLEAST16.3 -share/doc/avr-libc/man/man3/PRIxLEAST32.3 -share/doc/avr-libc/man/man3/PRIxLEAST8.3 -share/doc/avr-libc/man/man3/PRIxPTR.3 -share/doc/avr-libc/man/man3/PROGMEM.3 -share/doc/avr-libc/man/man3/PSTR.3 -share/doc/avr-libc/man/man3/PTRDIFF_MAX.3 -share/doc/avr-libc/man/man3/PTRDIFF_MIN.3 -share/doc/avr-libc/man/man3/RANDOM_MAX.3 -share/doc/avr-libc/man/man3/RAND_MAX.3 -share/doc/avr-libc/man/man3/SCNd16.3 -share/doc/avr-libc/man/man3/SCNd32.3 -share/doc/avr-libc/man/man3/SCNd8.3 -share/doc/avr-libc/man/man3/SCNdFAST16.3 -share/doc/avr-libc/man/man3/SCNdFAST32.3 -share/doc/avr-libc/man/man3/SCNdFAST8.3 -share/doc/avr-libc/man/man3/SCNdLEAST16.3 -share/doc/avr-libc/man/man3/SCNdLEAST32.3 -share/doc/avr-libc/man/man3/SCNdLEAST8.3 -share/doc/avr-libc/man/man3/SCNdPTR.3 -share/doc/avr-libc/man/man3/SCNi16.3 -share/doc/avr-libc/man/man3/SCNi32.3 -share/doc/avr-libc/man/man3/SCNi8.3 -share/doc/avr-libc/man/man3/SCNiFAST16.3 -share/doc/avr-libc/man/man3/SCNiFAST32.3 -share/doc/avr-libc/man/man3/SCNiFAST8.3 -share/doc/avr-libc/man/man3/SCNiLEAST16.3 -share/doc/avr-libc/man/man3/SCNiLEAST32.3 -share/doc/avr-libc/man/man3/SCNiLEAST8.3 -share/doc/avr-libc/man/man3/SCNiPTR.3 -share/doc/avr-libc/man/man3/SCNo16.3 -share/doc/avr-libc/man/man3/SCNo32.3 -share/doc/avr-libc/man/man3/SCNo8.3 -share/doc/avr-libc/man/man3/SCNoFAST16.3 -share/doc/avr-libc/man/man3/SCNoFAST32.3 -share/doc/avr-libc/man/man3/SCNoFAST8.3 -share/doc/avr-libc/man/man3/SCNoLEAST16.3 -share/doc/avr-libc/man/man3/SCNoLEAST32.3 -share/doc/avr-libc/man/man3/SCNoLEAST8.3 -share/doc/avr-libc/man/man3/SCNoPTR.3 -share/doc/avr-libc/man/man3/SCNu16.3 -share/doc/avr-libc/man/man3/SCNu32.3 -share/doc/avr-libc/man/man3/SCNu8.3 -share/doc/avr-libc/man/man3/SCNuFAST16.3 -share/doc/avr-libc/man/man3/SCNuFAST32.3 -share/doc/avr-libc/man/man3/SCNuFAST8.3 -share/doc/avr-libc/man/man3/SCNuLEAST16.3 -share/doc/avr-libc/man/man3/SCNuLEAST32.3 -share/doc/avr-libc/man/man3/SCNuLEAST8.3 -share/doc/avr-libc/man/man3/SCNuPTR.3 -share/doc/avr-libc/man/man3/SCNx16.3 -share/doc/avr-libc/man/man3/SCNx32.3 -share/doc/avr-libc/man/man3/SCNx8.3 -share/doc/avr-libc/man/man3/SCNxFAST16.3 -share/doc/avr-libc/man/man3/SCNxFAST32.3 -share/doc/avr-libc/man/man3/SCNxFAST8.3 -share/doc/avr-libc/man/man3/SCNxLEAST16.3 -share/doc/avr-libc/man/man3/SCNxLEAST32.3 -share/doc/avr-libc/man/man3/SCNxLEAST8.3 -share/doc/avr-libc/man/man3/SCNxPTR.3 -share/doc/avr-libc/man/man3/SEEK_CUR.3 -share/doc/avr-libc/man/man3/SEEK_END.3 -share/doc/avr-libc/man/man3/SEEK_SET.3 -share/doc/avr-libc/man/man3/SIGNAL.3 -share/doc/avr-libc/man/man3/SIG_ATOMIC_MAX.3 -share/doc/avr-libc/man/man3/SIG_ATOMIC_MIN.3 -share/doc/avr-libc/man/man3/SIZE_MAX.3 -share/doc/avr-libc/man/man3/TW_BUS_ERROR.3 -share/doc/avr-libc/man/man3/TW_MR_ARB_LOST.3 -share/doc/avr-libc/man/man3/TW_MR_DATA_ACK.3 -share/doc/avr-libc/man/man3/TW_MR_DATA_NACK.3 -share/doc/avr-libc/man/man3/TW_MR_SLA_ACK.3 -share/doc/avr-libc/man/man3/TW_MR_SLA_NACK.3 -share/doc/avr-libc/man/man3/TW_MT_ARB_LOST.3 -share/doc/avr-libc/man/man3/TW_MT_DATA_ACK.3 -share/doc/avr-libc/man/man3/TW_MT_DATA_NACK.3 -share/doc/avr-libc/man/man3/TW_MT_SLA_ACK.3 -share/doc/avr-libc/man/man3/TW_MT_SLA_NACK.3 -share/doc/avr-libc/man/man3/TW_NO_INFO.3 -share/doc/avr-libc/man/man3/TW_READ.3 -share/doc/avr-libc/man/man3/TW_REP_START.3 -share/doc/avr-libc/man/man3/TW_SR_ARB_LOST_GCALL_ACK.3 -share/doc/avr-libc/man/man3/TW_SR_ARB_LOST_SLA_ACK.3 -share/doc/avr-libc/man/man3/TW_SR_DATA_ACK.3 -share/doc/avr-libc/man/man3/TW_SR_DATA_NACK.3 -share/doc/avr-libc/man/man3/TW_SR_GCALL_ACK.3 -share/doc/avr-libc/man/man3/TW_SR_GCALL_DATA_ACK.3 -share/doc/avr-libc/man/man3/TW_SR_GCALL_DATA_NACK.3 -share/doc/avr-libc/man/man3/TW_SR_SLA_ACK.3 -share/doc/avr-libc/man/man3/TW_SR_STOP.3 -share/doc/avr-libc/man/man3/TW_START.3 -share/doc/avr-libc/man/man3/TW_STATUS.3 -share/doc/avr-libc/man/man3/TW_STATUS_MASK.3 -share/doc/avr-libc/man/man3/TW_ST_ARB_LOST_SLA_ACK.3 -share/doc/avr-libc/man/man3/TW_ST_DATA_ACK.3 -share/doc/avr-libc/man/man3/TW_ST_DATA_NACK.3 -share/doc/avr-libc/man/man3/TW_ST_LAST_DATA.3 -share/doc/avr-libc/man/man3/TW_ST_SLA_ACK.3 -share/doc/avr-libc/man/man3/TW_WRITE.3 -share/doc/avr-libc/man/man3/UBRRH_VALUE.3 -share/doc/avr-libc/man/man3/UBRRL_VALUE.3 -share/doc/avr-libc/man/man3/UBRR_VALUE.3 -share/doc/avr-libc/man/man3/UINT16_C.3 -share/doc/avr-libc/man/man3/UINT16_MAX.3 -share/doc/avr-libc/man/man3/UINT32_C.3 -share/doc/avr-libc/man/man3/UINT32_MAX.3 -share/doc/avr-libc/man/man3/UINT64_C.3 -share/doc/avr-libc/man/man3/UINT64_MAX.3 -share/doc/avr-libc/man/man3/UINT8_C.3 -share/doc/avr-libc/man/man3/UINT8_MAX.3 -share/doc/avr-libc/man/man3/UINTMAX_C.3 -share/doc/avr-libc/man/man3/UINTMAX_MAX.3 -share/doc/avr-libc/man/man3/UINTPTR_MAX.3 -share/doc/avr-libc/man/man3/UINT_FAST16_MAX.3 -share/doc/avr-libc/man/man3/UINT_FAST32_MAX.3 -share/doc/avr-libc/man/man3/UINT_FAST64_MAX.3 -share/doc/avr-libc/man/man3/UINT_FAST8_MAX.3 -share/doc/avr-libc/man/man3/UINT_LEAST16_MAX.3 -share/doc/avr-libc/man/man3/UINT_LEAST32_MAX.3 -share/doc/avr-libc/man/man3/UINT_LEAST64_MAX.3 -share/doc/avr-libc/man/man3/UINT_LEAST8_MAX.3 -share/doc/avr-libc/man/man3/UNIX_OFFSET.3 -share/doc/avr-libc/man/man3/USE_2X.3 -share/doc/avr-libc/man/man3/WCHAR_MAX.3 -share/doc/avr-libc/man/man3/WCHAR_MIN.3 -share/doc/avr-libc/man/man3/WDTO_120MS.3 -share/doc/avr-libc/man/man3/WDTO_15MS.3 -share/doc/avr-libc/man/man3/WDTO_1S.3 -share/doc/avr-libc/man/man3/WDTO_250MS.3 -share/doc/avr-libc/man/man3/WDTO_2S.3 -share/doc/avr-libc/man/man3/WDTO_30MS.3 -share/doc/avr-libc/man/man3/WDTO_4S.3 -share/doc/avr-libc/man/man3/WDTO_500MS.3 -share/doc/avr-libc/man/man3/WDTO_60MS.3 -share/doc/avr-libc/man/man3/WDTO_8S.3 -share/doc/avr-libc/man/man3/WINT_MAX.3 -share/doc/avr-libc/man/man3/WINT_MIN.3 -share/doc/avr-libc/man/man3/_BV.3 -share/doc/avr-libc/man/man3/_CLOCKS_PER_SEC_.3 -share/doc/avr-libc/man/man3/_EEGET.3 -share/doc/avr-libc/man/man3/_EEPUT.3 -share/doc/avr-libc/man/man3/_FDEV_EOF.3 -share/doc/avr-libc/man/man3/_FDEV_ERR.3 -share/doc/avr-libc/man/man3/_FDEV_SETUP_READ.3 -share/doc/avr-libc/man/man3/_FDEV_SETUP_RW.3 -share/doc/avr-libc/man/man3/_FDEV_SETUP_WRITE.3 -share/doc/avr-libc/man/man3/_FFS.3 -share/doc/avr-libc/man/man3/_IONBF.3 -share/doc/avr-libc/man/man3/_MONTHS_.3 -share/doc/avr-libc/man/man3/_MemoryBarrier.3 -share/doc/avr-libc/man/man3/_NOP.3 -share/doc/avr-libc/man/man3/_PROTECTED_WRITE.3 -share/doc/avr-libc/man/man3/_SLEEP_CONTROL_REG.3 -share/doc/avr-libc/man/man3/_SLEEP_ENABLE_MASK.3 -share/doc/avr-libc/man/man3/_WD_CHANGE_BIT.3 -share/doc/avr-libc/man/man3/_WD_CONTROL_REG.3 -share/doc/avr-libc/man/man3/_WD_PS3_MASK.3 -share/doc/avr-libc/man/man3/_WEEK_DAYS_.3 -share/doc/avr-libc/man/man3/__ATTR_NORETURN__.3 -share/doc/avr-libc/man/man3/__ATTR_PROGMEM__.3 -share/doc/avr-libc/man/man3/__ATTR_PURE__.3 -share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_.3 -share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_STRING__.3 -share/doc/avr-libc/man/man3/__AVR_LIBC_MAJOR__.3 -share/doc/avr-libc/man/man3/__AVR_LIBC_MINOR__.3 -share/doc/avr-libc/man/man3/__AVR_LIBC_REVISION__.3 -share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION_STRING__.3 -share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION__.3 -share/doc/avr-libc/man/man3/__BOOT_PAGE_ERASE.3 -share/doc/avr-libc/man/man3/__BOOT_PAGE_FILL.3 -share/doc/avr-libc/man/man3/__BOOT_PAGE_WRITE.3 -share/doc/avr-libc/man/man3/__BOOT_RWW_ENABLE.3 -share/doc/avr-libc/man/man3/__BOOT_SIGROW_READ.3 -share/doc/avr-libc/man/man3/__COMMON_ASB.3 -share/doc/avr-libc/man/man3/__COMMON_ASRE.3 -share/doc/avr-libc/man/man3/__CONCAT.3 -share/doc/avr-libc/man/man3/__CONCATenate.3 -share/doc/avr-libc/man/man3/__EEGET.3 -share/doc/avr-libc/man/man3/__EEPUT.3 -share/doc/avr-libc/man/man3/__ELPM.3 -share/doc/avr-libc/man/man3/__ELPM_classic__.3 -share/doc/avr-libc/man/man3/__ELPM_dword.3 -share/doc/avr-libc/man/man3/__ELPM_dword_classic__.3 -share/doc/avr-libc/man/man3/__ELPM_dword_enhanced__.3 -share/doc/avr-libc/man/man3/__ELPM_dword_xmega__.3 -share/doc/avr-libc/man/man3/__ELPM_enhanced__.3 -share/doc/avr-libc/man/man3/__ELPM_float.3 -share/doc/avr-libc/man/man3/__ELPM_float_classic__.3 -share/doc/avr-libc/man/man3/__ELPM_float_enhanced__.3 -share/doc/avr-libc/man/man3/__ELPM_float_xmega__.3 -share/doc/avr-libc/man/man3/__ELPM_word.3 -share/doc/avr-libc/man/man3/__ELPM_word_classic__.3 -share/doc/avr-libc/man/man3/__ELPM_word_enhanced__.3 -share/doc/avr-libc/man/man3/__ELPM_word_xmega__.3 -share/doc/avr-libc/man/man3/__ELPM_xmega__.3 -share/doc/avr-libc/man/man3/__HAS_DELAY_CYCLES.3 -share/doc/avr-libc/man/man3/__INTR_ATTRS.3 -share/doc/avr-libc/man/man3/__LPM.3 -share/doc/avr-libc/man/man3/__LPM_classic__.3 -share/doc/avr-libc/man/man3/__LPM_dword.3 -share/doc/avr-libc/man/man3/__LPM_dword_classic__.3 -share/doc/avr-libc/man/man3/__LPM_dword_enhanced__.3 -share/doc/avr-libc/man/man3/__LPM_enhanced__.3 -share/doc/avr-libc/man/man3/__LPM_float.3 -share/doc/avr-libc/man/man3/__LPM_float_classic__.3 -share/doc/avr-libc/man/man3/__LPM_float_enhanced__.3 -share/doc/avr-libc/man/man3/__LPM_word.3 -share/doc/avr-libc/man/man3/__LPM_word_classic__.3 -share/doc/avr-libc/man/man3/__LPM_word_enhanced__.3 -share/doc/avr-libc/man/man3/__USING_MINT8.3 -share/doc/avr-libc/man/man3/__attribute__.3 -share/doc/avr-libc/man/man3/__boot_lock_bits_set.3 -share/doc/avr-libc/man/man3/__boot_lock_bits_set_alternate.3 -share/doc/avr-libc/man/man3/__boot_page_erase_alternate.3 -share/doc/avr-libc/man/man3/__boot_page_erase_extended.3 -share/doc/avr-libc/man/man3/__boot_page_erase_normal.3 -share/doc/avr-libc/man/man3/__boot_page_fill_alternate.3 -share/doc/avr-libc/man/man3/__boot_page_fill_extended.3 -share/doc/avr-libc/man/man3/__boot_page_fill_normal.3 -share/doc/avr-libc/man/man3/__boot_page_write_alternate.3 -share/doc/avr-libc/man/man3/__boot_page_write_extended.3 -share/doc/avr-libc/man/man3/__boot_page_write_normal.3 -share/doc/avr-libc/man/man3/__boot_rww_enable.3 -share/doc/avr-libc/man/man3/__boot_rww_enable_alternate.3 -share/doc/avr-libc/man/man3/__compar_fn_t.3 -share/doc/avr-libc/man/man3/__malloc_heap_end.3 -share/doc/avr-libc/man/man3/__malloc_heap_start.3 -share/doc/avr-libc/man/man3/__malloc_margin.3 -share/doc/avr-libc/man/man3/__need_NULL.3 -share/doc/avr-libc/man/man3/__need_size_t.3 -share/doc/avr-libc/man/man3/__need_wchar_t.3 -share/doc/avr-libc/man/man3/__ptr_t.3 -share/doc/avr-libc/man/man3/__strlen_P.3 -share/doc/avr-libc/man/man3/_crc16_update.3 -share/doc/avr-libc/man/man3/_crc8_ccitt_update.3 -share/doc/avr-libc/man/man3/_crc_ccitt_update.3 -share/doc/avr-libc/man/man3/_crc_ibutton_update.3 -share/doc/avr-libc/man/man3/_crc_xmodem_update.3 -share/doc/avr-libc/man/man3/_delay_loop_1.3 -share/doc/avr-libc/man/man3/_delay_loop_2.3 -share/doc/avr-libc/man/man3/_delay_ms.3 -share/doc/avr-libc/man/man3/_delay_us.3 -share/doc/avr-libc/man/man3/abort.3 -share/doc/avr-libc/man/man3/abs.3 -share/doc/avr-libc/man/man3/acks.3 -share/doc/avr-libc/man/man3/acos.3 -share/doc/avr-libc/man/man3/acosf.3 -share/doc/avr-libc/man/man3/alloca.3 -share/doc/avr-libc/man/man3/asctime.3 -share/doc/avr-libc/man/man3/asctime_r.3 -share/doc/avr-libc/man/man3/asin.3 -share/doc/avr-libc/man/man3/asinf.3 -share/doc/avr-libc/man/man3/asmdemo.3 -share/doc/avr-libc/man/man3/assembler.3 -share/doc/avr-libc/man/man3/assert.3 -share/doc/avr-libc/man/man3/assert.h.3 -share/doc/avr-libc/man/man3/atan.3 -share/doc/avr-libc/man/man3/atan2.3 -share/doc/avr-libc/man/man3/atan2f.3 -share/doc/avr-libc/man/man3/atanf.3 -share/doc/avr-libc/man/man3/atexit.3 -share/doc/avr-libc/man/man3/atexit_s.3 -share/doc/avr-libc/man/man3/atof.3 -share/doc/avr-libc/man/man3/atoi.3 -share/doc/avr-libc/man/man3/atol.3 -share/doc/avr-libc/man/man3/atomic.h.3 -share/doc/avr-libc/man/man3/avr_assert.3 -share/doc/avr-libc/man/man3/avr_boot.3 -share/doc/avr-libc/man/man3/avr_cpufunc.3 -share/doc/avr-libc/man/man3/avr_eeprom.3 -share/doc/avr-libc/man/man3/avr_errno.3 -share/doc/avr-libc/man/man3/avr_fuse.3 -share/doc/avr-libc/man/man3/avr_interrupts.3 -share/doc/avr-libc/man/man3/avr_inttypes.3 -share/doc/avr-libc/man/man3/avr_io.3 -share/doc/avr-libc/man/man3/avr_lock.3 -share/doc/avr-libc/man/man3/avr_math.3 -share/doc/avr-libc/man/man3/avr_pgmspace.3 -share/doc/avr-libc/man/man3/avr_power.3 -share/doc/avr-libc/man/man3/avr_sfr.3 -share/doc/avr-libc/man/man3/avr_sfr_notes.3 -share/doc/avr-libc/man/man3/avr_signature.3 -share/doc/avr-libc/man/man3/avr_sleep.3 -share/doc/avr-libc/man/man3/avr_stdint.3 -share/doc/avr-libc/man/man3/avr_stdio.3 -share/doc/avr-libc/man/man3/avr_stdlib.3 -share/doc/avr-libc/man/man3/avr_string.3 -share/doc/avr-libc/man/man3/avr_time.3 -share/doc/avr-libc/man/man3/avr_version.3 -share/doc/avr-libc/man/man3/avr_watchdog.3 -share/doc/avr-libc/man/man3/benchmarks.3 -share/doc/avr-libc/man/man3/bit_is_clear.3 -share/doc/avr-libc/man/man3/bit_is_set.3 -share/doc/avr-libc/man/man3/boot.h.3 -share/doc/avr-libc/man/man3/boot_is_spm_interrupt.3 -share/doc/avr-libc/man/man3/boot_lock_bits_set.3 -share/doc/avr-libc/man/man3/boot_lock_bits_set_safe.3 -share/doc/avr-libc/man/man3/boot_lock_fuse_bits_get.3 -share/doc/avr-libc/man/man3/boot_page_erase.3 -share/doc/avr-libc/man/man3/boot_page_erase_safe.3 -share/doc/avr-libc/man/man3/boot_page_fill.3 -share/doc/avr-libc/man/man3/boot_page_fill_safe.3 -share/doc/avr-libc/man/man3/boot_page_write.3 -share/doc/avr-libc/man/man3/boot_page_write_safe.3 -share/doc/avr-libc/man/man3/boot_rww_busy.3 -share/doc/avr-libc/man/man3/boot_rww_enable.3 -share/doc/avr-libc/man/man3/boot_rww_enable_safe.3 -share/doc/avr-libc/man/man3/boot_signature_byte_get.3 -share/doc/avr-libc/man/man3/boot_spm_busy.3 -share/doc/avr-libc/man/man3/boot_spm_busy_wait.3 -share/doc/avr-libc/man/man3/boot_spm_interrupt_disable.3 -share/doc/avr-libc/man/man3/boot_spm_interrupt_enable.3 -share/doc/avr-libc/man/man3/bsearch.3 -share/doc/avr-libc/man/man3/calloc.3 -share/doc/avr-libc/man/man3/cbi.3 -share/doc/avr-libc/man/man3/cbrt.3 -share/doc/avr-libc/man/man3/cbrtf.3 -share/doc/avr-libc/man/man3/ceil.3 -share/doc/avr-libc/man/man3/ceilf.3 -share/doc/avr-libc/man/man3/clearerr.3 -share/doc/avr-libc/man/man3/cli.3 -share/doc/avr-libc/man/man3/clock.3 -share/doc/avr-libc/man/man3/clock_div_t.3 -share/doc/avr-libc/man/man3/clock_prescale_get.3 -share/doc/avr-libc/man/man3/clock_prescale_set.3 -share/doc/avr-libc/man/man3/clock_t.3 -share/doc/avr-libc/man/man3/compat_ina90.3 -share/doc/avr-libc/man/man3/copysign.3 -share/doc/avr-libc/man/man3/copysignf.3 -share/doc/avr-libc/man/man3/cos.3 -share/doc/avr-libc/man/man3/cosf.3 -share/doc/avr-libc/man/man3/cosh.3 -share/doc/avr-libc/man/man3/coshf.3 -share/doc/avr-libc/man/man3/cpufunc.h.3 -share/doc/avr-libc/man/man3/crc16.h.3 -share/doc/avr-libc/man/man3/ctime.3 -share/doc/avr-libc/man/man3/ctime_r.3 -share/doc/avr-libc/man/man3/ctype.3 -share/doc/avr-libc/man/man3/ctype.h.3 -share/doc/avr-libc/man/man3/day.3 -share/doc/avr-libc/man/man3/daylight_seconds.3 -share/doc/avr-libc/man/man3/delay.h.3 -share/doc/avr-libc/man/man3/delay_basic.h.3 -share/doc/avr-libc/man/man3/demo_project.3 -share/doc/avr-libc/man/man3/demos.3 -share/doc/avr-libc/man/man3/deprecated.3 -share/doc/avr-libc/man/man3/deprecated_items.3 -share/doc/avr-libc/man/man3/difftime.3 -share/doc/avr-libc/man/man3/div.3 -share/doc/avr-libc/man/man3/div_t.3 -share/doc/avr-libc/man/man3/dtostre.3 -share/doc/avr-libc/man/man3/dtostrf.3 -share/doc/avr-libc/man/man3/eeprom_busy_wait.3 -share/doc/avr-libc/man/man3/eeprom_is_ready.3 -share/doc/avr-libc/man/man3/eeprom_read_block.3 -share/doc/avr-libc/man/man3/eeprom_read_byte.3 -share/doc/avr-libc/man/man3/eeprom_read_dword.3 -share/doc/avr-libc/man/man3/eeprom_read_float.3 -share/doc/avr-libc/man/man3/eeprom_read_word.3 -share/doc/avr-libc/man/man3/eeprom_update_block.3 -share/doc/avr-libc/man/man3/eeprom_update_byte.3 -share/doc/avr-libc/man/man3/eeprom_update_dword.3 -share/doc/avr-libc/man/man3/eeprom_update_float.3 -share/doc/avr-libc/man/man3/eeprom_update_word.3 -share/doc/avr-libc/man/man3/eeprom_write_block.3 -share/doc/avr-libc/man/man3/eeprom_write_byte.3 -share/doc/avr-libc/man/man3/eeprom_write_dword.3 -share/doc/avr-libc/man/man3/eeprom_write_float.3 -share/doc/avr-libc/man/man3/eeprom_write_word.3 -share/doc/avr-libc/man/man3/enable_external_int.3 -share/doc/avr-libc/man/man3/equation_of_time.3 -share/doc/avr-libc/man/man3/errno.3 -share/doc/avr-libc/man/man3/errno.h.3 -share/doc/avr-libc/man/man3/exit.3 -share/doc/avr-libc/man/man3/exp.3 -share/doc/avr-libc/man/man3/expf.3 -share/doc/avr-libc/man/man3/fabs.3 -share/doc/avr-libc/man/man3/fabsf.3 -share/doc/avr-libc/man/man3/fatfs_time.3 -share/doc/avr-libc/man/man3/fclose.3 -share/doc/avr-libc/man/man3/fdev_close.3 -share/doc/avr-libc/man/man3/fdev_get_udata.3 -share/doc/avr-libc/man/man3/fdev_set_udata.3 -share/doc/avr-libc/man/man3/fdev_setup_stream.3 -share/doc/avr-libc/man/man3/fdevopen.3 -share/doc/avr-libc/man/man3/fdevopen.c.3 -share/doc/avr-libc/man/man3/fdim.3 -share/doc/avr-libc/man/man3/fdimf.3 -share/doc/avr-libc/man/man3/fdopen.3 -share/doc/avr-libc/man/man3/feof.3 -share/doc/avr-libc/man/man3/ferror.3 -share/doc/avr-libc/man/man3/fflush.3 -share/doc/avr-libc/man/man3/ffs.3 -share/doc/avr-libc/man/man3/ffsl.3 -share/doc/avr-libc/man/man3/ffsll.3 -share/doc/avr-libc/man/man3/fgetc.3 -share/doc/avr-libc/man/man3/fgetpos.3 -share/doc/avr-libc/man/man3/fgets.3 -share/doc/avr-libc/man/man3/fileno.3 -share/doc/avr-libc/man/man3/floor.3 -share/doc/avr-libc/man/man3/floorf.3 -share/doc/avr-libc/man/man3/fma.3 -share/doc/avr-libc/man/man3/fmaf.3 -share/doc/avr-libc/man/man3/fmax.3 -share/doc/avr-libc/man/man3/fmaxf.3 -share/doc/avr-libc/man/man3/fmin.3 -share/doc/avr-libc/man/man3/fminf.3 -share/doc/avr-libc/man/man3/fmod.3 -share/doc/avr-libc/man/man3/fmodf.3 -share/doc/avr-libc/man/man3/fopen.3 -share/doc/avr-libc/man/man3/fpos_t.3 -share/doc/avr-libc/man/man3/fprintf.3 -share/doc/avr-libc/man/man3/fprintf_P.3 -share/doc/avr-libc/man/man3/fputc.3 -share/doc/avr-libc/man/man3/fputs.3 -share/doc/avr-libc/man/man3/fputs_P.3 -share/doc/avr-libc/man/man3/fread.3 -share/doc/avr-libc/man/man3/free.3 -share/doc/avr-libc/man/man3/freopen.3 -share/doc/avr-libc/man/man3/frexp.3 -share/doc/avr-libc/man/man3/frexpf.3 -share/doc/avr-libc/man/man3/fscanf.3 -share/doc/avr-libc/man/man3/fscanf_P.3 -share/doc/avr-libc/man/man3/fseek.3 -share/doc/avr-libc/man/man3/fsetpos.3 -share/doc/avr-libc/man/man3/ftell.3 -share/doc/avr-libc/man/man3/fun.3 -share/doc/avr-libc/man/man3/fuse.h.3 -share/doc/avr-libc/man/man3/fwrite.3 -share/doc/avr-libc/man/man3/getc.3 -share/doc/avr-libc/man/man3/getchar.3 -share/doc/avr-libc/man/man3/getenv.3 -share/doc/avr-libc/man/man3/gets.3 -share/doc/avr-libc/man/man3/gm_sidereal.3 -share/doc/avr-libc/man/man3/gmtime.3 -share/doc/avr-libc/man/man3/gmtime_r.3 -share/doc/avr-libc/man/man3/hypot.3 -share/doc/avr-libc/man/man3/hypotf.3 -share/doc/avr-libc/man/man3/inb.3 -share/doc/avr-libc/man/man3/inline_asm.3 -share/doc/avr-libc/man/man3/inp.3 -share/doc/avr-libc/man/man3/install_tools.3 -share/doc/avr-libc/man/man3/int16_t.3 -share/doc/avr-libc/man/man3/int32_t.3 -share/doc/avr-libc/man/man3/int64_t.3 -share/doc/avr-libc/man/man3/int8_t.3 -share/doc/avr-libc/man/man3/int_farptr_t.3 -share/doc/avr-libc/man/man3/int_fast16_t.3 -share/doc/avr-libc/man/man3/int_fast32_t.3 -share/doc/avr-libc/man/man3/int_fast64_t.3 -share/doc/avr-libc/man/man3/int_fast8_t.3 -share/doc/avr-libc/man/man3/int_least16_t.3 -share/doc/avr-libc/man/man3/int_least32_t.3 -share/doc/avr-libc/man/man3/int_least64_t.3 -share/doc/avr-libc/man/man3/int_least8_t.3 -share/doc/avr-libc/man/man3/interrupt.h.3 -share/doc/avr-libc/man/man3/intmax_t.3 -share/doc/avr-libc/man/man3/intptr_t.3 -share/doc/avr-libc/man/man3/inttypes.h.3 -share/doc/avr-libc/man/man3/io.h.3 -share/doc/avr-libc/man/man3/is_leap_year.3 -share/doc/avr-libc/man/man3/isalnum.3 -share/doc/avr-libc/man/man3/isalpha.3 -share/doc/avr-libc/man/man3/isascii.3 -share/doc/avr-libc/man/man3/isblank.3 -share/doc/avr-libc/man/man3/iscntrl.3 -share/doc/avr-libc/man/man3/isdigit.3 -share/doc/avr-libc/man/man3/isfinite.3 -share/doc/avr-libc/man/man3/isfinitef.3 -share/doc/avr-libc/man/man3/isgraph.3 -share/doc/avr-libc/man/man3/isinf.3 -share/doc/avr-libc/man/man3/isinff.3 -share/doc/avr-libc/man/man3/islower.3 -share/doc/avr-libc/man/man3/isnan.3 -share/doc/avr-libc/man/man3/isnanf.3 -share/doc/avr-libc/man/man3/iso_week_date.3 -share/doc/avr-libc/man/man3/iso_week_date_r.3 -share/doc/avr-libc/man/man3/isotime.3 -share/doc/avr-libc/man/man3/isotime_r.3 -share/doc/avr-libc/man/man3/isprint.3 -share/doc/avr-libc/man/man3/ispunct.3 -share/doc/avr-libc/man/man3/isspace.3 -share/doc/avr-libc/man/man3/isupper.3 -share/doc/avr-libc/man/man3/isxdigit.3 -share/doc/avr-libc/man/man3/itoa.3 -share/doc/avr-libc/man/man3/labs.3 -share/doc/avr-libc/man/man3/largedemo.3 -share/doc/avr-libc/man/man3/ldexp.3 -share/doc/avr-libc/man/man3/ldexpf.3 -share/doc/avr-libc/man/man3/ldiv.3 -share/doc/avr-libc/man/man3/ldiv_t.3 -share/doc/avr-libc/man/man3/library.3 -share/doc/avr-libc/man/man3/lm_sidereal.3 -share/doc/avr-libc/man/man3/localtime.3 -share/doc/avr-libc/man/man3/localtime_r.3 -share/doc/avr-libc/man/man3/lock.h.3 -share/doc/avr-libc/man/man3/log.3 -share/doc/avr-libc/man/man3/log10.3 -share/doc/avr-libc/man/man3/log10f.3 -share/doc/avr-libc/man/man3/logf.3 -share/doc/avr-libc/man/man3/longjmp.3 -share/doc/avr-libc/man/man3/loop_until_bit_is_clear.3 -share/doc/avr-libc/man/man3/loop_until_bit_is_set.3 -share/doc/avr-libc/man/man3/lrint.3 -share/doc/avr-libc/man/man3/lrintf.3 -share/doc/avr-libc/man/man3/lround.3 -share/doc/avr-libc/man/man3/lroundf.3 -share/doc/avr-libc/man/man3/ltoa.3 -share/doc/avr-libc/man/man3/malloc.3 -share/doc/avr-libc/man/man3/math.h.3 -share/doc/avr-libc/man/man3/mem_sections.3 -share/doc/avr-libc/man/man3/memccpy.3 -share/doc/avr-libc/man/man3/memccpy_P.3 -share/doc/avr-libc/man/man3/memchr.3 -share/doc/avr-libc/man/man3/memchr_P.3 -share/doc/avr-libc/man/man3/memcmp.3 -share/doc/avr-libc/man/man3/memcmp_P.3 -share/doc/avr-libc/man/man3/memcmp_PF.3 -share/doc/avr-libc/man/man3/memcpy.3 -share/doc/avr-libc/man/man3/memcpy_P.3 -share/doc/avr-libc/man/man3/memcpy_PF.3 -share/doc/avr-libc/man/man3/memmem.3 -share/doc/avr-libc/man/man3/memmem_P.3 -share/doc/avr-libc/man/man3/memmove.3 -share/doc/avr-libc/man/man3/memrchr.3 -share/doc/avr-libc/man/man3/memrchr_P.3 -share/doc/avr-libc/man/man3/memset.3 -share/doc/avr-libc/man/man3/mk_gmtime.3 -share/doc/avr-libc/man/man3/mktime.3 -share/doc/avr-libc/man/man3/modf.3 -share/doc/avr-libc/man/man3/modff.3 -share/doc/avr-libc/man/man3/month_length.3 -share/doc/avr-libc/man/man3/moon_phase.3 -share/doc/avr-libc/man/man3/next.3 -share/doc/avr-libc/man/man3/optimization.3 -share/doc/avr-libc/man/man3/outb.3 -share/doc/avr-libc/man/man3/outp.3 -share/doc/avr-libc/man/man3/overview.3 -share/doc/avr-libc/man/man3/p.3 -share/doc/avr-libc/man/man3/parity.h.3 -share/doc/avr-libc/man/man3/parity_even_bit.3 -share/doc/avr-libc/man/man3/perror.3 -share/doc/avr-libc/man/man3/pgm_get_far_address.3 -share/doc/avr-libc/man/man3/pgm_read_byte.3 -share/doc/avr-libc/man/man3/pgm_read_byte_far.3 -share/doc/avr-libc/man/man3/pgm_read_byte_near.3 -share/doc/avr-libc/man/man3/pgm_read_dword.3 -share/doc/avr-libc/man/man3/pgm_read_dword_far.3 -share/doc/avr-libc/man/man3/pgm_read_dword_near.3 -share/doc/avr-libc/man/man3/pgm_read_float.3 -share/doc/avr-libc/man/man3/pgm_read_float_far.3 -share/doc/avr-libc/man/man3/pgm_read_float_near.3 -share/doc/avr-libc/man/man3/pgm_read_ptr.3 -share/doc/avr-libc/man/man3/pgm_read_ptr_far.3 -share/doc/avr-libc/man/man3/pgm_read_ptr_near.3 -share/doc/avr-libc/man/man3/pgm_read_word.3 -share/doc/avr-libc/man/man3/pgm_read_word_far.3 -share/doc/avr-libc/man/man3/pgm_read_word_near.3 -share/doc/avr-libc/man/man3/pgmspace.3 -share/doc/avr-libc/man/man3/pgmspace.h.3 -share/doc/avr-libc/man/man3/porting.3 -share/doc/avr-libc/man/man3/pow.3 -share/doc/avr-libc/man/man3/power.h.3 -share/doc/avr-libc/man/man3/powf.3 -share/doc/avr-libc/man/man3/printf.3 -share/doc/avr-libc/man/man3/printf_P.3 -share/doc/avr-libc/man/man3/prog_char.3 -share/doc/avr-libc/man/man3/prog_int16_t.3 -share/doc/avr-libc/man/man3/prog_int32_t.3 -share/doc/avr-libc/man/man3/prog_int64_t.3 -share/doc/avr-libc/man/man3/prog_int8_t.3 -share/doc/avr-libc/man/man3/prog_uchar.3 -share/doc/avr-libc/man/man3/prog_uint16_t.3 -share/doc/avr-libc/man/man3/prog_uint32_t.3 -share/doc/avr-libc/man/man3/prog_uint64_t.3 -share/doc/avr-libc/man/man3/prog_uint8_t.3 -share/doc/avr-libc/man/man3/prog_void.3 -share/doc/avr-libc/man/man3/putc.3 -share/doc/avr-libc/man/man3/putchar.3 -share/doc/avr-libc/man/man3/puts.3 -share/doc/avr-libc/man/man3/puts_P.3 -share/doc/avr-libc/man/man3/qsort.3 -share/doc/avr-libc/man/man3/quot.3 -share/doc/avr-libc/man/man3/rand.3 -share/doc/avr-libc/man/man3/rand_r.3 -share/doc/avr-libc/man/man3/random.3 -share/doc/avr-libc/man/man3/random_r.3 -share/doc/avr-libc/man/man3/realloc.3 -share/doc/avr-libc/man/man3/release_method.3 -share/doc/avr-libc/man/man3/rem.3 -share/doc/avr-libc/man/man3/remove.3 -share/doc/avr-libc/man/man3/rename.3 -share/doc/avr-libc/man/man3/reti.3 -share/doc/avr-libc/man/man3/rewind.3 -share/doc/avr-libc/man/man3/round.3 -share/doc/avr-libc/man/man3/roundf.3 -share/doc/avr-libc/man/man3/sbi.3 -share/doc/avr-libc/man/man3/scanf.3 -share/doc/avr-libc/man/man3/scanf_P.3 -share/doc/avr-libc/man/man3/sei.3 -share/doc/avr-libc/man/man3/set_dst.3 -share/doc/avr-libc/man/man3/set_position.3 -share/doc/avr-libc/man/man3/set_system_time.3 -share/doc/avr-libc/man/man3/set_zone.3 -share/doc/avr-libc/man/man3/setbaud.h.3 -share/doc/avr-libc/man/man3/setbuf.3 -share/doc/avr-libc/man/man3/setjmp.3 -share/doc/avr-libc/man/man3/setjmp.h.3 -share/doc/avr-libc/man/man3/setvbuf.3 -share/doc/avr-libc/man/man3/signature.h.3 -share/doc/avr-libc/man/man3/signbit.3 -share/doc/avr-libc/man/man3/signbitf.3 -share/doc/avr-libc/man/man3/sin.3 -share/doc/avr-libc/man/man3/sinf.3 -share/doc/avr-libc/man/man3/sinh.3 -share/doc/avr-libc/man/man3/sinhf.3 -share/doc/avr-libc/man/man3/sleep.h.3 -share/doc/avr-libc/man/man3/sleep_bod_disable.3 -share/doc/avr-libc/man/man3/sleep_cpu.3 -share/doc/avr-libc/man/man3/sleep_disable.3 -share/doc/avr-libc/man/man3/sleep_enable.3 -share/doc/avr-libc/man/man3/sleep_mode.3 -share/doc/avr-libc/man/man3/snprintf.3 -share/doc/avr-libc/man/man3/snprintf_P.3 -share/doc/avr-libc/man/man3/solar_declination.3 -share/doc/avr-libc/man/man3/solar_noon.3 -share/doc/avr-libc/man/man3/sprintf.3 -share/doc/avr-libc/man/man3/sprintf_P.3 -share/doc/avr-libc/man/man3/sqrt.3 -share/doc/avr-libc/man/man3/sqrtf.3 -share/doc/avr-libc/man/man3/square.3 -share/doc/avr-libc/man/man3/squaref.3 -share/doc/avr-libc/man/man3/srand.3 -share/doc/avr-libc/man/man3/srandom.3 -share/doc/avr-libc/man/man3/sscanf.3 -share/doc/avr-libc/man/man3/sscanf_P.3 -share/doc/avr-libc/man/man3/stderr.3 -share/doc/avr-libc/man/man3/stdin.3 -share/doc/avr-libc/man/man3/stdint.h.3 -share/doc/avr-libc/man/man3/stdio.h.3 -share/doc/avr-libc/man/man3/stdiodemo.3 -share/doc/avr-libc/man/man3/stdlib.h.3 -share/doc/avr-libc/man/man3/stdout.3 -share/doc/avr-libc/man/man3/strcasecmp.3 -share/doc/avr-libc/man/man3/strcasecmp_P.3 -share/doc/avr-libc/man/man3/strcasecmp_PF.3 -share/doc/avr-libc/man/man3/strcasestr.3 -share/doc/avr-libc/man/man3/strcasestr_P.3 -share/doc/avr-libc/man/man3/strcat.3 -share/doc/avr-libc/man/man3/strcat_P.3 -share/doc/avr-libc/man/man3/strcat_PF.3 -share/doc/avr-libc/man/man3/strchr.3 -share/doc/avr-libc/man/man3/strchr_P.3 -share/doc/avr-libc/man/man3/strchrnul.3 -share/doc/avr-libc/man/man3/strchrnul_P.3 -share/doc/avr-libc/man/man3/strcmp.3 -share/doc/avr-libc/man/man3/strcmp_P.3 -share/doc/avr-libc/man/man3/strcmp_PF.3 -share/doc/avr-libc/man/man3/strcoll.3 -share/doc/avr-libc/man/man3/strcpy.3 -share/doc/avr-libc/man/man3/strcpy_P.3 -share/doc/avr-libc/man/man3/strcpy_PF.3 -share/doc/avr-libc/man/man3/strcspn.3 -share/doc/avr-libc/man/man3/strcspn_P.3 -share/doc/avr-libc/man/man3/strdup.3 -share/doc/avr-libc/man/man3/strdup.c.3 -share/doc/avr-libc/man/man3/strerror.3 -share/doc/avr-libc/man/man3/strftime.3 -share/doc/avr-libc/man/man3/string.h.3 -share/doc/avr-libc/man/man3/strlcat.3 -share/doc/avr-libc/man/man3/strlcat_P.3 -share/doc/avr-libc/man/man3/strlcat_PF.3 -share/doc/avr-libc/man/man3/strlcpy.3 -share/doc/avr-libc/man/man3/strlcpy_P.3 -share/doc/avr-libc/man/man3/strlcpy_PF.3 -share/doc/avr-libc/man/man3/strlen.3 -share/doc/avr-libc/man/man3/strlen_P.3 -share/doc/avr-libc/man/man3/strlen_PF.3 -share/doc/avr-libc/man/man3/strlwr.3 -share/doc/avr-libc/man/man3/strncasecmp.3 -share/doc/avr-libc/man/man3/strncasecmp_P.3 -share/doc/avr-libc/man/man3/strncasecmp_PF.3 -share/doc/avr-libc/man/man3/strncat.3 -share/doc/avr-libc/man/man3/strncat_P.3 -share/doc/avr-libc/man/man3/strncat_PF.3 -share/doc/avr-libc/man/man3/strncmp.3 -share/doc/avr-libc/man/man3/strncmp_P.3 -share/doc/avr-libc/man/man3/strncmp_PF.3 -share/doc/avr-libc/man/man3/strncpy.3 -share/doc/avr-libc/man/man3/strncpy_P.3 -share/doc/avr-libc/man/man3/strncpy_PF.3 -share/doc/avr-libc/man/man3/strnlen.3 -share/doc/avr-libc/man/man3/strnlen_P.3 -share/doc/avr-libc/man/man3/strnlen_PF.3 -share/doc/avr-libc/man/man3/strpbrk.3 -share/doc/avr-libc/man/man3/strpbrk_P.3 -share/doc/avr-libc/man/man3/strrchr.3 -share/doc/avr-libc/man/man3/strrchr_P.3 -share/doc/avr-libc/man/man3/strrev.3 -share/doc/avr-libc/man/man3/strsep.3 -share/doc/avr-libc/man/man3/strsep_P.3 -share/doc/avr-libc/man/man3/strspn.3 -share/doc/avr-libc/man/man3/strspn_P.3 -share/doc/avr-libc/man/man3/strstr.3 -share/doc/avr-libc/man/man3/strstr_P.3 -share/doc/avr-libc/man/man3/strstr_PF.3 -share/doc/avr-libc/man/man3/strtod.3 -share/doc/avr-libc/man/man3/strtok.3 -share/doc/avr-libc/man/man3/strtok.c.3 -share/doc/avr-libc/man/man3/strtok_P.3 -share/doc/avr-libc/man/man3/strtok_P.c.3 -share/doc/avr-libc/man/man3/strtok_r.3 -share/doc/avr-libc/man/man3/strtok_rP.3 -share/doc/avr-libc/man/man3/strtol.3 -share/doc/avr-libc/man/man3/strtoul.3 -share/doc/avr-libc/man/man3/strupr.3 -share/doc/avr-libc/man/man3/strxfrm.3 -share/doc/avr-libc/man/man3/sun_rise.3 -share/doc/avr-libc/man/man3/sun_set.3 -share/doc/avr-libc/man/man3/system.3 -share/doc/avr-libc/man/man3/system_tick.3 -share/doc/avr-libc/man/man3/tan.3 -share/doc/avr-libc/man/man3/tanf.3 -share/doc/avr-libc/man/man3/tanh.3 -share/doc/avr-libc/man/man3/tanhf.3 -share/doc/avr-libc/man/man3/time.3 -share/doc/avr-libc/man/man3/time.h.3 -share/doc/avr-libc/man/man3/time_t.3 -share/doc/avr-libc/man/man3/timer_enable_int.3 -share/doc/avr-libc/man/man3/tm.3 -share/doc/avr-libc/man/man3/tm_hour.3 -share/doc/avr-libc/man/man3/tm_isdst.3 -share/doc/avr-libc/man/man3/tm_mday.3 -share/doc/avr-libc/man/man3/tm_min.3 -share/doc/avr-libc/man/man3/tm_mon.3 -share/doc/avr-libc/man/man3/tm_sec.3 -share/doc/avr-libc/man/man3/tm_wday.3 -share/doc/avr-libc/man/man3/tm_yday.3 -share/doc/avr-libc/man/man3/tm_year.3 -share/doc/avr-libc/man/man3/tmpfile.3 -share/doc/avr-libc/man/man3/tmpnam.3 -share/doc/avr-libc/man/man3/toascii.3 -share/doc/avr-libc/man/man3/todo.3 -share/doc/avr-libc/man/man3/tolower.3 -share/doc/avr-libc/man/man3/toupper.3 -share/doc/avr-libc/man/man3/trunc.3 -share/doc/avr-libc/man/man3/truncf.3 -share/doc/avr-libc/man/man3/twi_demo.3 -share/doc/avr-libc/man/man3/uint16_t.3 -share/doc/avr-libc/man/man3/uint32_t.3 -share/doc/avr-libc/man/man3/uint64_t.3 -share/doc/avr-libc/man/man3/uint8_t.3 -share/doc/avr-libc/man/man3/uint_farptr_t.3 -share/doc/avr-libc/man/man3/uint_fast16_t.3 -share/doc/avr-libc/man/man3/uint_fast32_t.3 -share/doc/avr-libc/man/man3/uint_fast64_t.3 -share/doc/avr-libc/man/man3/uint_fast8_t.3 -share/doc/avr-libc/man/man3/uint_least16_t.3 -share/doc/avr-libc/man/man3/uint_least32_t.3 -share/doc/avr-libc/man/man3/uint_least64_t.3 -share/doc/avr-libc/man/man3/uint_least8_t.3 -share/doc/avr-libc/man/man3/uintmax_t.3 -share/doc/avr-libc/man/man3/uintptr_t.3 -share/doc/avr-libc/man/man3/ultoa.3 -share/doc/avr-libc/man/man3/ungetc.3 -share/doc/avr-libc/man/man3/using_avrprog.3 -share/doc/avr-libc/man/man3/using_tools.3 -share/doc/avr-libc/man/man3/util_atomic.3 -share/doc/avr-libc/man/man3/util_crc.3 -share/doc/avr-libc/man/man3/util_delay.3 -share/doc/avr-libc/man/man3/util_delay_basic.3 -share/doc/avr-libc/man/man3/util_parity.3 -share/doc/avr-libc/man/man3/util_setbaud.3 -share/doc/avr-libc/man/man3/util_twi.3 -share/doc/avr-libc/man/man3/util_twi.h.3 -share/doc/avr-libc/man/man3/utoa.3 -share/doc/avr-libc/man/man3/vfprintf.3 -share/doc/avr-libc/man/man3/vfprintf_P.3 -share/doc/avr-libc/man/man3/vfscanf.3 -share/doc/avr-libc/man/man3/vfscanf_P.3 -share/doc/avr-libc/man/man3/vprintf.3 -share/doc/avr-libc/man/man3/vscanf.3 -share/doc/avr-libc/man/man3/vsnprintf.3 -share/doc/avr-libc/man/man3/vsnprintf_P.3 -share/doc/avr-libc/man/man3/vsprintf.3 -share/doc/avr-libc/man/man3/vsprintf_P.3 -share/doc/avr-libc/man/man3/wdt.h.3 -share/doc/avr-libc/man/man3/wdt_disable.3 -share/doc/avr-libc/man/man3/wdt_enable.3 -share/doc/avr-libc/man/man3/wdt_reset.3 -share/doc/avr-libc/man/man3/week.3 -share/doc/avr-libc/man/man3/week_date.3 -share/doc/avr-libc/man/man3/week_of_month.3 -share/doc/avr-libc/man/man3/week_of_year.3 -share/doc/avr-libc/man/man3/year.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ATOMIC_BLOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ATOMIC_FORCEON.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ATOMIC_RESTORESTATE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BADISR_vect.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BAUD_TOL.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BLB01.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BLB02.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BLB11.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BLB12.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BOOTLOADER_SECTION.3 +${PLIST.doc}share/doc/avr-libc/man/man3/BUFSIZ.3 +${PLIST.doc}share/doc/avr-libc/man/man3/CLOCKS_PER_SEC.3 +${PLIST.doc}share/doc/avr-libc/man/man3/DTOSTR_ALWAYS_SIGN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/DTOSTR_PLUS_SIGN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/DTOSTR_UPPERCASE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/E2BIG.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EACCES.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EADDRINUSE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EADDRNOTAVAIL.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EAFNOSUPPORT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EAGAIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EALREADY.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EBADF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EBUSY.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ECHILD.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ECONNABORTED.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ECONNREFUSED.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ECONNRESET.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EDEADLK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EDESTADDRREQ.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EDOM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EEMEM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EEXIST.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EFAULT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EFBIG.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EHOSTUNREACH.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EILSEQ.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EINPROGRESS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EINTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EINVAL.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EIO.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EISCONN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EISDIR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ELOOP.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EMFILE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EMLINK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EMPTY_INTERRUPT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EMSGSIZE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENAMETOOLONG.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENETDOWN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENETRESET.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENETUNREACH.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENFILE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOBUFS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENODEV.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOENT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOERR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOEXEC.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOLCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOMEM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOMSG.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOPROTOOPT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOSPC.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOSYS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOTCONN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOTDIR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOTEMPTY.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOTSOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENOTTY.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ENXIO.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EOF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EOPNOTSUPP.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EPERM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EPIPE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EPROTONOSUPPORT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EPROTOTYPE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ERANGE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EROFS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ESPIPE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ESRCH.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ETIMEDOUT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EWOULDBLOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EXDEV.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EXIT_FAILURE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/EXIT_SUCCESS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/FAQ.3 +${PLIST.doc}share/doc/avr-libc/man/man3/FDEV_SETUP_STREAM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/FILE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/FUSEMEM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/FUSES.3 +${PLIST.doc}share/doc/avr-libc/man/man3/F_CPU.3 +${PLIST.doc}share/doc/avr-libc/man/man3/GET_EXTENDED_FUSE_BITS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/GET_HIGH_FUSE_BITS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/GET_LOCK_BITS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/GET_LOW_FUSE_BITS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INFINITY.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT16_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT16_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT16_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT32_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT32_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT32_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT64_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT64_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT64_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT8_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT8_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT8_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INTERRUPT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INTMAX_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INTMAX_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INTMAX_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INTPTR_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INTPTR_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST16_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST16_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST32_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST32_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST64_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST64_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST8_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_FAST8_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST16_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST16_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST32_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST32_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST64_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST64_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST8_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/INT_LEAST8_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR_ALIAS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR_ALIASOF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR_BLOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR_NAKED.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ISR_NOBLOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/LOCKBITS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/LOCKBITS_DEFAULT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/LOCKMEM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_1_PI.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_2_PI.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_2_SQRTPI.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_E.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_LN10.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_LN2.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_LOG10E.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_LOG2E.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_PI.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_PI_2.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_PI_4.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_SQRT1_2.3 +${PLIST.doc}share/doc/avr-libc/man/man3/M_SQRT2.3 +${PLIST.doc}share/doc/avr-libc/man/man3/NAN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/NONATOMIC_BLOCK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/NONATOMIC_FORCEOFF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/NONATOMIC_RESTORESTATE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/NTP_OFFSET.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ONE_DAY.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ONE_DEGREE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ONE_HOUR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PGM_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PGM_VOID_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIX16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIX32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIX8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIXFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIXFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIXFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIXLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIXLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIXLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIXPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRId16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRId32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRId8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIdFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIdFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIdFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIdLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIdLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIdLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIdPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIi16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIi32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIi8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIiFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIiFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIiFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIiLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIiLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIiLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIiPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIo16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIo32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIo8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIoFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIoFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIoFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIoLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIoLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIoLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIoPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIu16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIu32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIu8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIuFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIuFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIuFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIuLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIuLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIuLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIuPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIx16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIx32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIx8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIxFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIxFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIxFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIxLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIxLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIxLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PRIxPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PROGMEM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PSTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PTRDIFF_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/PTRDIFF_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/RANDOM_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/RAND_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNd16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNd32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNd8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNdFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNdFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNdFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNdLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNdLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNdLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNdPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNi16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNi32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNi8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNiFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNiFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNiFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNiLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNiLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNiLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNiPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNo16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNo32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNo8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNoFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNoFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNoFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNoLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNoLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNoLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNoPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNu16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNu32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNu8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNuFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNuFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNuFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNuLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNuLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNuLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNuPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNx16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNx32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNx8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNxFAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNxFAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNxFAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNxLEAST16.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNxLEAST32.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNxLEAST8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SCNxPTR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SEEK_CUR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SEEK_END.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SEEK_SET.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SIGNAL.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SIG_ATOMIC_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SIG_ATOMIC_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/SIZE_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_BUS_ERROR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MR_ARB_LOST.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MR_DATA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MR_DATA_NACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MR_SLA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MR_SLA_NACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MT_ARB_LOST.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MT_DATA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MT_DATA_NACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MT_SLA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_MT_SLA_NACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_NO_INFO.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_READ.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_REP_START.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_ARB_LOST_GCALL_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_ARB_LOST_SLA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_DATA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_DATA_NACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_GCALL_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_GCALL_DATA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_GCALL_DATA_NACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_SLA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_SR_STOP.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_START.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_STATUS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_STATUS_MASK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_ST_ARB_LOST_SLA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_ST_DATA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_ST_DATA_NACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_ST_LAST_DATA.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_ST_SLA_ACK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/TW_WRITE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UBRRH_VALUE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UBRRL_VALUE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UBRR_VALUE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT16_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT16_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT32_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT32_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT64_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT64_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT8_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT8_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINTMAX_C.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINTMAX_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINTPTR_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_FAST16_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_FAST32_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_FAST64_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_FAST8_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_LEAST16_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_LEAST32_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_LEAST64_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UINT_LEAST8_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/UNIX_OFFSET.3 +${PLIST.doc}share/doc/avr-libc/man/man3/USE_2X.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WCHAR_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WCHAR_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_120MS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_15MS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_1S.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_250MS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_2S.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_30MS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_4S.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_500MS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_60MS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WDTO_8S.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WINT_MAX.3 +${PLIST.doc}share/doc/avr-libc/man/man3/WINT_MIN.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_BV.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_CLOCKS_PER_SEC_.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_EEGET.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_EEPUT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_EOF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_ERR.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_READ.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_RW.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_FDEV_SETUP_WRITE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_FFS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_IONBF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_MONTHS_.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_MemoryBarrier.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_NOP.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_PROTECTED_WRITE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_SLEEP_CONTROL_REG.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_SLEEP_ENABLE_MASK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_WD_CHANGE_BIT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_WD_CONTROL_REG.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_WD_PS3_MASK.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_WEEK_DAYS_.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ATTR_NORETURN__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ATTR_PROGMEM__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ATTR_PURE__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_DATE_STRING__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_MAJOR__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_MINOR__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_REVISION__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION_STRING__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__AVR_LIBC_VERSION__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__BOOT_PAGE_ERASE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__BOOT_PAGE_FILL.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__BOOT_PAGE_WRITE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__BOOT_RWW_ENABLE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__BOOT_SIGROW_READ.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__COMMON_ASB.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__COMMON_ASRE.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__CONCAT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__CONCATenate.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__EEGET.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__EEPUT.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_dword.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_dword_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_dword_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_dword_xmega__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_float.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_float_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_float_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_float_xmega__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_word.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_word_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_word_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_word_xmega__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ELPM_xmega__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__HAS_DELAY_CYCLES.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__INTR_ATTRS.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_dword.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_dword_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_dword_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_float.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_float_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_float_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_word.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_word_classic__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__LPM_word_enhanced__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__USING_MINT8.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__attribute__.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_lock_bits_set.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_lock_bits_set_alternate.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_erase_alternate.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_erase_extended.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_erase_normal.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_fill_alternate.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_fill_extended.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_fill_normal.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_write_alternate.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_write_extended.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_page_write_normal.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_rww_enable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__boot_rww_enable_alternate.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__compar_fn_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__malloc_heap_end.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__malloc_heap_start.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__malloc_margin.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__need_NULL.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__need_size_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__need_wchar_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__ptr_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/__strlen_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_crc16_update.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_crc8_ccitt_update.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_crc_ccitt_update.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_crc_ibutton_update.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_crc_xmodem_update.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_delay_loop_1.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_delay_loop_2.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_delay_ms.3 +${PLIST.doc}share/doc/avr-libc/man/man3/_delay_us.3 +${PLIST.doc}share/doc/avr-libc/man/man3/abort.3 +${PLIST.doc}share/doc/avr-libc/man/man3/abs.3 +${PLIST.doc}share/doc/avr-libc/man/man3/acks.3 +${PLIST.doc}share/doc/avr-libc/man/man3/acos.3 +${PLIST.doc}share/doc/avr-libc/man/man3/acosf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/alloca.3 +${PLIST.doc}share/doc/avr-libc/man/man3/asctime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/asctime_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/asin.3 +${PLIST.doc}share/doc/avr-libc/man/man3/asinf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/asmdemo.3 +${PLIST.doc}share/doc/avr-libc/man/man3/assembler.3 +${PLIST.doc}share/doc/avr-libc/man/man3/assert.3 +${PLIST.doc}share/doc/avr-libc/man/man3/assert.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atan.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atan2.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atan2f.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atexit.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atexit_s.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atof.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atoi.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atol.3 +${PLIST.doc}share/doc/avr-libc/man/man3/atomic.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_assert.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_boot.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_cpufunc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_eeprom.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_errno.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_fuse.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_interrupts.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_inttypes.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_io.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_lock.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_math.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_pgmspace.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_power.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_sfr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_sfr_notes.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_signature.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_sleep.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_stdint.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_stdio.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_stdlib.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_string.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_time.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_version.3 +${PLIST.doc}share/doc/avr-libc/man/man3/avr_watchdog.3 +${PLIST.doc}share/doc/avr-libc/man/man3/benchmarks.3 +${PLIST.doc}share/doc/avr-libc/man/man3/bit_is_clear.3 +${PLIST.doc}share/doc/avr-libc/man/man3/bit_is_set.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_is_spm_interrupt.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_lock_bits_set.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_lock_bits_set_safe.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_lock_fuse_bits_get.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_page_erase.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_page_erase_safe.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_page_fill.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_page_fill_safe.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_page_write.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_page_write_safe.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_rww_busy.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_rww_enable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_rww_enable_safe.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_signature_byte_get.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_spm_busy.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_spm_busy_wait.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_spm_interrupt_disable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/boot_spm_interrupt_enable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/bsearch.3 +${PLIST.doc}share/doc/avr-libc/man/man3/calloc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cbi.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cbrt.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cbrtf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ceil.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ceilf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/clearerr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cli.3 +${PLIST.doc}share/doc/avr-libc/man/man3/clock.3 +${PLIST.doc}share/doc/avr-libc/man/man3/clock_div_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/clock_prescale_get.3 +${PLIST.doc}share/doc/avr-libc/man/man3/clock_prescale_set.3 +${PLIST.doc}share/doc/avr-libc/man/man3/clock_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/compat_ina90.3 +${PLIST.doc}share/doc/avr-libc/man/man3/copysign.3 +${PLIST.doc}share/doc/avr-libc/man/man3/copysignf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cos.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cosf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cosh.3 +${PLIST.doc}share/doc/avr-libc/man/man3/coshf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/cpufunc.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/crc16.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ctime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ctime_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ctype.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ctype.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/day.3 +${PLIST.doc}share/doc/avr-libc/man/man3/daylight_seconds.3 +${PLIST.doc}share/doc/avr-libc/man/man3/delay.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/delay_basic.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/demo_project.3 +${PLIST.doc}share/doc/avr-libc/man/man3/demos.3 +${PLIST.doc}share/doc/avr-libc/man/man3/deprecated.3 +${PLIST.doc}share/doc/avr-libc/man/man3/deprecated_items.3 +${PLIST.doc}share/doc/avr-libc/man/man3/difftime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/div.3 +${PLIST.doc}share/doc/avr-libc/man/man3/div_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/dtostre.3 +${PLIST.doc}share/doc/avr-libc/man/man3/dtostrf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_busy_wait.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_is_ready.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_read_block.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_read_byte.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_read_dword.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_read_float.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_read_word.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_update_block.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_update_byte.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_update_dword.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_update_float.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_update_word.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_write_block.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_write_byte.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_write_dword.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_write_float.3 +${PLIST.doc}share/doc/avr-libc/man/man3/eeprom_write_word.3 +${PLIST.doc}share/doc/avr-libc/man/man3/enable_external_int.3 +${PLIST.doc}share/doc/avr-libc/man/man3/equation_of_time.3 +${PLIST.doc}share/doc/avr-libc/man/man3/errno.3 +${PLIST.doc}share/doc/avr-libc/man/man3/errno.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/exit.3 +${PLIST.doc}share/doc/avr-libc/man/man3/exp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/expf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fabs.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fabsf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fatfs_time.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fclose.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdev_close.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdev_get_udata.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdev_set_udata.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdev_setup_stream.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdevopen.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdevopen.c.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdim.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdimf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fdopen.3 +${PLIST.doc}share/doc/avr-libc/man/man3/feof.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ferror.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fflush.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ffs.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ffsl.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ffsll.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fgetc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fgetpos.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fgets.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fileno.3 +${PLIST.doc}share/doc/avr-libc/man/man3/floor.3 +${PLIST.doc}share/doc/avr-libc/man/man3/floorf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fma.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fmaf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fmax.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fmaxf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fmin.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fminf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fmod.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fmodf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fopen.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fpos_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fprintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fprintf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fputc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fputs.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fputs_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fread.3 +${PLIST.doc}share/doc/avr-libc/man/man3/free.3 +${PLIST.doc}share/doc/avr-libc/man/man3/freopen.3 +${PLIST.doc}share/doc/avr-libc/man/man3/frexp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/frexpf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fscanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fscanf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fseek.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fsetpos.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ftell.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fun.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fuse.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/fwrite.3 +${PLIST.doc}share/doc/avr-libc/man/man3/getc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/getchar.3 +${PLIST.doc}share/doc/avr-libc/man/man3/getenv.3 +${PLIST.doc}share/doc/avr-libc/man/man3/gets.3 +${PLIST.doc}share/doc/avr-libc/man/man3/gm_sidereal.3 +${PLIST.doc}share/doc/avr-libc/man/man3/gmtime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/gmtime_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/hypot.3 +${PLIST.doc}share/doc/avr-libc/man/man3/hypotf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/inb.3 +${PLIST.doc}share/doc/avr-libc/man/man3/inline_asm.3 +${PLIST.doc}share/doc/avr-libc/man/man3/inp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/install_tools.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_farptr_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_fast16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_fast32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_fast64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_fast8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_least16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_least32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_least64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/int_least8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/interrupt.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/intmax_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/intptr_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/inttypes.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/io.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/is_leap_year.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isalnum.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isalpha.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isascii.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isblank.3 +${PLIST.doc}share/doc/avr-libc/man/man3/iscntrl.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isdigit.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isfinite.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isfinitef.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isgraph.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isinf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isinff.3 +${PLIST.doc}share/doc/avr-libc/man/man3/islower.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isnan.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isnanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/iso_week_date.3 +${PLIST.doc}share/doc/avr-libc/man/man3/iso_week_date_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isotime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isotime_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isprint.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ispunct.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isspace.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isupper.3 +${PLIST.doc}share/doc/avr-libc/man/man3/isxdigit.3 +${PLIST.doc}share/doc/avr-libc/man/man3/itoa.3 +${PLIST.doc}share/doc/avr-libc/man/man3/labs.3 +${PLIST.doc}share/doc/avr-libc/man/man3/largedemo.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ldexp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ldexpf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ldiv.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ldiv_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/library.3 +${PLIST.doc}share/doc/avr-libc/man/man3/lm_sidereal.3 +${PLIST.doc}share/doc/avr-libc/man/man3/localtime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/localtime_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/lock.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/log.3 +${PLIST.doc}share/doc/avr-libc/man/man3/log10.3 +${PLIST.doc}share/doc/avr-libc/man/man3/log10f.3 +${PLIST.doc}share/doc/avr-libc/man/man3/logf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/longjmp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/loop_until_bit_is_clear.3 +${PLIST.doc}share/doc/avr-libc/man/man3/loop_until_bit_is_set.3 +${PLIST.doc}share/doc/avr-libc/man/man3/lrint.3 +${PLIST.doc}share/doc/avr-libc/man/man3/lrintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/lround.3 +${PLIST.doc}share/doc/avr-libc/man/man3/lroundf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ltoa.3 +${PLIST.doc}share/doc/avr-libc/man/man3/malloc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/math.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/mem_sections.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memccpy.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memccpy_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memchr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memchr_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memcmp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memcmp_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memcmp_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memcpy.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memcpy_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memcpy_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memmem.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memmem_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memmove.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memrchr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memrchr_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/memset.3 +${PLIST.doc}share/doc/avr-libc/man/man3/mk_gmtime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/mktime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/modf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/modff.3 +${PLIST.doc}share/doc/avr-libc/man/man3/month_length.3 +${PLIST.doc}share/doc/avr-libc/man/man3/moon_phase.3 +${PLIST.doc}share/doc/avr-libc/man/man3/next.3 +${PLIST.doc}share/doc/avr-libc/man/man3/optimization.3 +${PLIST.doc}share/doc/avr-libc/man/man3/outb.3 +${PLIST.doc}share/doc/avr-libc/man/man3/outp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/overview.3 +${PLIST.doc}share/doc/avr-libc/man/man3/p.3 +${PLIST.doc}share/doc/avr-libc/man/man3/parity.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/parity_even_bit.3 +${PLIST.doc}share/doc/avr-libc/man/man3/perror.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_get_far_address.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_byte.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_byte_far.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_byte_near.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_dword.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_dword_far.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_dword_near.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_float.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_float_far.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_float_near.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_ptr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_ptr_far.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_ptr_near.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_word.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_word_far.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgm_read_word_near.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgmspace.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pgmspace.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/porting.3 +${PLIST.doc}share/doc/avr-libc/man/man3/pow.3 +${PLIST.doc}share/doc/avr-libc/man/man3/power.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/powf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/printf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/printf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_char.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_int16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_int32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_int64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_int8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_uchar.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_uint16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_uint32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_uint64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_uint8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/prog_void.3 +${PLIST.doc}share/doc/avr-libc/man/man3/putc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/putchar.3 +${PLIST.doc}share/doc/avr-libc/man/man3/puts.3 +${PLIST.doc}share/doc/avr-libc/man/man3/puts_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/qsort.3 +${PLIST.doc}share/doc/avr-libc/man/man3/quot.3 +${PLIST.doc}share/doc/avr-libc/man/man3/rand.3 +${PLIST.doc}share/doc/avr-libc/man/man3/rand_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/random.3 +${PLIST.doc}share/doc/avr-libc/man/man3/random_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/realloc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/release_method.3 +${PLIST.doc}share/doc/avr-libc/man/man3/rem.3 +${PLIST.doc}share/doc/avr-libc/man/man3/remove.3 +${PLIST.doc}share/doc/avr-libc/man/man3/rename.3 +${PLIST.doc}share/doc/avr-libc/man/man3/reti.3 +${PLIST.doc}share/doc/avr-libc/man/man3/rewind.3 +${PLIST.doc}share/doc/avr-libc/man/man3/round.3 +${PLIST.doc}share/doc/avr-libc/man/man3/roundf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sbi.3 +${PLIST.doc}share/doc/avr-libc/man/man3/scanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/scanf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sei.3 +${PLIST.doc}share/doc/avr-libc/man/man3/set_dst.3 +${PLIST.doc}share/doc/avr-libc/man/man3/set_position.3 +${PLIST.doc}share/doc/avr-libc/man/man3/set_system_time.3 +${PLIST.doc}share/doc/avr-libc/man/man3/set_zone.3 +${PLIST.doc}share/doc/avr-libc/man/man3/setbaud.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/setbuf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/setjmp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/setjmp.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/setvbuf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/signature.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/signbit.3 +${PLIST.doc}share/doc/avr-libc/man/man3/signbitf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sin.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sinf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sinh.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sinhf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sleep.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sleep_bod_disable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sleep_cpu.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sleep_disable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sleep_enable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sleep_mode.3 +${PLIST.doc}share/doc/avr-libc/man/man3/snprintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/snprintf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/solar_declination.3 +${PLIST.doc}share/doc/avr-libc/man/man3/solar_noon.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sprintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sprintf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sqrt.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sqrtf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/square.3 +${PLIST.doc}share/doc/avr-libc/man/man3/squaref.3 +${PLIST.doc}share/doc/avr-libc/man/man3/srand.3 +${PLIST.doc}share/doc/avr-libc/man/man3/srandom.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sscanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sscanf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/stderr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/stdin.3 +${PLIST.doc}share/doc/avr-libc/man/man3/stdint.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/stdio.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/stdiodemo.3 +${PLIST.doc}share/doc/avr-libc/man/man3/stdlib.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/stdout.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcasecmp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcasecmp_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcasecmp_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcasestr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcasestr_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcat.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcat_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcat_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strchr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strchr_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strchrnul.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strchrnul_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcmp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcmp_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcmp_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcoll.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcpy.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcpy_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcpy_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcspn.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strcspn_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strdup.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strdup.c.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strerror.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strftime.3 +${PLIST.doc}share/doc/avr-libc/man/man3/string.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlcat.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlcat_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlcat_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlcpy.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlcpy_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlcpy_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlen.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlen_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlen_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strlwr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncasecmp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncasecmp_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncasecmp_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncat.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncat_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncat_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncmp.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncmp_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncmp_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncpy.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncpy_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strncpy_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strnlen.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strnlen_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strnlen_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strpbrk.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strpbrk_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strrchr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strrchr_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strrev.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strsep.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strsep_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strspn.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strspn_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strstr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strstr_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strstr_PF.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtod.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtok.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtok.c.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtok_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtok_P.c.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtok_r.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtok_rP.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtol.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strtoul.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strupr.3 +${PLIST.doc}share/doc/avr-libc/man/man3/strxfrm.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sun_rise.3 +${PLIST.doc}share/doc/avr-libc/man/man3/sun_set.3 +${PLIST.doc}share/doc/avr-libc/man/man3/system.3 +${PLIST.doc}share/doc/avr-libc/man/man3/system_tick.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tan.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tanh.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tanhf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/time.3 +${PLIST.doc}share/doc/avr-libc/man/man3/time.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/time_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/timer_enable_int.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_hour.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_isdst.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_mday.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_min.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_mon.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_sec.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_wday.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_yday.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tm_year.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tmpfile.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tmpnam.3 +${PLIST.doc}share/doc/avr-libc/man/man3/toascii.3 +${PLIST.doc}share/doc/avr-libc/man/man3/todo.3 +${PLIST.doc}share/doc/avr-libc/man/man3/tolower.3 +${PLIST.doc}share/doc/avr-libc/man/man3/toupper.3 +${PLIST.doc}share/doc/avr-libc/man/man3/trunc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/truncf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/twi_demo.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_farptr_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_fast16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_fast32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_fast64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_fast8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_least16_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_least32_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_least64_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uint_least8_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uintmax_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/uintptr_t.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ultoa.3 +${PLIST.doc}share/doc/avr-libc/man/man3/ungetc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/using_avrprog.3 +${PLIST.doc}share/doc/avr-libc/man/man3/using_tools.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_atomic.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_crc.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_delay.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_delay_basic.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_parity.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_setbaud.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_twi.3 +${PLIST.doc}share/doc/avr-libc/man/man3/util_twi.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/utoa.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vfprintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vfprintf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vfscanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vfscanf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vprintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vscanf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vsnprintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vsnprintf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vsprintf.3 +${PLIST.doc}share/doc/avr-libc/man/man3/vsprintf_P.3 +${PLIST.doc}share/doc/avr-libc/man/man3/wdt.h.3 +${PLIST.doc}share/doc/avr-libc/man/man3/wdt_disable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/wdt_enable.3 +${PLIST.doc}share/doc/avr-libc/man/man3/wdt_reset.3 +${PLIST.doc}share/doc/avr-libc/man/man3/week.3 +${PLIST.doc}share/doc/avr-libc/man/man3/week_date.3 +${PLIST.doc}share/doc/avr-libc/man/man3/week_of_month.3 +${PLIST.doc}share/doc/avr-libc/man/man3/week_of_year.3 +${PLIST.doc}share/doc/avr-libc/man/man3/year.3 Added files: Index: pkgsrc/cross/avr-libc/options.mk diff -u /dev/null pkgsrc/cross/avr-libc/options.mk:1.1 --- /dev/null Tue Nov 15 20:30:01 2016 +++ pkgsrc/cross/avr-libc/options.mk Tue Nov 15 20:30:01 2016 @@ -0,0 +1,63 @@ +# $NetBSD: options.mk,v 1.1 2016/11/15 20:30:01 riastradh Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.avr-libc +PKG_SUPPORTED_OPTIONS+= doc +PKG_SUGGESTED_OPTIONS+= doc +PLIST_VARS+= doc + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mdoc) +CONFIGURE_ARGS+= --enable-doc +BUILD_DEPENDS+= doxygen>=1.8.9.1.nb1:../../devel/doxygen +BUILD_DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss +BUILD_DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym +BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm +BUILD_DEPENDS+= tex-epstopdf-[0-9]*:../../graphics/tex-epstopdf +BUILD_DEPENDS+= tex-adjustbox-[0-9]*:../../print/tex-adjustbox +BUILD_DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption +BUILD_DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox +BUILD_DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl +BUILD_DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +BUILD_DEPENDS+= tex-float-[0-9]*:../../print/tex-float +BUILD_DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry +BUILD_DEPENDS+= tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg +BUILD_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +BUILD_DEPENDS+= tex-multirow-[0-9]*:../../print/tex-multirow +BUILD_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib +BUILD_DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf +BUILD_DEPENDS+= tex-sectsty-[0-9]*:../../print/tex-sectsty +BUILD_DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu +BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft +BUILD_DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor +BUILD_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +BUILD_DEPENDS+= transfig-[0-9]*:../../print/transfig +BUILD_DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk + +post-extract: + ${MKDIR} ${WRKSRC}/doc/api/latex_src + ${LN} -s ../../examples/largedemo/largedemo-setup.jpg ${WRKSRC}/doc/api/latex_src + ${LN} -s ../../examples/largedemo/largedemo-wiring.jpg ${WRKSRC}/doc/api/latex_src + ${LN} -s ../../examples/largedemo/largedemo-wiring2.jpg ${WRKSRC}/doc/api/latex_src + ${LN} -s ../../examples/stdiodemo/stdiodemo-setup.jpg ${WRKSRC}/doc/api/latex_src + +post-install: + ${INSTALL_DATA} \ + ${WRKSRC}/LICENSE \ + ${WRKSRC}/AUTHORS \ + ${DESTDIR}${PREFIX}/share/doc/avr-libc + ## delete following or similar files, which includes PATH at build time. + ##_usr_pkgsrc_cross_avr-libc_work_avr-libc-1.8.0_libc_string_.3 + ${RM} ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3/*${PKGVERSION_NOREV}* +.for f in Makefile demo.c demo.bin demo.hex demo.pdf demo.srec + ${INSTALL_DATA} ${WRKSRC}/doc/examples/demo/${f} \ + ${DESTDIR}${PREFIX}/share/doc/avr-libc/examples/demo +.endfor + + +PLIST.doc= yes + +.else +CONFIGURE_ARGS+= --disable-doc +.endif --_----------=_1479241801225640--