Home
last modified time | relevance | path

Searched refs:NOTICED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libpp/common/
H A Dppproto.c57 #define NOTICED "Copyright" /* no notice if found in magic */ macro
2283 if (*s == *NOTICED && !strncmp(s, NOTICED, sizeof(NOTICED) - 1)) in pppopen()
2285 s += sizeof(NOTICED) - 1; in pppopen()
H A DRELEASE91 02-04-12 ppproto.c: fix NOTICED check