Searched refs:dstptr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | utf8proc.c | 695 …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 D | utf8proc_internal.h | 672 …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 D | mountd.c | 352 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()
|