Searched refs:filename (Results 376 - 400 of 452) sorted by relevance

<<111213141516171819

/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh245 typeset filename="$1"
248 printf "\n$(gettext "Cannot create/edit %s, exiting").\n" $filename
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h195 const char *filename;
205 l.filename = file;
192 const char *filename; member in struct:__anon4673
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h118 /* THe buffer for the filename of "/boot/grub/default". */
626 /* The filename which stores the information about a device map. */
1036 int grub_open (char *filename);
1057 /* Display device and filename completions. */
1058 void print_a_completion (char *filename);
H A Dbuiltins.c1101 /* filename can only be 64 characters due to our buffer size */
1613 char *filename = NULL;
1635 filename = bootsign;
1640 filename = bootsign;
1643 filename = arg;
1656 if (grub_open (filename))
1689 if (grub_open (filename)) {
1719 if (grub_open (filename))
1772 /* Search for the filename ARG in all of partitions. */
1785 "Search for the filename FILENAM
1594 char *filename = NULL; local
[all...]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun48 def __init__(self, filename, mode='a', encoding=None, delay=0, max_tries=5):
51 WatchedFileHandler.__init__(self, filename, mode, encoding, delay)
671 filename = os.path.join(self.outputdir, 'log')
673 logfile = WatchedFileHandlerClosed(filename)
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c197 static void prepare_xattr_hdr(char **attrbuf, char *filename,
249 g_namesz, /* Length of filename */
438 *Nam_p, /* Array to hold filename */
439 *Savenam_p, /* copy of filename xattr belongs to */
445 *Over_p, /* Holds temporary filename when overwriting */
1552 * 100, so we must split the filename from the
1576 * If the filename is greater than 100 we can't
1581 "%s: filename is greater than %d",
3796 verify_attr_support(char *filename, int attrflg, arc_action_t actflag, argument
3805 *ext_attrflg = (pathconf(filename, (actfla
8247 char *filename; local
8546 prepare_xattr_hdr( char **attrbuf, char *filename, char *attrpath, char typeflag, struct Lnk *linkinfo, int *rlen) argument
9291 char *filename = (attrparent == NULL) ? s : attrparent; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h76 char *filename; member in struct:sh_scoped
273 #define SH_FCOMPLETE 17 /* set for filename completion */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c185 char filename[PATH_MAX]; local
196 (void) snprintf(filename, sizeof (filename),
199 if ((fp = fopen(filename, "r")) != NULL) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c1287 ** filename -- the file name to check.
1300 writable(filename, ctladdr, flags)
1301 char *filename;
1310 sm_dprintf("writable(%s, 0x%lx)\n", filename, flags);
1375 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
1383 ** fname -- filename to include.
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c1686 char filename[64]; local
1742 (void) sprintf(filename, "%s.%d.%d", "sd_alert", cd, alerts++);
1743 if ((fd = open(filename, O_CREAT | O_RDWR, 0444)) == -1) {
1768 (void) printf("sd alert trace dump %s at %s\n", filename, timebuf);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h279 extern FILE *safe_fopen(const char *filename, const char *smode, int perms);
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1064 * filename -> address of buffer to return filename in
1071 gnameflck(p, filename)
1072 char *filename;
1085 (void) strncpy(filename, dp->d_name, MAXNAMESIZE-1);
1086 filename[MAXNAMESIZE-1] = '\0';
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c89 int fw_readfw(struct devicelist *device, char *filename);
113 fw_readfw(struct devicelist *flashdev, char *filename) argument
133 if ((fd = open(filename, O_RDWR|O_CREAT|O_DSYNC, mode)) < 0) {
136 "(%s) for writing: %s\n"), filename, strerror(errno));
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c68 static int boot_nfs_open(char *filename, int flags);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcsrcrlop.c868 kmf_is_crl_file(KMF_HANDLE_T handle, char *filename, KMF_ENCODE_FORMAT *pformat) argument
878 if (filename == NULL || pformat == NULL) {
897 return (IsCRLFileFn(handle, filename, pformat));
H A Dgeneralop.c660 kmf_read_input_file(KMF_HANDLE_T handle, char *filename, KMF_DATA *pdata) argument
674 if (filename == NULL || pdata == NULL) {
678 if ((fd = open(filename, O_RDONLY)) < 0) {
990 kmf_get_file_format(char *filename, KMF_ENCODE_FORMAT *fmt) argument
995 if (filename == NULL || !strlen(filename) || fmt == NULL)
999 ret = kmf_read_input_file(NULL, filename, &filebuf);
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c896 gettext("Enter filename for the %s: "),
1156 verify_file(char *filename) argument
1168 fd = open(filename, O_CREAT | O_EXCL, 0600);
1178 (void) unlink(filename);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c831 mp->filename = kobj_zalloc(strlen(XPV_FILENAME) + 1, KM_SLEEP);
832 (void) strcpy(mp->filename, XPV_FILENAME);
993 kmem_free(mp->filename, strlen(XPV_FILENAME) + 1);
/illumos-gate/usr/src/common/ficl/
H A Dficl.h1282 char *expressionString, char *filename, int line);
1784 char filename[256]; member in struct:ficlFile
1791 FICL_PLATFORM_EXTERN int ficlFileStatus(char *filename, int *status);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c946 static int _gl_read_config_file(GetLine *gl, const char *filename, KtBinder who);
1174 static int _gl_save_history(GetLine *gl, const char *filename,
1176 static int _gl_load_history(GetLine *gl, const char *filename,
1389 {"expand-filename", gl_expand_filename},
1507 {"^X*", "expand-filename"},
1557 {"^X*", "expand-filename"},
1563 {"M-*", "expand-filename"},
5467 * This is the tab completion function that completes the filename that
5470 * and its callback data, or NULL to use the builtin filename completer.
5548 * Make room to insert the filename extensio
6251 _gl_read_config_file(GetLine *gl, const char *filename, KtBinder who) argument
8537 gl_save_history(GetLine *gl, const char *filename, const char *comment, int max_lines) argument
8572 _gl_save_history(GetLine *gl, const char *filename, const char *comment, int max_lines) argument
8619 gl_load_history(GetLine *gl, const char *filename, const char *comment) argument
8653 _gl_load_history(GetLine *gl, const char *filename, const char *comment) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c580 get_cert(char *filename, X509 **retcert) argument
587 if (filename == NULL || retcert == NULL)
596 code = BIO_read_filename(tmp, filename);
605 pkiDebug("failed to read certificate from %s\n", filename);
617 get_key(char *filename, EVP_PKEY **retkey) argument
624 if (filename == NULL || retkey == NULL)
631 code = BIO_read_filename(tmp, filename);
639 pkiDebug("failed to read private key from %s\n", filename);
5818 char *filename)
5862 if (!(in = BIO_new_file(filename, "
5813 load_cas_and_crls(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, int catype, char *filename) argument
5984 char filename[1024]; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c128 static char *filename; variable
1424 filename = optarg;
1434 filename = optarg;
1462 filename = optarg;
2841 "\tipsecconf -a ([-]|<filename>) [-q]\n"
2842 "\tipsecconf -c <filename>\n"
2843 "\tipsecconf -r ([-]|<filename>) [-q]\n"
5243 if (strcmp(filename, "-") == 0)
5246 fp = fopen(filename, "r");
5260 "IPsec policy not configured.\n"), filename);
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c2466 * Generate a filename based on the fmri and the given name and return
2468 * If temp_filename is non-zero, also generate a temporary, unique filename
2474 * -1 if filename would exceed MAXPATHLEN or
2475 * -2 if unable to create directory to filename path
2478 gen_filenms_from_fmri(const char *fmri, const char *name, char *filename, argument
2493 (void) strcpy(filename, SMF_SPEEDY_FILES_PATH);
2494 (void) strcat(filename, fmri);
2495 if (mkdirp(filename, 0755) == -1) {
2501 (void) strcat(filename, "/");
2502 (void) strcat(filename, nam
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1109 const char *filename = NULL; local
1127 filename = argv[i].a_un.a_str;
1164 if (filename != NULL) {
1175 mdb.m_log = mdb_fdio_create_path(NULL, filename,
1179 mdb_warn("failed to open %s", filename);
1189 mdb_printf("%s: logging to \"%s\"\n", mdb.m_pname, filename);
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc88 static void read_dependency_file(register Name filename);
1972 * read_dependency_file(filename)
1977 * filename The name of the file with the state info
1986 read_dependency_file(register Name filename) argument
1990 if (filename == NULL) {
1993 filename->stat.time = file_no_time;
1994 if (exists(filename) > file_doesnt_exist) {
2001 (void) read_simple_file(filename,
2700 /* Use the value to build the proper filename. */
2837 * If the filename contain
[all...]

Completed in 199 milliseconds

<<111213141516171819