Searched refs:astlicense (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/include/ |
H A D | ast.h | 253 extern int astlicense(char*, int, char*, char*, int, int, int);
|
/ast/src/lib/libpp/ |
H A D | ppproto.c | 354 #include "../libast/port/astlicense.c" 2277 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0) 2410 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0) 2438 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 500 astlicense(char* p, int size, char* file, char* options, int cc1, int cc2, int cc3) function
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 1477 #line 1 "../../lib/libast/port/astlicense.c" 1855 astlicense __PARAM__((char* p, int size, char* file, char* options, int cc1, int cc2, int cc3), (p, size, file, options, cc1, cc2, cc3)) __OTORP__(char* p; int size; char* file; char* options; int cc1; int cc2; int cc3;){ 4521 if (!notice && !options || (comlen = astlicense(com, sizeof(com), ((char*)0), "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0) 4654 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0) 4682 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
|
/ast/src/lib/libast/ |
H A D | Makefile | 194 astcopy.c astconf.c astdynamic.c astlicense.c astquery.c astwinsize.c \
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 2161 if ((n = astlicense(sfstrrsrv(xp, n), n, s, op, '/', '*', '/')) < 0)
|
Completed in 33 milliseconds