/solaris-userland/components/open-fabrics/qperf/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 43 (mkdir $(@D)/src ; cd $(@D)/src ; ln -s $(SOURCE_DIR)/src/help.txt ; \ 44 ln -s $(SOURCE_DIR)/src/mkhelp ; ln -s $(SOURCE_DIR)/src/mkman)
|
/solaris-userland/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_endian.h | 72 #define copy_convert(dest, src, n) { memcpy((void *)dest, (void const *)(src), n); wmb(); } 73 #define copy_convert_to_hw(dest, src, n) copy_convert(dest, src, n) 74 #define copy_convert_to_sw(dest, src, n) copy_convert(dest, src, n) 117 * - dest and src are 8 bytes aligned 120 static inline void _copy_convert(void *dest, void const *src, size_t n) argument 124 const volatile u64 *sp = (const volatile u64 *) src; 135 * - dest and src ar 138 _copy_convert_to_hw(volatile void *dest, void const *src, size_t n) argument 156 _copy_convert_to_sw(void *dest, volatile void const *src, size_t n) argument [all...] |
/solaris-userland/components/wdiff/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 45 COMPONENT_TEST_ARGS = AUTOTEST_PATH="src" 50 COMPONENT_SYSTEM_TEST_ARGS = AUTOTEST_PATH="src"
|
/solaris-userland/components/cups/patches/ |
H A D | 18104362.patch | 12 - src = 0; 13 + src = new ppdcSource(); 21 - src = new ppdcSource(argv[i]); 24 - for (d = (ppdcDriver *)src->drivers->first(); 26 - d = (ppdcDriver *)src->drivers->next()) 35 + src->read_file(argv[i]); 39 - src->release(); 41 + if ((d = (ppdcDriver *)src->drivers->first()) != NULL) 49 + d = (ppdcDriver *)src->drivers->next(); 56 + src [all...] |
/solaris-userland/components/python/zope-interface/ |
H A D | runtests.sh | 16 ${PYTHON} src/zope/interface/tests/${test}.py
|
/solaris-userland/components/golang/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 38 COMPONENT_ARCHIVE= go$(COMPONENT_VERSION).src.tar.gz 191 bzip2 -c src/compress/testdata/Mark.Twain-Tom.Sawyer.txt > \ 192 src/compress/bzip2/testdata/Mark.Twain-Tom.Sawyer.txt.bz2 197 cd $(@D)/src; $(ENV) $(COMPONENT_BUILD_ENV) ./make.bash 220 COMPONENT_TEST_DIR= $(@D)/src 236 ($(MKDIR) $(COMPONENT_TARGET_DIR)/src); \ 242 $(GNUBIN)/find src -type f \ 265 $(SUPP_ROOT)/src/ [all...] |
/solaris-userland/components/jsl/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 36 COMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.gz 46 COMPONENT_BUILD_ARGS += -f src/Makefile 51 COMPONENT_INSTALL_ARGS += -f src/Makefile
|
/solaris-userland/components/pixz/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 48 # pixz's src/Makefile hard-codes some gcc-only flags in pixz_CFLAGS. 50 # PTHREAD_CFLAGS is defined in the pixz .../src/Makefile. 58 (cd $(@D)/src; tar cvf pixz-test-tarball.tar *.c *.o) 60 (cd $(@D)/src; tar cvf pixz-test-tarball.tar *.c *.o) 69 COMPONENT_TEST_ARGS = src/pixz-test-tarball.tar pixz.c 75 COMPONENT_SYSTEM_TEST_ARGS = src/pixz-test-tarball.tar pixz.c
|
/solaris-userland/components/desktop/os-welcome/files/html/C/js/ |
H A D | 1p.js | 17 i.src = uri;
|
/solaris-userland/components/krb5/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 61 CONFIGURE_SCRIPT= $(SOURCE_DIR)/src/configure 105 cd $(SOURCE_DIR)/src/ && $(SOURCE_DIR)/src/util/reconf 121 $(CP) Solaris/getuid.c $(SOURCE_DIR)/src/lib/krb5/os/; \ 122 $(CP) Solaris/g_utils.c $(SOURCE_DIR)/src/lib/gssapi/mechglue/; \ 123 $(CP) Solaris/kadm_host_srv_names.c $(SOURCE_DIR)/src/lib/kadm5/; \ 124 $(CP) Solaris/kt_findrealm.c $(SOURCE_DIR)/src/lib/krb5/keytab/; \ 125 $(CP) Solaris/kt_solaris.c $(SOURCE_DIR)/src/li [all...] |
/solaris-userland/components/apache2-modules/mod_dtrace/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 30 COMPONENT_SRC= src
|
/solaris-userland/components/trousers/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 68 for f in `ls src/include/tss/*.h` ; do \ 71 for f in `ls src/include/trousers/*.h` ; do \ 74 for f in `ls src/include/*.h` ; do \ 79 $(AUTOMAKE) src/tspi/Makefile; \ 89 # the src/tspi directory.
|
/solaris-userland/components/krb5/Solaris/ |
H A D | safechown.c | 16 * safechown changes the owner ship of src to uid. If the mode parameter 17 * does not equal -1 changes the mode of src as well. 23 safechown(const char *src, uid_t uid, gid_t gid, int mode) argument 29 if ((fd = open(src, O_RDONLY, 0)) == -1) 43 if (lstat(src, &lbuf)) {
|
/solaris-userland/components/jansson/doc/html/_static/ |
H A D | doctools.js | 190 var src = $(this).attr('src'); 193 if (src.substr(-9) == 'minus.png') 194 $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); 196 $(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
|
/solaris-userland/components/aalib/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 47 LINT_FLAGS += -I$(SOURCE_DIR)/src 61 COMPONENT_TEST_DIR = $(@D)/src 66 COMPONENT_SYSTEM_TEST_DIR = $(SOURCE_DIR)/src
|
/solaris-userland/components/coolkey/test/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 27 CFLAGS = -m64 -I../coolkey-1.1.0/src/coolkey
|
/solaris-userland/components/rpm2cpio/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 37 COMPONENT_SRC= src
|
/solaris-userland/components/rsync/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 33 COMPONENT_ARCHIVE_URL= http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
|
/solaris-userland/components/hexedit/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 32 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).src.tgz
|
/solaris-userland/components/jansson/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 50 COMPONENT_PREP_ACTION += $(RM) $(@D)/src/jansson_config.h
|
/solaris-userland/components/ncftp/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 31 COMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.bz2
|
/solaris-userland/components/apache2-modules/mod_jk/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 32 COMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)-src
|
/solaris-userland/components/tree/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 34 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)src/$(COMPONENT_ARCHIVE)
|
/solaris-userland/components/open-fabrics/libibverbs/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 47 CPPFLAGS += -I$(PWD)/../libmlx4/libmlx4-1.0.6/src 59 cp solaris_compatibility.c $(@D)/src ; \
|
/solaris-userland/components/python/pycountry/ |
H A D | Makefile | 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 45 COMPONENT_TEST_DIR = $(COMPONENT_SRC)/src/pycountry/tests 52 cd $(SOURCE_DIR)/src/$(COMPONENT_NAME)/locales; \
|