tmpbuf2           368 source3/lib/util_str.c 	smb_ucs2_t *tmpbuf2 = NULL;
tmpbuf2           369 source3/lib/util_str.c 	if (!push_ucs2_allocate(&tmpbuf2, s, &converted_size)) {
tmpbuf2           372 source3/lib/util_str.c 	ret = strlen_w(tmpbuf2);
tmpbuf2           373 source3/lib/util_str.c 	SAFE_FREE(tmpbuf2);
tmpbuf2           386 source3/lib/util_str.c 	char *tmpbuf2 = NULL;
tmpbuf2           387 source3/lib/util_str.c 	if (!push_ascii_allocate(&tmpbuf2, s, &converted_size)) {
tmpbuf2           390 source3/lib/util_str.c 	ret = strlen(tmpbuf2);
tmpbuf2           391 source3/lib/util_str.c 	SAFE_FREE(tmpbuf2);