Lines Matching defs:tmp

399 	Buffer_t	tmp;
402 tmp.end = (tmp.buf = tmp.nxt = tmpbuf) + sizeof(tmpbuf);
677 copy(&tmp, "This software is part of the ", -1);
678 expand(&notice, &tmp, &notice.item[PACKAGE]);
679 copy(&tmp, " package", -1);
680 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
684 copyright(&notice, &tmp);
685 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
691 copy(&tmp, notice.item[PACKAGE].data ? "and" : "This software", -1);
692 copy(&tmp, " is licensed under the", -1);
693 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
695 copy(&tmp, "Eclipse Public License", -1);
697 copy(&tmp, "Common Public License", -1);
700 copy(&tmp, ", Version ", -1);
701 expand(&notice, &tmp, &notice.item[VERSION]);
703 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
706 copy(&tmp, "by ", -1);
709 expand(&notice, &tmp, &notice.item[PARENT]);
710 copy(&tmp, " ", -1);
714 expand(&notice, &tmp, &notice.item[CORPORATION]);
717 copy(&tmp, " ", -1);
718 expand(&notice, &tmp, &notice.item[INCORPORATION]);
722 expand(&notice, &tmp, &notice.item[COMPANY]);
723 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
729 expand(&notice, &tmp, &notice.item[URL]);
730 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
733 copy(&tmp, "(with md5 checksum ", -1);
734 expand(&notice, &tmp, &notice.item[URLMD5]);
735 copy(&tmp, ")", -1);
736 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
747 copy(&tmp, notice.item[PACKAGE].data ? "and it" : "This software", -1);
748 copy(&tmp, " may only be used by you under license from", -1);
749 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
754 expand(&notice, &tmp, &notice.item[i = PARENT]);
755 copy(&tmp, " ", -1);
757 expand(&notice, &tmp, &notice.item[CORPORATION]);
758 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
764 expand(&notice, &tmp, &notice.item[i = PARENT]);
765 copy(&tmp, " ", -1);
767 expand(&notice, &tmp, &notice.item[COMPANY]);
768 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
775 copy(&tmp, "at the ", -1);
777 expand(&notice, &tmp, &notice.item[i]);
778 copy(&tmp, " Internet web site URL", -1);
779 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
781 expand(&notice, &tmp, &notice.item[URL]);
782 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
785 copy(&tmp, "(with an md5 checksum of ", -1);
786 expand(&notice, &tmp, &notice.item[URLMD5]);
787 copy(&tmp, ")", -1);
788 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
796 expand(&notice, &tmp, &notice.item[i]);
797 copy(&tmp, "'s", -1);
799 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
801 PUT(&tmp, ' ');
802 copy(&tmp, "intellectual property rights.", -1);
803 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
843 copy(&tmp, " 3. Neither the name of ", -1);
845 expand(&notice, &tmp, &notice.item[i]);
847 copy(&tmp, "the copyright holder", -1);
848 copy(&tmp, " nor the", -1);
849 comment(&notice, &buf, BUF(&tmp), USE(&tmp), -1);
926 expand(&notice, &tmp, &notice.item[i]);
927 copy(&tmp, " - ", -1);
931 copy(&tmp, "Proprietary", -1);
932 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 1);
936 copy(&tmp, "This is proprietary source code", -1);
938 copy(&tmp, " licensed by", -1);
939 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 1);
942 expand(&notice, &tmp, &notice.item[PARENT]);
943 copy(&tmp, " ", -1);
947 expand(&notice, &tmp, &notice.item[CORPORATION]);
948 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 1);
952 expand(&notice, &tmp, &notice.item[COMPANY]);
953 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 1);
958 copy(&tmp, "This is unpublished proprietary source code", -1);
960 copy(&tmp, " of", -1);
961 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 1);
963 expand(&notice, &tmp, &notice.item[i]);
966 if (SIZ(&tmp))
967 PUT(&tmp, ' ');
968 expand(&notice, &tmp, &notice.item[COMPANY]);
970 if (SIZ(&tmp))
971 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 1);
994 copy(&tmp, "This software is licensed", -1);
997 copy(&tmp, " by", -1);
999 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1001 PUT(&tmp, ' ');
1004 expand(&notice, &tmp, &notice.item[PARENT]);
1005 copy(&tmp, " ", -1);
1009 expand(&notice, &tmp, &notice.item[CORPORATION]);
1012 copy(&tmp, " ", -1);
1013 expand(&notice, &tmp, &notice.item[INCORPORATION]);
1017 expand(&notice, &tmp, &notice.item[COMPANY]);
1019 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1021 expand(&notice, &tmp, &notice.item[URL]);
1022 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1025 copy(&tmp, "(with an md5 checksum of ", -1);
1026 expand(&notice, &tmp, &notice.item[URLMD5]);
1027 copy(&tmp, ")", -1);
1028 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1056 expand(&notice, &tmp, &item);
1057 comment(&notice, &buf, BUF(&tmp), USE(&tmp), h);
1064 expand(&notice, &tmp, &notice.item[ORGANIZATION]);
1065 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1067 expand(&notice, &tmp, &notice.item[i]);
1070 if (SIZ(&tmp))
1071 PUT(&tmp, ' ');
1072 expand(&notice, &tmp, &notice.item[COMPANY]);
1074 if (SIZ(&tmp))
1075 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1078 expand(&notice, &tmp, &notice.item[LOCATION]);
1079 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1121 expand(&notice, &tmp, &notice.id[i].value);
1122 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
1145 expand(&notice, &tmp, &item);
1146 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);