fullpath 1000 source3/libsmb/clidfs.c char *fullpath = NULL;
fullpath 1019 source3/libsmb/clidfs.c fullpath = talloc_asprintf(ctx, "\\%s\\%s", cli->desthost, sharename );
fullpath 1020 source3/libsmb/clidfs.c if (!fullpath) {
fullpath 1041 source3/libsmb/clidfs.c res = cli_dfs_get_referral(ctx, cli, fullpath, &refs, &num_refs, &consumed);
fullpath 59 source3/rpc_server/srv_srvsvc_nt.c char *fullpath = NULL;
fullpath 78 source3/rpc_server/srv_srvsvc_nt.c fullpath = talloc_asprintf(fenum->ctx, "\\PIPE\\%s", prec.name );
fullpath 79 source3/rpc_server/srv_srvsvc_nt.c if (!fullpath) {
fullpath 96 source3/rpc_server/srv_srvsvc_nt.c fenum->ctr3->array[i].path = fullpath;
fullpath 144 source3/rpc_server/srv_srvsvc_nt.c char *fullpath = NULL;
fullpath 180 source3/rpc_server/srv_srvsvc_nt.c fullpath = talloc_asprintf(fenum->ctx, "C:%s", sharepath );
fullpath 182 source3/rpc_server/srv_srvsvc_nt.c fullpath = talloc_asprintf(fenum->ctx, "C:%s/%s",
fullpath 185 source3/rpc_server/srv_srvsvc_nt.c if (!fullpath) {
fullpath 188 source3/rpc_server/srv_srvsvc_nt.c string_replace( fullpath, '/', '\\' );
fullpath 199 source3/rpc_server/srv_srvsvc_nt.c fenum->ctr3->array[i].path = fullpath;
fullpath 198 source3/smbd/notify.c char *fullpath;
fullpath 209 source3/smbd/notify.c if (asprintf(&fullpath, "%s/%s", fsp->conn->connectpath,
fullpath 217 source3/smbd/notify.c e.path = fullpath;
fullpath 227 source3/smbd/notify.c SAFE_FREE(fullpath);
fullpath 342 source3/smbd/notify.c char *fullpath;
fullpath 347 source3/smbd/notify.c if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) {
fullpath 352 source3/smbd/notify.c notify_trigger(conn->notify_ctx, action, filter, fullpath);
fullpath 353 source3/smbd/notify.c SAFE_FREE(fullpath);
fullpath 207 source4/client/smbmnt.c mount_point = fullpath(argv[1]);
fullpath 129 source4/lib/registry/dir.c char *fullpath;
fullpath 138 source4/lib/registry/dir.c fullpath = talloc_asprintf(mem_ctx, "%s/%s", p->path, name);
fullpath 140 source4/lib/registry/dir.c d = opendir(fullpath);
fullpath 142 source4/lib/registry/dir.c DEBUG(3,("Unable to open '%s': %s\n", fullpath,
fullpath 149 source4/lib/registry/dir.c ret->path = talloc_steal(ret, fullpath);
fullpath 63 source4/lib/registry/tools/regtree.c print_tree(level+1, subkey, (fullpath && strlen(name))?
fullpath 66 source4/lib/registry/tools/regtree.c keyname, fullpath, novals);
fullpath 112 source4/lib/registry/tools/regtree.c bool fullpath = false, no_values = false;
fullpath 117 source4/lib/registry/tools/regtree.c {"fullpath", 'f', POPT_ARG_NONE, &fullpath, 0, "show full paths", NULL},
fullpath 148 source4/lib/registry/tools/regtree.c print_tree(0, start_key, "", fullpath, no_values);
fullpath 162 source4/lib/registry/tools/regtree.c fullpath, no_values);