Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt59 $opened_files = trim(exec("lsof -np " . getmypid() . " | wc -l"));
61 } else if (($tmp = trim(exec("lsof -np " . getmypid() . " | wc -l"))) != $opened_files) {
/PHP-5.5/ext/pcre/
H A Dconfig0.m437 pcre_minor_length=`echo "$pcre_minor" | wc -c | sed -e 's/[^0-9]//g'`
/PHP-5.5/Zend/
H A Dzend_strtod.c673 int k, wa, wb, wc; in mult() local
688 wc = wa + wb; in mult()
689 if (wc > a->maxwds) { in mult()
693 for(x = c->x, xa = x + wc; x < xa; x++) { in mult()
749 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ; in mult()
750 c->wds = wc; in mult()
/PHP-5.5/build/
H A Dshtool483 bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'`
485 bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'`
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput82538 /(?=a(?i)b)\w\wc/
H A Dtestinput12113 /(?=a(?i)b)\w\wc/
H A Dtestoutput83987 /(?=a(?i)b)\w\wc/
H A Dtestoutput13309 /(?=a(?i)b)\w\wc/
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c116325 whereClauseClear(&p->wc);
116333 whereClauseClear(&p->wc);
116823 char wc[3]; /* Wildcard characters */
116862 while( (c=z[cnt])!=0 && c!=wc[0] && c!=wc[1] && c!=wc[2] ){
116867 *pisComplete = c==wc[0] && z[cnt+1]==0;
116957 if( N<pTerm->u.pAndInfo->wc.nTerm ){
116958 return &pTerm->u.pAndInfo->wc.a[N];
117136 pOrWc = &pOrInfo->wc;
117162 pAndWC = &pAndInfo->wc;
119987 pOrWc = &pTerm->u.pOrInfo->wc;
[all …]

Completed in 369 milliseconds