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

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfinddepth.pl7 # where wanted does whatever you want. $dir contains the
9 # that directory. $name contains "$dir/$_". You are cd'ed
10 # to $dir when the function is called. The function may
35 *dir = *File::Find::dir;
H A Dblib.t18 for my $dir (@_) {
19 next if -d $dir;
20 mkdir $dir or die "Can't mkdir $dir: $!" if ! -d $dir;
H A DShell.t51 ok(dir(), 'Execute command');
52 my @files = dir('*.*');
55 ok(eq_array(\@files, [$so->dir('*.*')]), 'object method');
56 eval { $so->dir };
H A Dlib_pm.PL90 my $dir = $Is_MacOS
93 unshift(@INC, $dir) if -d $dir;
131 my($dir) = @_;
137 $arch_auto_dir = File::Spec->catdir( $dir, $archname, 'auto' );
138 $arch_dir = File::Spec->catdir( $dir, $archname, );
139 $version_dir = File::Spec->catdir( $dir, $version );
140 $version_arch_dir = File::Spec->catdir( $dir, $version, $archname );
142 $arch_auto_dir = "$dir/$archname/auto";
143 $arch_dir = "$dir/
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dtempnam.c55 tempnam(const char* dir, const char* pfx) argument
57 return pathtmp(NiL, dir, pfx, NiL);
/osnet-11/usr/src/lib/libtsalarm/sparc/
H A DMakefile57 $(INS.dir)
63 $(INS.dir)
66 -$(INS.dir)
69 -$(INS.dir)
72 -$(INS.dir)
75 -$(INS.dir)
/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c37 libuvfs_name_dirent_alloc(libuvfs_fid_info_t *dir, libuvfs_fid_info_t *child, argument
48 rc->de_dir = dir;
117 libuvfs_name_dirent_find(libuvfs_fid_info_t *dir, const char *name, argument
124 rc = avl_find(&dir->nm_dir, &key, where);
248 libuvfs_fid_info_t *dir; local
255 dir = libuvfs_fid_info_find(fs, dirfid, &where);
256 if (dir == NULL) {
270 dirent = libuvfs_name_dirent_find(dir, name, &where);
280 dirent = libuvfs_name_dirent_alloc(dir, child, name,
282 avl_insert(&dir
322 libuvfs_fid_info_t *dir; local
384 libuvfs_fid_info_t *dir; local
418 libuvfs_fid_info_t *dir; local
550 libuvfs_fid_info_t *dir = vdir; local
566 libuvfs_fid_info_t *dir = vdir; local
601 libuvfs_fid_info_t *dir; local
[all...]
/osnet-11/usr/src/cmd/perl/contrib/
H A Dcopy_contrib.sh41 printf 'copy_contrib: usage is <src dir> <dst dir> <module> ...\n'
58 for dir in $(cd $src && find $modules -type d -name SCCS); do
59 dir=${dir%/SCCS}
60 cd $src/$dir
65 printf 'sccs get %s/%s\n' $dir $file
/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_dir.c27 # include <sys/dir.h>
47 __os_dirlist(dir, namesp, cntp)
48 const char *dir;
58 return (__db_jump.j_dirlist(dir, namesp, cntp));
60 if ((dirp = opendir(dir)) == NULL)
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathshell.c79 char dir[PATH_MAX]; local
92 if (strlen(s) >= sizeof(dir))
94 strcpy(dir, s);
95 if (!(s = strrchr(dir, '/')))
98 s = dir;
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc77 const char dir[] = "/dev/cfg"; local
81 if ((dp = opendir(dir)) == NULL) {
83 tmp += dir;
96 sprintf(node, "%s/%s", dir, dirp->d_name);
100 string cfg_path = dir;
/osnet-11/usr/src/lib/libcurses/screen/
H A Didlok.c117 int tsy, bsy, idn, dir, nomore; local
125 for (dir = 1; dir > -2; dir -= 2) {
126 if (dir > 0) {
137 if ((dir > 0 && ip->_wy > ip->_sy) ||
138 (dir < 0 && ip->_wy < ip->_sy)) {
140 ip += dir;
145 for (ep = ip+dir; ep != eip; ep += dir)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c586 struct grub_fat_dir_entry dir; local
587 grub_ssize_t offset = -sizeof(dir);
596 offset += sizeof (dir);
599 offset, sizeof (dir), (char *) &dir)
600 != sizeof (dir))
603 if (dir.entry_type == 0)
605 if (!(dir.entry_type & 0x80))
608 if (dir.entry_type == 0x85)
613 nsec = dir
683 grub_fat_iterate_dir(grub_disk_t disk, struct grub_fat_data *data, int (*hook) (const char *filename, struct grub_fat_dir_entry *dir)) argument
687 struct grub_fat_dir_entry dir; local
831 iter_hook(const char *filename, grub_fat_dir_node_t *dir) argument
1020 struct grub_fat_dir_entry dir; local
1076 iter_hook(const char *filename, grub_fat_dir_node_t *dir) argument
[all...]
/osnet-11/usr/src/lib/libsmbrp/amd64/
H A DMakefile29 $(INS.dir)
/osnet-11/usr/src/lib/libfru/conf/
H A DMakefile50 $(INS.dir)
53 $(INS.dir)
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/
H A DMakefile.com63 -$(INS.dir)
66 -$(INS.dir)
69 -$(INS.dir)
72 -$(INS.dir)
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_open.c47 uu_open_tmp(const char *dir, uint_t uflags) argument
56 (void) snprintf(fname, PATH_MAX, "%s/uu%lld", dir, gethrtime());
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c124 char dir[2]; local
144 dir[1] = '\0';
146 *dir = *p;
147 if (stat(dir, &statbuf) < 0) {
148 (void) mkdir(dir, M_DIRMODE);
149 } else if (access(dir, 7) < 0) {
150 (void) eprintf(m_strmsg(dstdir_err), destination, dir); local
153 (void) eprintf(m_strmsg(dstdir_err), destination, dir); local
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh72 typeset dir="$1"
81 if [[ ! -e $dir/$x ]]; then
82 log "$f_sanity_detail" "$x" "$dir"
89 if [[ ! -e $dir/$x ]]; then
90 log "$f_sanity_detail" "$x" "$dir"
110 if [[ -f $dir/var/sadm/system/admin/INST_RELEASE ]]; then
112 $dir/var/sadm/system/admin/INST_RELEASE)
130 for i in $dir/var/sadm/pkg/SUNWcakr*
142 for i in $dir/var/sadm/pkg/SUNWcakr*/pkginfo
168 if [[ -f $dir/
[all...]
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_control.c36 DIR *dir; local
43 if ((dir = opendir(path)) != NULL) {
44 while ((dp = readdir(dir)) != NULL) {
53 (void) closedir(dir);
/osnet-11/usr/src/lib/libsmbrp/sparcv9/
H A DMakefile35 $(INS.dir)
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmfmapper.h52 char *dir; member in struct:__anon1836
/osnet-11/usr/src/lib/libgss/amd64/
H A DMakefile35 $(INS.dir)
/osnet-11/usr/src/lib/libgss/sparcv9/
H A DMakefile37 $(INS.dir)
/osnet-11/usr/src/lib/libast/common/include/
H A Dmnt.h39 char* dir; /* mounted dir */ member in struct:__anon1147

Completed in 1055 milliseconds

1234567891011>>