Searched defs:not (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
H A Dfnmatch.c15 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; local
313 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
314 if (not)
423 if (!not)
453 if (not)
488 #endif /* _LIBC or not __GNU_LIBRARY_
[all...]

Completed in 92 milliseconds