Searched defs:lic (Results 1 - 3 of 3) 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/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/INIT/
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)

Completed in 39 milliseconds