HomeSort by: relevance | last modified time | path
    Searched refs:dirpath (Results 1 - 25 of 39) sorted by relevancy

1 2

  /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
187 dirpath = strdup(path);
188 if (dirpath == NULL)
192 fa->fae[i].fae_chdir_path = dirpath;
  /src/external/gpl2/xcvs/dist/src/
checkout.c 538 char *dirpath; member in struct:dir_to_build
549 build_one_dir (char *repository, char *dirpath, int sticky)
564 if (Create_Admin (".", dirpath, repository,
584 server_set_entstat (dirpath, repository);
823 head->dirpath = xstrdup (where);
843 new->dirpath = xmalloc (strlen (where));
851 strncpy (new->dirpath, where, cp - where);
852 new->dirpath[cp - where] = '\0';
858 strcpy (new->dirpath, "/");
1227 const char *dir = last_component (dirs->dirpath);
    [all...]
  /src/external/gpl2/gmake/dist/
vpath.c 161 construct_vpath_list (char *pattern, char *dirpath)
176 if (dirpath == 0)
215 convert_vpath_to_windows32(dirpath, ';');
223 p = dirpath;
232 p = dirpath;
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_bsdi2.h 143 typedef char *dirpath; typedef
439 dirpath ex_dir;
460 dirpath ml_directory;
nfs_prot_aix3.h 173 typedef char *dirpath; typedef
nfs_prot_aix4.h 171 typedef char *dirpath; typedef
nfs_prot_aix4_2.h 176 typedef char *dirpath; typedef
nfs_prot_aix4_3.h 176 typedef char *dirpath; typedef
nfs_prot_aix5_1.h 176 typedef char *dirpath; typedef
nfs_prot_aix5_2.h 273 typedef char *dirpath; typedef
nfs_prot_osf2.h 148 typedef char *dirpath; typedef
nfs_prot_sunos5_3.h 190 typedef char *dirpath; typedef
nfs_prot_sunos5_4.h 198 typedef char *dirpath; typedef
nfs_prot_ultrix.h 136 typedef char *dirpath; typedef
nfs_prot_hpux.h 139 typedef char *dirpath; typedef
nfs_prot_irix5.h 189 typedef char *dirpath; typedef
nfs_prot_irix6.h 154 typedef char *dirpath; typedef
nfs_prot_ncr2.h 119 typedef char *dirpath; typedef
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 528 char *dirpath; local
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
    [all...]
  /src/usr.bin/make/
dir.c 844 char *prefix, *dirpath, *end; local
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/external/apache2/llvm/dist/clang/utils/
FindSpecRefs 819 for (dirpath, dirnames, filenames) in os.walk(root):
823 fullpath = os.path.join(dirpath, filename)
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 297 for dirpath, dirnames, filenames in os.walk(path):
302 p = os.path.join(dirpath, f)

Completed in 51 milliseconds

1 2