Makefile (f6ed5ca267d42d2a060f8447acdeb647ef077b6d) | Makefile (e232d9863a8486cf94eaa4bc06c2e9ff52bf3140) |
---|---|
1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet --- 720 unchanged lines hidden (view full) --- 729 euccol.3c \ 730 eucscol.3c \ 731 extended_to_decimal.3c \ 732 fconvert.3c \ 733 fcvt.3c \ 734 fdopendir.3c \ 735 fdwalk.3c \ 736 feof.3c \ | 1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet --- 720 unchanged lines hidden (view full) --- 729 euccol.3c \ 730 eucscol.3c \ 731 extended_to_decimal.3c \ 732 fconvert.3c \ 733 fcvt.3c \ 734 fdopendir.3c \ 735 fdwalk.3c \ 736 feof.3c \ |
737 ffsl.3c \ 738 ffsll.3c \ |
|
737 fgetgrent.3c \ 738 fgetgrent_r.3c \ 739 fgetpwent.3c \ 740 fgetpwent_r.3c \ 741 fgets.3c \ 742 fgetspent.3c \ 743 fgetspent_r.3c \ 744 fgetwc_l.3c \ 745 fgetws.3c \ 746 file_to_decimal.3c \ 747 fileno.3c \ 748 finite.3c \ | 739 fgetgrent.3c \ 740 fgetgrent_r.3c \ 741 fgetpwent.3c \ 742 fgetpwent_r.3c \ 743 fgets.3c \ 744 fgetspent.3c \ 745 fgetspent_r.3c \ 746 fgetwc_l.3c \ 747 fgetws.3c \ 748 file_to_decimal.3c \ 749 fileno.3c \ 750 finite.3c \ |
751 fls.3c \ 752 flsl.3c \ 753 flsll.3c \ |
|
749 fpclass.3c \ 750 fpgetmask.3c \ 751 fpgetsticky.3c \ 752 fprintf.3c \ 753 fpsetmask.3c \ 754 fpsetround.3c \ 755 fpsetsticky.3c \ 756 fputs.3c \ --- 803 unchanged lines hidden (view full) --- 1560eucscol.3c := LINKSRC = euclen.3c 1561 1562_exithandle.3c := LINKSRC = exit.3c 1563 1564clearerr.3c := LINKSRC = ferror.3c 1565feof.3c := LINKSRC = ferror.3c 1566fileno.3c := LINKSRC = ferror.3c 1567 | 754 fpclass.3c \ 755 fpgetmask.3c \ 756 fpgetsticky.3c \ 757 fprintf.3c \ 758 fpsetmask.3c \ 759 fpsetround.3c \ 760 fpsetsticky.3c \ 761 fputs.3c \ --- 803 unchanged lines hidden (view full) --- 1565eucscol.3c := LINKSRC = euclen.3c 1566 1567_exithandle.3c := LINKSRC = exit.3c 1568 1569clearerr.3c := LINKSRC = ferror.3c 1570feof.3c := LINKSRC = ferror.3c 1571fileno.3c := LINKSRC = ferror.3c 1572 |
1573ffsl.3c := LINKSRC = ffs.3c 1574ffsll.3c := LINKSRC = ffs.3c 1575fls.3c := LINKSRC = ffs.3c 1576flsl.3c := LINKSRC = ffs.3c 1577flsll.3c := LINKSRC = ffs.3c 1578 |
|
1568fsetattr.3c := LINKSRC = fgetattr.3c 1569getattrat.3c := LINKSRC = fgetattr.3c 1570setattrat.3c := LINKSRC = fgetattr.3c 1571 1572getc.3c := LINKSRC = fgetc.3c 1573getc_unlocked.3c := LINKSRC = fgetc.3c 1574getchar.3c := LINKSRC = fgetc.3c 1575getchar_unlocked.3c := LINKSRC = fgetc.3c --- 758 unchanged lines hidden --- | 1579fsetattr.3c := LINKSRC = fgetattr.3c 1580getattrat.3c := LINKSRC = fgetattr.3c 1581setattrat.3c := LINKSRC = fgetattr.3c 1582 1583getc.3c := LINKSRC = fgetc.3c 1584getc_unlocked.3c := LINKSRC = fgetc.3c 1585getchar.3c := LINKSRC = fgetc.3c 1586getchar_unlocked.3c := LINKSRC = fgetc.3c --- 758 unchanged lines hidden --- |