other_safe_chars  108 lib/util/charset/charset.h char *alpha_strcpy(char *dest, const char *src, const char *other_safe_chars, size_t maxlength);
other_safe_chars  211 lib/util/charset/util_unistr.c _PUBLIC_ char *alpha_strcpy(char *dest, const char *src, const char *other_safe_chars, size_t maxlength)
other_safe_chars  234 lib/util/charset/util_unistr.c 	if (!other_safe_chars)
other_safe_chars  235 lib/util/charset/util_unistr.c 		other_safe_chars = "";
other_safe_chars  239 lib/util/charset/util_unistr.c 		if (isupper(val) || islower(val) || isdigit(val) || strchr_m(other_safe_chars, val))
other_safe_chars 1467 source3/include/proto.h 		const char *other_safe_chars,
other_safe_chars  161 source3/include/safe_string.h #define alpha_strcpy(dest,src,other_safe_chars,maxlength) \
other_safe_chars  163 source3/include/safe_string.h 			dest,src,other_safe_chars,maxlength)
other_safe_chars  596 source3/lib/util_str.c 		const char *other_safe_chars,
other_safe_chars  620 source3/lib/util_str.c 	if (!other_safe_chars)
other_safe_chars  621 source3/lib/util_str.c 		other_safe_chars = "";
other_safe_chars  626 source3/lib/util_str.c 				isdigit(val) || strchr_m(other_safe_chars, val))