tmpbuf            645 lib/util/charset/util_unistr.c 		char *tmpbuf = strupper_talloc(NULL, src);
tmpbuf            646 lib/util/charset/util_unistr.c 		if (tmpbuf == NULL) {
tmpbuf            649 lib/util/charset/util_unistr.c 		ret = push_ascii(dest, tmpbuf, dest_len, flags & ~STR_UPPER);
tmpbuf            650 lib/util/charset/util_unistr.c 		talloc_free(tmpbuf);
tmpbuf            740 lib/util/charset/util_unistr.c 		char *tmpbuf = strupper_talloc(NULL, src);
tmpbuf            741 lib/util/charset/util_unistr.c 		if (tmpbuf == NULL) {
tmpbuf            744 lib/util/charset/util_unistr.c 		ret = push_ucs2(dest, tmpbuf, dest_len, flags & ~STR_UPPER);
tmpbuf            745 lib/util/charset/util_unistr.c 		talloc_free(tmpbuf);
tmpbuf            349 nsswitch/winbind_nss_aix.c 	char *tmpbuf;
tmpbuf            381 nsswitch/winbind_nss_aix.c 	tmpbuf = malloc(num_gids*12);
tmpbuf            382 nsswitch/winbind_nss_aix.c 	if (!tmpbuf) {
tmpbuf            387 nsswitch/winbind_nss_aix.c 		idx += sprintf(tmpbuf+idx, "%u,", gid_list[i]);
tmpbuf            389 nsswitch/winbind_nss_aix.c 	idx += sprintf(tmpbuf+idx, "%u", gid_list[i]);
tmpbuf            393 nsswitch/winbind_nss_aix.c 	return tmpbuf;
tmpbuf           1022 source3/lib/charcnv.c 	char *tmpbuf = NULL;
tmpbuf           1031 source3/lib/charcnv.c 		tmpbuf = SMB_STRDUP(src);
tmpbuf           1032 source3/lib/charcnv.c 		if (!tmpbuf) {
tmpbuf           1035 source3/lib/charcnv.c 		strupper_m(tmpbuf);
tmpbuf           1036 source3/lib/charcnv.c 		src = tmpbuf;
tmpbuf           1049 source3/lib/charcnv.c 	SAFE_FREE(tmpbuf);
tmpbuf           1408 source3/lib/charcnv.c 	char *tmpbuf = NULL;
tmpbuf           1416 source3/lib/charcnv.c 		tmpbuf = strdup_upper(src);
tmpbuf           1417 source3/lib/charcnv.c 		if (!tmpbuf) {
tmpbuf           1420 source3/lib/charcnv.c 		src = tmpbuf;
tmpbuf           1430 source3/lib/charcnv.c 	SAFE_FREE(tmpbuf);
tmpbuf             35 source3/modules/vfs_catia.c 	smb_ucs2_t *tmpbuf = NULL;
tmpbuf             45 source3/modules/vfs_catia.c 	if (!push_ucs2_talloc(ctx, &tmpbuf, s, &converted_size)) {
tmpbuf             49 source3/modules/vfs_catia.c 	ptr = tmpbuf;
tmpbuf             57 source3/modules/vfs_catia.c 	if (!pull_ucs2_talloc(ctx, &ret, tmpbuf, &converted_size)) {
tmpbuf             58 source3/modules/vfs_catia.c 		TALLOC_FREE(tmpbuf);
tmpbuf             61 source3/modules/vfs_catia.c 	TALLOC_FREE(tmpbuf);