retbuf           2953 source3/client/client.c 	char *retbuf = NULL;
retbuf           3000 source3/client/client.c 	if (!cli_unix_getfacl(targetcli, targetname, &rb_size, &retbuf)) {
retbuf           3007 source3/client/client.c 	if (SVAL(retbuf,0) != SMB_POSIX_ACL_VERSION || rb_size < 6) {
retbuf           3009 source3/client/client.c 			src, (unsigned int)CVAL(retbuf,0) );
retbuf           3010 source3/client/client.c 		SAFE_FREE(retbuf);
retbuf           3014 source3/client/client.c 	num_file_acls = SVAL(retbuf,2);
retbuf           3015 source3/client/client.c 	num_dir_acls = SVAL(retbuf,4);
retbuf           3022 source3/client/client.c 		SAFE_FREE(retbuf);
retbuf           3036 source3/client/client.c 		unsigned char tagtype = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE));
retbuf           3037 source3/client/client.c 		unsigned char perms = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+1);
retbuf           3044 source3/client/client.c 				uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+2);
retbuf           3051 source3/client/client.c 				uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+2);
retbuf           3063 source3/client/client.c 				SAFE_FREE(retbuf);
retbuf           3073 source3/client/client.c 		unsigned char tagtype = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE));
retbuf           3074 source3/client/client.c 		unsigned char perms = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+1);
retbuf           3081 source3/client/client.c 				uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+2);
retbuf           3088 source3/client/client.c 				uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+2);
retbuf           3100 source3/client/client.c 				SAFE_FREE(retbuf);
retbuf           3107 source3/client/client.c 	SAFE_FREE(retbuf);
retbuf           2460 source3/include/proto.h bool cli_unix_getfacl(struct cli_state *cli, const char *name, size_t *prb_size, char **retbuf);
retbuf           5125 source3/include/proto.h uint32 reg_perfcount_get_counter_help(uint32 base_index, char **retbuf);
retbuf           5126 source3/include/proto.h uint32 reg_perfcount_get_counter_names(uint32 base_index, char **retbuf);
retbuf            191 source3/libsmb/clifile.c bool cli_unix_getfacl(struct cli_state *cli, const char *name, size_t *prb_size, char **retbuf)
retbuf            239 source3/libsmb/clifile.c 	*retbuf = rdata;
retbuf            157 source3/registry/reg_perfcount.c 					       char **retbuf,
retbuf            162 source3/registry/reg_perfcount.c 	char *buf1 = *retbuf;
retbuf            202 source3/registry/reg_perfcount.c 	*retbuf = buf1;
retbuf            210 source3/registry/reg_perfcount.c uint32 reg_perfcount_get_counter_help(uint32 base_index, char **retbuf)
retbuf            231 source3/registry/reg_perfcount.c 		buffer_size = _reg_perfcount_multi_sz_from_tdb(names, (i*2)+1, retbuf, buffer_size);
retbuf            236 source3/registry/reg_perfcount.c 	buf1 = *retbuf;
retbuf            245 source3/registry/reg_perfcount.c 	*retbuf = buf1;
retbuf            253 source3/registry/reg_perfcount.c uint32 reg_perfcount_get_counter_names(uint32 base_index, char **retbuf)
retbuf            272 source3/registry/reg_perfcount.c 	buffer_size = _reg_perfcount_multi_sz_from_tdb(names, 1, retbuf, buffer_size);
retbuf            276 source3/registry/reg_perfcount.c 		buffer_size = _reg_perfcount_multi_sz_from_tdb(names, i*2, retbuf, buffer_size);
retbuf            281 source3/registry/reg_perfcount.c 	buf1 = *retbuf;
retbuf            290 source3/registry/reg_perfcount.c 	*retbuf=buf1;