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

/freebsd-11-stable/usr.sbin/ppp/
H A Diplist.h34 char *srcptr; member in struct:iplist_cur
H A Diplist.c96 list->cur.srcptr = range;
105 ptr = list->cur.srcptr;
133 list->cur.srcptr = NULL;
156 list->cur.srcptr = list->src;
162 } while (list->cur.srcptr != list->src);
183 list->cur.srcptr = NULL;
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp383 const UTF8 *srcptr = source+length; local
387 case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
388 case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
389 case 2: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false;
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c342 char *srcptr, *dstptr, *retval; local
348 srcptr = dstptr = retval = *stringp;
350 while (*srcptr) {
365 if (*srcptr == '\\') {
366 srcptr++;
372 if (*srcptr) {
373 *dstptr++ = *srcptr++;
377 if (quot == 0 && (*srcptr == '\'' || *srcptr == '"')) {
378 quot = *srcptr
[all...]

Completed in 97 milliseconds