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

12

/freebsd-10.0-release/usr.bin/makewhatis/
H A Dmakewhatis.local.sh39 opt= dirs= localdirs=
45 *) dirs="$dirs $arg";;
49 dirs=`echo $dirs | sed 's/:/ /g'`
50 case X"$dirs" in X) echo "usage: $0 [options] directories ..."; exit 1;; esac
52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
55 X) echo "$0: no local-mounted manual directories found: $dirs"
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp46 dirs = new char[((e && *e) ? strlen(e) + 1 : 0)
51 *dirs = '\0';
53 strcat(dirs, e);
54 strcat(dirs, PATH_SEP);
57 strcat(dirs, ".");
58 strcat(dirs, PATH_SEP);
61 strcat(dirs, home);
62 strcat(dirs, PATH_SEP);
65 strcat(dirs, standard);
66 init_len = strlen(dirs);
72 a_delete dirs; local
[all...]
/freebsd-10.0-release/contrib/groff/src/include/
H A Dsearchpath.h23 char *dirs; member in class:search_path
/freebsd-10.0-release/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-10.0-release/contrib/binutils/libiberty/
H A Dmake-relative-prefix.c118 char **dirs; local
143 dirs = (char **) malloc (sizeof (char *) * (num_dirs + 2));
144 if (dirs == NULL)
153 dirs[num_dirs++] = save_string (p, 3);
154 if (dirs[num_dirs - 1] == NULL)
156 free (dirs);
171 dirs[num_dirs++] = save_string (q, p - q);
172 if (dirs[num_dirs - 1] == NULL)
174 dirs[num_dirs] = NULL;
175 free_split_directories (dirs);
200 free_split_directories(char **dirs) argument
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dmake-relative-prefix.c118 char **dirs; local
143 dirs = (char **) malloc (sizeof (char *) * (num_dirs + 2));
144 if (dirs == NULL)
153 dirs[num_dirs++] = save_string (p, 3);
154 if (dirs[num_dirs - 1] == NULL)
156 free (dirs);
171 dirs[num_dirs++] = save_string (q, p - q);
172 if (dirs[num_dirs - 1] == NULL)
174 dirs[num_dirs] = NULL;
175 free_split_directories (dirs);
200 free_split_directories(char **dirs) argument
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A DMAKESHAR13 dirs=
36 dirs="$dirs $i"
47 if [ \( -z "$files" \) -a \( -z "$dirs" \) ]
63 dirs = "'"$dirs"'";
99 printf("shar -n%d -e%d %s ", i, seq - 1, dirs);
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkfiles.pl9 my @dirs = (
77 foreach (@dirs) {
/freebsd-10.0-release/contrib/apr/
H A Dbuild-outputs.mk3 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_want.h
4 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_want.h
5 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
6 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_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
7 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_want.h
8 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_want.h
9 strings/apr_strtok.lo: strings/apr_strtok.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
10 tables/apr_hash.lo: tables/apr_hash.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_hash.h include/apr_pools.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
11 tables/apr_tables.lo: tables/apr_tables.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_tables.h include/apr_thread_mutex.h include/apr_want.h
15 dso/unix/dso.lo: dso/unix/dso.c .make.dirs includ
[all...]
/freebsd-10.0-release/sbin/ldconfig/
H A Delfhints.c54 static const char *dirs[MAXDIRS]; variable
85 if (strcmp(dirs[i], name) == 0)
89 dirs[ndirs++] = name;
102 printf("%c%s", i == 0 ? ' ' : ':', dirs[i]);
110 if ((dirp = opendir(dirs[i])) == NULL)
135 namelen, name, vers, dirs[i], dp->d_name);
278 hdr.strsize += strlen(dirs[0]);
280 hdr.strsize += 1 + strlen(dirs[i]);
290 if (fputs(dirs[0], fp) == EOF)
293 if (fprintf(fp, ":%s", dirs[
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dby_dir.c92 STACK_OF(BY_DIR_ENTRY) *dirs;
167 a->dirs=NULL;
201 if (a->dirs != NULL)
202 sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free);
230 for (j=0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++)
232 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
237 if (j < sk_BY_DIR_ENTRY_num(ctx->dirs))
239 if (ctx->dirs == NULL)
241 ctx->dirs = sk_BY_DIR_ENTRY_new_null();
242 if (!ctx->dirs)
[all...]
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dconfig.cpp122 std::vector< atf::fs::path > dirs; local
123 dirs.push_back(atf::fs::path(atf::config::get("atf_confdir")));
125 dirs.push_back(atf::fs::path(atf::env::get("HOME")) / ".atf");
126 return dirs;
216 const std::vector< atf::fs::path > dirs = get_config_dirs(); local
217 for (std::vector< atf::fs::path >::const_iterator iter = dirs.begin();
218 iter != dirs.end(); iter++) {
H A Drequirements.cpp71 const std::vector< std::string > dirs = atf::text::split( local
73 for (std::vector< std::string >::const_iterator iter = dirs.begin();
74 !found && iter != dirs.end(); iter++) {
/freebsd-10.0-release/tools/LibraryReport/
H A DLibraryReport.tcl151 incr stats(dirs);
276 set stats(dirs) 0;
285 $stats(dirs) $stats(files) $stats(execs) $stats(libs)];
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c142 /* Whether to never use 'dirs', use 'dirs' as a fallback, or only use
143 * 'dirs' for loading. Default is to use 'dirs' as a fallback. */
146 STACK_OF(OPENSSL_STRING) *dirs;
173 if(ctx->dirs)
174 sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str);
203 c->dirs = sk_OPENSSL_STRING_new_null();
204 if(!c->dirs)
393 sk_OPENSSL_STRING_insert(ctx->dirs, tmp_st
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c91 TAILQ_ENTRY(dir_ent) dirs;
164 d2 = TAILQ_NEXT(d1, dirs);
209 TAILQ_FOREACH(dep, &dir_q, dirs) {
211 TAILQ_INSERT_BEFORE(dep, denew, dirs);
215 TAILQ_INSERT_BEFORE(dep, denew, dirs);
219 TAILQ_INSERT_TAIL(&dir_q, denew, dirs);
442 TAILQ_FOREACH(traildir, &dir_q, dirs) {
897 TAILQ_FOREACH(dirent, &dir_q, dirs) {
/freebsd-10.0-release/libexec/tftpd/
H A Dtftpd.c96 } dirs[MAXDIRS+1]; variable in typeref:struct:dirlist
200 for (dirp = dirs; optind < argc && dirp < &dirs[MAXDIRS];
210 dirs->name = "/";
211 dirs->len = 1;
700 for (dirp = dirs; dirp->name != NULL; dirp++) {
707 if (dirp->name == NULL && dirp != dirs)
738 for (dirp = dirs; dirp->name != NULL; dirp++) {
/freebsd-10.0-release/contrib/binutils/gas/
H A Ddwarf2dbg.c170 static char **dirs; variable
446 && strncmp (filename, dirs[files[last_used].dir],
470 if (strncmp (filename, dirs[dir], dir_len) == 0
471 && dirs[dir][dir_len] == '\0')
479 dirs = (char **)
480 xrealloc (dirs, (dir + 32) * sizeof (const char *));
483 dirs[dir] = xmalloc (dir_len + 1);
484 memcpy (dirs[dir], filename, dir_len);
485 dirs[dir][dir_len] = '\0';
598 size_t dir_len = strlen (dirs[file
[all...]
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dkwset.c135 enum { L, R } dirs[12]; local
153 dirs[0] = L;
160 dirs[depth++] = L, link = link->llink;
162 dirs[depth++] = R, link = link->rlink;
191 if (dirs[--depth] == L)
199 if (dirs[depth] == L)
207 if (depth && ((dirs[depth] == L && --links[depth]->balance)
208 || (dirs[depth] == R && ++links[depth]->balance)))
213 switch (dirs[depth + 1])
233 switch (dirs[dept
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c509 int *dirs = NULL; local
533 if(dirs == NULL)
534 dirs = calloc(n_files, sizeof(*dirs));
535 if(dirs == NULL) {
540 dirs[i] = 1;
707 if(((flags & LS_DIRS) == 0 || (flags & LS_RECURSIVE)) && dirs != NULL) {
709 if(dirs[i]) {
730 if(dirs != NULL)
731 free(dirs);
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dfs.cpp476 std::vector< std::string > dirs = local
480 for (std::vector< std::string >::const_iterator iter = dirs.begin();
481 !found && iter != dirs.end(); iter++) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h236 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, argument
239 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
241 SearchDirs = dirs;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drescoff.c392 struct bindata_build dirs;
490 cwi.dirs.d = NULL;
491 cwi.dirs.last = NULL;
492 cwi.dirs.length = 0;
529 assert (cwi.dirs.length == cwi.dirsize);
544 for (d = cwi.dirs.d; d != NULL; d = d->next)
636 coff_alloc (&cwi->dirs, sizeof (*erd)));
661 coff_alloc (&cwi->dirs, (ci + cn) * sizeof (*ere)));
685 windres_put_32 (cwi->wrbfd, ere->rva, 0x80000000 | cwi->dirs.length);
390 struct bindata_build dirs; member in struct:coff_write_info
/freebsd-10.0-release/sys/cam/
H A Dcam_periph.c701 u_int32_t dirs[CAM_PERIPH_MAXMAPS]; local
715 dirs[0] = CAM_DIR_OUT;
718 dirs[1] = CAM_DIR_IN;
723 dirs[0] = CAM_DIR_IN;
740 dirs[0] = ccb->ccb_h.flags & CAM_DIR_MASK;
750 dirs[0] = ccb->ccb_h.flags & CAM_DIR_MASK;
756 dirs[0] = CAM_DIR_OUT;
759 dirs[1] = CAM_DIR_IN;
768 dirs[0] = CAM_DIR_IN;
808 if (dirs[
[all...]

Completed in 310 milliseconds

12