HomeSort by: relevance | last modified time | path
    Searched refs:strnNE (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/patch/
common.h 63 #define strnNE(s1,s2,l) (strncmp(s1, s2, l))
patch.c 1041 } else if (strnNE(ilineptr, plineptr, plinelen))
pch.c 549 if (ret == -1 || strnNE(buf, "********", 8)) {
877 if (ret == -1 || strnNE(buf, "@@ -", 4)) {
  /src/games/warp/
warp.h 147 #define strnNE(s1,s2,l) (strncmp(s1,s2,l))
score.c 576 if (strnNE(buf+COMPOFF,COMPNAME,COMPLEN)) {
585 if (strnNE(buf+COMPOFF,COMPNAME,COMPLEN)) {

Completed in 15 milliseconds