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

<<111213141516171819

/osnet-11/usr/src/lib/rpcsec_gss/
H A DMakefile97 $(INS.dir)
/osnet-11/usr/src/lib/udapl/udapl_tavor/
H A DMakefile65 $(INS.dir)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm93 directory is in C<$File::Find::dir>. Your preprocessing function is
105 arguments. The name of the current directory is in C<$File::Find::dir>. This
203 =item C<$File::Find::dir> is the current directory name,
215 $File::Find::dir = /some/path/
219 You are chdir()'d toC<$File::Find::dir> when the function is called,
222 special case inasmuch as the concatenation of C<$File::Find::dir>,
226 $File::Find::name $File::Find::dir $_
338 C<$File::Find::dir> is guaranteed to end with a ':'. If C<$_>
569 our($dir, $name, $fullname, $prune);
594 local($dir,
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c180 t_steps *dir; local
194 dir = &right;
211 dir = &left;
232 add_op(best, dir->_tab, tabs, 0);
248 add_op(best, dir->_one, dist, 0);
254 add_op(try, dir->_tab, 1, 0);
266 add_op(try, dir->_opp, tabstop, 0);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/sun4v/common/
H A Dcfga_led_ctl.c126 DIR *dir; local
169 if ((dir = opendir(SES_PATH)) == NULL) {
175 for (dp = readdir(dir); dp != NULL; dp = readdir(dir)) {
345 (void) closedir(dir);
625 DIR *dir; local
642 if ((dir = opendir(SES_PATH)) == NULL) {
646 for (dp = readdir(dir); dp != NULL; dp = readdir(dir)) {
655 (void) closedir(dir);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm257 my ($dir) = @_;
258 my $dh = IO::Dir->new($dir) || return(0);
282 foreach my $dir (sort($installed->directory_tree($module))) {
283 if (emptydir($dir)) {
284 print("rmdir $dir\n");
285 rmdir($dir);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dxfs.c129 struct dir struct in union:grub_xfs_inode::__anon441
133 } dir; member in union:grub_xfs_inode::__anon441
449 grub_xfs_iterate_dir (grub_fshelp_node_t dir,
455 struct grub_fshelp_node *diro = (struct grub_fshelp_node *) dir;
484 struct grub_xfs_dir_entry *de = &diro->inode.data.dir.direntry[0];
485 int smallino = !diro->inode.data.dir.dirhead.smallino;
493 parent = grub_be_to_cpu32 (diro->inode.data.dir.dirhead.parent.i4);
500 parent = diro->inode.data.dir.dirhead.parent.i8;
510 for (i = 0; i < diro->inode.data.dir.dirhead.count; i++)
556 dirblk_log2 = (dir
447 grub_xfs_iterate_dir(grub_fshelp_node_t dir, int NESTED_FUNC_ATTR (*hook) (const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node)) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm427 Dir: foreach my $dir ( @search_dirs ) {
430 if (-d $dir) {
431 warn "Looking in directory $dir\n"
435 my $fullname = File::Spec->catfile($dir, @parts);
449 warn "Directory $dir does not exist\n"
460 && -d File::Spec->catdir($dir,'pods')) {
461 $dir = File::Spec->catdir($dir,'pods');
464 if(-d File::Spec->catdir($dir,'pod')) {
465 $dir
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c152 gl_nextdir(glob_t* gp, char* dir) argument
154 if (!(dir = gp->gl_nextpath))
155 dir = gp->gl_nextpath = stakcopy(pathbin());
159 dir = 0;
164 dir = ".";
175 return dir;
228 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* endslash, int meta) argument
235 if (dir)
237 stakputs(dir);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdllink.c567 dld_ioc_rename_t dir; local
575 dir.dir_linkid1 = linkid1;
576 dir.dir_linkid2 = DATALINK_INVALID_LINKID;
577 (void) strlcpy(dir.dir_link, link2, MAXLINKNAMELEN);
579 if (ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir) < 0) {
587 (void) strlcpy(dir.dir_link, link1, MAXLINKNAMELEN);
588 (void) ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir); local
652 dld_ioc_rename_t dir; local
682 dir.dir_linkid1 = linkid1;
683 dir
712 (void) ioctl(dladm_dld_fd(handle), DLDIOC_RENAME, &dir); local
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_svc.c506 int dir, ent_per_req, iter; local
521 dir = (param->read_flags & EVENTLOG_FORWARDS_READ) ?
531 rdata->rd_last_sentrec = (dir == LOGR_FWD)
535 ent_remain = (dir == LOGR_FWD)
564 ent_num < ent_remain; ent_num++, ent_no += dir) {
567 if (dir == LOGR_REW)
/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes_soft.c132 unsigned dir; local
137 dir = (unsigned)desp->des_dir;
138 des_setkey(desp->des_key, &softkey, dir);
142 switch (dir) {
178 des_setkey(uchar_t userkey[8], struct deskeydata *kd, unsigned int dir) argument
239 switch (dir) {
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c699 generate_image (const char *dir, char *prefix, FILE *out, char *mods[], argument
724 path_list = grub_util_resolve_dependencies (dir, "moddep.lst", mods);
726 kernel_path = grub_util_get_path (dir, "kernel.img");
909 decompress_path = grub_util_get_path (dir, name);
978 pxeboot_path = grub_util_get_path (dir, "pxeboot.img");
999 boot_path = grub_util_get_path (dir, "diskboot.img");
1224 boot_path = grub_util_get_path (dir, "boot.img");
1283 boot_path = grub_util_get_path (dir, "diskboot.img");
1334 boot_path = grub_util_get_path (dir, "fwstart_fuloong2f.img");
1339 boot_path = grub_util_get_path (dir, "fwstar
1707 char *dir = NULL; local
[all...]
H A Dgrub-mount.c186 (fs->dir) (dev, path2, find_file);
196 st->st_mode = file_info.dir ? (0555 | S_IFDIR) : (0444 | S_IFREG);
200 if (!file_info.dir)
286 st.st_mode = info->dir ? (0555 | S_IFDIR) : (0444 | S_IFREG);
287 if (!info->dir)
314 (fs->dir) (dev, pathname, call_fill);
H A Dgrub-setup.c144 setup (const char *dir, argument
229 boot_path = grub_util_get_path (dir, boot_file);
237 core_path = grub_util_get_path (dir, core_file);
664 core_path_dev_full = grub_util_get_path (dir, core_file);
895 char *dir; member in struct:arguments
950 if (arguments->dir)
951 free (arguments->dir);
953 arguments->dir = xstrdup (arg);
1126 grub_guess_root_device (arguments.dir ? : DEFAULT_DIRECTORY);
1137 "dir `
[all...]
/osnet-11/usr/src/lib/libprtdiag/
H A DMakefile.com66 $(INS.dir)
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c85 # include <sys/dir.h>
513 struct dirent *dir; local
650 while ((dir=readdir(dp)) != NULL)
660 length = NAMLEN(dir);
669 if (dir->d_name[0] == '.')
672 if (strcmp(dir->d_name + (length - strlen(SO_SUFFIX)),
674 && strcmp(dir->d_name + (length - strlen(LA_SUFFIX)),
679 memcpy(name,dir->d_name,length);
/osnet-11/usr/src/lib/libntfs/
H A DMakefile73 ../common/include/ntfs/dir.h \
124 $(INS.dir)
H A DMakefile.com43 $(LIBNTFSDIR)/dir.o \
/osnet-11/usr/src/lib/krb5/plugins/preauth/encrypted_challenge/
H A DMakefile.com66 $(INS.dir)
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A DMakefile.com74 $(INS.dir)
/osnet-11/usr/src/grub/grub2/build-bios/docs/
H A DMakefile808 @(dir=.; test -f ./grub.texi || dir=$(srcdir); \
809 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/grub.texi`; \
831 @(dir=.; test -f ./grub-dev.texi || dir=$(srcdir); \
832 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/grub-dev.texi`; \
876 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
877 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
961 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
963 cp -pR $(srcdir)/$$file $(distdir)$$dir || exi
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/
H A DMakefile808 @(dir=.; test -f ./grub.texi || dir=$(srcdir); \
809 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/grub.texi`; \
831 @(dir=.; test -f ./grub-dev.texi || dir=$(srcdir); \
832 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/grub-dev.texi`; \
876 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
877 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
961 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
963 cp -pR $(srcdir)/$$file $(distdir)$$dir || exi
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dcwd.t155 my ($dir, $expect) = (shift, shift);
157 like( bracketed_form($dir), qr|$bracketed_expect$|i, (@_ ? shift : ()) );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm11 my $dir = getcwd;
326 my $newdir = @_ ? shift : ''; # allow for no arg (chdir to HOME dir)
370 my($dotdots, $cwd, @pst, @cst, $dir, @tst);
397 $dir = undef;
403 unless (defined ($dir = readdir(PARENT)))
409 $tst[0] = $pst[0]+1 unless (@tst = lstat("$dotdots/$dir"))
411 while ($dir eq '.' || $dir eq '..' || $tst[0] != $pst[0] ||
414 $cwd = (defined $dir ? "$dir"
[all...]

Completed in 2225 milliseconds

<<111213141516171819