Searched defs:notice (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 138 KEY("notice"), 229 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) argument 236 cc = notice->cc[1]; 241 PUT(b, notice->cc[n > 0 ? 0 : 1]); 244 PUT(b, notice->cc[n > 0 ? 1 : 2]); 278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) argument 306 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data)) 308 z = x + notice->item[c].size; 328 * generate a copright notice 332 copyright(Notice_t* notice, registe argument 396 Notice_t notice; local [all...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 55 #define MAGICOFF "noticed" /* no notice if found in pragma */ 57 #define NOTICED "Copyright" /* no notice if found in magic */ 58 #define PUBLICDOMAIN "Public Domain" /* no notice if found in magic */ 2119 * notice !=0 copyright notice info commented at the top 2120 * options !=0 additional notice name=value pairs, space or ; separated 2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument 2194 notice = options = 0; 2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0) 2254 notice [all...] |
Completed in 19 milliseconds