Home
last modified time | relevance | path

Searched refs:nch (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Dregcomp.ih29 static int nch(register struct parse *p, register cset *cs);
H A Dregcomp.c652 if (nch(p, cs) == 1) { /* optimize singleton sets */
1141 nch(p, cs) in nch() function
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1603 - ssize_t nch;
1782 - if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {
1799 - buf[nch] = '\0'; /* readlink(2) does not do this */

Completed in 15 milliseconds