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

/freebsd-10-stable/contrib/ntp/include/
H A Drc_cmdlength.h2 extern size_t remoteconfig_cmdlength( const char *src_buf, const char *src_end );
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drc_cmdlength.c18 const char *src_end
25 while (src_end != src_buf) {
26 ch = src_end[-1];
29 --src_end;
32 for (scan = src_buf; scan != src_end; ++scan) {
/freebsd-10-stable/contrib/less/
H A Dcvt.c68 char *src_end; local
72 src_end = osrc + *lenp;
74 src_end = osrc + strlen(osrc);
76 for (src = osrc, dst = odst; src < src_end; )
80 ch = step_char(&src, +1, src_end);
92 while (src < src_end)
/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dinet_ntop.c153 const unsigned char *next_src, *src_end; local
162 src_end = src + IN6ADDRSZ;
189 } while (next_src < src_end);
/freebsd-10-stable/contrib/amd/amd/
H A Dsun_map.c129 char *retval = NULL, *str_start, *str_end, *src_end; local
139 src_end = (strlen(src) - 1) + (char*)src;
145 second_half = (size_t)(src_end - str_end);

Completed in 109 milliseconds