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

/freebsd-9.3-release/include/rpcsvc/
H A Dmount.x104 * The type dirpath is the pathname of a directory
106 typedef string dirpath<MNTPATHLEN>;
119 dirpath ml_directory;
137 dirpath ex_dir;
167 MOUNTPROC_MNT(dirpath) = 1;
182 MOUNTPROC_UMNT(dirpath) = 3;
225 MOUNTPROC_MNT(dirpath) = 1;
240 MOUNTPROC_UMNT(dirpath) = 3;
/freebsd-9.3-release/contrib/cvs/src/
H A Dcheckout.c540 char *dirpath; member in struct:dir_to_build
555 build_one_dir (repository, dirpath, sticky)
557 char *dirpath;
573 if (Create_Admin (".", dirpath, repository,
593 server_set_entstat (dirpath, repository);
829 head->dirpath = xstrdup (where);
852 new->dirpath = xmalloc (strlen (where));
860 strncpy (new->dirpath, where, cp - where);
861 new->dirpath[cp - where] = '\0';
867 strcpy (new->dirpath, "/");
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Ddir.c541 char *dirpath; local
556 dirpath = Path_FindFile(word, path);
559 * dirpath is null if can't find the
567 if (dirpath != NULL) {
569 &dirpath[strlen(dirpath)
576 Path_AddDir(&tp, dirpath);
/freebsd-9.3-release/usr.sbin/lpr/lpr/
H A Dlpr.c706 char *cp, *dirpath; local
752 dirpath = malloc(dlen);
753 strlcpy(dirpath, file, dlen);
754 fd = checkwriteperm(file, dirpath);
755 free(dirpath);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c513 char *dirpath; local
519 dirpath = strchr(path, ':');
520 if (dirpath != NULL)
521 dirlen = strlen(++dirpath);
525 if ((error = mountnfs(args, mp, nam, path, NULL, 0, dirpath, dirlen,
715 "principal", "nfsv4", "gssname", "allgssname", "dirpath",
759 u_char nfh[NFSX_FHMAX], krbname[100], dirpath[100], srvkrbname[100]; local
1108 if (vfs_getopt(mp->mnt_optnew, "dirpath", (void **)&name, NULL) == 0)
1109 strlcpy(dirpath, name, sizeof (dirpath));
1176 mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam, char *hst, u_char *krbname, int krbnamelen, u_char *dirpath, int dirlen, u_char *srvkrbname, int srvkrbnamelen, struct vnode **vpp, struct ucred *cred, struct thread *td, int nametimeo, int negnametimeo) argument
[all...]
H A Dnfs_clrpcops.c4105 nfsrpc_getdirpath(struct nfsmount *nmp, u_char *dirpath, struct ucred *cred, argument
4116 cp = dirpath;
/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c947 char rpcpath[MNTPATHLEN + 1], dirpath[MAXPATHLEN]; local
995 if (realpath(rpcpath, dirpath) == NULL ||
996 stat(dirpath, &stb) < 0 ||
999 statfs(dirpath, &fsb) < 0) {
1003 numerichost, dirpath);
1005 warnx("stat failed on %s", dirpath);
1015 ((dp = dirp_search(ep->ex_dirl, dirpath)) &&
1039 if (getfh(dirpath, (fhandle_t *)&fhr.fhr_fh) < 0) {
1041 syslog(LOG_ERR, "can't get fh for %s", dirpath);
1052 add_mlist(host, dirpath);
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Ddir.c789 char *dirpath; local
802 dirpath = Dir_FindFile(word, path);
805 * dirpath is null if can't find the leading component
811 if (dirpath != NULL) {
812 char *dp = &dirpath[strlen(dirpath) - 1];
816 (void)Dir_AddDir(path, dirpath);
/freebsd-9.3-release/contrib/amd/include/
H A Dam_xdr_func.h207 bool_t xdr_dirpath(XDR *xdrs, dirpath *objp);
H A Dam_utils.h274 extern bool_t xdr_dirpath(XDR *xdrs, dirpath *objp);
/freebsd-9.3-release/usr.sbin/gssd/
H A Dgssd.c947 find_ccache_file(const char *dirpath, uid_t uid, char *rpath) argument
957 dirp = opendir(dirpath);
964 len = snprintf(namepath, sizeof(namepath), "%s/%s", dirpath,
972 dirpath, dp->d_name);
/freebsd-9.3-release/contrib/amd/libamu/
H A Dxdr_func.c200 xdr_dirpath(XDR *xdrs, dirpath *objp)

Completed in 99 milliseconds