Searched refs:filename (Results 276 - 300 of 328) sorted by relevance

<<11121314

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c1019 * 1. If DHCP option 150 is specified and that filename exists, return * it.
1200 /* filename can only be 64 characters due to our buffer size */
1738 char *filename = NULL;
1760 filename = bootsign;
1765 filename = bootsign;
1768 filename = arg;
1781 if (grub_open (filename))
1814 if (grub_open (filename)) {
1843 if (grub_open (filename))
1896 /* Search for the filename AR
1719 char *filename = NULL; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm1116 $parser->parse_from_file($filename,$outfile);
1118 This method takes a filename and does the following:
1138 If the special input filename "-" or "<&STDIN" is given then the STDIN
1140 input filename is specified then "-" is implied.
1143 output file. If the special output filename "-" or ">&STDOUT" is given
1145 performed). If the special output filename ">&STDERR" is given then the
1148 filename is specified, then "-" is implied.
1163 ## Is $infile a filename or a (possibly implied) filehandle
1166 ## Not a filename, just a string implying STDIN
1177 ## We have a filename, ope
[all...]
H A DFind.pm475 Returns true if the supplied filename (not POD module) contains some pod
H A DHtml.pm628 --infile - filename for the pod to convert (input taken from stdin
634 --outfile - filename for the resulting html file (output sent to
1513 # F<filename> - italizice
1846 # Assumes both end in a filename.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1617 push(@header,"Content-Disposition: attachment; filename=\"$attachment\"") if $attachment;
3590 my ($filename) = $header{'Content-Disposition'}
3591 =~/ filename=(("[^"]*")|([a-z\d!\#'\*\+,\.^_\`\{\}\|\~]*))/i;
3593 $filename ||= ''; # quench uninit variable warning
3595 $filename =~ s/^"([^"]*)"$/$1/;
3604 # If no filename specified, then just read the data and assign it
3606 if ( ( !defined($filename) || $filename eq '' ) && !$multipart ) {
3625 # set the filename to some recognizable value
3626 if ( ( !defined($filename) ||
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c206 * Returns the configuration filename for the given NCU type.
209 nwam_ncu_filename(nwam_ncu_type_t type, const char *ncpname, char **filename) argument
211 assert(ncpname != NULL && filename != NULL);
216 if ((*filename = malloc(MAXPATHLEN)) == NULL)
219 (void) snprintf(*filename, MAXPATHLEN, "%s%s%s",
1288 * Returns the NCP name from the given datalink or ipadm configuration filename.
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dcpio.c488 int (*hook) (const char *filename,
487 grub_cpio_dir(grub_device_t device, const char *path_in, int (*hook) (const char *filename, const struct grub_dirhook_info *info)) argument
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1752 const char *filename = fname; local
1758 (void) brand_uucopystr(filename, path, sizeof (path));
1772 if (brand_uucopy(argp, &filename, sizeof (char *)) != 0)
1776 err = __systemcall(rval, SYS_brand + 1024, B_EXEC_NATIVE, filename,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm186 tie my %disk_cache => 'DB_File', $filename, O_CREAT|O_RDWR, 0666];
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c585 zonecfg_destroy_impl(char *filename) argument
587 if (unlink(filename) == -1) {
1051 zonecfg_get_handle_impl(const char *zonename, const char *filename, argument
1062 if ((handle->zone_dh_doc = xmlParseFile(filename)) == NULL) {
1064 if (stat(filename, &statbuf) == 0)
1657 zonecfg_save_impl(zone_dochandle_t handle, char *filename) argument
1665 (void) strlcpy(tmpfile, filename, sizeof (tmpfile));
1694 * original file in .backup.<pid>.filename so we can restore it if
1700 (void) strlcpy(bakdir, filename, sizeof (bakdir));
1701 (void) strlcpy(bakbase, filename, sizeo
1874 zonecfg_verify_save(zone_dochandle_t handle, char *filename) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c361 (void) strlcpy(kda->da_u.filename, fullpath, strlen(fullpath) + 1);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap276 char *ldap_friendly_name( char *filename, char *uname,
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_db.cc276 * Initialize system (dictionary) using file 'filename'. If system cannot
282 db_initialize(char * filename) argument
284 return (InUseDictionary->init(filename));
/osnet-11/usr/src/head/
H A Dldap.h1316 char *LDAP_CALL ldap_friendly_name(char *filename, char *name,
1548 (void *context, char **filename);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL802 [ some error condition ] at filename.ph line nnn
H A Dh2xs.PL970 foreach my $filename (@path_h) {
974 if ($fullpath{$filename} =~ /,/) {
975 $filename = $`;
978 warn "Scanning $filename for functions...\n";
980 $c = new C::Scan 'filename' => $filename, 'filename_filter' => $filter,
1010 warn "Scanning $filename for typedefs...\n";
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dlegacygrub.py1491 def __init__(self, filename='/boot/solaris/menu.lst'):
1492 super(LegacyGRUBMenuFile, self).__init__(filename)
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c3432 const char *ptr_at, *filename; local
3491 filename = 0;
3519 filename = ptr_slash;
3521 filename = "/";
3522 grub_dprintf ("zfs", "fsname = '%s' snapname='%s' filename = '%s'\n",
3523 fsname, snapname, filename);
3632 err = dnode_get_path (subvol, filename, dn, data);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3516 ** filename -- the file name (for error messages).
3517 ** ext -- the filename extension.
3529 lockfile(fd, filename, ext, type)
3531 char *filename;
3559 filename, ext, action, lfd.l_type);
3598 filename, ext, fd, type, omode, euid);
3606 sm_dprintf("lockfile(%s%s, type=%o): ", filename, ext, type);
3628 filename, ext, fd, type, omode, euid);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm443 croak("Bad remote filename '$remote'\n")
701 croak 'Must specify remote filename with stream input'
719 croak("Bad remote filename '$remote'\n")
1450 a filename or a filehandle. If not specified, the file will be stored in
1467 Returns C<REMOTE_FILE>, or the generated remote filename if C<REMOTE_FILE>
1484 Returns C<REMOTE_FILE>, or the generated remote filename if C<REMOTE_FILE>
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in154 INSTALL_DEVICE can be a GRUB device name or a system device filename.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1835 Output to filename instead of STDOUT
1897 Output the filename and line number of each original line of Perl
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c522 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE);
3200 shp->st.filename = fp->node->nvalue.rp->fname;
3203 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE);
3334 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1277 * Get the input cert filename attribute, check if it is a valid
4098 char *filename = NULL; local
4126 filename = kmf_get_attr_ptr(KMF_OUTPUT_FILENAME_ATTR, attrlist,
4128 if (filename == NULL)
4242 p12cred, filename);
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h1179 char *ldap_friendly_name(char *filename, char *uname,

Completed in 165 milliseconds

<<11121314