oldc 109 lib/util/charset/charset.h void string_replace_m(char *s, char oldc, char newc);
oldc 191 lib/util/charset/util_unistr.c _PUBLIC_ void string_replace_m(char *s, char oldc, char newc)
oldc 197 lib/util/charset/util_unistr.c if (c == oldc) {
oldc 383 lib/util/util.h _PUBLIC_ void string_replace(char *s, char oldc, char newc);
oldc 327 lib/util/util_str.c _PUBLIC_ void string_replace(char *s, char oldc, char newc)
oldc 330 lib/util/util_str.c if (*s == oldc) *s = newc;
oldc 1591 source3/include/proto.h void string_replace_w(smb_ucs2_t *s, smb_ucs2_t oldc, smb_ucs2_t newc);
oldc 284 source3/lib/util_str.c void string_replace( char *s, char oldc, char newc )
oldc 296 source3/lib/util_str.c if (*p == oldc) {
oldc 315 source3/lib/util_str.c if (*p == oldc) {
oldc 736 source3/lib/util_unistr.c void string_replace_w(smb_ucs2_t *s, smb_ucs2_t oldc, smb_ucs2_t newc)
oldc 741 source3/lib/util_unistr.c if(cp==oldc) {
oldc 32 source3/modules/vfs_catia.c unsigned char oldc,
oldc 37 source3/modules/vfs_catia.c smb_ucs2_t old = oldc;