Searched defs:lastp (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c158 char *lastp, *p; /* char pointers */ local
177 for (lastp = p; *p && *p != ':'; p++) ;
180 if (p != lastp) { /* no hostname given */
181 phostname = copystring (lastp, p - lastp);
208 for (lastp = ++p; *p && isascii(*p) && isdigit(*p); p++) ;
209 if ((p == lastp) || /* required field */
211 !(pdpynum = copystring (lastp, p - lastp))) /* no memory */

Completed in 11 milliseconds