Searched refs:dir_path (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddir.c40 char *dir_path; member in struct:smb_Dir
923 BOOL is_visible_file(connection_struct *conn, const char *dir_path, const char *name, SMB_STRUCT_STAT *pst, BOOL use_veto) argument
941 if (strcmp(dir_path, "./")) {
942 pstrcat(full_path, dir_path);
966 if (asprintf(&entry, "%s/%s", dir_path, name) == -1) {
1003 dirp->dir_path = SMB_STRDUP(name);
1004 if (!dirp->dir_path) {
1007 dirp->dir = SMB_VFS_OPENDIR(conn, dirp->dir_path);
1009 DEBUG(5,("OpenDir: Can't open %s. %s\n", dirp->dir_path, strerror(errno) ));
1027 SAFE_FREE(dirp->dir_path);
[all...]

Completed in 96 milliseconds