mangle_prefix     215 source3/param/loadparm.c 	int mangle_prefix;
mangle_prefix    2860 source3/param/loadparm.c 		.ptr		= &Globals.mangle_prefix,
mangle_prefix    4839 source3/param/loadparm.c 	Globals.mangle_prefix = 1;
mangle_prefix    5230 source3/param/loadparm.c FN_GLOBAL_INTEGER(lp_mangle_prefix, &Globals.mangle_prefix)
mangle_prefix      88 source3/smbd/globals.c unsigned mangle_prefix = 0;
mangle_prefix      85 source3/smbd/globals.h extern unsigned mangle_prefix;
mangle_prefix     200 source3/smbd/mangle_hash2.c 	for (i=0;i<mangle_prefix;i++) {
mangle_prefix     210 source3/smbd/mangle_hash2.c 	for (i=mangle_prefix;i<6;i++) {
mangle_prefix     370 source3/smbd/mangle_hash2.c 	for (multiplier=36, i=5;i>=mangle_prefix;i--) {
mangle_prefix     553 source3/smbd/mangle_hash2.c 	for (i=0;i<mangle_prefix && name[i];i++) {
mangle_prefix     560 source3/smbd/mangle_hash2.c 	for (;i<mangle_prefix;i++) {
mangle_prefix     588 source3/smbd/mangle_hash2.c 	for (i=0;i<mangle_prefix;i++) {
mangle_prefix     593 source3/smbd/mangle_hash2.c 	for (i=5; i>=mangle_prefix; i--) {
mangle_prefix     699 source3/smbd/mangle_hash2.c 	mangle_prefix = lp_mangle_prefix();
mangle_prefix     700 source3/smbd/mangle_hash2.c 	if (mangle_prefix > 6) {
mangle_prefix     701 source3/smbd/mangle_hash2.c 		mangle_prefix = 6;
mangle_prefix     703 source3/smbd/mangle_hash2.c 	if (mangle_prefix < 1) {
mangle_prefix     704 source3/smbd/mangle_hash2.c 		mangle_prefix = 1;
mangle_prefix      92 source4/ntvfs/posix/pvfs_shortname.c 	int mangle_prefix;
mangle_prefix     191 source4/ntvfs/posix/pvfs_shortname.c 	for (i=0;i<ctx->mangle_prefix;i++) {
mangle_prefix     201 source4/ntvfs/posix/pvfs_shortname.c 	for (i=ctx->mangle_prefix;i<6;i++) {
mangle_prefix     334 source4/ntvfs/posix/pvfs_shortname.c 	for (multiplier=36, i=5;i>=ctx->mangle_prefix;i--) {
mangle_prefix     469 source4/ntvfs/posix/pvfs_shortname.c 	for (i=0;i<ctx->mangle_prefix && name[i];i++) {
mangle_prefix     476 source4/ntvfs/posix/pvfs_shortname.c 	for (;i<ctx->mangle_prefix;i++) {
mangle_prefix     508 source4/ntvfs/posix/pvfs_shortname.c 	for (i=0;i<ctx->mangle_prefix;i++) {
mangle_prefix     513 source4/ntvfs/posix/pvfs_shortname.c 	for (i=5; i>=ctx->mangle_prefix; i--) {
mangle_prefix     601 source4/ntvfs/posix/pvfs_shortname.c 	for (i=0;i<(7-ctx->mangle_prefix);i++) {
mangle_prefix     635 source4/ntvfs/posix/pvfs_shortname.c 	ctx->mangle_prefix = lp_parm_int(pvfs->ntvfs->ctx->lp_ctx, NULL, "mangle", "prefix", -1);
mangle_prefix     636 source4/ntvfs/posix/pvfs_shortname.c 	if (ctx->mangle_prefix < 0 || ctx->mangle_prefix > 6) {
mangle_prefix     637 source4/ntvfs/posix/pvfs_shortname.c 		ctx->mangle_prefix = DEFAULT_MANGLE_PREFIX;