FLAG_ASCII        193 source3/smbd/mangle_hash2.c 			if (! FLAG_CHECK(name[i], FLAG_ASCII)) {
FLAG_ASCII        201 source3/smbd/mangle_hash2.c 		if (! FLAG_CHECK(name[i], FLAG_ASCII)) {
FLAG_ASCII        539 source3/smbd/mangle_hash2.c 			if (! FLAG_CHECK(dot_p[i+1], FLAG_ASCII)) {
FLAG_ASCII        555 source3/smbd/mangle_hash2.c 		if (! FLAG_CHECK(lead_chars[i], FLAG_ASCII)) {
FLAG_ASCII        577 source3/smbd/mangle_hash2.c 			if (FLAG_CHECK(c, FLAG_ASCII)) {
FLAG_ASCII        640 source3/smbd/mangle_hash2.c 			char_flags[i] |=  (FLAG_ASCII | FLAG_BASECHAR);
FLAG_ASCII        643 source3/smbd/mangle_hash2.c 			char_flags[i] |= FLAG_ASCII;
FLAG_ASCII        184 source4/ntvfs/posix/pvfs_shortname.c 			if (! FLAG_CHECK(name[i], FLAG_ASCII)) {
FLAG_ASCII        192 source4/ntvfs/posix/pvfs_shortname.c 		if (! FLAG_CHECK(name[i], FLAG_ASCII)) {
FLAG_ASCII        303 source4/ntvfs/posix/pvfs_shortname.c 		if (!FLAG_CHECK(name[i], FLAG_ASCII|(allow_wildcards ? FLAG_WILDCARD : 0)) && 
FLAG_ASCII        457 source4/ntvfs/posix/pvfs_shortname.c 			if (! FLAG_CHECK(dot_p[i+1], FLAG_ASCII)) {
FLAG_ASCII        471 source4/ntvfs/posix/pvfs_shortname.c 		if (! FLAG_CHECK(lead_chars[i], FLAG_ASCII)) {
FLAG_ASCII        493 source4/ntvfs/posix/pvfs_shortname.c 			if (FLAG_CHECK(c, FLAG_ASCII)) {
FLAG_ASCII        558 source4/ntvfs/posix/pvfs_shortname.c 			ctx->char_flags[i] |=  (FLAG_ASCII | FLAG_BASECHAR);
FLAG_ASCII        561 source4/ntvfs/posix/pvfs_shortname.c 			ctx->char_flags[i] |= FLAG_ASCII;