full_path         101 source3/lib/module.c 	char *full_path = NULL;
full_path         119 source3/lib/module.c 	full_path = talloc_asprintf(ctx,
full_path         124 source3/lib/module.c 	if (!full_path) {
full_path         130 source3/lib/module.c 		module, full_path));
full_path         132 source3/lib/module.c 	status = do_smb_load_module(full_path, True);
full_path          91 source3/modules/vfs_gpfs.c 	char *full_path;
full_path          95 source3/modules/vfs_gpfs.c 	full_path = talloc_asprintf(talloc_tos(), "%s/%s", path, name);
full_path          96 source3/modules/vfs_gpfs.c 	if (full_path == NULL) {
full_path         103 source3/modules/vfs_gpfs.c 	result = smbd_gpfs_get_realfilename_path(full_path, real_pathname,
full_path         106 source3/modules/vfs_gpfs.c 	TALLOC_FREE(full_path);
full_path         438 source3/modules/vfs_onefs_shadow_copy.c 				    const char *full_path,
full_path         444 source3/modules/vfs_onefs_shadow_copy.c 		    (handle, full_path, cpath ?: path, mem_ctx, found_name),
full_path         599 source3/utils/net_usershare.c 	char *full_path;
full_path         698 source3/utils/net_usershare.c 	full_path = get_basepath(ctx);
full_path         699 source3/utils/net_usershare.c 	if (!full_path) {
full_path         706 source3/utils/net_usershare.c 			full_path);
full_path         713 source3/utils/net_usershare.c 	full_path = talloc_asprintf_append(full_path,
full_path         716 source3/utils/net_usershare.c 	if (!full_path) {
full_path         923 source3/utils/net_usershare.c 	if (rename(full_path_tmp, full_path) != 0) {
full_path         310 source4/librpc/rpc/dcerpc_sock.c 						       const char *full_path,
full_path         338 source4/librpc/rpc/dcerpc_sock.c 	s->sock->path = talloc_reference(s->sock, full_path);
full_path         263 source4/rpc_server/service_rpc.c 	char *full_path;
full_path         273 source4/rpc_server/service_rpc.c 	full_path = talloc_asprintf(dce_ctx, "%s/%s", lp_ncalrpc_dir(lp_ctx), 
full_path         285 source4/rpc_server/service_rpc.c 				     "unix", full_path, &port, 
full_path         290 source4/rpc_server/service_rpc.c 			 e->ep_description->endpoint, full_path, nt_errstr(status)));