Searched refs:filename (Results 126 - 150 of 328) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm207 my($filename, $autodir, $keep, $check_for_autoloader, $check_mod_time)
217 $filename = VMS::Filespec::unixify($filename); # may have dirs
230 $filename .= ".pm" unless ($filename =~ m/\.pm\z/);
232 open(my $in, "<$filename") or die "AutoSplit: Can't open $filename: $!\n";
233 my($pm_mod_time) = (stat($filename))[9];
252 print "AutoSplit skipped $filename: no AutoLoader used\n"
256 $_ or die "Can't find __END__ in $filename\
[all...]
H A DDB.t56 is( $DB::filename, $0, '... should set $DB::filename' );
174 local ($DB::filename, %DB::sub);
175 $DB::filename = 'baz';
178 is( scalar @ret, 2, 'DB::filesubs() should use $DB::filename with no args');
202 local (*DB::dbline, $DB::filename);
214 is( $DB::filename, $db, '... should set $DB::filename to file name' );
223 local $DB::filename = 'baz';
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c1358 * @param filename File name
1364 process_fdi_file (const char *dir, const char *filename, argument
1384 snprintf (buf, sizeof (buf), "%s/%s", dir, filename);
1506 char *filename; local
1509 filename = name_list[i]->d_name;
1510 len = strlen (filename);
1512 full_path = g_strdup_printf ("%s/%s", dir, filename);
1522 filename[len - 4] == '.' &&
1523 filename[len - 3] == 'f' &&
1524 filename[le
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c264 char *filename; /* Name of the input file */ member in struct:lemon
676 ErrorMsg(lemp->filename,0,
694 ErrorMsg(lemp->filename,0,
955 ErrorMsg(lemp->filename,rp->ruleline,"This rule can not be reduced.\n");
1161 ErrorMsg(lemp->filename,rp->line,"Nonterminal \"%s\" has no rules.",
1266 void ErrorMsg(const char *filename, int lineno, const char *format, ...){ argument
1278 sprintf(prefix,"%.*s:%d: ",PREFIXLIMIT-10,filename,lineno);
1280 sprintf(prefix,"%.*s: ",PREFIXLIMIT-10,filename);
1349 fprintf(stderr,"Exactly one filename argument is required.\n");
1359 lem.filename
1860 char *filename; /* Name of the input file */ member in struct:pstate
[all...]
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c392 * Write a private key to disk. The filename will be of the form:
456 * filename of the key file to be read.
477 EREPORT(("dst_read_public_key(): Cannot make filename from %s, %d, and %s\n",
588 char filename[PATH_MAX]; local
601 /* Make the filename */
602 if (dst_s_build_filename(filename, key->dk_key_name, key->dk_id,
604 EREPORT(("dst_write_public_key(): Cannot make filename from %s, %d, and %s\n",
611 if ((fp = dst_s_fopen(filename, "w+", mode)) == NULL) {
613 filename, errno));
825 char filename[PATH_MA local
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmisc.c214 char *filename=0; local
259 filename = path_fullname(shp,stkptr(shp->stk,PATH_OFFSET));
265 if(filename)
267 shp->st.filename = filename;
278 shp->st.filename = np->nvalue.rp->fname;
279 nv_putval(SH_PATHNAMENOD, shp->st.filename ,NV_NOFREE);
300 free((void*)shp->st.filename);
314 nv_putval(SH_PATHNAMENOD, shp->st.filename ,NV_NOFREE);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dufs.c474 char filename[namelen + 1];
477 namelen, filename) < 0)
480 filename[namelen] = '\0';
482 if (!grub_strcmp (name, filename))
578 int (*hook) (const char *filename,
594 grub_error (GRUB_ERR_BAD_FILENAME, "bad filename");
624 char filename[namelen + 1];
631 namelen, filename) < 0)
634 filename[namelen] = '\0';
642 if (hook (filename,
473 char filename[namelen + 1]; local
576 grub_ufs_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
623 char filename[namelen + 1]; local
[all...]
H A Dudf.c833 (*hook) (const char *filename,
883 char *filename; local
897 filename = read_string (raw, dirent.file_ident_length);
898 if (!filename)
901 if (filename && hook (filename, type, child))
903 grub_free (filename);
906 grub_free (filename);
938 int (*hook) (const char *filename,
945 auto int NESTED_FUNC_ATTR iterate (const char *filename,
831 grub_udf_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
937 grub_udf_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
949 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
[all...]
H A Dxfs.c451 (*hook) (const char *filename,
456 auto int NESTED_FUNC_ATTR call_hook (grub_uint64_t ino, const char *filename); argument
458 int NESTED_FUNC_ATTR call_hook (grub_uint64_t ino, const char *filename)
475 return hook (filename,
595 char *filename;
610 filename = &dirblock[pos + sizeof (*direntry)];
611 /* The byte after the filename is for the tag, which
613 filename[direntry->len] = '\0';
615 if (call_hook (direntry->inode, filename))
699 int (*hook) (const char *filename,
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
593 char *filename; local
695 grub_xfs_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
706 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
[all...]
H A Daffs.c292 (*hook) (const char *filename,
476 int (*hook) (const char *filename,
482 auto int NESTED_FUNC_ATTR iterate (const char *filename,
486 int NESTED_FUNC_ATTR iterate (const char *filename,
499 return hook (filename, &info);
288 grub_affs_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
473 grub_affs_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
484 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
H A Dromfs.c163 (*hook) (const char *filename,
309 int (*hook) (const char *filename,
315 auto int NESTED_FUNC_ATTR iterate (const char *filename,
319 int NESTED_FUNC_ATTR iterate (const char *filename, argument
328 return hook (filename, &info);
161 grub_romfs_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
308 grub_romfs_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
H A Dhfsplus.c737 (*hook) (const char *filename,
747 char *filename;
784 filename = grub_malloc (grub_be_to_cpu16 (catkey->namelen)
786 if (! filename)
802 *grub_utf16_to_utf8 ((grub_uint8_t *) filename, catkey->name,
828 ret = hook (filename, type, node);
830 grub_free (filename);
920 int (*hook) (const char *filename,
926 auto int NESTED_FUNC_ATTR iterate (const char *filename,
930 int NESTED_FUNC_ATTR iterate (const char *filename,
733 grub_hfsplus_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
745 char *filename; local
917 grub_hfsplus_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
928 iterate(const char *filename, enum grub_fshelp_filetype filetype, grub_fshelp_node_t node) argument
[all...]
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c359 if (be->filename == 0) {
363 if ((be->f = fopen(be->filename, "rF")) == 0) {
372 if (strcmp(be->filename, AUDITUSER_FILENAME) == 0)
677 if (strcmp(be->filename, PASSWD) == 0) {
683 } else if (strcmp(be->filename, GF_PATH) == 0) {
695 if (strcmp(be->filename, PASSWD) == 0)
698 else if (strcmp(be->filename, GF_PATH) == 0)
1197 _nss_compat_constr(ops, n_ops, filename, min_bufsize, rootp, initf, netgroups,
1201 const char *filename;
1216 be->filename
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dfs.c38 auto int dummy_func (const char *filename,
41 int dummy_func (const char *filename __attribute__ ((unused)),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL569 $libref = dl_load_file($filename, $flags) C
573 dl_install_xsub($name, $symref [, $filename]) C
709 Some unusual systems, such as VMS, require special filename handling in
721 $libref = dl_load_file($filename, $flags)
723 Dynamically load $filename, which must be the path to a shared object
736 typically be $filename or a pointer to a buffer containing $filename.
742 SunOS: dlopen($filename)
743 HP-UX: shl_load($filename)
744 Linux: dld_create_reference(@dl_require_symbols); dld_link($filename)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t80 like( $@, qr/No packlist filename/, 'write() should croak without packfile' );
122 like( $@, qr/^No packlist filename/, 'read() should croak without packfile' );
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h87 const char *filename; member in struct:files_backend
138 const char *filename,
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm_impl.h153 int rcm_is_script(char *filename);
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c1041 auto int load_hook (const char *filename,
1043 int load_hook (const char *filename, const struct grub_dirhook_info *info) argument
1048 if (filename[0] == '.')
1051 if (grub_strlen (filename) < 5 ||
1052 grub_memcmp (filename + grub_strlen (filename) - 5, ".kext", 5) != 0)
1056 = grub_malloc (grub_strlen (dirname) + grub_strlen (filename) + 2);
1064 grub_strcpy (newdirname + grub_strlen (newdirname), filename);
1113 auto int load_hook (const char *filename,
1116 int load_hook (const char *filename, cons argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm85 Carp::croak("No packlist filename specified") if (! defined($packfile));
124 Carp::croak("No packlist filename specified") if (! defined($packfile));
192 addition, this package supports an extended format, where as well as a filename
203 simple filename. If the value is a hash, the entry written will be the
204 filename followed by the key=value pairs from the hash. Reading back the
218 each key is a hash containing the key=value pairs following the filename in the
H A Dxsubpp178 ($dir, $filename) = $ARGV[0] =~ m#(.*)/(.*)#
179 or ($dir, $filename) = $ARGV[0] =~ m#(.*)\\(.*)#
180 or ($dir, $filename) = $ARGV[0] =~ m#(.*[>\]])(.*)#
181 or ($dir, $filename) = ('.', $ARGV[0]);
359 my $cfile = $filename;
369 print("#line ", $line_no[@line_no - @line -1], " \"$filename\"\n")
743 # the rest of the current line should contain a valid filename
747 death("INCLUDE: filename missing")
766 Filename => $filename,
777 #/* INCLUDE: Including '$_' from '$filename' */
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dfail-more.t206 my $filename = quotemeta $0;
208 # Failed test \\($filename at line 84\\)
211 # Failed test \\($filename at line 85\\)
/osnet-11/usr/src/lib/libc/port/threads/
H A Dassfail.c389 __assfail(const char *assertion, const char *filename, int line_num) argument
416 (void) strcat(buf, filename);
441 assfail(const char *assertion, const char *filename, int line_num) argument
443 __assfail(assertion, filename, line_num);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm157 my $filename = $pod_input->name();
160 This method gets/sets the name of the input source (usually a filename).
174 ## allow 'filename' as an alias for 'name'
175 *filename = \&name;
245 -file => $filename,
255 keywords indicate the filename and line number corresponding to the
392 my ($filename, $line_number) = $pod_para->file_line();
395 Returns the current filename and line number for the paragraph
397 elements: first the filename, then the line number. If called in
398 a scalar context, it returns a string containing the filename, followe
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc612 filename = NULL;
760 filename = strdup(dictname);
761 if (filename == NULL) {
767 int len = strlen(filename);
770 delete filename;
778 delete filename;
786 sprintf(tmpfilename, "%s.tmp", filename);
787 sprintf(logfilename, "%s.log", filename);
932 unlink(filename); /* There shouldn't be a tmpfile or logfile */
1117 filename
[all...]

Completed in 81 milliseconds

1234567891011>>