Searched refs:osrc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/libc/string/
H A Dstrlcpy.c33 const char *osrc = src; local
52 return(src - osrc - 1); /* count does not include NUL */
H A Dstrlcat.c36 const char *osrc = src; local
57 return(dlen + (src - osrc)); /* count does not include NUL */
/freebsd-11.0-release/contrib/less/
H A Dcvt.c55 * odst character (when it was in osrc) is returned in the chpos array.
58 cvt_text(odst, osrc, chpos, lenp, ops)
60 char *osrc;
72 src_end = osrc + *lenp;
74 src_end = osrc + strlen(osrc);
76 for (src = osrc, dst = odst; src < src_end; )
78 int src_pos = (int) (src - osrc);
113 /* FIXME: why was this here? if (chpos != NULL) chpos[dst - odst] = src - osrc; */
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-mobile.c56 uint32_t osrc; member in struct:mobile_ip
89 ND_PRINT((ndo, "%s ", ipaddr_string(ndo, &mob->osrc)));
/freebsd-11.0-release/sys/netipsec/
H A Dkey.h71 #define KEY_GETTUNNEL(osrc, odst, isrc, idst) \
72 key_gettunnel(osrc, odst, isrc, idst, __FILE__, __LINE__)
H A Dkey.c723 key_gettunnel(const struct sockaddr *osrc,
773 if (key_sockaddrcmp(&r2->saidx.src.sa, osrc, 0) ||

Completed in 685 milliseconds