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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dnfsmount.h107 typedef char *dirpath; typedef
115 dirpath ml_directory;
131 dirpath ex_dir;
158 extern fhstatus * mountproc_mnt_1(dirpath *, CLIENT *);
159 extern fhstatus * mountproc_mnt_1_svc(dirpath *, struct svc_req *);
164 extern void * mountproc_umnt_1(dirpath *, CLIENT *);
165 extern void * mountproc_umnt_1_svc(dirpath *, struct svc_req *);
181 extern fhstatus * mountproc_mnt_2(dirpath *, CLIENT *);
182 extern fhstatus * mountproc_mnt_2_svc(dirpath *, struct svc_req *);
185 extern void * mountproc_umnt_2(dirpath *, CLIEN
[all...]
H A Dnfsmount.c918 xdr_dirpath (XDR *xdrs, dirpath *objp)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dfilename.c96 pstring dirpath; local
103 *dirpath = 0;
172 if(!case_sensitive && stat_cache_lookup(conn, name, dirpath, &start, &st)) {
188 DEBUG(5,("unix_convert begin: name = %s, dirpath = %s, start = %s\n", name, dirpath, start));
281 !scan_directory(dirpath, start,
354 * Add to the dirpath that we have resolved so far.
356 if (*dirpath)
357 pstrcat(dirpath,"/");
359 pstrcat(dirpath,star
[all...]
H A Dstatcache.c189 * @param dirpath The path as far as the stat cache told us.
197 BOOL stat_cache_lookup(connection_struct *conn, pstring name, pstring dirpath, argument
311 pstrcpy(dirpath, scp->translated_path);
H A Dconn.c147 string_set(&conn->dirpath,"");
253 string_free(&conn->dirpath);
H A Ddir.c348 string_set(&conn->dirpath,directory);
605 isrootdir = (strequal(conn->dirpath,"./") ||
606 strequal(conn->dirpath,".") ||
607 strequal(conn->dirpath,"/"));
609 needslash = ( conn->dirpath[strlen(conn->dirpath) -1] != '/');
640 pstrcpy(path,conn->dirpath);
H A Dtrans2.c486 BOOL needslash = ( conn->dirpath[strlen(conn->dirpath) -1] != '/');
552 pstrcpy(pathreal,conn->dirpath);
1028 DEBUG(8,("dirpath=<%s> dontdescend=<%s>\n", conn->dirpath,lp_dontdescend(SNUM(conn))));
1029 if (in_list(conn->dirpath,lp_dontdescend(SNUM(conn)),case_sensitive))
1202 string_set(&conn->dirpath,dptr_path(dptr_num));
1211 pstrcpy(directory,conn->dirpath);
1224 DEBUG(8,("dirpath=<%s> dontdescend=<%s>\n",conn->dirpath,lp_dontdescen
[all...]
H A Dservice.c446 string_set(&conn->dirpath,"");
H A Dreply.c751 string_set(&conn->dirpath,dptr_path(dptr_num));
791 DEBUG(8,("dirpath=<%s> dontdescend=<%s>\n",
792 conn->dirpath,lp_dontdescend(SNUM(conn))));
793 if (in_list(conn->dirpath, lp_dontdescend(SNUM(conn)),True))
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dlinux.c524 char dirpath[PATH_MAX + 1]; local
526 snprintf(dirpath, PATH_MAX, "%s/%s", usb_path, bus->dirname);
528 dir = opendir(dirpath);
530 USB_ERROR_STR(-errno, "couldn't opendir(%s): %s", dirpath,
555 snprintf(filename, sizeof(filename) - 1, "%s/%s", dirpath, entry->d_name);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil.c2218 static pstring dirpath; local
2224 pstrcpy(dirpath, path);
2225 p = strrchr_m(dirpath, '/'); /* Find final '/', if any */
2227 pstrcpy(dirpath, "."); /* No final "/", so dir is "." */
2229 if (p == dirpath)
2233 return dirpath;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmb.h499 char *dirpath; member in struct:connection_struct
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dweb_ex.c7319 char *dirpath; local
7321 dirpath=strchr(url, '=');
7322 strcpy(NewDirPath, (dirpath+1));

Completed in 205 milliseconds