Home
last modified time | relevance | path

Searched refs:dstptr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c695 …const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t… in utf8proc_map() argument
697 return utf8proc_map_custom(str, strlen, dstptr, options, NULL, NULL); in utf8proc_map()
701 …const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t… in utf8proc_map_custom() argument
706 *dstptr = NULL; in utf8proc_map_custom()
726 *dstptr = (utf8proc_uint8_t *)buffer; in utf8proc_map_custom()
H A Dutf8proc_internal.h672 …const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t…
682 …const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t…
/freebsd-12.1/usr.sbin/mountd/
H A Dmountd.c338 char *srcptr, *dstptr, *retval; in strsep_quote() local
344 srcptr = dstptr = retval = *stringp; in strsep_quote()
369 *dstptr++ = *srcptr++; in strsep_quote()
385 *dstptr++ = *srcptr++; in strsep_quote()
389 *dstptr = 0; /* Terminate the string */ in strsep_quote()