HomeSort by: relevance | last modified time | path
    Searched defs:nomatch (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/arch/mips/string/
bcmp.S 65 bne v0, v1, nomatch
75 bne v0, v1, nomatch
89 bne v0, v1, nomatch
102 bne v0, v1, nomatch
113 bne v0, v1, nomatch
120 nomatch: label
  /src/external/bsd/libarchive/dist/libarchive/
archive_pathmatch.c 59 int match = 1, nomatch = 0; local
64 /* If this is a negated class, return success for nomatch. */
67 nomatch = 1;
98 return (nomatch);
106 int match = 1, nomatch = 0; local
111 /* If this is a negated class, return success for nomatch. */
114 nomatch = 1;
145 return (nomatch);
  /src/usr.bin/checknr/
checknr.c 209 static void nomatch(const char *);
470 nomatch(mac);
478 nomatch(const char *mac) function
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 400 nomatch, // no match member in class:FeatureState::MATCH

Completed in 57 milliseconds