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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h654 * string, allocated dynamically by `malloc` and returned via `dstptr`.
672 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options
682 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options,
H A Dutf8proc.c695 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options
697 return utf8proc_map_custom(str, strlen, dstptr, options, NULL, NULL);
701 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options,
706 *dstptr = NULL;
726 *dstptr = (utf8proc_uint8_t *)buffer;
694 utf8proc_map( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options ) argument
700 utf8proc_map_custom( const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t options, utf8proc_custom_func custom_func, void *custom_data ) argument
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c342 char *srcptr, *dstptr, *retval; local
348 srcptr = dstptr = retval = *stringp;
373 *dstptr++ = *srcptr++;
389 *dstptr++ = *srcptr++;
393 *dstptr = 0; /* Terminate the string */

Completed in 169 milliseconds