/solaris-userland-s11u3/components/stdcxx/Solaris/ |
H A D | run_tests.sh | 6 # The contents of this file are subject to the terms of the 8 # You may not use this file except in compliance with the License. 16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 124 for file in \ 285 if [ -f ${file} ] ; then 286 echo -n "Running test program ${file} ... " 287 logfile="${file}.out" 288 ./${file} > ${logfile} 2>&1 295 echo "<a href=\"${file} [all...] |
H A D | run_regress_tests.sh | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 81 for file in \ 132 if [ -f ${file} ] ; then 133 echo -n "Running regression test ${file} ... " 134 ./${file} > ${file}.out 2>&1 141 pat=`cat ${file} [all...] |
H A D | make_regress_tests.sh | 6 # The contents of this file are subject to the terms of the 8 # You may not use this file except in compliance with the License. 16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 79 for file in \ 129 if [ -f "${file}.o" ] ; then 130 rm -f ${file}.o 132 if [ -f "${file}" ] ; then 133 rm -f ${file} 136 gmake ${file} [all...] |
H A D | prep_build_area.sh | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 101 for file in \ 107 if [ -L ${file} ] ; then 108 rm ${file} 122 for file in \ 128 if [ ! -L ${file} ] ; then 129 if [ -f ${SRCDIR}/etc/nls/${file} ] ; the [all...] |
H A D | run_examples.sh | 6 # The contents of this file are subject to the terms of the 8 # You may not use this file except in compliance with the License. 16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 90 for file in \ 220 if [ -f ${file} ] ; then 221 echo -n "Running example program ${file} ..." 222 logfile="${file}.out" 223 ./${file} > ${logfile} 2>&1 230 echo "<a href=\"${file} [all...] |
H A D | fix_nls_symlinks.sh | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 45 for file in \ 212 cd ${file} 214 echo "Fixing symlink for ${file}."
|
H A D | configure | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 178 for file in \ 213 if [ -f ./include/ansi/$file ] ; then 214 rm -f ./include/ansi/$file 218 for file in \ 221 if [ -f ./include/tr1/$file ] ; then 222 rm -f ./include/tr1/$file [all...] |
H A D | install.sh | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150 echo "Platform-specific configuration file ${TOPINCLUDE}/${HEADER_FILE} missing or not found!" 154 echo "Installing platform-specific configuration file ${TOPINCLUDE}/${HEADER_FILE}." 196 for file in \ 204 if [ -f ${file} ] ; then 205 ${CP} -fp ${file} ${DOCDIR}/${file} [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
H A D | IOUtil.java | 4 * 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();
|
H A D | FileUtil.java | 4 * 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);
|
/solaris-userland-s11u3/components/openstack/swift/files/ |
H A D | rsyncd.conf | 1 log file = /var/log/swift/rsyncd.log 2 pid file = /var/run/swift/rsyncd.pid 8 lock file = /var/run/swift/account-rsync.lock 14 lock file = /var/run/swift/container-rsync.lock 20 lock file = /var/run/swift/object-rsync.lock
|
/solaris-userland-s11u3/tools/ |
H A D | build-watch.d | 5 * The contents of this file are subject to the terms of the 7 * You may not use this file except in compliance with the License. 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 35 self->file = cleanpath(copyinstr(arg0)); 40 self->file = cleanpath(copyinstr(arg1)); 44 /((pid == $target) || progenyof($target)) && (arg0 != -1) && (self->file != "")/ 46 @opened[self->file] = count(); 47 self->file = 0;
|
H A D | build-watch.pl | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 118 GetOptions("c|command=s" => \$cmd, "i|input-file=s" => \@file, 122 $file = (tempfile(UNLINK => 1))[1]; 129 system($ENV{'WS_TOP'}."/tools/build-watch.d", "-o", $file, "-c", $cmd); 133 my ($tools, $files) = process_dtrace_results($file);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/ |
H A D | GnomeUtil.java | 4 * 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/zlib/ |
H A D | llib-lz | 4 * 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. 80 int gzbuffer(gzFile file, unsigned size); 81 int gzsetparams(gzFile file, int level, int strategy); 82 int gzread(gzFile file, voidp buf, unsigned len); 83 int gzwrite(gzFile file, voidpc buf, unsigned len); 84 int gzprintf(gzFile file, const char *format, ...); 85 int gzputs(gzFile file, cons [all...] |
/solaris-userland-s11u3/components/mysql-5-1/Solaris/ |
H A D | mysql_51 | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 72 # cannot accept a HUP signal to reload the configuration file my.cnf 86 echo ${MYSQLBIN}/64/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} 87 ${MYSQLBIN}/64/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null & 91 echo ${MYSQLBIN}/mysqld_safe --defaults-file [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/api/file/ |
H A D | RemoteFileSystemView.java | 4 * 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...] |
/solaris-userland-s11u3/components/gcc3/ |
H A D | Makefile | 4 # 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. 83 (cd $(@D) ; for file in libstdc++.la libsupc++.la ; do \ 84 $(MV) usr/sfw/lib/$$file usr/sfw/lib/$$file.orig ; \ 85 sed -e "s;\\(dependency_libs=\\).*;\\1' -L/usr/sfw/lib -lgcc_s -lm';" usr/sfw/lib/$$file.orig >usr/sfw/lib/$$file ; \ 86 $(MV) usr/sfw/lib/$(MACH64)/$$file us [all...] |
/solaris-userland-s11u3/components/gzip/ |
H A D | Makefile | 4 # 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. 65 for file in `ls *.1 doc/*.info z*.in` ; do \ 66 mv $$file $$file.tmp ; \ 67 $(GSED) -f $(COMPONENT_DIR)/renaming.sed $$file.tmp > $$file ; \ 68 $(RM) $$file [all...] |
/solaris-userland-s11u3/components/mysql-5-5/Solaris/ |
H A D | mysql_55 | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 71 # cannot accept a HUP signal to reload the configuration file my.cnf 74 echo ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} 75 ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null &
|
/solaris-userland-s11u3/components/mysql-5-6/Solaris/ |
H A D | mysql_56 | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 72 # cannot accept a HUP signal to reload the configuration file my.cnf 75 echo ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} 76 ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null &
|
/solaris-userland-s11u3/components/cups/patches/ |
H A D | str4551.patch | 8 * Raster file routines for CUPS. 14 * This file is part of the CUPS Imaging library.
|
/solaris-userland-s11u3/components/texinfo/ |
H A D | svc-texinfo-update | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 60 install-info --dir-file=${dir_file}.new \ 61 --info-file=${info_file} 65 # get owner/group from original file 70 # new dir file created, replace the original one 76 # no dir file created (no input files installed) 96 file [all...] |
/solaris-userland-s11u3/components/php-5_3/ |
H A D | cleancr.mk | 4 # 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. 24 # Makefile fragment to clean a file of its carriage returns.
|
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/ |
H A D | ModuleControl.java | 4 * 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...] |