Searched refs:dir (Results 76 - 100 of 465) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DMakefile.PL72 for dir in $ENVCPPFLAGS1 $ENVCPPFLAGS2 $ENVCPPFLAGS3 $ENVCPPFLAGS4 \
74 dir=`expr $dir : '^-I\(.*\)$' \| $dir`; \
75 file="$dir/sys/exacct_catalog.h"; \
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DMakefile.PL72 for dir in $ENVCPPFLAGS1 $ENVCPPFLAGS2 $ENVCPPFLAGS3 $ENVCPPFLAGS4 \
74 dir=`expr $dir : '^-I\(.*\)$' \| $dir`; \
75 file="$dir/exacct.h"; \
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DMakefile.PL109 for dir in $ENVCPPFLAGS1 $ENVCPPFLAGS2 $ENVCPPFLAGS3 $ENVCPPFLAGS4 \
111 dir=`expr $dir : '^-I\(.*\)$' \| $dir`; \
112 file="$dir/sys/exacct.h"; \
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DMakefile.PL72 for dir in $ENVCPPFLAGS1 $ENVCPPFLAGS2 $ENVCPPFLAGS3 $ENVCPPFLAGS4 \
74 dir=`expr $dir : '^-I\(.*\)$' \| $dir`; \
75 file="$dir/sys/exacct.h"; \
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dinstall19 dir=${0%/*}
20 cd $dir
21 (( DEBUG )) && print "DEBUG: dir $dir"
60 ### Check parent dir exists,
71 ### Check parent dir perms,
108 ### Make new toolkit dir,
135 print ".\tCheck source \"$dir\" and destination \"$loc\", then"
H A Ddexplorer16 # -D # don't delete output dir
66 root=. # default output dir
68 dir=de_`uname -n`_`date +%Y%m%d%H%M` # OUTPUT FILENAME
89 -D # don't delete output dir
107 print "Output dir will be the current dir ($PWD)."
109 print "Output dir will be $root"
140 print "or use an existing dir, eg \"/tmp\""
197 mkdir $dir
199 cd $dir
[all...]
/osnet-11/usr/src/lib/libslp/etc/
H A DMakefile52 $(INS.dir)
/osnet-11/usr/src/lib/hal/
H A DMakefile.com50 $(INS.dir)
53 $(INS.dir)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-parse.h64 char_directive *dir; member in struct:__anon454
93 u8_directive *dir; member in struct:__anon456
120 u16_directive *dir; member in struct:__anon458
147 u32_directive *dir; member in struct:__anon460
H A Dprintf-parse.c85 size_t d_allocated; /* allocated elements of d->dir */
92 d->dir = (DIRECTIVE *) malloc (d_allocated * sizeof (DIRECTIVE));
93 if (d->dir == NULL)
139 DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */
584 memory = (DIRECTIVE *) realloc (d->dir, memory_size);
588 d->dir = memory;
599 d->dir[d->count].dir_start = cp;
608 if (d->dir)
609 free (d->dir);
616 if (d->dir)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_dir.t54 tie %dir, IO::Dir, $DIR;
55 my @files = keys %dir;
57 # I hope we do not have an empty dir :-)
60 my $stat = $dir{'X'};
63 delete $dir{'X'};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.t14 my ($key, $dir) = @_;
15 open my $h, '<', File::Spec->catfile($dir, $key) or return;
19 sub exists { my ($key, $dir) = @_; return -f File::Spec->catfile($dir, $key) }
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh228 typeset dir="$1"
230 if [[ -h $ZONEROOT/$dir || ! -d $ZONEROOT/$dir ]]; then
231 fatal "$e_baddir" "$dir"
235 # Like safe_dir except the dir doesn't have to exist.
237 typeset dir="$1"
239 [[ ! -e $ZONEROOT/$dir ]] && return
241 if [[ -h $ZONEROOT/$dir || ! -d $ZONEROOT/$dir ]]; then
242 fatal "$e_baddir" "$dir"
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/
H A DMakefile63 $(INS.dir)
66 -$(INS.dir)
69 -$(INS.dir)
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/
H A DMakefile62 $(INS.dir)
65 -$(INS.dir)
68 -$(INS.dir)
/osnet-11/usr/src/lib/libgen/common/
H A Drmdirp.c136 dotdot(char *dir) argument
138 if (strcmp(dir, ".") == 0 || strcmp(dir, "..") == 0)
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddexplorer16 # -D # don't delete output dir
66 root=. # default output dir
68 dir=de_`uname -n`_`date +%Y%m%d%H%M` # OUTPUT FILENAME
89 -D # don't delete output dir
107 print "Output dir will be the current dir ($PWD)."
109 print "Output dir will be $root"
140 print "or use an existing dir, eg \"/tmp\""
197 mkdir $dir
199 cd $dir
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c54 #define GETDIR (dir = getdir(), dirlen = strlen(dir) + sizeof(PATH_SEPARATOR) - 1)
59 char *dir; local
62 if (!(dir = getenv("KRB5RCACHEDIR"))) {
64 if (!(dir = getenv("TEMP")))
65 if (!(dir = getenv("TMP")))
66 dir = "C:";
68 if (!(dir = getenv("TMPDIR"))) {
70 dir = RCTMPDIR;
72 dir
94 krb5_rc_io_mkstemp(krb5_context context, krb5_rc_iostuff *d, char *dir) argument
190 char *dir; local
259 char *dir; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c128 if (! info->dir)
239 char *dir;
263 dir = grub_strchr (current_word + (device ? 2 + grub_strlen (device) : 0),
266 if (dir)
272 dir = grub_strdup (dir);
273 if (! dir)
280 dirfile = grub_strrchr (dir, '/');
284 (fs->dir) (dev, dir, iterate_di
238 char *dir; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.t12 my $dir;
15 $dir = File::Spec->catdir( "auto-$$" );
16 unshift @INC, $dir;
22 my $fulldir = File::Spec->catdir( $dir, 'auto', 'Foo' );
167 return unless $dir && -d $dir;
168 rmtree $dir;
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c32 /* Mappers go in the same dir as plugins. */
63 get_mapper_pathname(char *name, char *dir) argument
71 if (dir == NULL)
72 dir = DEFAULT_MAPPER_DIR;
78 len = strlen(name) + strlen(MAPPER_NAME_TEMPLATE) + strlen(dir);
84 /* Avoid double forward slash if the dir's last character is "/". */
86 dir, dir[strlen(dir) - 1] == '/' ? "" : "/", name);
116 char *dir local
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dcompletion.c212 char *av[2], *begin , *dir=0; local
279 dir = out+1;
312 if(dir)
313 begin += (dir-begin);
356 if(dir)
358 c = *dir;
359 *dir = 0;
364 if(dir)
365 *dir = c;
392 if(ep->e_nlist && dir
[all...]
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile48 # Make the class dir, if it doesn't exist
58 $(INS.dir)
71 $(INS.dir)
83 $(INS.dir)
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwinsdelln.c57 int endy, endx, to, fr, num_lines, dir; local
106 dir = 1;
115 dir = -1;
132 for (; num_lines > 0; num_lines--, to += dir, fr += dir) {
188 for (; num_lines > 0; --num_lines, to += dir) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DMakefile.PL106 my $dir = $self->catdir($self->curdir,'ucm');
123 $str .= $continuator.' '.$self->catfile($dir,$file);
141 print FILELIST $self->catfile($dir,$file) . "\n";

Completed in 4954 milliseconds

1234567891011>>