| /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/crypto/external/bsd/openssh/dist/ |
| misc-agent.c | 275 char *prefix = NULL, *dirpath = NULL, *path; local 297 xasprintf(&dirpath, "%s/%s", homedir, _PATH_SSH_AGENT_SOCKET_DIR); 298 if ((d = opendir(dirpath)) == NULL) { 300 error_f("opendir \"%s\": %s", dirpath, strerror(errno)); 309 dirpath, dp->d_name, strerror(errno)); 316 dirpath, dp->d_name); 322 "from different host", dirpath, dp->d_name); 325 xasprintf(&path, "%s/%s", dirpath, dp->d_name); 335 free(dirpath);
|
| /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/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| conf_def.c | 51 char **dirpath); 198 char *dirpath = NULL; local 259 if ((next = get_next_file(dirpath, &dirctx)) != NULL) { 264 OPENSSL_free(dirpath); 265 dirpath = NULL; 379 next = process_include(include, &dirctx, &dirpath); 380 if (include != dirpath) { 381 /* dirpath will contain include in case of a directory */ 469 OPENSSL_free(dirpath); 686 char **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/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_def.c | 56 char **dirpath); 225 char *dirpath = NULL; local 288 if ((next = get_next_file(dirpath, &dirctx)) != NULL) { 293 OPENSSL_free(dirpath); 294 dirpath = NULL; 495 next = process_include(include_path, &dirctx, &dirpath); 496 if (include_path != dirpath) { 497 /* dirpath will contain include in case of a directory */ 584 OPENSSL_free(dirpath); 806 char **dirpath) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_def.c | 56 char **dirpath); 226 char *dirpath = NULL; local 291 if ((next = get_next_file(dirpath, &dirctx)) != NULL) { 296 OPENSSL_free(dirpath); 297 dirpath = NULL; 501 next = process_include(include_path, &dirctx, &dirpath); 502 if (include_path != dirpath) { 503 /* dirpath will contain include in case of a directory */ 594 OPENSSL_free(dirpath); 816 char **dirpath) [all...] |
| /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
|
| /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)
|