Lines Matching refs:copy

47 #undef	copy
228 copy(register Buffer_t* b, register char* s, int n) in copy() function
381 copy(b, "Copyright (c) ", -1); in copyright()
399 copy(b, t, 4); in copyright()
441 copy(buf, file, -1); in push()
442 copy(buf, ": no space", -1); in push()
470 copy(buf, file, -1); in push()
471 copy(buf, ": cannot open", -1); in push()
480 copy(buf, file, -1); in push()
481 copy(buf, ": cannot read", -1); in push()
777 copy(&buf, "\"", -1); in astlicense()
778 copy(&buf, input[level].file, -1); in astlicense()
779 copy(&buf, "\", line ", -1); in astlicense()
784 copy(&buf, x, -1); in astlicense()
785 copy(&buf, ": ", -1); in astlicense()
787 copy(&buf, "option error: assignment expected", -1); in astlicense()
811 copy(&tmp, "This software is part of the ", -1); in astlicense()
813 copy(&tmp, " package", -1); in astlicense()
825 copy(&tmp, notice.item[PACKAGE].data ? "and" : "This software", -1); in astlicense()
826 copy(&tmp, " is licensed under the", -1); in astlicense()
829 copy(&tmp, "Eclipse Public License", -1); in astlicense()
831 copy(&tmp, "Common Public License", -1); in astlicense()
834 copy(&tmp, ", Version ", -1); in astlicense()
840 copy(&tmp, "by ", -1); in astlicense()
844 copy(&tmp, " ", -1); in astlicense()
851 copy(&tmp, " ", -1); in astlicense()
867 copy(&tmp, "(with md5 checksum ", -1); in astlicense()
869 copy(&tmp, ")", -1); in astlicense()
881 copy(&tmp, notice.item[PACKAGE].data ? "and it" : "This software", -1); in astlicense()
882 copy(&tmp, " may only be used by you under license from", -1); in astlicense()
889 copy(&tmp, " ", -1); in astlicense()
899 copy(&tmp, " ", -1); in astlicense()
909 copy(&tmp, "at the ", -1); in astlicense()
912 copy(&tmp, " Internet web site URL", -1); in astlicense()
919 copy(&tmp, "(with an md5 checksum of ", -1); in astlicense()
921 copy(&tmp, ")", -1); in astlicense()
931 copy(&tmp, "'s", -1); in astlicense()
936 copy(&tmp, "intellectual property rights.", -1); in astlicense()
977 copy(&tmp, " 3. Neither the name of ", -1); in astlicense()
981 copy(&tmp, "the copyright holder", -1); in astlicense()
982 copy(&tmp, " nor the", -1); in astlicense()
1061 copy(&tmp, " - ", -1); in astlicense()
1065 copy(&tmp, "Proprietary", -1); in astlicense()
1070 copy(&tmp, "This is proprietary source code", -1); in astlicense()
1072 copy(&tmp, " licensed by", -1); in astlicense()
1077 copy(&tmp, " ", -1); in astlicense()
1092 copy(&tmp, "This is unpublished proprietary source code", -1); in astlicense()
1094 copy(&tmp, " of", -1); in astlicense()
1128 copy(&tmp, "This software is licensed", -1); in astlicense()
1131 copy(&tmp, " by", -1); in astlicense()
1139 copy(&tmp, " ", -1); in astlicense()
1146 copy(&tmp, " ", -1); in astlicense()
1159 copy(&tmp, "(with an md5 checksum of ", -1); in astlicense()
1161 copy(&tmp, ")", -1); in astlicense()
1243 copy(&buf, "[-author?", -1); in astlicense()
1267 copy(&buf, "[-author?", -1); in astlicense()
1289 copy(&buf, "[-copyright?", -1); in astlicense()
1294 copy(&buf, "[-license?", -1); in astlicense()