/netbsd-src/external/bsd/ntp/dist/ntpd/ |
H A D | rc_cmdlength.c | 20 const char *src_end in remoteconfig_cmdlength() argument 27 while (src_end != src_buf) { in remoteconfig_cmdlength() 28 ch = src_end[-1]; in remoteconfig_cmdlength() 31 --src_end; in remoteconfig_cmdlength() 34 for (scan = src_buf; scan != src_end; ++scan) { in remoteconfig_cmdlength()
|
/netbsd-src/external/bsd/less/dist/ |
H A D | cvt.c | 59 char *src_end; in cvt_text() local 63 src_end = osrc + *lenp; in cvt_text() 65 src_end = osrc + strlen(osrc); in cvt_text() 67 for (src = osrc, dst = odst; src < src_end; ) in cvt_text() 72 ch = step_char(&src, +1, src_end); in cvt_text() 83 while (src < src_end) in cvt_text()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | tekhex.c | 360 first_phase (bfd *abfd, int type, char *src, char * src_end) in first_phase() argument 374 if (!getvalue (&src, &addr, src_end)) in first_phase() 377 while (*src && src < src_end - 1) in first_phase() 388 if (!getsym (sym, &src, &len, src_end)) in first_phase() 403 while (src < src_end && *src) in first_phase() 409 if (!getvalue (&src, §ion->vma, src_end)) in first_phase() 411 if (!getvalue (&src, &val, src_end)) in first_phase() 444 if (!getsym (sym, &src, &len, src_end)) in first_phase() 494 if (!getvalue (&src, &val, src_end)) in first_phase()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | tekhex.c | 360 first_phase (bfd *abfd, int type, char *src, char * src_end) in first_phase() argument 374 if (!getvalue (&src, &addr, src_end)) in first_phase() 377 while (*src && src < src_end - 1) in first_phase() 388 if (!getsym (sym, &src, &len, src_end)) in first_phase() 403 while (src < src_end && *src) in first_phase() 409 if (!getvalue (&src, §ion->vma, src_end)) in first_phase() 411 if (!getvalue (&src, &val, src_end)) in first_phase() 444 if (!getsym (sym, &src, &len, src_end)) in first_phase() 494 if (!getvalue (&src, &val, src_end)) in first_phase()
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | sun_map.c | 131 char *retval = NULL, *str_start, *str_end, *src_end; in sun_strsub() local 141 src_end = (strlen(src) - 1) + (char*)src; in sun_strsub() 147 second_half = (size_t)(src_end - str_end); in sun_strsub()
|
/netbsd-src/external/bsd/ntp/dist/include/ |
H A D | rc_cmdlength.h | 4 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lstrlib.c | 368 const char *src_end; /* end ('\0') of source string */ member 480 if (s >= ms->src_end) in singlematch() 503 while (++s < ms->src_end) { in matchbalance() 571 if ((size_t)(ms->src_end-s) >= len && in match_capture() 598 s = (s == ms->src_end) ? s : NULL; /* check end of string */ in match() 770 ms->src_end = s + ls; in prepstate() 820 } while (s1++ < ms.src_end && !anchor); in str_find_aux() 850 for (src = gm->src; src <= gm->ms.src_end; src++) { in gmatch_aux() 978 else if (src < ms.src_end) /* otherwise, skip one character */ in str_gsub() 986 luaL_addlstring(&b, src, ms.src_end-src); in str_gsub()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_poisoning.cc | 79 u32 *src_end = (u32 *)MEM_TO_ORIGIN(s + (end - beg)); in CopyOrigin() local 83 for (; src < src_end; ++src, ++src_s, ++dst) { in CopyOrigin()
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | ns_name.c | 796 const char* src_end; in MRns_name_compress_list() local 806 src_end = buf + buflen; in MRns_name_compress_list() 807 while (src < src_end) { in MRns_name_compress_list()
|