stricmp 52 lib-src/ebrowse.c return stricmp (x, y) == 0; stricmp 278 lib-src/ntlib.c && (stricmp (p, ".exe") == 0 || stricmp 279 lib-src/ntlib.c stricmp (p, ".com") == 0 || stricmp 280 lib-src/ntlib.c stricmp (p, ".bat") == 0 || stricmp 281 lib-src/ntlib.c stricmp (p, ".cmd") == 0)); stricmp 210 nt/addpm.c if ((p = strrchr (modname, '\\')) && stricmp (p, "\\bin") == 0) stricmp 273 nt/cmdproxy.c if (stricmp (ext, exts[i]) == 0) stricmp 663 nt/cmdproxy.c if (!(status > 0 && stricmp (modname, path) == 0)) stricmp 681 nt/cmdproxy.c && stricmp (modname, path) == 0)) stricmp 708 nt/cmdproxy.c if (!pdot || stricmp (pdot, ".exe") != 0) stricmp 711 nt/cmdproxy.c if (!qdot || stricmp (qdot, ".exe") != 0) stricmp 852 nt/cmdproxy.c (stricmp (strrchr (progname, '\\'), "command.com") == 0); stricmp 91 nt/runemacs.c && stricmp (p, "\\nt") == 0) stricmp 164 nt/runemacs.c if ((p = strrchr (modname, '\\')) && stricmp (p, "\\bin") == 0) stricmp 3751 src/w32proc.c if (stricmp (locval, lname) == 0) stricmp 3829 src/w32proc.c return (ignore_case ? stricmp (s1, s2) : strcmp (s1, s2)); stricmp 1838 test/manual/etags/y-src/parse.c if(!stricmp(begin,tname)) stricmp 1840 test/manual/etags/y-src/parse.c else if(!stricmp(begin,fname)) stricmp 1842 test/manual/etags/y-src/parse.c else if(!stricmp(begin,iname) && (begin[4]==0 || !stricmp(begin+4,"inity"))) stricmp 1844 test/manual/etags/y-src/parse.c else if(!stricmp(begin,mname) || stricmp 1845 test/manual/etags/y-src/parse.c !stricmp(begin,"#ninf")) stricmp 1847 test/manual/etags/y-src/parse.c else if(!stricmp(begin,nname) || stricmp 1848 test/manual/etags/y-src/parse.c !stricmp(begin,"#nan")) stricmp 1852 test/manual/etags/y-src/parse.c if(!stricmp(begin,ename[n])) stricmp 477 test/manual/etags/y-src/parse.y if(!stricmp(begin,tname)) stricmp 479 test/manual/etags/y-src/parse.y else if(!stricmp(begin,fname)) stricmp 481 test/manual/etags/y-src/parse.y else if(!stricmp(begin,iname) && (begin[4]==0 || !stricmp(begin+4,"inity"))) stricmp 483 test/manual/etags/y-src/parse.y else if(!stricmp(begin,mname) || stricmp 484 test/manual/etags/y-src/parse.y !stricmp(begin,"#ninf")) stricmp 486 test/manual/etags/y-src/parse.y else if(!stricmp(begin,nname) || stricmp 487 test/manual/etags/y-src/parse.y !stricmp(begin,"#nan")) stricmp 491 test/manual/etags/y-src/parse.y if(!stricmp(begin,ename[n]))