Searched refs:lic (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/3d/
H A Dlicense.c42 int lic; local
68 if (csrecv(&cs, fd, NiL, &lic, 1) != 1)
75 if (cswrite(&cs, lic, msg, len) != len)
78 close(lic);
81 fcntl(lic, F_SETFD, FD_CLOEXEC);
83 return(lic);
/ast/lib/package/
H A Dpackage.mk170 if F = "$(I:D=$(PACKAGESRC):B:S=.lic:T=F)"
173 T := $(.FIND. lib/package .lic $(F):P=W,query=type)
850 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1182 set -- $(.package.licenses. --text $(name.original):N!=*.lic)
1261 do for j in lic pkg
1272 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1447 do for j in lic pkg
1458 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
/ast/src/cmd/INIT/
H A Dpackage.mk170 if F = "$(I:D=$(PACKAGESRC):B:S=.lic:T=F)"
173 T := $(.FIND. lib/package .lic $(F):P=W,query=type)
850 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1182 set -- $(.package.licenses. --text $(name.original):N!=*.lic)
1261 do for j in lic pkg
1272 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1447 do for j in lic pkg
1458 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
H A Dpackage.sh456 [+?\b$PACKAGEROOT/lib/package/\b\agroup\a\b.lic\b files contain license
460 component \bnmake\b makefile. \agroup\a\b.lic\b files are part of the
462 that overrides the \agroup\a\b.lic\b file. The full text of the licenses
810 ${bB}\$PACKAGEROOT/lib/package/${eB}${bI}GROUP${eI}${bB}.lic${eB} files contain license information that
813 name listed in the component ${bB}nmake${eB} makefile. ${bI}GROUP${eI}${bB}.lic${eB} files are part of the
815 overrides the ${bI}GROUP${eI}${bB}.lic${eB} file. The full text of the licenses are in the
4253 if test -f $1.lic
4256 proto -c'#' -p -s -l $1.lic -o type=verbose,author='*' /dev/null
4333 for _i_ in `cd $PACKAGESRC; ls *.def *.lic *.pkg 2>/dev/null | sed 's/[-.].*//'`
4780 test -d $PACKAGESRC && $admin_ditto $admin_ditto_update --remote=$rsh --expr="if(level>1&&path!='LICENSES/*')status=SKIP;path=='LICENSES*|*.(pkg|lic|de
[all...]
H A Dproto.c1542 static const Item_t lic[] = variable
1908 notice.item[20] = notice.item[1] = lic[notice.type];
2092 switch (c = lookup(lic, v, s - v))
2113 notice.item[1].data = lic[lic[c].quote].data;
2114 notice.item[1].size = lic[lic[c].quote].size;
2115 if (notice.item[20].data != lic[0].data)
/ast/src/lib/libast/port/
H A Dastlicense.c173 static const Item_t lic[] = variable
554 notice.item[STYLE] = notice.item[CLASS] = lic[notice.type];
738 switch (c = lookup(lic, v, s - v))
759 notice.item[CLASS].data = lic[lic[c].quote].data;
760 notice.item[CLASS].size = lic[lic[c].quote].size;
761 if (notice.item[STYLE].data != lic[NONE].data)
/ast/src/cmd/nmake/
H A DMakerules.mk245 LICENSEINFO = $(.FIND. lib/package .lic $(LICENSEFILES))
4202 if ! "$(PKGDIRS:X=package/$(P).lic package/$(P).pkg:T=F)" && ! "$(.PACKAGE.$(P).library)"

Completed in 182 milliseconds