Searched refs:zend (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Dint.c47 char *zend;
49 i = strtol ((char *) zval, &zend, 10);
50 if (*zend != '\0')
46 char *zend; local
H A Drunuxq.c60 char *zend;
63 &zend, 10);
64 if (*zend != '\0' || *pirunuuxqt <= 0)
59 char *zend; local
H A Dhport.c143 char *zend;
148 ilow = strtol (z, &zend, 10);
149 if (*zend == '-')
150 ihigh = strtol (zend + 1, (char **) NULL, 10);
142 char *zend; local
H A Dvport.c81 char *zend;
119 ilow = strtol (pzsplit[3], &zend, 10);
120 if (*zend == '-')
121 ihigh = strtol (zend + 1, (char **) NULL, 10);
80 char *zend; local
H A Dhsinfo.c303 char *zend;
308 qset->uuconf_ibaud = strtol (z, &zend, 10);
309 if (*zend == '-')
310 qset->uuconf_ihighbaud = strtol (zend + 1, (char **) NULL,
301 char *zend; local
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dstatus.c68 char *zend, *znext;
126 istat = (int) strtol (zline, &zend, 10);
127 if (zend == zline)
150 znext = zend;
151 qret->cretries = (int) strtol (znext, &zend, 10);
152 if (zend == znext)
154 znext = zend;
155 qret->ilast = strtol (znext, &zend, 10);
156 if (zend == znext)
158 znext = zend;
66 char *zend, *znext; local
[all...]
H A Dseq.c93 char *zend;
95 iseq = strtol (zline, &zend, 10);
96 if (zend == zline)
92 char *zend; local
H A Djobid.c103 const char *zend;
115 zend = zid + clen - CSEQLEN - 1;
122 sprintf (abname, "C.%.7s%s", zsys, zend);
124 zret = zsfind_file (abname, zsys, *zend);
132 *pbgrade = *zend;
102 const char *zend; local
H A Dlock.c104 char *zend;
299 ipid = (pid_t) strtol (ab, &zend, 10);
300 inid = (nid_t) strtol (zend, (char **) NULL, 10);
484 ipid = (pid_t) strtol (ab, &zend, 10);
485 inid = (nid_t) strtol (zend, (char **) NULL, 10);
103 char *zend; local
H A Dstatsb.c439 char *zend;
485 ipid = (pid_t) strtol (ab, &zend, 10);
486 inid = (nid_t) strtol (zend, (char **) NULL, 10);
434 char *zend; local
H A Dtcp.c667 char *zend;
675 i = strtol ((char *) zname, &zend, 10);
676 if (i != 0 && *zend == '\0')
660 char *zend; local
/macosx-10.9.5/uucp-11/uucp/lib/
H A Dgetlin.c38 char *zput, *zend; local
50 zend = *pzline + *pcline - 1;
54 if (zput >= zend)
64 zend = znew + cnew - 1;
H A Dparse.c53 char *z, *zend;
140 qcmd->cbytes = strtol (z, &zend, 0);
141 if (*zend != '\0')
158 qcmd->ipos = strtol (z, &zend, 0);
159 if (*zend != '\0')
178 qcmd->imode = (int) strtol (z, &zend, 0);
179 if (*zend != '\0')
210 qcmd->cbytes = strtol (z, &zend, 0);
211 if (*zend != '\0')
51 char *z, *zend; local
H A Ddebug.c47 char *zend;
54 i = (int) strtol ((char *) z, &zend, 0);
55 if (*zend == '\0')
46 char *zend; local
/macosx-10.9.5/libauto-185.5/tests/
H A Dalloc_test.c160 auto_date_t zend = auto_date_now(); local
163 printf("begin %lld\nafter auto %lld\nafter malloc %lld\n\n", begin, middle, zend);
165 printf("auto time %lld\nmalloc time %lld\n", middle-begin, zend-middle);
166 printf("sum %lld\n", middle-begin + zend-middle);
/macosx-10.9.5/uucp-11/uucp/
H A Dchat.c180 char *zend;
183 cval = (int) strtol (ztimeout + 2, &zend, 10);
184 if (zend != ztimeout + 2 && *zend == '\0')
1107 const char *zend;
1109 zend = zwrite + cwrite;
1111 for (; zwrite < zend; zwrite++)
178 char *zend; local
1103 const char *zend; local
H A Dprotj.c315 const char *zfrom, *zend;
323 zend = zsend + csend;
331 while (zfrom < zend)
309 const char *zfrom, *zend; local
H A Drec.c412 char *zend;
469 &zend, 8);
475 if (*zend == 'M' && qdaemon->fmaster)
408 char *zend; local
H A Duucico.c1486 char *zend;
1499 c = strtol (zopt, &zend, 0);
1502 zopt = zend;
1484 char *zend; local
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dcalculus.tcl163 foreach { zbegin zend znumber } $zinterval { break }
167 set zdelta [expr {($zend-$zbegin)/double($znumber)}]
248 foreach { zbegin zend znumber } $zinterval { break }
264 set zdelta [expr {($zend-$zbegin)/double($znumber)}]
/macosx-10.9.5/apache_mod_php-87.4/
H A DMakefile77 --enable-zend-multibyte \

Completed in 303 milliseconds