Searched refs:dir (Results 51 - 75 of 465) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostfs.c62 DIR *dir; local
68 dir = opendir (path);
69 if (! dir)
79 de = readdir (dir);
83 info.dir = !! is_dir (path, de->d_name);
88 closedir (dir);
157 .dir = grub_hostfs_dir,
H A Dmain.c53 static char *root_dev = NULL, *dir = NULL; variable
74 *path = dir;
139 dir = xstrdup (DEFAULT_DIRECTORY);
149 free (dir);
150 dir = xstrdup (optarg);
207 dir = xstrdup (dir);
/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevlink_disco.c147 * Return value: /dev link for dir and minor name.
150 lookupLink(char *path, char *link, const char *dir, const char *mname) argument
163 if ((dp = opendir(dir)) == NULL) {
165 "Unable to open %s to find controller number.", dir);
180 dirplen = pathconf(dir, _PC_NAME_MAX);
199 (void) snprintf(node, strlen(charptr) + strlen(dir) + 2,
200 "%s/%s", dir, charptr);
235 const char dir[] = "/dev/cfg"; local
237 return (lookupLink(path, link, dir, mname));
248 const char dir[] local
[all...]
/osnet-11/usr/src/lib/libpcp/sparc/
H A DMakefile63 $(INS.dir)
66 -$(INS.dir)
69 -$(INS.dir)
72 -$(INS.dir)
75 -$(INS.dir)
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dutil.c40 * This function returns a fullpath based on the "dir" and "filepath" input
44 * - If only dir or filepath is given, this function returns a copy of the
46 * - If the filepath is fully qualified already and the "dir" is also
50 get_fullpath(char *dir, char *filepath) argument
59 if (dir != NULL)
60 dirlen = strlen(dir);
68 dir, filepath);
75 fullpath = (char *)strdup(dir);
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dtempnam.c54 tempnam(const char *dir, /* use this directory please (if non-NULL) */ argument
65 if (dir != NULL) {
66 if (stat64(dir, &statbuf) == 0 && S_ISDIR(statbuf.st_mode))
67 y = strlen(dir);
73 if (y > 0 && access(pcopy(p, dir), (W_OK | X_OK)) == 0)
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c103 DIR *dir; local
108 if ((dir = opendir(path)) == NULL)
114 (void) closedir(dir);
123 rewinddir(dir);
124 while ((dp = readdir(dir)) != NULL) {
135 (void) closedir(dir);
140 rewinddir(dir);
141 while ((dp = readdir(dir)) != NULL) {
155 (void) closedir(dir);
161 (void) closedir(dir);
267 DIR *dir; local
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Ddepcomp300 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
301 test "x$dir" = "x$object" && dir=
304 tmpdepfile1=$dir$base.d
305 tmpdepfile2=$dir.libs/$base.d
308 tmpdepfile1=$dir$base.d
309 tmpdepfile2=$dir$base.d
339 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
340 test "x$dir" = "x$object" && dir
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/pci/
H A DMakefile.com58 -$(INS.dir)
61 -$(INS.dir)
64 -$(INS.dir)
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpathopens.d68 * This routine takes the base dir and the filename, and generates a
69 * full pathname. If the filename is absolute, we ignore the base dir.
71 self->dir = *self->file == '/' ? "" :
74 self->full = strjoin(strjoin(self->dir, self->join), self->file);
82 self->dir = 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dpathopens.d68 * This routine takes the base dir and the filename, and generates a
69 * full pathname. If the filename is absolute, we ignore the base dir.
71 self->dir = *self->file == '/' ? "" :
74 self->full = strjoin(strjoin(self->dir, self->join), self->file);
82 self->dir = 0;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c52 #include "dir.h"
62 * @depth: the level of this dir relative to opts.path
64 struct dir { struct
77 * character array name in struct dir.
99 * dir_list_insert_pos keeps track of where to insert a sub-dir
105 * ie: opts.path has depth 0, a sub-dir of opts.path has depth 1
325 * free_dir - free one dir
326 * @tofree: the dir to free
328 * Close the inode and then free the dir
330 static void free_dir(struct dir *tofre
500 struct dir *dir = NULL; local
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicl/sparc/
H A DMakefile39 $(INS.dir)
/osnet-11/usr/src/lib/libfru/libfrupicltree/sparc/
H A DMakefile40 $(INS.dir)
/osnet-11/usr/src/lib/libfru/libfruraw/i386/
H A DMakefile39 $(INS.dir)
/osnet-11/usr/src/lib/libfru/libfruraw/sparc/
H A DMakefile39 $(INS.dir)
/osnet-11/usr/src/lib/libfru/libfrureg/i386/
H A DMakefile39 $(INS.dir)
/osnet-11/usr/src/lib/libfru/libfrureg/sparc/
H A DMakefile40 $(INS.dir)
/osnet-11/usr/src/lib/libfruutils/amd64/
H A DMakefile38 $(INS.dir)
/osnet-11/usr/src/lib/libfruutils/i386/
H A DMakefile37 $(INS.dir)
/osnet-11/usr/src/lib/libfruutils/sparc/
H A DMakefile37 $(INS.dir)
/osnet-11/usr/src/lib/libfruutils/sparcv9/
H A DMakefile38 $(INS.dir)
/osnet-11/usr/src/lib/cfgadm_plugins/ac/
H A DMakefile.com64 -$(INS.dir)
67 -$(INS.dir)
70 -$(INS.dir)
73 -$(INS.dir)
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/
H A DMakefile.com66 -$(INS.dir)
69 -$(INS.dir)
72 -$(INS.dir)
75 -$(INS.dir)
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A DMakefile.PL53 $(INS.dir)

Completed in 431 milliseconds

1234567891011>>