Searched refs:filename (Results 176 - 200 of 328) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm78 Concatenate one or more directory names and a filename to form a
79 complete path ending with a filename
231 Splits a path into volume, directory, and filename portions. On systems
333 $base filename. Otherwise all path components are assumed to be
410 the $base filename. Otherwise all path components are assumed to be
H A DWin32.pm81 Concatenate one or more directory names and a filename to form a
82 complete path ending with a filename
173 Splits a path into volume, directory, and filename portions. Assumes that
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c858 kmf_get_policy(char *filename, char *policy_name, KMF_POLICY_RECORD *plc) argument
866 if (filename == NULL || policy_name == NULL || plc == NULL)
877 doc = xmlCtxtReadFile(ctxt, filename, NULL,
1035 update_policyfile(xmlDocPtr doc, char *filename) argument
1048 if ((pfile = fopen(filename, "r+")) == NULL && errno == ENOENT)
1049 pfile = fopen(filename, "w+");
1063 p = (char *)strrchr(filename, '/');
1066 * filename contains basename only so we
1077 prefix_len = p - filename;
1078 (void) strncpy(tmpfilename, filename, prefix_le
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c1025 hfs_extract_file(const char* filename, HfsPrivateFile* hfs_file) argument
1030 fout = fopen(filename, "w");
1048 hfs_extract_bitmap(const char* filename, PedFileSystem* fs) argument
1057 fout = fopen(filename, "w");
1081 hfs_extract_mdb (const char* filename, PedFileSystem* fs) argument
1085 fout = fopen(filename, "w");
1126 hfsplus_extract_file(const char* filename, HfsPPrivateFile* hfsp_file) argument
1132 fout = fopen(filename, "w");
1153 hfsplus_extract_vh (const char* filename, PedFileSystem* fs) argument
1161 fout = fopen(filename, "
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh303 typeset filename="$1"
310 if [ -h $filename -o ! -f $filename ]; then
314 egrep -s "Solaris Brand Replacement" $filename
319 safe_backup $filename $filename.pre_p2v
321 rm -f $filename
324 cat <<-END >$filename || exit 1
337 echo "__S10_BRAND_NATIVE_PATH=$nativedir;" >>$filename || exit 1
338 echo ". $runname \"\$@\"" >>$filename || exi
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c163 char *filename; /* name of file */ member in struct:p12uContextStr
787 InitRandom(char *filename) argument
793 fd = open(filename, O_RDONLY);
1640 if (!p12ctx || !p12ctx->filename) {
1645 p12ctx->file = PR_Open(p12ctx->filename, PR_RDONLY, 0400);
1647 p12ctx->file = PR_Open(p12ctx->filename,
1670 if ((*ppCtx)->filename != NULL) {
1672 (void) PR_Delete((*ppCtx)->filename);
1674 free((*ppCtx)->filename);
1682 p12u_InitContext(PRBool fileImport, char *filename) argument
1784 char *filename = NULL; local
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c570 char *filename; local
618 filename = DEFAULT_KDC_PROFILE;
621 filename = DEFAULT_PROFILE_PATH;
626 kret = krb5_aprof_init(filename, envname, &aprofile);
657 * is a krb5.conf type of config file. Note, the filename may
883 * config file. Note, the filename may not be
1130 char *filename; local
1150 filename = (kdcprofile) ? kdcprofile : DEFAULT_KDC_PROFILE;
1164 kret = krb5_aprof_init(filename, envname, &aprofile);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c935 ** SYNC_DIR -- fsync a directory based on a filename
938 ** filename -- path of file
946 sync_dir(filename, panic)
947 char *filename;
958 dirp = strrchr(filename, '/');
961 if (sm_strlcpy(dir, filename, sizeof(dir)) >= sizeof(dir))
963 dir[dirp - filename] = '\0';
1710 syserr("empty filename specification for mailer %s",
5078 ** filename -- the name of the file to send to.
5098 mailfile(filename, maile
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c23 char *filename; variable
47 printf("\nUsage: %s [-D<number>] [-F<char>] [-n<fieldlist>] [-<number>] filename\n", myname);
125 filename = savestr(argv[0]);
127 filename = savestr(argv[0]);
128 if (strEQ(filename,"-"))
135 fatal("Awk script \"%s\" doesn't seem to exist.\n",filename);
240 *s++,filename,line);
875 s,filename,line);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c256 " -o, --output FILE Save with this filename\n"
731 struct filename *f = list_entry(item, struct filename, list);
732 ntfs_log_debug("freeing filename '%s'", f->name ? f->name :
737 ntfs_log_debug(" and parent filename '%s'",
762 * @name: a filename of the file
769 * Return: @rec's filename, either same name space as @name or lowest space.
772 static FILE_NAME_ATTR* verify_parent(struct filename* name, MFT_RECORD* rec)
827 * @name: the filename whose parent's name to find
829 static void get_parent_name(struct filename* nam
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c65 static int parse_config_file(struct hesiod_p *ctx, const char *filename);
272 parse_config_file(struct hesiod_p *ctx, const char *filename) { argument
290 if (!(fp = fopen(filename, "r")))
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsmb_autohome.c242 char filename[MAXNAMELEN]; local
258 (void) snprintf(filename, MAXNAMELEN, "%s/%s", path,
261 if ((si->fp = fopen(filename, "r")) == NULL)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c177 profile_make_prf_data(const char *filename) argument
183 flen = strlen(filename);
194 strlcpy(fcopy, filename, flen + 1);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c441 print_buffer_bin(const unsigned char *buf, unsigned int len, char *filename) argument
446 if (len <= 0 || filename == NULL)
449 if ((f = fopen(filename, "w")) == NULL)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdio.in.h152 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
154 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
156 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
256 (const char *filename, const char *mode, FILE *stream)
259 (const char *filename, const char *mode, FILE *stream));
262 (const char *filename, const char *mode, FILE *stream));
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c946 char *filename; local
948 local_pkcs_fns.pkcs_getdonglefilename(NULL, &filename);
951 if ( SVRCORE_CreateStdPinObj(&StdPinObj, filename, PR_TRUE) !=
994 if (filename && *filename)
996 if ((err = SVRCORE_CreateFilePinObj(&FilePinObj, filename)) !=
2322 ldaptool_getdonglefilename( void *context, char **filename )
2324 *filename = ssl_donglefile;
2328 printf(gettext("ldaptool_getdonglefilename -- %s\n"), *filename);
2479 ldaptool_open_file(const char *filename, cons argument
[all...]
H A Dldaptool.h201 FILE * ldaptool_open_file(const char *filename, const char *mode);
/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c60 acl_trivial(const char *filename) argument
68 acl_flavor = pathconf(filename, _PC_ACL_ENABLED);
75 aclcnt = acl(filename, cntcmd, 0, NULL);
81 if (acl(filename, ACE_GETACL,
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h121 char *filename; member in struct:sh_scope
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h236 extern int pkcs11_read_data(char *filename, void **dbuf, size_t *dlen);
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h150 char filename[32]; member in struct:grub_arc_fileinfo
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddl.h149 grub_dl_t EXPORT_FUNC(grub_dl_load_file) (const char *filename);
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c25 ** fn -- filename to check.
376 ** fn -- filename to check.
430 /* Make a modifiable copy of the filename */
927 dfopen(filename, omode, cmode, sff)
928 char *filename;
941 fd = open(filename, omode, cmode);
970 if (!lockfile(fd, filename, NULL, locktype))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm49 operators is a filename, not when it is a filehandle.
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c386 grub_freebsd_add_meta_module (const char *filename, const char *type, argument
391 name = grub_strrchr (filename, '/');
395 name = filename;
485 grub_netbsd_add_meta_module (char *filename, grub_uint32_t type, argument
490 name = grub_strrchr (filename, '/');
495 name = filename;
1162 grub_bsd_load_aout (grub_file_t file, const char *filename) argument
1177 filename);
1728 grub_error (GRUB_ERR_BAD_ARGUMENT, "no filename");
1878 grub_netbsd_module_load (char *filename, grub_uint32_ argument
[all...]

Completed in 101 milliseconds

1234567891011>>