Searched defs:file (Results 1 - 13 of 13) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DFileUtil.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32 public static byte[] getHash(String file, String algorithm) argument
38 in = new FileInputStream(file);
H A DIOUtil.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
44 public static String getFullName(File file) { argument
46 return file.getCanonicalPath();
48 return file.getAbsolutePath();
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_err.c291 ERR_pk11_error(int function, int reason, char *file, int line) argument
295 ERR_PUT_error(pk11_lib_error_code, function, reason, file, line);
H A De_pk11_uri.c189 * pointer to the filename to "*file". Note that the pointer just points
190 * inside of the "uristr", possibly skipping the file:// prefix if present.
194 const char **file)
198 /* Check the "file://" case. */
201 *file = uristr + strlen(FILE_URI_PREFIX);
209 *file = (const char *)uristr;
846 * file descriptor shortage.
193 pk11_process_pkcs11_uri(const char *uristr, pkcs11_uri *uri_struct, const char **file) argument
H A De_pk11_pub.c1227 * Load RSA private key from a file or get its PKCS#11 handle if stored in the
1240 const char *file; local
1277 ret = pk11_process_pkcs11_uri(privkey_id, &uri_struct, &file);
1370 if ((privkey = fopen(file, read_mode_flags)) != NULL)
1405 /* Load RSA public key from a file or load it from the PKCS#11 token. */
1417 const char *file; local
1445 ret = pk11_process_pkcs11_uri(pubkey_id, &uri_struct, &file);
1527 if ((pubkey = fopen(file, read_mode_flags)) != NULL)
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/
H A DGnomeUtil.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
96 String file = getIconFileName(name, height);
97 icon = getIconFromFileName(file, height, force);
105 String file = provider.getIconFileName(name, height);
106 if (file != null) {
107 return file;
140 String file
164 getIconFromFileName(String file, int height, boolean force) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/api/file/
H A DRemoteFileSystemView.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26 package com.oracle.solaris.vp.panel.common.api.file;
81 protected RemoteFile createFileSystemRoot(File file) { argument
82 return toRemoteFile(file);
160 public String getSystemDisplayName(File file) { argument
161 return file.getName();
165 public Icon getSystemIcon(File file) { argument
171 getSystemTypeDescription(File file) argument
186 isFileSystem(File file) argument
210 isHiddenFile(File file) argument
215 isParent(File dir, File file) argument
221 isRoot(File file) argument
226 isTraversable(File file) argument
245 toRemoteFile(File file) argument
[all...]
H A DRemoteFile.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26 package com.oracle.solaris.vp.panel.common.api.file;
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/
H A DModuleControl.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
100 String file = panel.getFileProperty().getValue();
102 validate(name, file);
111 module.getFileProperty().setValue(file);
180 public static void validate(String name, String file) argument
193 if (file.isEmpty()) {
195 "module.error.file
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/
H A DLoginHistoryManager.java4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
96 * @param file The {@code File} used to persist login history.
98 public LoginHistoryManager(ConnectionManager manager, File file) { argument
99 this(manager, file, LOGIN_SIZE);
106 * @param file The {@code File} used to persist login history.
109 public LoginHistoryManager(ConnectionManager manager, File file, int size) { argument
110 loginFile = file;
[all...]
/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c115 const char *file)
117 ((gss_auth_config *) config)->keytab_file = (char *)file;
134 "Location of Kerberos V5 keytab file."),
178 void log_rerror(const char *file, int line, int level, int status, argument
188 ap_log_rerror(file, line, level | APLOG_NOERRNO, NULL, r, "%s", errstr);
114 set_keytab_file(cmd_parms *cmd, void *config, const char *file) argument
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
75 const char *file)
77 ((gss_auth_config *) config)->keytab_file = (char *)file;
94 "Location of Kerberos V5 keytab file."),
138 void log_rerror(const char *file, int line, int level, int status, argument
148 ap_log_rerror(file, line, level | APLOG_NOERRNO, NULL, r, "%s", errstr);
74 set_keytab_file(cmd_parms *cmd, void *config, const char *file) argument
/solaris-userland-s11u3/make-rules/
H A Dshared-macros.mk4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
118 PKG_REPO = file:$(WS_REPO)
451 INS.file= $(INSTALL) -m 444 $< $(@D)
469 # Enables large file support for components that have no other means of doing
802 REQUIRED_PACKAGES += file/gnu-findutils

Completed in 40 milliseconds