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
141 it matches, nonzero if not. */
202 /* A slash does not match a wildcard under FNM_FILE_NAME. */
283 register int not;
302 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
303 if (not)
412 if (!not)
442 if (not)
477 #endif /* _LIBC or not __GNU_LIBRARY__. */