Searched refs:dir (Results 26 - 50 of 3294) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_tilde_expand.h24 extern std::string gdb_tilde_expand (const char *dir);
/netbsd-current/share/man/tools/
H A Dprnames8 for dir in $DIRLST
10 date > $TMPDIR/names$dir
11 echo >> $TMPDIR/names$dir
12 cd $MANDIR/man$dir
20 ed - $file >> $TMPDIR/names$dir <<!
/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_stellix.c58 mount_stellix(char *fsname, char *dir, int flags, int type, void *data) argument
62 dlog("stellix_mount: fsname %s, dir %s, type %d", fsname, dir, type);
66 return mount(dir, dir, (MNT2_GEN_OPT_FSS | MNT2_GEN_OPT_NFS | flags),
70 return mount(fsname, dir, (MNT2_GEN_OPT_FSS | flags), type);
/netbsd-current/external/bsd/nvi/dist/dist/
H A Dexport4 dir=$gitrev
7 (cd .. && git archive --format=tar --prefix=$dir/ $revision) | tar x $dir
8 (cd $dir/dist
12 (cd $dir/docs
21 (cd $dir
25 tar czf $dir.tar.gz $dir
26 tar cjf $dir.tar.bz2 $dir
[all...]
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dreloc-ldflags61 for dir in $library_path_value; do
63 case "$dir" in
65 # Make dir relative to installdir. (Works only if dir is absolute.)
68 dfirst=`echo "$dir" | sed -n -e 's,^//*\([^/]*\).*$,/\1,p'`
76 dir=`echo "$dir" | sed -e 's,^//*[^/]*,,'`
79 dir="\$ORIGIN"`echo "$idir" | sed -e 's,//*[^/]*,/..,g'`"$dir"
80 # Add dir t
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgennltvals.sh39 dir=libgloss target=bfin
40 $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
43 dir=newlib/libc/sys/d10v/sys target=d10v
44 $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
47 # OBSOLETE dir=libgloss target=d30v
48 # OBSOLETE $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
51 dir=libgloss/cr16/sys target=cr16
52 $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
55 dir=libgloss target=fr30
56 $shell ${srccom}/gentvals.sh $target sys ${newlibroot}/$dir \
[all...]
/netbsd-current/sbin/newbtconf/
H A Dnewbtconf.sh11 dir=$1
17 if [ $dir = init ] ; then
22 dir=etc.network
24 mkdir -m 755 $dir
25 ln -s $dir etc.current
26 ln -s $dir etc.default
29 mv $i $dir
33 echo "/etc/$dir has now been created and populated."
37 if [ $dir = revert ] ; then
73 if [ "`expr $dir
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Ddir.c1 /* $NetBSD: dir.c,v 1.1 2024/02/18 20:57:56 christos Exp $ */
24 #include <isc/dir.h>
34 #define VALID_DIR(dir) ISC_MAGIC_VALID(dir, ISC_DIR_MAGIC)
37 isc_dir_init(isc_dir_t *dir) { argument
38 REQUIRE(dir != NULL);
40 dir->entry.name[0] = '\0';
41 dir->entry.length = 0;
43 dir->handle = NULL;
45 dir
53 isc_dir_open(isc_dir_t *dir, const char *dirname) argument
100 isc_dir_read(isc_dir_t *dir) argument
135 isc_dir_close(isc_dir_t *dir) argument
146 isc_dir_reset(isc_dir_t *dir) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Ddir.c1 /* $NetBSD: dir.c,v 1.2 2024/02/21 22:52:28 christos Exp $ */
24 #include <isc/dir.h>
34 #define VALID_DIR(dir) ISC_MAGIC_VALID(dir, ISC_DIR_MAGIC)
37 isc_dir_init(isc_dir_t *dir) { argument
38 REQUIRE(dir != NULL);
40 dir->entry.name[0] = '\0';
41 dir->entry.length = 0;
43 dir->handle = NULL;
45 dir
53 isc_dir_open(isc_dir_t *dir, const char *dirname) argument
100 isc_dir_read(isc_dir_t *dir) argument
135 isc_dir_close(isc_dir_t *dir) argument
146 isc_dir_reset(isc_dir_t *dir) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/conf/
H A Dpostfix-wrapper199 for dir in $config_directory $instance_dirs
201 all_dirs="$dir $all_dirs"
211 for dir in $all_dirs
215 test "`$POSTCONF -c $dir -h multi_instance_enable`" = yes || {
216 $POSTFIX -c $dir check || err=$?
220 test "`$POSTCONF -c $dir -h multi_instance_enable`" = yes ||
223 $POSTFIX -c $dir "$@" || err=$?
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A DUpdateCMakeLists.pl12 my $dir = shift;
13 my $x = $dirFiles{$dir};
16 $dirFiles{$dir} = $x;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
36 $files = GetFiles($dir);
46 my $dir = shift;
47 my $files = $dirFiles{$dir};
62 my $dir
[all...]
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmkdir.c46 rpl_mkdir (char const *dir, mode_t mode) argument
50 size_t len = strlen (dir);
52 if (len && dir[len - 1] == '/')
54 tmp_dir = xstrdup (dir);
59 tmp_dir = (char *) dir;
64 if (tmp_dir != dir)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Drmdir.c37 rpl_rmdir (char const *dir) argument
39 /* Work around cygwin 1.5.x bug where rmdir("dir/./") succeeds. */
40 size_t len = strlen (dir);
42 while (len && ISSLASH (dir[len - 1]))
44 if (len && dir[len - 1] == '.' && (1 == len || ISSLASH (dir[len - 2])))
49 result = rmdir (dir);
H A Dfilenamecat.h24 char *file_name_concat (char const *dir, char const *base,
30 char *mfile_name_concat (char const *dir, char const *base,
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/filesystem/
H A Ddir.h1 /* $NetBSD: dir.h,v 1.5 2024/02/21 22:51:48 christos Exp $ */
28 typedef struct dir { struct
35 dir_init(dir_t *dir);
38 dir_open(dir_t *dir, const char *dirname);
41 dir_read(dir_t *dir);
44 dir_reset(dir_t *dir);
47 dir_close(dir_t *dir);
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm_dump.sh81 dir="$userdir"
84 dir="$HOME/$dirbase"
87 test -e $dir && die 3 "Fatal: $dir already exists"
88 $MKDIR -p $dir || die 4 "Fatal: could not create $dir"
90 log="$dir/lvmdump.log"
112 myecho "Creating dump directory: $dir"
119 log "\"$LVM\" vgscan -vvvv > \"$dir/vgscan\" 2>&1"
122 log "\"$LVM\" pvscan -v >> \"$dir/pvsca
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Ddir.c1 /* $NetBSD: dir.c,v 1.5 2020/05/25 20:47:23 christos Exp $ */
34 #include <isc/dir.h>
43 #define VALID_DIR(dir) ISC_MAGIC_VALID(dir, ISC_DIR_MAGIC)
46 isc_dir_init(isc_dir_t *dir) { argument
47 REQUIRE(dir != NULL);
49 dir->entry.name[0] = '\0';
50 dir->entry.length = 0;
52 dir->handle = NULL;
54 dir
62 isc_dir_open(isc_dir_t *dir, const char *dirname) argument
108 isc_dir_read(isc_dir_t *dir) argument
143 isc_dir_close(isc_dir_t *dir) argument
154 isc_dir_reset(isc_dir_t *dir) argument
[all...]
/netbsd-current/external/bsd/kyua-atf-compat/
H A DMakefile5 .for dir in share tests usr.bin
6 includes-${dir}: .PHONY
/netbsd-current/external/bsd/kyua-testers/
H A DMakefile5 .for dir in libexec share tests
6 includes-${dir}: .PHONY
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dnewcvsroot.sh43 for dir in `find "${@:-.}" -name CVS`; do
44 cp /tmp/$prog$$ "$dir"/Root
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dclean-temp.h70 extern void register_temp_file (struct temp_dir *dir,
76 extern void unregister_temp_file (struct temp_dir *dir,
82 extern void register_temp_subdir (struct temp_dir *dir,
89 extern void unregister_temp_subdir (struct temp_dir *dir,
94 extern int cleanup_temp_file (struct temp_dir *dir,
99 extern int cleanup_temp_subdir (struct temp_dir *dir,
104 extern int cleanup_temp_dir_contents (struct temp_dir *dir);
109 extern int cleanup_temp_dir (struct temp_dir *dir);
/netbsd-current/games/warp/
H A Dfilexp13 dir=`sed -n -e "/^${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'$'"/\1/" -e p -e q -e '}' </etc/passwd`
14 if /bin/test ! -d "$dir"; then
21 echo $dir/`expr x$1 : '..[^/]*/\(.*\)'`
24 echo $dir
/netbsd-current/usr.bin/mkdep/
H A Dfindcc.c55 const char *path, *dir; local
73 for (dir = path; *dir != '\0'; ) {
74 dir_len = strcspn(dir, ":");
77 (int)dir_len, dir, (int)progname_len, progname)
82 dir += dir_len;
83 if (*dir == ':')
84 dir++;
/netbsd-current/external/mpl/bind/dist/bin/named/include/named/
H A Dgeoip.h24 named_geoip_load(char *dir);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Ddir-junk.d2 #error_output: dir-junk.l

Completed in 523 milliseconds

1234567891011>>