Lines Matching defs:not
15 along with this library; see the file COPYING.LIB. If not, write to the Free
50 /* Comment out all this code if we are using the GNU C Library, and are not
152 it matches, nonzero if not. */
213 /* A slash does not match a wildcard under FNM_FILE_NAME. */
294 register int not;
313 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
314 if (not)
423 if (!not)
453 if (not)
488 #endif /* _LIBC or not __GNU_LIBRARY__. */