Searched refs:dir (Results 1 - 25 of 465) sorted by path

1234567891011>>

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A DMakefile96 $(INS.dir)
102 $(INS.dir)
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DMakefile37 $(INS.dir)
57 $(INS.dir)
H A Dpppdump.c246 char *dir, *q; local
261 dir = c==RECMARK_STARTSEND? "sent": "rcvd";
280 q = dir;
282 printf("%s aborted packet:\n ", dir);
397 dir = c==RECMARK_ENDSEND ? "send": "recv";
399 printf("end %s", dir);
/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...]
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;
H A Dtcpsnoop.d264 self->dir = "<-";
266 self->uid, self->pid, self->laddr, self->lport, self->dir,
268 self->dir = "->";
270 self->uid, self->pid, self->laddr, self->lport, self->dir,
288 self->dir = "->";
318 self->dir = "<-";
345 self->dir = "->";
348 self->uid, self->pid, self->laddr, self->lport, self->dir,
363 self->dir = "<-";
365 self->uid, self->pid, self->laddr, self->lport, self->dir,
[all...]
H A Dtcpsnoop_snv.d266 self->dir = "<-";
268 self->uid, self->pid, self->laddr, self->lport, self->dir,
270 self->dir = "->";
272 self->uid, self->pid, self->laddr, self->lport, self->dir,
290 self->dir = "->";
320 self->dir = "<-";
347 self->dir = "->";
350 self->uid, self->pid, self->laddr, self->lport, self->dir,
365 self->dir = "<-";
367 self->uid, self->pid, self->laddr, self->lport, self->dir,
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Net/
H A Dtcpsnoop.d264 self->dir = "<-";
266 self->uid, self->pid, self->laddr, self->lport, self->dir,
268 self->dir = "->";
270 self->uid, self->pid, self->laddr, self->lport, self->dir,
288 self->dir = "->";
318 self->dir = "<-";
345 self->dir = "->";
348 self->uid, self->pid, self->laddr, self->lport, self->dir,
363 self->dir = "<-";
365 self->uid, self->pid, self->laddr, self->lport, self->dir,
[all...]
H A Dtcpsnoop_snv.d266 self->dir = "<-";
268 self->uid, self->pid, self->laddr, self->lport, self->dir,
270 self->dir = "->";
272 self->uid, self->pid, self->laddr, self->lport, self->dir,
290 self->dir = "->";
320 self->dir = "<-";
347 self->dir = "->";
350 self->uid, self->pid, self->laddr, self->lport, self->dir,
365 self->dir = "<-";
367 self->uid, self->pid, self->laddr, self->lport, self->dir,
[all...]
/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/dtrace_toolkit/DTT/
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...]
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"
/osnet-11/usr/src/cmd/dtrace_toolkit/
H A DMakefile74 $(INS.dir)
/osnet-11/usr/src/cmd/hal/
H A DMakefile55 $(INS.dir)
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c1357 * @param dir Directory file resides in
1364 process_fdi_file (const char *dir, const char *filename, argument
1384 snprintf (buf, sizeof (buf), "%s/%s", dir, filename);
1488 scan_fdi_files (const char *dir, HalDevice * d) argument
1497 /*HAL_INFO(("scan_fdi_files: Processing dir '%s'", dir));*/
1499 num_entries = scandir (dir, &name_list, 0, my_alphasort);
1512 full_path = g_strdup_printf ("%s/%s", dir, filename);
1527 found_fdi_file = process_fdi_file (dir, filename, d);
1529 HAL_INFO (("*** Matched file %s/%s", dir, filenam
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c235 char *dir; local
252 dir = g_path_get_dirname (f);
253 f1 = g_strdup_printf ("%s/%s", dir, link);
254 g_free (dir);
704 printf ("trying dir %s\n", mount_dir);
/osnet-11/usr/src/cmd/ldap/
H A DMakefile.com154 $(INS.dir)
157 $(INS.dir)
/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...]
H A Dntfsundelete.c798 /* if name is older than this dir -> can't determine */
1537 * @dir: Directory in which to create the file (optional)
1544 * dir/file
1545 * dir/file:stream
1558 static int create_pathname(const char *dir, const char *name, argument
1564 if (dir)
1566 snprintf(buffer, bufsize, "%s/%s:%s", dir, name, stream);
1568 snprintf(buffer, bufsize, "%s/%s", dir, name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH775 * include <sys/dir.h>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm874 my $dir = $cvstashname;
875 $dir =~ s(::)(/)g;
876 eval { require "auto/$dir/$cvname.al" };
878 warn qq(failed require "auto/$dir/$cvname.al": $@\n);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
H A DCwd.xs246 DIR *dir;
277 if (!(dir = PerlDir_open("."))) {
281 while ((dp = PerlDir_read(dir)) != NULL) {
324 PerlDir_close(dir);
326 if (PerlDir_close(dir) < 0) {
/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/ext/DynaLoader/
H A DDynaLoader_pm.PL265 my $dir;
272 $dir = "${path}auto:$modpname";
274 $dir = "$_/auto/$modpname";
277 next unless -d $dir; # skip over uninteresting directories
280 my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
283 # no luck here, save dir for possible later dl_findfile search
284 push @dirs, $dir;
367 my (@dirs, $dir); # which directories to search
412 foreach $dir (
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DMakefile.PL172 my $dir = $self->catdir($self->updir,'ucm');
191 $str .= $continuator.' '.$self->catfile($dir,$file);
209 print FILELIST $self->catfile($dir,$file) . "\n";

Completed in 399 milliseconds

1234567891011>>