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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dmsdfs.h64 bool posix_path; member in struct:dfs_path
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dmsdfs.h64 bool posix_path; member in struct:dfs_path
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dmsdfs.h64 bool posix_path; member in struct:dfs_path
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dmsdfs.h65 BOOL posix_path; member in struct:dfs_path
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dmsdfs.h65 BOOL posix_path; member in struct:dfs_path
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dmsdfs.h65 BOOL posix_path; member in struct:dfs_path
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dmsdfs.c58 pdp->posix_path = (lp_posix_pathnames() && *pathname == '/');
60 sepchar = pdp->posix_path ? '/' : '\\';
74 pdp->posix_path = lp_posix_pathnames();
148 if (pdp->posix_path) {
418 if (!pdp->posix_path) {
H A Dreply.c52 BOOL posix_path,
63 if (IS_PATH_SEP(*s,posix_path)) {
68 while (IS_PATH_SEP(*s,posix_path)) {
83 if ((s[0] == '.') && (s[1] == '.') && (IS_PATH_SEP(s[2],posix_path) || s[2] == '\0')) {
113 } else if ((s[0] == '.') && ((s[1] == '\0') || IS_PATH_SEP(s[1],posix_path))) {
114 if (posix_path) {
124 if (!posix_path) {
50 check_path_syntax_internal(pstring destname, const pstring srcname, BOOL posix_path, BOOL *p_last_component_contains_wcard) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dmsdfs.c58 pdp->posix_path = (lp_posix_pathnames() && *pathname == '/');
60 sepchar = pdp->posix_path ? '/' : '\\';
74 pdp->posix_path = lp_posix_pathnames();
148 if (pdp->posix_path) {
418 if (!pdp->posix_path) {
H A Dreply.c52 BOOL posix_path,
63 if (IS_PATH_SEP(*s,posix_path)) {
68 while (IS_PATH_SEP(*s,posix_path)) {
83 if ((s[0] == '.') && (s[1] == '.') && (IS_PATH_SEP(s[2],posix_path) || s[2] == '\0')) {
113 } else if ((s[0] == '.') && ((s[1] == '\0') || IS_PATH_SEP(s[1],posix_path))) {
114 if (posix_path) {
124 if (!posix_path) {
50 check_path_syntax_internal(pstring destname, const pstring srcname, BOOL posix_path, BOOL *p_last_component_contains_wcard) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dmsdfs.c58 pdp->posix_path = (lp_posix_pathnames() && *pathname == '/');
60 sepchar = pdp->posix_path ? '/' : '\\';
74 pdp->posix_path = lp_posix_pathnames();
148 if (pdp->posix_path) {
418 if (!pdp->posix_path) {
H A Dreply.c52 BOOL posix_path,
63 if (IS_PATH_SEP(*s,posix_path)) {
68 while (IS_PATH_SEP(*s,posix_path)) {
83 if ((s[0] == '.') && (s[1] == '.') && (IS_PATH_SEP(s[2],posix_path) || s[2] == '\0')) {
113 } else if ((s[0] == '.') && ((s[1] == '\0') || IS_PATH_SEP(s[1],posix_path))) {
114 if (posix_path) {
124 if (!posix_path) {
50 check_path_syntax_internal(pstring destname, const pstring srcname, BOOL posix_path, BOOL *p_last_component_contains_wcard) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dmsdfs.c76 pdp->posix_path = (lp_posix_pathnames() && *pathname == '/');
78 sepchar = pdp->posix_path ? '/' : '\\';
92 pdp->posix_path = lp_posix_pathnames();
191 if (pdp->posix_path) {
587 if (!pdp->posix_path) {
H A Dreply.c42 bool posix_path,
70 if ((*s == ':') && !posix_path && !stream_started) {
75 We're overloading posix_path here to allow a wider
77 is still a Windows path even if posix_path is true.
82 posix_path = true;
89 if (!stream_started && IS_PATH_SEP(*s,posix_path)) {
95 while (IS_PATH_SEP(*s,posix_path)) {
110 if ((s[0] == '.') && (s[1] == '.') && (IS_PATH_SEP(s[2],posix_path) || s[2] == '\0')) {
140 } else if ((s[0] == '.') && ((s[1] == '\0') || IS_PATH_SEP(s[1],posix_path))) {
141 if (posix_path) {
41 check_path_syntax_internal(char *path, bool posix_path, bool *p_last_component_contains_wcard) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dmsdfs.c76 pdp->posix_path = (lp_posix_pathnames() && *pathname == '/');
78 sepchar = pdp->posix_path ? '/' : '\\';
92 pdp->posix_path = lp_posix_pathnames();
191 if (pdp->posix_path) {
587 if (!pdp->posix_path) {
H A Dreply.c42 bool posix_path,
70 if ((*s == ':') && !posix_path && !stream_started) {
75 We're overloading posix_path here to allow a wider
77 is still a Windows path even if posix_path is true.
82 posix_path = true;
89 if (!stream_started && IS_PATH_SEP(*s,posix_path)) {
95 while (IS_PATH_SEP(*s,posix_path)) {
110 if ((s[0] == '.') && (s[1] == '.') && (IS_PATH_SEP(s[2],posix_path) || s[2] == '\0')) {
140 } else if ((s[0] == '.') && ((s[1] == '\0') || IS_PATH_SEP(s[1],posix_path))) {
141 if (posix_path) {
41 check_path_syntax_internal(char *path, bool posix_path, bool *p_last_component_contains_wcard) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dmsdfs.c76 pdp->posix_path = (lp_posix_pathnames() && *pathname == '/');
78 sepchar = pdp->posix_path ? '/' : '\\';
92 pdp->posix_path = lp_posix_pathnames();
191 if (pdp->posix_path) {
587 if (!pdp->posix_path) {
H A Dreply.c42 bool posix_path,
70 if ((*s == ':') && !posix_path && !stream_started) {
75 We're overloading posix_path here to allow a wider
77 is still a Windows path even if posix_path is true.
82 posix_path = true;
89 if (!stream_started && IS_PATH_SEP(*s,posix_path)) {
95 while (IS_PATH_SEP(*s,posix_path)) {
110 if ((s[0] == '.') && (s[1] == '.') && (IS_PATH_SEP(s[2],posix_path) || s[2] == '\0')) {
140 } else if ((s[0] == '.') && ((s[1] == '\0') || IS_PATH_SEP(s[1],posix_path))) {
141 if (posix_path) {
41 check_path_syntax_internal(char *path, bool posix_path, bool *p_last_component_contains_wcard) argument
[all...]

Completed in 312 milliseconds