Searched refs:NOTICED (Results 1 – 2 of 2) sorted by relevance
57 #define NOTICED "Copyright" /* no notice if found in magic */ macro2283 if (*s == *NOTICED && !strncmp(s, NOTICED, sizeof(NOTICED) - 1)) in pppopen()2285 s += sizeof(NOTICED) - 1; in pppopen()
91 02-04-12 ppproto.c: fix NOTICED check