Searched refs:dir (Results 251 - 275 of 1477) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/tools/tools/commitsdb/
H A Dmake_commit_db18 my $dir = shift @dirs;
21 opendir DIR, $dir or die $!;
23 my $filename = "$dir/$f";
46 print "\r" . " " x 30 . "\r$dir";
/freebsd-10-stable/usr.sbin/pw/
H A Dcpdir.c43 copymkdir(int rootfd, char const * dir, int skelfd, mode_t mode, uid_t uid, argument
53 if (*dir == '/')
54 dir++;
56 if (mkdirat(rootfd, dir, mode) != 0 && errno != EEXIST) {
57 warn("mkdir(%s)", dir);
60 fchownat(rootfd, dir, uid, gid, AT_SYMLINK_NOFOLLOW);
62 chflagsat(rootfd, dir, flags, AT_SYMLINK_NOFOLLOW);
67 homefd = openat(rootfd, dir, O_DIRECTORY);
/freebsd-10-stable/usr.sbin/service/
H A Dservice.sh116 for dir in /etc/rc.d $local_startup; do
117 [ -n "$VERBOSE" ] && echo "From ${dir}:"
118 [ -d ${dir} ] && /bin/ls -1 ${dir}
145 for dir in /etc/rc.d $local_startup; do
146 if [ -x "$dir/$script" ]; then
147 [ -n "$VERBOSE" ] && echo "$script is located in $dir"
148 exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c60 int dir; member in struct:gl_file
79 const struct gl_file *dir; member in struct:gl_dir
110 gl_opendir(const char *dir) argument
114 trim(buf, sizeof(buf), dir);
128 static struct dirent dir; local
131 const struct gl_file *f = &dd->dir[dd->pos++];
132 strcpy(dir.d_name, f->name);
133 dir.d_namlen = strlen(f->name);
134 dir.d_ino = dd->pos;
135 dir
[all...]
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c81 char *dir; member in struct:lookup_dir_entry_st
98 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type);
124 char *dir = NULL; local
131 dir = (char *)getenv(X509_get_default_cert_dir_env());
132 if (dir)
133 ret = add_cert_dir(ld, dir, X509_FILETYPE_PEM);
179 if (ent->dir)
180 OPENSSL_free(ent->dir);
198 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) argument
203 if (dir
[all...]
/freebsd-10-stable/contrib/amd/amq/
H A Dpawd.c87 hack_name(char *dir) argument
96 fprintf(stderr, "hack_name(%s)\n", dir);
99 if (dir[0] == '/' && dir[1] == 'a' && dir[2] == '/') {
101 ch = dir + 3;
169 transform_dir(char *dir) argument
184 if (ch = hack_name(dir))
195 return dir;
205 return dir;
[all...]
/freebsd-10-stable/contrib/apr/file_io/unix/
H A Ddir.c29 apr_dir_t *dir = thedir; local
30 if (closedir(dir->dirstruct) == 0) {
82 DIR *dir = opendir(dirname); local
84 if (!dir) {
92 (*new)->dirstruct = dir;
308 if (apr_err == ENOENT) { /* Missing an intermediate dir */
309 char *dir; local
311 dir = path_remove_last_component(path, pool);
313 if (dir[0] == '\0') {
317 apr_err = apr_dir_make_recursive(dir, per
344 apr_os_dir_get(apr_os_dir_t **thedir, apr_dir_t *dir) argument
353 apr_os_dir_put(apr_dir_t **dir, apr_os_dir_t *thedir, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/amd/scripts/
H A Dautomount2amd.in11 # dir [ -options ] machine:/path [ # optional comment ]
21 # dir \
52 ($dir, $options, $machine, $path, $rest) = ($1, $2, $3, $4, $5);
54 print "$dir \\\n";
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_dirent.h35 # include <sys/dir.h>
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dmaxfilename.cpp21 /* file_name_max(dir) does the same as pathconf(dir, _PC_NAME_MAX) */
44 #include <sys/dir.h>
/freebsd-10-stable/contrib/pjdfstest/tests/chflags/
H A D02.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D03.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
/freebsd-10-stable/contrib/pjdfstest/tests/chmod/
H A D02.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D03.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D04.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D06.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
/freebsd-10-stable/contrib/pjdfstest/tests/chown/
H A D02.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D03.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D04.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D06.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
/freebsd-10-stable/contrib/pjdfstest/tests/ftruncate/
H A D06.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
/freebsd-10-stable/contrib/pjdfstest/tests/link/
H A D01.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D02.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D08.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh
H A D17.t6 dir=`dirname $0`
7 . ${dir}/../misc.sh

Completed in 253 milliseconds

<<11121314151617181920>>