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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dtivo_commands.h14 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
H A Dalbumart.c38 art_cache_exists(const char * orig_path, char ** cache_file) argument
40 asprintf(cache_file, "%s/art_cache%s", db_path, orig_path);
H A Dtivo_commands.c616 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path) argument
627 path = strdup(orig_path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_commands.h28 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
H A Dalbumart.c39 art_cache_exists(const char *orig_path, char **cache_file) argument
41 if( asprintf(cache_file, "%s/art_cache%s", db_path, orig_path) < 0 )
H A Dtivo_commands.c647 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path) argument
658 path = strdup(orig_path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_commands.h14 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
H A Dalbumart.c38 art_cache_exists(const char * orig_path, char ** cache_file) argument
40 asprintf(cache_file, "%s/art_cache%s", db_path, orig_path);
H A Dtivo_commands.c636 ProcessTiVoCommand(struct upnphttp * h, const char * orig_path) argument
647 path = strdup(orig_path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_netatalk.c33 const char *fname, char **adbl_path, char **orig_path,
57 char **adbl_path, char **orig_path,
65 if (!ctx || !path || !fname || !adbl_path || !orig_path ||
79 *orig_path = talloc_asprintf(ctx, "%s/%s", path, &fname[ptr0]);
82 ptr1 = atalk_get_path_ptr(*orig_path);
84 sys_lstat(*orig_path, orig_info);
90 dname = talloc_strdup(ctx, *orig_path);
92 name = *orig_path;
97 DEBUG(3, ("ATALK: DEBUG:\n%s\n%s\n", *orig_path, *adbl_path));
230 char *orig_path local
56 atalk_build_paths(TALLOC_CTX *ctx, const char *path, const char *fname, char **adbl_path, char **orig_path, SMB_STRUCT_STAT *adbl_info, SMB_STRUCT_STAT *orig_info) argument
262 char *orig_path = 0; local
318 char *orig_path = 0; local
350 char *orig_path = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dfilename.c91 pstring orig_path; local
157 pstrcpy(orig_path, name);
169 stat_cache_add(orig_path, name, conn->case_sensitive);
170 DEBUG(5,("conversion finished %s -> %s\n",orig_path, name));
368 stat_cache_add(orig_path, dirpath, conn->case_sensitive);
383 stat_cache_add(orig_path, name, conn->case_sensitive);
389 DEBUG(5,("conversion finished %s -> %s\n",orig_path, name));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c186 __os_unique_name(orig_path, hfile, result_path, result_path_len)
187 _TCHAR *orig_path, *result_path;
199 basename = _tcsrchr(orig_path, '/');
200 p = _tcsrchr(orig_path, '\\');
204 basename = _tcsrchr(orig_path, ':');
207 basename = orig_path;

Completed in 177 milliseconds