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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Donefs_shadow_copy.h30 char *osc_canonicalize_path(const char *path, char *snap_component);
H A Donefs_shadow_copy.c683 osc_canonicalize_path(const char *path, char *snap_component) argument
694 const char *snap_component_orig = snap_component;
707 n = sscanf(snap_component,
731 while (*snap_component != '/' && *snap_component != '\0')
732 snap_component++;
734 while (*snap_component == '/')
735 snap_component++;
758 if (*snap_component != '\0') {
760 strcat(cpath, snap_component);
[all...]
H A Dvfs_onefs_shadow_copy.c36 shadow_copy_match_name(const char *name, char **snap_component) argument
54 *snap_component = start;
79 char *snap_component = NULL; local
97 if (!shadow_copy_match_name(d, &snap_component)) {
137 char *snap_component = NULL; \
139 if (shadow_copy_match_name(path, &snap_component)) \
140 cpath = osc_canonicalize_path(path, snap_component); \
152 char *snap_component = NULL; \
156 &snap_component)) { \
158 snap_component); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Donefs_shadow_copy.h30 char *osc_canonicalize_path(const char *path, char *snap_component);
H A Donefs_shadow_copy.c683 osc_canonicalize_path(const char *path, char *snap_component) argument
694 const char *snap_component_orig = snap_component;
707 n = sscanf(snap_component,
731 while (*snap_component != '/' && *snap_component != '\0')
732 snap_component++;
734 while (*snap_component == '/')
735 snap_component++;
758 if (*snap_component != '\0') {
760 strcat(cpath, snap_component);
[all...]
H A Dvfs_onefs_shadow_copy.c36 shadow_copy_match_name(const char *name, char **snap_component) argument
54 *snap_component = start;
79 char *snap_component = NULL; local
97 if (!shadow_copy_match_name(d, &snap_component)) {
137 char *snap_component = NULL; \
139 if (shadow_copy_match_name(path, &snap_component)) \
140 cpath = osc_canonicalize_path(path, snap_component); \
152 char *snap_component = NULL; \
156 &snap_component)) { \
158 snap_component); \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Donefs_shadow_copy.h30 char *osc_canonicalize_path(const char *path, char *snap_component);
H A Donefs_shadow_copy.c683 osc_canonicalize_path(const char *path, char *snap_component) argument
694 const char *snap_component_orig = snap_component;
707 n = sscanf(snap_component,
731 while (*snap_component != '/' && *snap_component != '\0')
732 snap_component++;
734 while (*snap_component == '/')
735 snap_component++;
758 if (*snap_component != '\0') {
760 strcat(cpath, snap_component);
[all...]
H A Dvfs_onefs_shadow_copy.c36 shadow_copy_match_name(const char *name, char **snap_component) argument
54 *snap_component = start;
79 char *snap_component = NULL; local
97 if (!shadow_copy_match_name(d, &snap_component)) {
137 char *snap_component = NULL; \
139 if (shadow_copy_match_name(path, &snap_component)) \
140 cpath = osc_canonicalize_path(path, snap_component); \
152 char *snap_component = NULL; \
156 &snap_component)) { \
158 snap_component); \
[all...]

Completed in 134 milliseconds