pathreal 578 source3/smbd/dir.c char *pathreal = NULL; pathreal 620 source3/smbd/dir.c pathreal = talloc_asprintf(ctx, pathreal 624 source3/smbd/dir.c if (!pathreal) pathreal 627 source3/smbd/dir.c if (SMB_VFS_STAT(dptr->conn, pathreal, pst) == 0) { pathreal 663 source3/smbd/dir.c TALLOC_FREE(pathreal); pathreal 670 source3/smbd/dir.c TALLOC_FREE(pathreal); pathreal 834 source3/smbd/dir.c char *pathreal = NULL; pathreal 881 source3/smbd/dir.c pathreal = talloc_asprintf(ctx, pathreal 886 source3/smbd/dir.c pathreal = talloc_asprintf(ctx, pathreal 891 source3/smbd/dir.c if (!pathreal) { pathreal 896 source3/smbd/dir.c if (!VALID_STAT(sbuf) && (SMB_VFS_STAT(conn, pathreal, &sbuf)) != 0) { pathreal 898 source3/smbd/dir.c pathreal, strerror(errno) )); pathreal 899 source3/smbd/dir.c TALLOC_FREE(pathreal); pathreal 904 source3/smbd/dir.c *mode = dos_mode(conn,pathreal,&sbuf); pathreal 908 source3/smbd/dir.c TALLOC_FREE(pathreal); pathreal 930 source3/smbd/dir.c pathreal, pathreal 940 source3/smbd/dir.c TALLOC_FREE(pathreal); pathreal 1243 source3/smbd/trans2.c char *pathreal = NULL; pathreal 1314 source3/smbd/trans2.c pathreal = NULL; pathreal 1361 source3/smbd/trans2.c pathreal = NULL; pathreal 1362 source3/smbd/trans2.c pathreal = talloc_asprintf(ctx, pathreal 1367 source3/smbd/trans2.c pathreal = talloc_asprintf(ctx, pathreal 1373 source3/smbd/trans2.c if (!pathreal) { pathreal 1379 source3/smbd/trans2.c if (SMB_VFS_LSTAT(conn,pathreal,&sbuf) != 0) { pathreal 1381 source3/smbd/trans2.c pathreal,strerror(errno))); pathreal 1382 source3/smbd/trans2.c TALLOC_FREE(pathreal); pathreal 1386 source3/smbd/trans2.c } else if (!VALID_STAT(sbuf) && SMB_VFS_STAT(conn,pathreal,&sbuf) != 0) { pathreal 1390 source3/smbd/trans2.c ms_dfs_link = check_msdfs_link(conn, pathreal, &sbuf); pathreal 1393 source3/smbd/trans2.c pathreal,strerror(errno))); pathreal 1394 source3/smbd/trans2.c TALLOC_FREE(pathreal); pathreal 1401 source3/smbd/trans2.c mode = dos_mode_msdfs(conn,pathreal,&sbuf); pathreal 1403 source3/smbd/trans2.c mode = dos_mode(conn,pathreal,&sbuf); pathreal 1408 source3/smbd/trans2.c TALLOC_FREE(pathreal); pathreal 1445 source3/smbd/trans2.c pathreal,fname)); pathreal 1511 source3/smbd/trans2.c unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal); pathreal 1558 source3/smbd/trans2.c file_list = get_ea_list_from_file(ctx, conn, NULL, pathreal, &ea_len); pathreal 1610 source3/smbd/trans2.c unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal); pathreal 1684 source3/smbd/trans2.c unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal); pathreal 1733 source3/smbd/trans2.c unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal); pathreal 1766 source3/smbd/trans2.c unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal);