Searched refs:filename (Results 101 - 125 of 328) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.t86 my $filename = shift @files ;
88 push @temps, $filename ;
89 if ($filename =~ m#(.*)/#) {
93 open F, ">$filename" or die "Cannot open $filename: $!\n" ;
95 close F or die "Cannot close $filename: $!\n";
H A DFindBin.pm66 perl filename
68 and I<filename> does not have executable rights and a program called I<filename>
74 perl ./filename
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.xs22 ndbm_TIEHASH(dbtype, filename, flags, mode)
24 char * filename
32 if ((dbp = dbm_open(filename, flags, mode))) {
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c161 char * filename; local
183 filename = strdup(s);
185 /* now we have the filename, read its content and return the value */
186 if (( fp = fopen( filename, "r" )) == NULL )
188 perror( filename );
194 perror( filename );
208 perror( filename );
219 perror( filename );
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dminix.c392 char filename[data->filename_size + 1];
401 data->filename_size, (char *) filename)< 0)
404 filename[data->filename_size] = '\0';
408 if (!grub_strcmp (name, filename))
517 int (*hook) (const char *filename,
544 char filename[data->filename_size + 1];
556 (char *) filename) < 0)
558 filename[data->filename_size] = '\0';
571 if (hook (filename, &info) ? 1 : 0)
605 grub_error (GRUB_ERR_BAD_FILENAME, "bad filename");
391 char filename[data->filename_size + 1]; local
514 grub_minix_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
542 char filename[data->filename_size + 1]; local
[all...]
H A Dfshelp.c43 (const char *filename,
68 auto int NESTED_FUNC_ATTR iterate (const char *filename,
80 int NESTED_FUNC_ATTR iterate (const char *filename, argument
85 (grub_strcmp (name, filename) &&
87 grub_strcasecmp (name, filename))))
204 grub_error (GRUB_ERR_BAD_FILENAME, "bad filename");
39 grub_fshelp_find_file(const char *path, grub_fshelp_node_t rootnode, grub_fshelp_node_t *foundnode, int (*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)), char *(*read_symlink) (grub_fshelp_node_t node), enum grub_fshelp_filetype expecttype) argument
/osnet-11/usr/src/lib/libsasl/lib/
H A Dconfig.c86 int sasl_config_init(_sasl_global_context_t *gctx, const char *filename) argument
88 int sasl_config_init(const char *filename)
105 infile = fopen(filename, "rF");
110 result = _sasl_strdup(filename, &gctx->config_path, NULL);
214 SASL_LOG_ERR, "%s: bad config line: '%s'", filename, buf);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhashsum.c118 char *filename; local
120 filename = grub_xasprintf ("%s/%s", prefix, p);
121 if (!filename)
125 file = grub_file_open (filename);
126 grub_free (filename);
H A Dparttool.c186 char *filename; local
188 filename = grub_xasprintf ("%s/parttool.lst", prefix);
189 if (filename)
193 file = grub_file_open (filename);
232 grub_free (filename);
/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c225 grub_mofile_open (const char *filename) argument
233 fd_mo = grub_file_open (filename);
238 grub_dprintf ("gettext", "Cannot read %s\n", filename);
247 filename);
258 "mo: invalid mo version in file: %s", filename);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c126 iterate_dir (const char *filename, const struct grub_dirhook_info *info)
138 if (add_completion (filename, prefix, GRUB_COMPLETION_TYPE_FILE))
141 else if (grub_strcmp (filename, ".") && grub_strcmp (filename, ".."))
145 fname = grub_xasprintf ("%s/", filename);
279 /* Cut away the filename part. */
125 iterate_dir(const char *filename, const struct grub_dirhook_info *info) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c297 char *filename; member in struct:_krb5_fcc_data
1220 krb5_fcc_open_nounlink(char *filename, int open_flag, int *ret_fd, int *new) argument
1236 error = lstat(filename, &lres);
1238 syslog(LOG_ERR, "lstat failed for %s [%m]", filename);
1243 syslog(LOG_WARNING, "%s is not a plain file!", filename);
1244 syslog(LOG_WARNING, "trying to unlink %s", filename);
1245 if (unlink(filename) != 0) {
1246 syslog(LOG_ERR, "could not unlink %s [%m]", filename);
1251 fd = THREEPARAMOPEN(filename, open_flag | O_NONBLOCK | O_NOFOLLOW, 0600);
1254 fd = THREEPARAMOPEN(filename, open_fla
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm28 file using the filename and the handle. Operating systems other than
47 ($fh, $filename) = tempfile( DIR => $dir );
49 ($fh, $filename) = tempfile( $template, DIR => $dir);
50 ($fh, $filename) = tempfile( $template, SUFFIX => '.dat');
60 $fname = $fh->filename;
103 a filehandle and filename are returned together. This helps guarantee
118 but should be used with caution since they return only a filename
120 that the file will not exist by the time the caller opens the filename.
227 # the filename is requested -- in the case where the filename i
997 sub filename { subroutine
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c1253 setup_part (char *filename) argument
1257 if (! (filename = set_device (filename)))
1264 if (*filename != '/')
1272 if (*filename == '(')
1274 if ((filename = set_device (filename)) == 0)
1280 if (*filename != '/' && current_drive != NETWORK_DRIVE)
1288 || (*filename == '/' && fsys_type == NUM_FSYS)
1296 if (*filename !
1612 grub_open(char *filename) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables47 ## Given a filename and a reference to an array of lines,
391 ## Given a filename, write a representation of the Table to a file.
397 my $filename = shift;
423 WriteIfChanged($filename, @OUT);
1365 my $filename = shift;
1378 $Exact{$Name} = $filename;
1381 $Exact{"$Type$Name"} = $filename;
1382 $Exact{$Name} = $filename if not $Exact{$Name};
1390 $Canonical{$CName} = $filename;
1394 $Canonical{lc "$Type$CName"} = $filename;
[all...]
/osnet-11/usr/src/lib/ncad_addr/common/
H A Dncad_addr.c98 const char *filename = "/etc/nca/ncaport.conf"; local
103 if ((fp = fopen(filename, "rF")) == NULL) {
106 filename,
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h126 int dst_s_build_filename( char *filename, const char *name,
130 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dcorecmd.c109 grub_mini_print_files (const char *filename, argument
112 grub_printf ("%s%s ", filename, info->dir ? "/" : "");
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_confmgr.c123 gettext("Unable to open filename '%s' "
575 __ns_ldap_DumpLdif(char *filename) argument
594 if (filename == NULL) {
597 fp = fopen(filename, "wF");
600 gettext("Unable to open filename %s for ldif "
601 "dump (errno=%d)."), filename, errno);
660 if (filename != NULL)
677 char *filename; local
702 filename = files[fi];
703 if (filename
[all...]
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.h54 extern pctx_t *pctx_create(const char *filename, char *const *argv,
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfont.h84 int grub_font_load (const char *filename);
H A Dfs.h55 int (*hook) (const char *filename,
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.h46 char *output; /* With this filename */
47 char *match; /* Pattern for filename matching */
63 struct filename { struct
102 char *pref_name; /* Preferred filename */
103 char *pref_pname; /* parent filename */
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c111 char fail_open[] = m_textstr(3113, "Failed to open \"%s\".\n", "E filename");
112 char write_err[] = m_textstr(3114, "Error in writing \"%s\".\n", "E filename");
312 * first name to be used for the terminal filename.
463 char *filename, dir[2]; local
468 filename = m_pathcat(dir, curr_token.tk_valstring);
469 if (filename == NULL) {
475 if (stat(filename, &sb) < 0
484 free(filename);
504 free(filename);
507 err_abort(m_strmsg(unknown_term), filename); local
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c662 char *filename = NULL; local
683 if ((filename = strdup(crlfile)) == NULL) {
687 (void) snprintf(tempfn, MAXPATHLEN, "%s/%s", dirname(filename),
711 /* Finally, change the temp filename to the target crlfile */
718 if (filename != NULL)
719 free(filename);
736 char *filename = NULL; local
757 if ((filename = strdup(certfile)) == NULL) {
761 (void) snprintf(tempfn, MAXPATHLEN, "%s/%s", dirname(filename),
786 /* Finally, change the temp filename t
[all...]

Completed in 112 milliseconds

1234567891011>>