Searched refs:dirs (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-13-stable/libexec/makewhatis.local/
H A Dmakewhatis.local.sh37 opt= dirs= localdirs=
43 *) dirs="$dirs $arg";;
47 dirs=`echo $dirs | sed 's/:/ /g'`
48 case X"$dirs" in X) echo "usage: $0 [options] directories ..."; exit 1;; esac
50 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
53 X) echo "$0: no local rw-mounted manual directories found: $dirs"
/freebsd-13-stable/contrib/apr-util/
H A Dbuild-outputs.mk3 buckets/apr_brigade.lo: buckets/apr_brigade.c .make.dirs include/apr_buckets.h
4 buckets/apr_buckets.lo: buckets/apr_buckets.c .make.dirs include/apr_buckets.h
5 buckets/apr_buckets_alloc.lo: buckets/apr_buckets_alloc.c .make.dirs include/apr_buckets.h
6 buckets/apr_buckets_eos.lo: buckets/apr_buckets_eos.c .make.dirs include/apr_buckets.h
7 buckets/apr_buckets_file.lo: buckets/apr_buckets_file.c .make.dirs include/apr_buckets.h
8 buckets/apr_buckets_flush.lo: buckets/apr_buckets_flush.c .make.dirs include/apr_buckets.h
9 buckets/apr_buckets_heap.lo: buckets/apr_buckets_heap.c .make.dirs include/apr_buckets.h
10 buckets/apr_buckets_mmap.lo: buckets/apr_buckets_mmap.c .make.dirs include/apr_buckets.h
11 buckets/apr_buckets_pipe.lo: buckets/apr_buckets_pipe.c .make.dirs include/apr_buckets.h
12 buckets/apr_buckets_pool.lo: buckets/apr_buckets_pool.c .make.dirs includ
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dmanpath.c94 manpath_base(struct manpaths *dirs) argument
97 manpath_parseline(dirs, path_base, '\0');
104 manpath_parseline(struct manpaths *dirs, char *path, char option) argument
112 manpath_add(dirs, dir, option);
120 manpath_add(struct manpaths *dirs, const char *dir, char option) argument
130 for (i = 0; i < dirs->sz; i++)
131 if (strcmp(dirs->paths[i], dir) == 0)
137 dirs->paths = mandoc_reallocarray(dirs->paths,
138 dirs
[all...]
/freebsd-13-stable/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py8 dirs = set() variable
51 dirs.add(t)
64 dirs.add(t)
73 dirs = list(dirs) variable
74 dirs.sort()
75 for dir in dirs:
/freebsd-13-stable/sbin/ldconfig/
H A Delfhints.c56 static const char *dirs[MAXDIRS]; variable
87 if (strcmp(dirs[i], name) == 0)
91 dirs[ndirs++] = name;
104 printf("%c%s", i == 0 ? ' ' : ':', dirs[i]);
112 if ((dirp = opendir(dirs[i])) == NULL)
137 namelen, name, vers, dirs[i], dp->d_name);
280 hdr.strsize += strlen(dirs[0]);
282 hdr.strsize += 1 + strlen(dirs[i]);
292 if (fputs(dirs[0], fp) == EOF)
295 if (fprintf(fp, ":%s", dirs[
[all...]
/freebsd-13-stable/contrib/bc/tests/
H A Dafl.py82 dirs = []
88 dirs.append(entry.name)
89 dirs.sort()
90 return dirs
160 dirs = get_children(resultsdir, False) variable
166 for d in dirs:
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c38 STACK_OF(BY_DIR_ENTRY) *dirs;
106 a->dirs = NULL;
147 sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free);
175 for (j = 0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++) {
176 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
180 if (j < sk_BY_DIR_ENTRY_num(ctx->dirs))
182 if (ctx->dirs == NULL) {
183 ctx->dirs = sk_BY_DIR_ENTRY_new_null();
184 if (!ctx->dirs) {
201 if (!sk_BY_DIR_ENTRY_push(ctx->dirs, en
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDLL.h30 std::vector<Chunk *> dirs; member in class:lld::coff::IdataContents
48 uint64_t getDirRVA() { return dirs[0]->getRVA(); }
57 std::vector<Chunk *> dirs; member in class:lld::coff::DelayLoadContents
/freebsd-13-stable/contrib/bmake/mk/
H A Dmanifest.mk20 # for each MANIFEST we have a list of dirs
32 # MODE.dirs = 555
33 # means that sbin and usr/sbin get 550 all other dirs get 555
47 UID.dirs ?= 0
48 GID.dirs ?= 0
49 MODE.dirs ?= 775
50 FLAGS.dirs ?=
57 M_DIR_ATTR = L:@a@$${$$a.$$d:U$${$$a.dirs}}@
H A Ddirdeps-targets.mk25 # We then search those dirs for any Makefile.depend*
47 # they need to be stripped when looking for target dirs
53 # matching target dirs if any
138 DIRDEPS.dirs := ${DIRDEPS:S,^,${SRCTOP}/,:@d@${exists($d):?$d:${d:R}}@}
140 .for m in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.options,}
146 .for c in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.cache,}
57 .info tdirs=${tdirs} macro
/freebsd-13-stable/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Drumpnfsd.c99 static const char *const dirs[] = { "/var", "/var/run", "/var/db" }; local
100 for (size_t i = 0; i < __arraycount(dirs); i++)
101 if (rump_sys_mkdir(dirs[i], 0777) == -1)
102 err(1, "can't mkdir `%s'", dirs[i]);
/freebsd-13-stable/contrib/apr/
H A Dbuild-outputs.mk3 encoding/apr_encode.lo: encoding/apr_encode.c .make.dirs include/apr_allocator.h include/apr_encode.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
4 encoding/apr_escape.lo: encoding/apr_escape.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_escape.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
5 passwd/apr_getpass.lo: passwd/apr_getpass.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
6 strings/apr_cpystrn.lo: strings/apr_cpystrn.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
7 strings/apr_cstr.lo: strings/apr_cstr.c .make.dirs include/apr_allocator.h include/apr_cstr.h include/apr_errno.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
8 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
9 strings/apr_snprintf.lo: strings/apr_snprintf.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_perms_set.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
10 strings/apr_strings.lo: strings/apr_strings.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
11 strings/apr_strnatcmp.lo: strings/apr_strnatcmp.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
12 strings/apr_strtok.lo: strings/apr_strtok.c .make.dirs includ
[all...]
/freebsd-13-stable/tools/LibraryReport/
H A DLibraryReport.tcl151 incr stats(dirs);
276 set stats(dirs) 0;
285 $stats(dirs) $stats(files) $stats(execs) $stats(libs)];
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_dyn.c106 * Whether to never use 'dirs', use 'dirs' as a fallback, or only use
107 * 'dirs' for loading. Default is to use 'dirs' as a fallback.
111 STACK_OF(OPENSSL_STRING) *dirs;
143 sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str);
163 c->dirs = sk_OPENSSL_STRING_new_null();
164 if (c->dirs == NULL) {
189 sk_OPENSSL_STRING_free(c->dirs);
356 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_st
[all...]
/freebsd-13-stable/contrib/bmake/
H A Ddir.c554 if ((ln = dirSearchPath.dirs.first) != NULL) {
569 for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) {
821 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1088 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1153 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1210 if (path->dirs.first != NULL) {
1211 CachedDir *dir = path->dirs.first->datum;
1244 for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
1547 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1579 for (ln = path->dirs
[all...]
/freebsd-13-stable/share/mk/
H A Dbsd.dirs.mk5 .if !target(__<bsd.dirs.mk>__)
6 __<bsd.dirs.mk>__:
43 # Validate that duplicate dirs have the same metadata.
H A Ddirdeps-targets.mk26 # We then search those dirs for any Makefile.depend*
47 # they need to be stripped when looking for target dirs
53 # matching target dirs if any
138 DIRDEPS.dirs := ${DIRDEPS:S,^,${SRCTOP}/,:@d@${exists($d):?$d:${d:R}}@}
140 .for m in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.options,}
146 .for c in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.cache,}
57 .info tdirs=${tdirs} macro
H A Dlocal.init.mk9 # we only want leaf dirs to build in meta mode... and we are not one
H A Dsrc.tools.mk1 # Various tools used by the FreeBSD make installworld / distrib-dirs /
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcmdline.mk12 all: prepare-dirs
15 prepare-dirs:
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c224 char **dirs = NULL, **di; local
235 dirs = krb5_config_get_strings(context, NULL, "libdefaults",
237 if (dirs == NULL)
238 dirs = rk_UNCONST(sysplugin_dirs);
240 for (di = dirs; *di != NULL; di++) {
298 if (dirs != rk_UNCONST(sysplugin_dirs))
299 krb5_config_free_strings(dirs);
/freebsd-13-stable/sys/cam/
H A Dcam_periph.c786 u_int32_t dirs[CAM_PERIPH_MAXMAPS]; local
803 dirs[0] = CAM_DIR_OUT;
806 dirs[1] = CAM_DIR_IN;
811 dirs[0] = CAM_DIR_IN;
828 dirs[0] = ccb->ccb_h.flags & CAM_DIR_MASK;
838 dirs[0] = ccb->ccb_h.flags & CAM_DIR_MASK;
847 dirs[0] = ccb->ccb_h.flags & CAM_DIR_MASK;
850 dirs[1] = ccb->ccb_h.flags & CAM_DIR_MASK;
856 dirs[0] = CAM_DIR_OUT;
859 dirs[
997 u_int32_t dirs[CAM_PERIPH_MAXMAPS]; local
[all...]
/freebsd-13-stable/libexec/tftpd/
H A Dtftpd.c97 } dirs[MAXDIRS+1]; variable in typeref:struct:dirlist
201 for (dirp = dirs; optind < argc && dirp < &dirs[MAXDIRS];
211 dirs->name = "/";
212 dirs->len = 1;
713 for (dirp = dirs; dirp->name != NULL; dirp++) {
720 if (dirp->name == NULL && dirp != dirs)
751 for (dirp = dirs; dirp->name != NULL; dirp++) {
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pass.c120 uint32_t dirs[CAM_PERIPH_MAXMAPS]; member in struct:pass_io_req
1279 uint32_t dirs[CAM_PERIPH_MAXMAPS]; local
1304 dirs[0] = CAM_DIR_OUT;
1307 dirs[1] = CAM_DIR_IN;
1312 dirs[0] = CAM_DIR_IN;
1332 dirs[0] = ccb->ccb_h.flags & CAM_DIR_MASK;
1352 dirs[0] = ccb->ccb_h.flags & CAM_DIR_MASK;
1361 dirs[0] = CAM_DIR_OUT;
1364 dirs[1] = CAM_DIR_IN;
1376 dirs[
[all...]
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_user.c93 char *dirs, *tmp; local
106 dirs = strdup(dir);
107 if (dirs == NULL)
110 tmp = strrchr(dirs, '/');
112 free(dirs);
123 if (strchr(dirs, '/') == NULL) {
124 asprintf(&tmp, "usr/%s", dirs);
129 symlinkat(tmp, dfd, dirs);
133 tmp = dirs;
134 if (fstatat(dfd, dirs,
[all...]

Completed in 297 milliseconds

123