Home
last modified time | relevance | path

Searched refs:astlicense (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE90 11-04-20 port/astlicense.c: add { id name } keys
208 10-01-19 astlicense.c: add epl
609 port/astlicense.c: add query=all|id|${...}${...}
610 port/astlicense.c: "free" => "mit"
621 port/astlicense.c: add type=cpl -- yeah
854 03-01-31 port/astlicense.c: fix author=* match
1006 02-03-12 port/astlicense.c: add type=free
1248 astlicense.c: #include <hashkey.h> MAM workaround
1249 astlicense.c: check for non-empty CONTRIBUTORS
1264 astlicense: add noncommercial
[all …]
H A DMakefile194 astcopy.c astconf.c astdynamic.c astlicense.c astquery.c astwinsize.c \
H A DMamfile5555 make astlicense.o
5556 make port/astlicense.c
5558 done port/astlicense.c
5559 meta astlicense.o %.c>%.o port/astlicense.c astlicense
5560 prev port/astlicense.c
5561 …c - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c port/astlicense.c
5562 done astlicense.o generated
6106 exec - ${AR} rc libast.a astconf.o astdynamic.o astlicense.o astquery.o astwinsize.o conftab.o asts…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h253 extern int astlicense(char*, int, char*, char*, int, int, int);
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c2277 …if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0],… in pppopen()
2410 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-… in pppopen()
2438 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-… in pppopen()
H A DMamfile442 make ../libast/port/astlicense.c implicit
444 done ../libast/port/astlicense.c dontcare
H A DRELEASE174 99-11-11 ppproto: use astlicense()
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers641 astlicense;
H A DMakefile.defs275 port/astlicense.o \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c1855 astlicense __PARAM__((char* p, int size, char* file, char* options, int cc1, int cc2, int cc3), (p,… in __OTORP__()
4521 …if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto-…
4654 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-…
4682 …if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto-…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c500 astlicense(char* p, int size, char* file, char* options, int cc1, int cc2, int cc3) in astlicense() function