Searched refs:dir (Results 101 - 125 of 1191) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/mdb/intel/ia32/smbsrv/
H A DMakefile43 $(INS.dir)
/illumos-gate/usr/src/cmd/mdb/sparc/v9/smbsrv/
H A DMakefile44 $(INS.dir)
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile29 $(INS.dir)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsrcpath.c41 srcpath(char *dir, char *src, int part, int nparts) argument
49 if (dir != NULL) {
50 size_t theLen = strlen(dir);
52 (void) strcpy(copy, dir);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dlibrary.h38 char *getwd(char *dir);
41 char *mygetwd(char *dir);
/illumos-gate/usr/src/uts/common/inet/sockmods/netpacket/
H A DMakefile45 $(INS.dir)
/illumos-gate/usr/src/test/libc-tests/doc/
H A DMakefile33 $(INS.dir)
/illumos-gate/usr/src/test/os-tests/doc/
H A DMakefile32 $(INS.dir)
/illumos-gate/usr/src/test/util-tests/doc/
H A DMakefile33 $(INS.dir)
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DMakefile32 $(INS.dir)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmnt.h39 char* dir; /* mounted dir */ member in struct:__anon2630
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_hx.c57 static int hex_readip(buf, cnt, ifn, dir)
59 int cnt, *dir;
71 if (dir)
72 *dir = 0;
96 if (dir) {
98 *dir = 0;
100 *dir = 1;
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_flg.pl31 use vars qw/$f_flg *name *dir @execlist $basedir @opt_e @exclude/;
33 *dir = *File::Find::dir;
35 # Use the same mechanism as def.dir.flp to determine if there are any
39 my ($pat, $dir) = @_;
41 my $foo = `find $dir -name "$pat" -print | grep /SCCS/s.`;
100 foreach my $dir (split(/\s+/, "$2")) {
101 next if !defined($expfile = expand($dir));
103 warn "$fname:$firstline: $dir isn't a directory\n";
105 warn "$fname:$firstline: $dir i
[all...]
H A Dflg.flp.sh31 # Based loosely on ON's version of Teamware's def.dir.flp.
52 echo "usage: $PROG [-r] [<dir>]" > /dev/stderr
66 # directories named by the remaining arguments. Unlike def.dir.flp, print
76 for dir; do
77 if [[ -d $CODEMGR_WS/$dir ]]; then
79 find $dir -name "$pat" | \
86 for dir; do
87 if [[ -d $CODEMGR_WS/$dir ]]; then
88 dirs="$dirs|${dir%/}"
108 # to $CODEMGR_WS. Although def.dir
[all...]
/illumos-gate/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...]
/illumos-gate/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)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_015_pos.ksh74 for dir in ${ro_dirs[@]}; do
75 if [[ -d $dir ]]; then
76 log_mustnot rm -rf $dir
77 log_mustnot touch $dir/testfile
79 log_mustnot mkdir $dir
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c81 args->what.dir.data.data_len = rootfh->fhandle3_len;
82 args->what.dir.data.data_val = rootfh->fhandle3_val;
111 args->where.dir.data.data_len = rootfh->fhandle3_len;
112 args->where.dir.data.data_val = rootfh->fhandle3_val;
140 args->link.dir.data.data_len = rootfh->fhandle3_len;
141 args->link.dir.data.data_val = rootfh->fhandle3_val;
151 args->where.dir.data.data_len = rootfh->fhandle3_len;
152 args->where.dir.data.data_val = rootfh->fhandle3_val;
162 args->where.dir.data.data_len = rootfh->fhandle3_len;
163 args->where.dir
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c180 struct autodir *dir; local
193 pr_msg("dir %s must start with '/'", mntpnt);
222 dir = (struct autodir *)malloc(sizeof (*dir));
223 if (dir == NULL)
225 dir->dir_name = strdup(mntpnt);
226 if (dir->dir_name == NULL)
228 dir->dir_map = strdup(map);
229 if (dir->dir_map == NULL)
231 dir
274 register struct autodir *dir; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/
H A DMakefile.com70 -$(INS.dir)
73 -$(INS.dir)
76 -$(INS.dir)
79 -$(INS.dir)
/illumos-gate/usr/src/lib/libfru/libfrupicl/sparc/
H A DMakefile43 $(INS.dir)
/illumos-gate/usr/src/lib/libfru/libfrupicltree/sparc/
H A DMakefile45 $(INS.dir)
/illumos-gate/usr/src/lib/libfru/libfruraw/i386/
H A DMakefile41 $(INS.dir)
/illumos-gate/usr/src/lib/libfru/libfruraw/sparc/
H A DMakefile41 $(INS.dir)

Completed in 125 milliseconds

1234567891011>>