/src/lib/librpcsvc/ |
mount.x | 99 * The type dirpath is the pathname of a directory 101 typedef string dirpath<MNTPATHLEN>; 114 dirpath ml_directory; 132 dirpath ex_dir; 162 MOUNTPROC_MNT(dirpath) = 1; 177 MOUNTPROC_UMNT(dirpath) = 3; 219 MOUNTPROC_MNT(dirpath) = 1; 234 MOUNTPROC_UMNT(dirpath) = 3;
|
/src/libexec/httpd/ |
dir-index-bozo.c | 54 bozo_dir_index(bozo_httpreq_t *request, const char *dirpath, int isindex) 68 if (strlen(dirpath) <= strlen(httpd->index_html)) 69 dirpath = "."; 71 file = bozostrdup(httpd, request, dirpath); 74 dirpath = file; 76 debug((httpd, DEBUG_FAT, "bozo_dir_index: dirpath '%s'", dirpath)); 77 if (stat(dirpath, &sb) < 0 || 78 (dp = opendir(dirpath)) == NULL) { 144 for (j = k = scandir(dirpath, &de, NULL, alphasort), deo = de [all...] |
/src/lib/libc/gen/ |
posix_spawn_fileactions.c | 179 char *dirpath; local in function:posix_spawn_file_actions_addchdir 187 dirpath = strdup(path); 188 if (dirpath == NULL) 192 fa->fae[i].fae_chdir_path = dirpath;
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 528 char *dirpath; local in function:nfs_mountdiskless 534 dirpath = strchr(path, ':'); 535 if (dirpath != NULL) 536 dirlen = strlen(++dirpath); 540 if ((error = mountnfs(args, mp, nam, path, NULL, 0, dirpath, dirlen, 740 "nfsv3", "sec", "principal", "nfsv4", "gssname", "allgssname", "dirpath", 753 struct sockaddr_in **sinp, char *dirpath, size_t dirpathsize, int *dirlenp) 781 printf("%s: no <host>:<dirpath> nfs-name\n", __func__); 835 strlcpy(dirpath, spec, dirpathsize); 836 *dirlenp = strlen(dirpath); 881 u_char nfh[NFSX_FHMAX], krbname[100], dirpath[100], srvkrbname[100]; local in function:nfs_mount [all...] |
nfs_clrpcops.c | 4302 nfsrpc_getdirpath(struct nfsmount *nmp, u_char *dirpath, struct ucred *cred, 4313 cp = dirpath;
|
/src/usr.bin/make/ |
dir.c | 844 char *prefix, *dirpath, *end; local in function:SearchPath_ExpandMiddle 853 dirpath = Dir_FindFile(prefix, path); 857 * dirpath is null if can't find the leading component 865 if (dirpath == NULL) 868 end = &dirpath[strlen(dirpath) - 1]; 874 (void)SearchPath_Add(partPath, dirpath); 877 free(dirpath);
|
/src/tests/lib/libc/gen/posix_spawn/ |
t_spawn.c | 205 spawn_chdir(const char *dirpath, const char *filepath, enum chdirop operation, 221 RZ(posix_spawn_file_actions_addchdir(&fa, dirpath)); 225 RL(fd = open(dirpath, O_RDONLY));
|
/src/usr.sbin/ypbind/ |
ypbind.c | 413 purge_bindingdir(const char *dirpath) 420 if ((dirp = opendir(dirpath)) == NULL) 431 "%s/%s", dirpath, dp->d_name);
|
/src/usr.bin/crunch/crunchgen/ |
crunchgen.c | 672 fillin_program_objs(prog_t *p, char *dirpath) 702 "cd %s && %s -B -f %s %s CRUNCHEDPROG=1 crunchgen_objs 2>&1", dirpath,
|