ext2             5426 source3/smbd/reply.c 	char *ext2 = NULL;
ext2             5465 source3/smbd/reply.c 		ext2 = talloc_strdup(ctx, p+1);
ext2             5467 source3/smbd/reply.c 		ext2 = talloc_strdup(ctx, "");
ext2             5470 source3/smbd/reply.c 	if (!ext1 || !ext2) {
ext2             5499 source3/smbd/reply.c 	p2 = ext2;
ext2             5507 source3/smbd/reply.c 			ext2 = talloc_asprintf(ctx, "%s%s",
ext2             5508 source3/smbd/reply.c 						ext2,
ext2             5510 source3/smbd/reply.c 			if (!ext2) {
ext2             5522 source3/smbd/reply.c 	if (*ext2) {
ext2             5526 source3/smbd/reply.c 				ext2);
ext2               90 source4/heimdal/lib/hdb/ext.c     HDB_extension *ext2;
ext2               94 source4/heimdal/lib/hdb/ext.c     ext2 = NULL;
ext2              103 source4/heimdal/lib/hdb/ext.c 	ext2 = hdb_find_extension(entry, ext->data.element);
ext2              147 source4/heimdal/lib/hdb/ext.c 		ext2 = ext3;
ext2              153 source4/heimdal/lib/hdb/ext.c     if (ext2) {
ext2              154 source4/heimdal/lib/hdb/ext.c 	free_HDB_extension(ext2);
ext2              155 source4/heimdal/lib/hdb/ext.c 	ret = copy_HDB_extension(ext, ext2);
ext2              150 source4/ntvfs/posix/pvfs_rename.c 	const char *ext1, *ext2;
ext2              168 source4/ntvfs/posix/pvfs_rename.c 		ext2 = "";
ext2              171 source4/ntvfs/posix/pvfs_rename.c 		ext2 = talloc_strdup(mem_ctx, p+1);
ext2              174 source4/ntvfs/posix/pvfs_rename.c 	if (ext2 == NULL || base2 == NULL) {
ext2              179 source4/ntvfs/posix/pvfs_rename.c 	ext1 = pvfs_resolve_wildcard_component(mem_ctx, iconv_convenience, ext1, ext2);