Searched refs:source (Results 1 - 25 of 27) sorted by relevance

12

/solaris-userland/components/bzip2/
H A Doldapi.c116 bzBuffToBuffCompress(char *dest, unsigned int *destLen, char *source, argument
119 return (BZ2_bzBuffToBuffCompress(dest, destLen, source, sourceLen,
124 bzBuffToBuffDecompress(char *dest, unsigned int *destLen, char *source, argument
127 return (BZ2_bzBuffToBuffDecompress(dest, destLen, source, sourceLen,
H A Dllib-lbz262 char *source, unsigned int sourceLen, int blockSize100k, int verbosity,
65 char *source, unsigned int sourceLen, int small, int verbosity);
/solaris-userland/components/zlib/
H A Dllib-lz42 int deflateCopy(z_streamp dest, z_streamp source);
51 int inflateCopy(z_streamp dest, z_streamp source);
70 int compress(Bytef *dest, uLongf *destLen, const Bytef *source,
72 int compress2(Bytef *dest, uLongf *destLen, const Bytef *source,
75 int uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
/solaris-userland/make-rules/
H A Dprep-patch.mk32 # Rules for patching source that is downloaded and unpacked or pulled from
33 # a source repository. Patches should be named
36 # COMPONENT_NAME{version} of the source to be patched. Typically, version
60 # Patches for different source tarballs have _X filename extensions to
86 # We should unpack the source that we patch before we patch it.
H A Dant.mk29 # build the configured source
43 # install the built source into a prototype area
59 # Test the built source. If the output file shows up in the environment or
H A Dattpackagemake.mk26 # Rules and Macros for building opens source software that uses AT&T's package
71 # build the configured source
84 # install the built source into a prototype area
95 # test the built source
H A Djustmake.mk26 # Rules and Macros for building opens source software that just uses their
57 # build the configured source
73 # install the built source into a prototype area
80 # Test the built source. If the output file shows up in the environment or
H A Dwaf.mk24 # Rules and Macros for building opens source software that uses the waf
47 # Defaults to looking for waf script in top level of cloned source
88 # configure the unpacked source
108 # build the configured source
134 # install the built source into a prototype area
153 # test the built source
H A Dconfigure.mk27 # Rules and Macros for building opens source software that uses configure /
30 # support and build multiple version (32/64 bit) from a shared source.
171 # configure the unpacked source for building 32 and 64 bit version
181 # build the configured source
192 # install the built source into a prototype area
200 # Test the built source. If the output file shows up in the environment or
H A Dsetup.py.mk121 # build the configured source
141 # install the built source into a prototype area
203 # Test the built source. If the output file shows up in the environment or
264 # Make it easy to construct a URL for a pypi source download. This
H A Dprep-git.mk53 # The source directory is <name>-(<label>|<version>)[-(<tag>|<branch>)][-<commit].
56 # If the source is github attempt to generate an archive url. Defining
H A Dinstall.rb.mk58 # install the source into the proto directory
H A Dlint-libraries.mk32 # Makefile and add your lint library source in your component directory as
H A Dprep-svn.mk73 # Define the rules required to download any source archives and augment any
H A Dprep-download.mk30 # that tells us where the canonical source for the archive can be found. The
H A Dprep-hg.mk45 # The source directory is <name>-(<label>|<version>)[-(<tag>|<branch>)][-<commit].
H A Dprep-unpack.mk41 # Some components don't have an archive that we download, but host their source
H A Dshared-macros.mk28 # The location of an internal mirror of community source archives that we build
29 # in this gate. This mirror has been seeded to include "custom" source archives
31 # source archives or we have changes that aren't reflected in their archives or
33 INTERNAL_ARCHIVE_MIRROR = http://userland.us.oracle.com/source-archives
35 # The location of an external mirror of community source archives that we build
39 # Default to looking for source archives on the internal mirror and the external
40 # mirror before we hammer on the community source archive repositories.
104 # The changset and external source repo used in building the packages.
823 # (without this flag panics/hangs could be exposed within the source).
H A Dgem.mk76 # Test the built source. If the output file shows up in the environment or
H A Dmakemaker.mk132 # Test the built source. If the output file shows up in the environment or
/solaris-userland/components/krb5/Solaris/private/krb5/
H A Dprof_solaris.h67 long k5_profile_add_xrealm_mapping(profile_t profile, char *source,
/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c661 * where source is the source realm for the capath
663 * where inter is the intermediate realm between the source and target
664 * realms. If the source and target share x-realm keys then this set to "."
665 * Note: for the remove function, all associated source, target, and
674 char *source = NULL, *dummy_val = NULL, *target = NULL; local
694 code = profile_iterator(&state, &source, &dummy_val);
695 if (code == 0 && source != NULL) {
696 hierarchy[1] = source;
726 if (source !
825 k5_profile_add_xrealm_mapping(profile_t profile, char *source, char *target, char *inter) argument
[all...]
/solaris-userland/components/php/
H A Dphpize.mk27 # outside of the PHP source tree. It is named for the "phpize" script, which
/solaris-userland/components/jansson/doc/html/_static/
H A Dunderscore.js8 (function(){function q(a,c,d){if(a===c)return a!==0||1/a==1/c;if(a==null||c==null)return a===c;if(a._chain)a=a._wrapped;if(c._chain)c=c._wrapped;if(a.isEqual&&b.isFunction(a.isEqual))return a.isEqual(c);if(c.isEqual&&b.isFunction(c.isEqual))return c.isEqual(a);var e=l.call(a);if(e!=l.call(c))return false;switch(e){case "[object String]":return a==String(c);case "[object Number]":return a!=+a?c!=+c:a==0?1/a==1/c:a==+c;case "[object Date]":case "[object Boolean]":return+a==+c;case "[object RegExp]":return a.source==
9 c.source&&a.global==c.global&&a.multiline==c.multiline&&a.ignoreCase==c.ignoreCase}if(typeof a!="object"||typeof c!="object")return false;for(var f=d.length;f--;)if(d[f]==a)return true;d.push(a);var f=0,g=true;if(e=="[object Array]"){if(f=a.length,g=f==c.length)for(;f--;)if(!(g=f in a==f in c&&q(a[f],c[f],d)))break}else{if("constructor"in a!="constructor"in c||a.constructor!=c.constructor)return false;for(var h in a)if(b.has(a,h)&&(f++,!(g=b.has(c,h)&&q(a[h],c[h],d))))break;if(g){for(h in c)if(b.has(c,
H A Dwebsupport.js191 .data('source', data.source);
385 textarea.val(textarea.data('source'));

Completed in 80 milliseconds

12