test_name         364 source4/heimdal/lib/hx509/test_name.c     ret += test_name(context, "CN=foo,C=SE");
test_name         365 source4/heimdal/lib/hx509/test_name.c     ret += test_name(context, "CN=foo,CN=kaka,CN=FOO,DC=ad1,C=SE");
test_name         366 source4/heimdal/lib/hx509/test_name.c     ret += test_name(context, "1.2.3.4=foo,C=SE");
test_name         103 source4/ntvfs/posix/pvfs_resolve.c 		char *test_name;
test_name         114 source4/ntvfs/posix/pvfs_resolve.c 		test_name = talloc_asprintf(name, "%s/%s", partial_name, components[i]);
test_name         115 source4/ntvfs/posix/pvfs_resolve.c 		if (!test_name) {
test_name         120 source4/ntvfs/posix/pvfs_resolve.c 		if (stat(test_name, &name->st) == 0) {
test_name         125 source4/ntvfs/posix/pvfs_resolve.c 			partial_name = test_name;
test_name         140 source4/ntvfs/posix/pvfs_resolve.c 			partial_name = test_name;
test_name         163 source4/ntvfs/posix/pvfs_resolve.c 		test_name = talloc_asprintf(name, "%s/%s", partial_name, components[i]);
test_name         165 source4/ntvfs/posix/pvfs_resolve.c 		partial_name = test_name;
test_name         587 source4/torture/raw/notify.c 	smbcli_getatr(cli->tree, test_name, NULL, NULL, NULL); \