Searched refs:filename (Results 26 - 50 of 328) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Diopending12 # USAGE: iopending [-c] [-d device] [-f filename]
17 # -f filename # full pathname of file to snoop
65 opt_def=1; filter=0; device=.; filename=.; mount=.
74 f) opt_file=1; filename=$OPTARG ;;
77 USAGE: iopending [-c] [-d device] [-f filename]
82 -f filename # snoop this file only
130 inline string FILENAME = "'$filename'";
H A Drb_calls.d56 this->filename = basename(copyinstr(arg1));
57 this->filename = this->filename != NULL ? this->filename : ".";
58 @calls[this->filename, "obj-new", this->name] = count();
H A Diotop10 # USAGE: iotop [-C] [-D|-o|-P] [-j|-Z] [-d device] [-f filename]
22 # -f filename # full pathname of file to snoop
101 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
111 f) opt_file=1; filename=$OPTARG ;;
119 USAGE: iotop [-C] [-D|-o|-P] [-j|-Z] [-d device] [-f filename]
129 -f filename # snoop this file only
194 inline string FILENAME = "'$filename'";
H A Dpl_syscalls.d17 * The filename for syscalls may be printed as "perl", if the program
18 * was invoked using the form "perl filename" rather than running the
42 self string filename;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Disk/
H A Diopending12 # USAGE: iopending [-c] [-d device] [-f filename]
17 # -f filename # full pathname of file to snoop
65 opt_def=1; filter=0; device=.; filename=.; mount=.
74 f) opt_file=1; filename=$OPTARG ;;
77 USAGE: iopending [-c] [-d device] [-f filename]
82 -f filename # snoop this file only
130 inline string FILENAME = "'$filename'";
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_calls.d56 this->filename = basename(copyinstr(arg1));
57 this->filename = this->filename != NULL ? this->filename : ".";
58 @calls[this->filename, "obj-new", this->name] = count();
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dkeyfile.c46 pkcs11_read_data(char *filename, void **dbuf, size_t *dlen) argument
55 if (filename == NULL || dbuf == NULL || dlen == NULL)
58 if ((fd = open(filename, O_RDONLY | O_NONBLOCK)) == -1) {
60 cryptoerror(LOG_STDERR, gettext("cannot open %s"), filename);
66 cryptoerror(LOG_STDERR, gettext("cannot stat %s"), filename);
104 gettext("error reading file %s: %s"), filename,
131 filename, strerror(ret));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dinccode.t32 my ($self, $filename) = @_;
33 if (substr($filename,0,3) eq 'Foo') {
34 return get_temp_fh($filename);
71 my ($self, $filename) = @_;
72 if (substr($filename, 0, length($self->[1])) eq $self->[1]) {
73 return get_temp_fh($filename);
109 my ($self, $filename) = @_;
110 if (substr($filename,0,4) eq 'Quux') {
111 return get_temp_fh($filename);
158 my ($self, $filename)
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dreadlink.c53 char *filename, local
83 filename = argv[0];
87 len = resolvepath(filename, buf, sizeof(buf)-2);
91 len = readlink(filename, buf, sizeof(buf)-2);
100 error(ERROR_system(1),"%s: readlink failed", filename);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dautofs.c58 char *filename; local
60 filename = grub_xasprintf ("%s/fs.lst", prefix);
61 if (filename)
71 file = grub_file_open (filename);
127 grub_free (filename);
H A Dcrypto.c79 char *filename; local
89 filename = grub_xasprintf ("%s/crypto.lst", prefix);
90 if (!filename)
96 file = grub_file_open (filename);
97 grub_free (filename);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stat.c48 meta_stat(const char *filename, struct stat *sbp) argument
55 for (cp = (char *)filename; *cp != 0; cp++)
61 if (strcmp(filename, scp->sc_filename) == 0)
68 if (stat(filename, sbp) != 0)
78 scp->sc_filename = strdup(filename);
H A Dmeta_tab.c50 Free(tabp->filename);
156 assert(tabp->filename != NULL);
157 len = strlen(tabp->filename) +
170 dgettext(TEXT_DOMAIN, "%s line %u"), tabp->filename,
251 char *filename,
262 if (filename == NULL)
263 filename = METATAB;
264 if ((fd = open(filename, O_RDONLY, 0)) < 0) {
265 (void) mdsyserror(ep, errno, filename);
269 (void) mdsyserror(ep, errno, filename);
250 meta_tab_parse( char *filename, md_error_t *ep ) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_pickle.h55 char *filename; member in class:pickle_file
62 ~pickle_file() { delete filename; DESTROYRW(pickle); }
74 * dump or load data structure to/from 'filename' using function 'f'.
H A Ddb_pickle.cc43 if ((filename = strdup(f)) == NULL) {
62 file = fopen(filename, "r");
66 file = fopen(filename, "w");
72 file = fopen(filename, "a");
100 * dump or load data structure to/from 'filename' using function 'f'.
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dlockfile.c26 ** filename -- the file name (for error messages). [unused]
27 ** ext -- the filename extension. [unused]
39 lockfile(fd, filename, ext, type)
41 char *filename;
/osnet-11/usr/src/tools/onbld/Checks/
H A DCmtBlk.py53 def cmtblkchk(fh, blk_name, blk_text, filename=None,
70 if not filename:
71 filename = fh.name
92 (filename, start, blk_name))
99 (filename, blk_name))
106 (filename, blk_name,
120 " '%s'\n" % (filename, e.lineno, blk_name,
126 (filename, blk_name))
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c225 * filename for a key file. '/', '\' and ':' are not allowed.
228 * Returns 0 if the filename would contain either '\', '/' or ':'
254 * Builds a key filename from the key name, it's id, and a
255 * suffix. '\', '/' and ':' are not allowed. fA filename is of the
260 * if the filename would be too long for space allotted
261 * if the filename would contain a '\', '/' or ':'
266 dst_s_build_filename(char *filename, const char *name, u_int16_t id, argument
270 if (filename == NULL)
272 memset(filename, 0, filename_length);
280 sprintf(filename, "
304 dst_s_fopen(const char *filename, const char *mode, int perm) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DStorable.pm20 my $filename = shift;
21 my $truehash = (-e $filename) ? Storable::retrieve($filename) : {};
23 print STDERR "Memoize::Storable::TIEHASH($filename, @_)\n" if $Verbose;
26 {FILENAME => $filename,
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Diotop10 # USAGE: iotop [-C] [-D|-o|-P] [-j|-Z] [-d device] [-f filename]
22 # -f filename # full pathname of file to snoop
101 opt_percent=0; opt_def=1; opt_bytes=1; filter=0; device=.; filename=.; mount=.
111 f) opt_file=1; filename=$OPTARG ;;
119 USAGE: iotop [-C] [-D|-o|-P] [-j|-Z] [-d device] [-f filename]
129 -f filename # snoop this file only
194 inline string FILENAME = "'$filename'";
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dpolicy_db.h57 char *filename; member in struct:_osa_adb_db_lock_ent_t
67 char *filename; member in struct:_osa_adb_db_ent_t
82 krb5_error_code osa_adb_create_db(char *filename, char *lockfile, int magic);
83 krb5_error_code osa_adb_destroy_db(char *filename, char *lockfile, int magic);
86 krb5_error_code osa_adb_init_db(osa_adb_db_t *dbp, char *filename,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.xs14 int dbminit(char* filename);
82 odbm_TIEHASH(dbtype, filename, flags, mode)
84 char * filename
95 New(0, tmpbuf, strlen(filename) + 5, char);
97 sprintf(tmpbuf,"%s.dir",filename);
101 croak("ODBM_File: Can't create %s", filename);
102 sprintf(tmpbuf,"%s.pag",filename);
104 croak("ODBM_File: Can't create %s", filename);
107 croak("ODBM_FILE: Can't open %s", filename);
109 dbp = (void*)(dbminit(filename) >
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitches.t79 my $filename = 'swctest.tmp';
83 open my $f, ">$filename" or skip( "Can't write temp file $filename: $!" );
94 progfile => $filename,
100 $r =~ /$filename syntax OK/
108 push @tmpfiles, $filename;
129 $filename = 'swstest.tmp';
131 open my $f, ">$filename" or skip( "Can't write temp file $filename: $!" );
138 progfile => $filename,
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_zio.c79 * Execute an operation on filename relative to zoneid's zone root. If the
88 netcfg_zfop(const char *filename, zoneid_t zoneid, zfcb_t *zfcb, argument
160 zfarg.zfarg_filename = filename;
204 const char *filename = zfarg->zfarg_filename; local
241 if (stat(filename, &statbuf) == -1) {
251 fd = open(filename, oflags, mode);
259 if (chown(filename, UID_NETCFG, GID_NETADM) == -1) {
331 netcfg_zopen_impl(const char *filename, zoneid_t zoneid, zfcb_t cb, argument
341 err = netcfg_zfop(filename, zoneid, cb, zfoparg);
354 netcfg_zopen(const char *filename, in argument
371 netcfg_zfopen(const char *filename, const char *modestr, zoneid_t zoneid, int *err) argument
407 netcfg_zunlink(const char *filename, zoneid_t zoneid) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dbitmap.h43 const char *filename);
60 const char *filename);

Completed in 110 milliseconds

1234567891011>>