Searched refs:srcptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/usr.sbin/ppp/
H A Diplist.h32 char *srcptr; member in struct:iplist_cur
H A Diplist.c94 list->cur.srcptr = range;
103 ptr = list->cur.srcptr;
131 list->cur.srcptr = NULL;
154 list->cur.srcptr = list->src;
160 } while (list->cur.srcptr != list->src);
181 list->cur.srcptr = NULL;
/freebsd-10-stable/libexec/bootpd/
H A Ddovend.c334 byte *srcptr;
341 srcptr = gendata->data;
344 switch (*srcptr) {
349 *(*buff)++ = *srcptr++;
354 numbytes = srcptr[1] + 2;
358 bcopy(srcptr, *buff, numbytes);
362 srcptr += numbytes;
332 byte *srcptr; local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DConvertUTF.c356 const UTF8 *srcptr = source+length; local
360 case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
361 case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
362 case 2: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c293 char *srcptr, *dstptr, *retval; local
299 srcptr = dstptr = retval = *stringp;
301 while (*srcptr) {
316 if (*srcptr == '\\') {
317 srcptr++;
323 if (*srcptr) {
324 *dstptr++ = *srcptr++;
328 if (quot == 0 && (*srcptr == '\'' || *srcptr == '"')) {
329 quot = *srcptr
[all...]

Completed in 145 milliseconds