Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/usr.sbin/mountd/
H A Dmountd.c352 char *srcptr, *dstptr, *retval; in strsep_quote() local
358 srcptr = dstptr = retval = *stringp; in strsep_quote()
383 *dstptr++ = *srcptr++; in strsep_quote()
399 *dstptr++ = *srcptr++; in strsep_quote()
403 *dstptr = 0; /* Terminate the string */ in strsep_quote()