Searched refs:src_end (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/include/
H A Drc_cmdlength.h4 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drc_cmdlength.c20 const char *src_end
27 while (src_end != src_buf) {
28 ch = src_end[-1];
31 --src_end;
34 for (scan = src_buf; scan != src_end; ++scan) {
/netbsd-current/external/bsd/less/dist/
H A Dcvt.c59 char *src_end; local
63 src_end = osrc + *lenp;
65 src_end = osrc + strlen(osrc);
67 for (src = osrc, dst = odst; src < src_end; )
72 ch = step_char(&src, +1, src_end);
83 while (src < src_end)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dtekhex.c360 first_phase (bfd *abfd, int type, char *src, char * src_end) argument
374 if (!getvalue (&src, &addr, src_end))
377 while (*src && src < src_end - 1)
388 if (!getsym (sym, &src, &len, src_end))
403 while (src < src_end && *src)
409 if (!getvalue (&src, &section->vma, src_end))
411 if (!getvalue (&src, &val, src_end))
444 if (!getsym (sym, &src, &len, src_end))
494 if (!getvalue (&src, &val, src_end))
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dtekhex.c360 first_phase (bfd *abfd, int type, char *src, char * src_end) argument
374 if (!getvalue (&src, &addr, src_end))
377 while (*src && src < src_end - 1)
388 if (!getsym (sym, &src, &len, src_end))
403 while (src < src_end && *src)
409 if (!getvalue (&src, &section->vma, src_end))
411 if (!getvalue (&src, &val, src_end))
444 if (!getsym (sym, &src, &len, src_end))
494 if (!getvalue (&src, &val, src_end))
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dtekhex.c360 first_phase (bfd *abfd, int type, char *src, char * src_end) argument
374 if (!getvalue (&src, &addr, src_end))
377 while (*src && src < src_end - 1)
388 if (!getsym (sym, &src, &len, src_end))
403 while (src < src_end && *src)
409 if (!getvalue (&src, &section->vma, src_end))
411 if (!getvalue (&src, &val, src_end))
444 if (!getsym (sym, &src, &len, src_end))
494 if (!getvalue (&src, &val, src_end))
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dtekhex.c360 first_phase (bfd *abfd, int type, char *src, char * src_end) argument
374 if (!getvalue (&src, &addr, src_end))
377 while (*src && src < src_end - 1)
388 if (!getsym (sym, &src, &len, src_end))
403 while (src < src_end && *src)
409 if (!getvalue (&src, &section->vma, src_end))
411 if (!getvalue (&src, &val, src_end))
444 if (!getsym (sym, &src, &len, src_end))
494 if (!getvalue (&src, &val, src_end))
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dsun_map.c131 char *retval = NULL, *str_start, *str_end, *src_end; local
141 src_end = (strlen(src) - 1) + (char*)src;
147 second_half = (size_t)(src_end - str_end);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_poisoning.cc79 u32 *src_end = (u32 *)MEM_TO_ORIGIN(s + (end - beg)); local
83 for (; src < src_end; ++src, ++src_s, ++dst) {
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dns_name.c796 const char* src_end; local
806 src_end = buf + buflen;
807 while (src < src_end) {
/netbsd-current/external/mit/lua/dist/src/
H A Dlstrlib.c368 const char *src_end; /* end ('\0') of source string */ member in struct:MatchState
480 if (s >= ms->src_end)
503 while (++s < ms->src_end) {
571 if ((size_t)(ms->src_end-s) >= len &&
598 s = (s == ms->src_end) ? s : NULL; /* check end of string */
770 ms->src_end = s + ls;
820 } while (s1++ < ms.src_end && !anchor);
850 for (src = gm->src; src <= gm->ms.src_end; src++) {
978 else if (src < ms.src_end) /* otherwise, skip one character */
986 luaL_addlstring(&b, src, ms.src_end
[all...]

Completed in 336 milliseconds