pathname 499 lib/zlib/contrib/minizip/zip.c extern zipFile ZEXPORT zipOpen2 (pathname, append, globalcomment, pzlib_filefunc_def)
pathname 500 lib/zlib/contrib/minizip/zip.c const char *pathname;
pathname 517 lib/zlib/contrib/minizip/zip.c pathname,
pathname 683 lib/zlib/contrib/minizip/zip.c extern zipFile ZEXPORT zipOpen (pathname, append)
pathname 684 lib/zlib/contrib/minizip/zip.c const char *pathname;
pathname 687 lib/zlib/contrib/minizip/zip.c return zipOpen2(pathname,append,NULL,NULL);
pathname 114 lib/zlib/contrib/minizip/zip.h extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
pathname 134 lib/zlib/contrib/minizip/zip.h extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
pathname 33 source3/modules/gpfs.c static int (*gpfs_getacl_fn)(char *pathname, int flags, void *acl);
pathname 34 source3/modules/gpfs.c static int (*gpfs_putacl_fn)(char *pathname, int flags, void *acl);
pathname 35 source3/modules/gpfs.c static int (*gpfs_get_realfilename_path_fn)(char *pathname, char *filenamep,
pathname 120 source3/modules/gpfs.c int smbd_gpfs_getacl(char *pathname, int flags, void *acl)
pathname 127 source3/modules/gpfs.c return gpfs_getacl_fn(pathname, flags, acl);
pathname 130 source3/modules/gpfs.c int smbd_gpfs_putacl(char *pathname, int flags, void *acl)
pathname 137 source3/modules/gpfs.c return gpfs_putacl_fn(pathname, flags, acl);
pathname 140 source3/modules/gpfs.c int smbd_gpfs_get_realfilename_path(char *pathname, char *filenamep,
pathname 149 source3/modules/gpfs.c return gpfs_get_realfilename_path_fn(pathname, filenamep, buflen);
pathname 239 source3/modules/gpfs.c int smbd_gpfs_getacl(char *pathname, int flags, void *acl)
pathname 245 source3/modules/gpfs.c int smbd_gpfs_putacl(char *pathname, int flags, void *acl)
pathname 251 source3/modules/gpfs.c int smbd_gpfs_get_realfilename_path(char *pathname, char *fileamep,
pathname 1037 source3/modules/vfs_default.c static int vfswrap_mknod(vfs_handle_struct *handle, const char *pathname, mode_t mode, SMB_DEV_T dev)
pathname 1042 source3/modules/vfs_default.c result = sys_mknod(pathname, mode, dev);
pathname 199 source3/modules/vfs_full_audit.c const char *pathname, mode_t mode, SMB_DEV_T dev);
pathname 1626 source3/modules/vfs_full_audit.c const char *pathname, mode_t mode, SMB_DEV_T dev)
pathname 1630 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_MKNOD(handle, pathname, mode, dev);
pathname 1632 source3/modules/vfs_full_audit.c do_log(SMB_VFS_OP_MKNOD, (result >= 0), handle, "%s", pathname);
pathname 30 source3/modules/vfs_gpfs.h int smbd_gpfs_getacl(char *pathname, int flags, void *acl);
pathname 31 source3/modules/vfs_gpfs.h int smbd_gpfs_putacl(char *pathname, int flags, void *acl);
pathname 32 source3/modules/vfs_gpfs.h int smbd_gpfs_get_realfilename_path(char *pathname, char *filenamep,
pathname 1488 source3/rpc_server/srv_srvsvc_nt.c const char *pathname = NULL;
pathname 1546 source3/rpc_server/srv_srvsvc_nt.c pathname = talloc_strdup(ctx, lp_pathname(snum));
pathname 1553 source3/rpc_server/srv_srvsvc_nt.c pathname = info->info2->path;
pathname 1569 source3/rpc_server/srv_srvsvc_nt.c pathname = info->info502->path;
pathname 1575 source3/rpc_server/srv_srvsvc_nt.c pathname = talloc_strdup(ctx, lp_pathname(snum));
pathname 1596 source3/rpc_server/srv_srvsvc_nt.c pathname = talloc_strdup(ctx, lp_pathname(snum));
pathname 1621 source3/rpc_server/srv_srvsvc_nt.c if (!(path = valid_share_pathname(p->mem_ctx, pathname ))) {
pathname 1623 source3/rpc_server/srv_srvsvc_nt.c pathname ));
pathname 1718 source3/rpc_server/srv_srvsvc_nt.c char *pathname = NULL;
pathname 1755 source3/rpc_server/srv_srvsvc_nt.c pathname = talloc_strdup(ctx, r->in.info->info2->path);
pathname 1766 source3/rpc_server/srv_srvsvc_nt.c pathname = talloc_strdup(ctx, r->in.info->info502->path);
pathname 1819 source3/rpc_server/srv_srvsvc_nt.c if (!(path = valid_share_pathname(p->mem_ctx, pathname))) {
pathname 1891 source3/smbd/lanman.c char *pathname = NULL;
pathname 1957 source3/smbd/lanman.c if (!pull_ascii_talloc(talloc_tos(), &pathname,
pathname 1964 source3/smbd/lanman.c if (!pathname) {
pathname 1969 source3/smbd/lanman.c string_replace(pathname, '"', ' ');
pathname 1980 source3/smbd/lanman.c pathname, comment) == -1) {
pathname 48 source3/smbd/msdfs.c const char *pathname,
pathname 68 source3/smbd/msdfs.c pathname_local = talloc_strdup(pdp, pathname);
pathname 76 source3/smbd/msdfs.c pdp->posix_path = (lp_posix_pathnames() && *pathname == '/');
pathname 80 source3/smbd/msdfs.c if (*pathname != sepchar) {
pathname 82 source3/smbd/msdfs.c pathname, sepchar ));
pathname 938 source3/smbd/msdfs.c static int setup_ver2_dfs_referral(const char *pathname,
pathname 956 source3/smbd/msdfs.c &uni_requestedpath, pathname);
pathname 1052 source3/smbd/msdfs.c static int setup_ver3_dfs_referral(const char *pathname,
pathname 1069 source3/smbd/msdfs.c reqpathlen = rpcstr_push_talloc(talloc_tos(), &uni_reqpath, pathname);
pathname 467 source3/smbd/quotas.c char *cutstr, *pathname, *host, *testpath;
pathname 476 source3/smbd/quotas.c pathname=strstr(mnttype, ":");
pathname 1024 source3/smbd/quotas.c char *cutstr, *pathname, *host, *testpath;
pathname 1033 source3/smbd/quotas.c pathname=strstr(mnttype, ":");
pathname 1197 source3/smbd/trans2.c const char *pathname,
pathname 1203 source3/smbd/trans2.c is_msdfs_link(conn, pathname, psbuf)) {
pathname 1207 source3/smbd/trans2.c pathname));
pathname 7358 source3/smbd/trans2.c char *pathname = NULL;
pathname 7378 source3/smbd/trans2.c srvstr_pull_talloc(ctx, params, req->flags2, &pathname, ¶ms[2],
pathname 7380 source3/smbd/trans2.c if (!pathname) {
pathname 7384 source3/smbd/trans2.c if((reply_size = setup_dfs_referral(conn, pathname, max_referral_level,
pathname 196 source3/utils/net_usershare.c const char *pathname;
pathname 273 source3/utils/net_usershare.c fl->pathname = talloc_strdup(ctx, n);
pathname 274 source3/utils/net_usershare.c if (!fl->pathname) {
pathname 342 source3/utils/net_usershare.c fl->pathname);
pathname 382 source3/utils/net_usershare.c us_err = parse_usershare_file(ctx, &sbuf, fl->pathname, -1, lines, numlines,
pathname 463 source3/utils/net_usershare.c d_printf("[%s]\n", fl->pathname );
pathname 469 source3/utils/net_usershare.c d_printf("%s\n", fl->pathname);
pathname 954 source3/utils/net_usershare.c d_printf("%s\n", fl->pathname);