Home
last modified time | relevance | path

Searched refs:cmp (Results 26 – 32 of 32) sorted by relevance

12

/PHP-5.4/ext/bcmath/libbcmath/
H A Dconfigure1527 if cmp -s $cache_file confcache; then
1830 if cmp -s $ac_file conftest.h 2>/dev/null; then
/PHP-5.4/build/
H A Dshtool923 if cmp -s "$src" "$dst"; then
H A Dlibtool.m46345 cmp -s conftest.out conftest.nl || break
/PHP-5.4/ext/standard/
H A Dstring.c5221 char *p, *endp, cmp; local
5260 cmp = needle[0];
5262 while ((p = memchr(p, cmp, endp - p))) {
/PHP-5.4/
H A Dconfigure.in150 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c97943 int cmp;
97954 cmp = sqlite3MemCompare(pBest, pArg, pColl);
97955 if( (max && cmp<0) || (!max && cmp>0) ){
134788 int cmp; /* memcmp() result */
134829 cmp = memcmp(zTerm, zBuffer, (nBuffer>nTerm ? nTerm : nBuffer));
134830 if( piFirst && (cmp<0 || (cmp==0 && nBuffer>nTerm)) ){
134835 if( piLast && cmp<0 ){
150941 int cmp = (c - aEntry[iTest].iCode);
150942 if( cmp>=0 ){
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic5881 # assembler instructions: mov di,077c;cmp word ptrl[di],a55a;jnz
5961 # assembler instructions: jnz 0729;cmp ebx,"TCPA"
5979 # assembler instructions: cmp ebx,"TCPA";cmp

Completed in 447 milliseconds

12