/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
H A D | PrintUtil.java | 78 PrintFrame.command = PrintFrame.fileName = null; in reinitialize() 97 static TextField fileName = null; field in PrintUtil.PrintFrame 128 fileName.setEditable(false); in PrintFrame() 148 if (fileName == null) in addLabelsAndFields() 149 fileName = new TextField("" /* NO18N */, 10); in addLabelsAndFields() 151 add(fileName, gbc); in addLabelsAndFields() 155 fileName.addActionListener(al); in addLabelsAndFields() 248 dest = fileName.getText().trim(); in close() 277 private void saveToFile(String fileName) throws IOException { in saveToFile() argument 280 FileWriter(fileName))); in saveToFile() [all …]
|
/titanic_44/usr/src/tools/scripts/ |
H A D | wsdiff.py | 523 fileName = fn[baseStringLength:] 524 compFiles.append(fileName) 533 fileName = fn[ptchStringLength:] 534 ptchList.append(fileName) 539 for fileName in compFiles : 540 if not fileName in ptchList : 541 deletedFiles.append(fileName) 547 for fileName in deletedFiles : 549 compFiles.remove(fileName) 557 for fileName in ptchList : [all …]
|
/titanic_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | NativeException.java | 41 private String fileName; field in NativeException 49 fileName = file; in NativeException() 57 buf.append(fileName); in getMessage()
|
/titanic_44/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 406 create_filename(char *fileName, expander_t *expander, ses_log_monitor_t *slmp, in create_filename() argument 419 (void) snprintf(fileName, MAXPATHLEN, "%s", slmp->slt_path); in create_filename() 421 ses_node = strrchr(fileName, '/'); in create_filename() 424 (void) strlcat(fileName, "/", MAXPATHLEN); in create_filename() 429 (void) strlcat(fileName, ses_node + 1, MAXPATHLEN); in create_filename() 440 (void) strlcat(fileName, "_", MAXPATHLEN); in create_filename() 441 (void) strlcat(fileName, SUBCHASSIS, MAXPATHLEN); in create_filename() 442 (void) strlcat(fileName, subchassis_val, MAXPATHLEN); in create_filename() 445 (void) strlcat(fileName, "_", MAXPATHLEN); in create_filename() 451 (void) strncat(fileName, &expander->slt_label[i], 1); in create_filename() [all …]
|
/titanic_44/usr/src/lib/libgss/ |
H A D | g_initialize.c | 186 char *fileName; local 203 fileName = MECH_CONF; 210 if ((stat(fileName, &fileInfo) == 0 && 230 loadConfigFile(fileName); 538 char *fileName; in updateMechList() local 541 fileName = MECH_CONF; in updateMechList() 544 if (stat(fileName, &fileInfo) == 0 && in updateMechList() 546 loadConfigFile(fileName); in updateMechList() 711 static void loadConfigFile(fileName) in loadConfigFile() argument 712 const char *fileName; in loadConfigFile() [all …]
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 195 char *fileName = tmpnam(NULL); in StdinToFile() local 200 if ((fd = open(fileName, O_RDWR | O_CREAT | O_EXCL, 0600)) < 0) { in StdinToFile() 201 fprintf(stderr, "open(%s): %s\n", fileName, in StdinToFile() 210 unlink(fileName); in StdinToFile() 213 return (fileName); in StdinToFile() 663 char *fileName = NULL; in main() local 697 unlinkFile = fileName = StdinToFile(); in main() 700 fileName = av[0]; in main() 706 if ((document = DocumentParse(fileName)) == NULL) { in main() 707 fprintf(stderr, "Unable to parse document (%s)\n", fileName); in main()
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 101 parse_versions(const char *fileName) in parse_versions() argument 105 assert(fileName != NULL, "passed null filename to parse_versions"); in parse_versions() 106 errlog(BEGIN, "parse_versions(%s) {", fileName); in parse_versions() 109 if ((Fp = fopen(fileName, "r")) == NULL) { in parse_versions() 111 fileName); in parse_versions() 115 Filename = fileName; in parse_versions()
|
/titanic_44/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetPluginPropertiesPlugin.c | 126 (void) strncpy(pProps->fileName, "libmpscsi_vhci.so", 255); in MP_GetPluginPropertiesPlugin()
|
/titanic_44/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi.h | 472 MP_CHAR fileName[256]; member 513 MP_CHAR fileName[256]; member
|
H A D | mpapi.c | 378 snprintf(pProps->fileName, MAX_NAME_SIZE, "%s", in MP_GetLibraryProperties()
|
/titanic_44/usr/src/cmd/mpathadm/ |
H A D | mpathadm.c | 266 pluginProps.fileName); in listMpathSupport() 272 pluginProps.fileName)) { in listMpathSupport() 276 pluginProps.fileName); in listMpathSupport() 353 pluginProps.fileName)) { in showMpathSupport() 364 pluginProps.fileName); in showMpathSupport() 619 pluginProps.fileName)) { in modifyMpathSupport() 1011 pluginProps.fileName); in listLogicalUnit() 1293 pluginProps.fileName); in showIndividualLogicalUnit()
|
/titanic_44/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_mm.c | 544 snprintf(pMem->fileName, sizeof(pMem->fileName), "%s", sz_file); in mm_alloc_mem_imp() 654 snprintf(pMem->fileName, sizeof(pMem->fileName), "%s", sz_file); in mm_alloc_phys_mem_align_imp()
|
H A D | bnxe.h | 310 char fileName[128]; member 323 char fileName[128]; member
|
/titanic_44/usr/src/lib/libima/common/ |
H A D | ima.h | 514 IMA_WCHAR fileName[256]; member 538 IMA_WCHAR fileName[256]; member
|
H A D | ima-lib.c | 735 pProps->fileName, 256); in IMA_GetLibraryProperties() 737 libSwprintf(pProps->fileName, LIBRARY_FILE_NAME); in IMA_GetLibraryProperties()
|
/titanic_44/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 3043 libSwprintf(pProps->fileName, L"%ls", LIBRARY_FILE_NAME); in IMA_GetPluginProperties()
|