Searched refs:astlicense (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h241 extern int astlicense(char*, int, char*, char*, int, int, int);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast.h259 extern __MANGLE__ int astlicense __PROTO__((char*, int, char*, char*, int, int, int));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast.h259 extern __MANGLE__ int astlicense __PROTO__((char*, int, char*, char*, int, int, int));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast.h259 extern __MANGLE__ int astlicense __PROTO__((char*, int, char*, char*, int, int, int));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h259 extern __MANGLE__ int astlicense __PROTO__((char*, int, char*, char*, int, int, int));
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c324 #include "../libast/port/astlicense.c"
2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2352 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2380 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c379 astlicense(char* p, int size, char* file, char* options, int cc1, int cc2, int cc3) function
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com246 common/port/astlicense.o \

Completed in 85 milliseconds