reserved_names     92 source3/smbd/mangle_hash2.c static const char * const reserved_names[] =
reserved_names    422 source3/smbd/mangle_hash2.c 		for (i=0; reserved_names[i]; i++) {
reserved_names    423 source3/smbd/mangle_hash2.c 			int len = strlen(reserved_names[i]);
reserved_names    425 source3/smbd/mangle_hash2.c 			if (strnequal(name, reserved_names[i], len) &&
reserved_names    662 source3/smbd/mangle_hash2.c 	for (i=0; reserved_names[i]; i++) {
reserved_names    665 source3/smbd/mangle_hash2.c 		c1 = (unsigned char)reserved_names[i][0];
reserved_names    666 source3/smbd/mangle_hash2.c 		c2 = (unsigned char)reserved_names[i][1];
reserved_names    667 source3/smbd/mangle_hash2.c 		c3 = (unsigned char)reserved_names[i][2];
reserved_names    668 source3/smbd/mangle_hash2.c 		c4 = (unsigned char)reserved_names[i][3];
reserved_names     80 source4/ntvfs/posix/pvfs_shortname.c static const char *reserved_names[] = 
reserved_names    374 source4/ntvfs/posix/pvfs_shortname.c 		for (i=0; reserved_names[i]; i++) {
reserved_names    375 source4/ntvfs/posix/pvfs_shortname.c 			if (strcasecmp(name, reserved_names[i]) == 0) {
reserved_names    580 source4/ntvfs/posix/pvfs_shortname.c 	for (i=0; reserved_names[i]; i++) {
reserved_names    583 source4/ntvfs/posix/pvfs_shortname.c 		c1 = (unsigned char)reserved_names[i][0];
reserved_names    584 source4/ntvfs/posix/pvfs_shortname.c 		c2 = (unsigned char)reserved_names[i][1];
reserved_names    585 source4/ntvfs/posix/pvfs_shortname.c 		c3 = (unsigned char)reserved_names[i][2];
reserved_names    586 source4/ntvfs/posix/pvfs_shortname.c 		c4 = (unsigned char)reserved_names[i][3];