| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| vers.c | 3 char version[] = "Version wu-2.6.2+Sun"; variable
|
| COPYRIGHT.c | 38 extern char version[]; 68 printf("%s\n", version);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/ |
| Changes.e2x | 7 Autogenerated by enc2xs version $_Version_.
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libldstab/common/ |
| stab.c | 47 * The current version of /usr/lib/libldstab.so.1 is a stub that exists 51 * will be loaded. It specifies a support library version of 66 ld_version64(uint_t version) 68 ld_version(uint_t version)
|
| /onnv/onnv-gate/usr/src/cmd/fm/dicts/ |
| TEST.dict | 26 FMDICT: name=TEST version=1 maxkey=1
|
| SCA1000.dict | 30 FMDICT: name=SCA1000 version=1 maxkey=1
|
| SCA500.dict | 30 FMDICT: name=SCA500 version=1 maxkey=1
|
| /onnv/onnv-gate/usr/src/lib/common/common/ |
| values-Xa.c | 5 * Common Development and Distribution License, Version 1.0 only 45 const enum version _lib_version = ansi_1;
|
| values-Xc.c | 5 * Common Development and Distribution License, Version 1.0 only 45 const enum version _lib_version = strict_ansi;
|
| values-Xs.c | 5 * Common Development and Distribution License, Version 1.0 only 47 const enum version _lib_version = c_issue_4;
|
| values-Xt.c | 5 * Common Development and Distribution License, Version 1.0 only 47 const enum version _lib_version = c_issue_4;
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/ |
| Makefile | 24 # If you use gcc, then you must have at least version 2.6.1 and 135 #version=`cat VERSION`; \ 136 #rm -f sp-$$version; \ 137 #ln -s `pwd` sp-$$version; \ 138 #$(TAR) -c -f sp-$$version.tar.gz -h -z \ 139 #--exclude sp-$$version/test/cap \ 140 #--exclude sp-$$version/test/out \ 141 #--exclude sp-$$version/test/err \ 142 #`sed -e "s|.*|sp-$$version/&|" FILES`; [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/ |
| mkinstalldirs | 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 38 --version) 73 # from a parallel make. We use --version in the probe to restrict 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode" [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| utsname.h | 5 * Common Development and Distribution License, Version 1.0 only 41 char version[9]; member in struct:utsname
|
| /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/templates/ |
| general.c | 5 * Common Development and Distribution License, Version 1.0 only 30 * This module contains the public APIs for status, version, and mklocation. 48 * Return the data store API version supported by this module. This version 49 * was implemented to support version 1 of the API. 52 version(int *vp) function
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
| use.t | 55 local $lib::VERSION = 1.0; 108 local $lib::VERSION = 35.36; 114 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.3/) { 124 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.3/) { 129 local $lib::VERSION = '35.36'; 135 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.36/) { 145 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.36/) [all...] |
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/version/ |
| tst.1.0.d | 29 #pragma D option version=1.0 32 * The following identifiers were added as D built-ins as of version 1.1.
|
| /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/ |
| fmd_rpc_api.x | 5 * Common Development and Distribution License, Version 1.0 only 30 version FMD_API_VERSION_1 {
|
| /onnv/onnv-gate/usr/src/cmd/smserverd/ |
| smed.x | 8 % * Common Development and Distribution License, Version 1.0 only 43 version SMSERVERVERS {
|
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| ClientMsgManager.java | 58 // Register a new message type class and version. 61 int version, 66 String key = makeClassKey(keyName, version); 88 int version, 97 (Class)classTable.get(makeClassKey(keyName, version)); 105 new Integer(version)}); 130 new Integer(version), 137 private static String makeClassKey(String className, int version) { 139 return className + version;
|
| /onnv/onnv-gate/usr/src/lib/libtecla/ |
| README | 30 The source code here is derived from libtecla version 1.6 plus one bug
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| version-etc.h | 1 /* Utility to help print --version output in a consistent format. 6 the Free Software Foundation; either version 2, or (at your option) 7 any later version. 30 const char *version, va_list authors); 34 const char *version,
|
| /onnv/onnv-gate/usr/src/tools/onbld/Scm/ |
| Version.py | 3 # it under the terms of the GNU General Public License version 2 24 At a basic level, code to verify that the version of Mercurial in use 25 is suitable for use with Cadmium, and compare that version for the 35 # Mercurial >= 1.2 has util.version(), prior versions 36 # version.get_version() We discover which to use this way, rather than 41 if hasattr(util, 'version'): 42 hg_version = util.version 44 from mercurial import version 45 hg_version = version.get_version 59 '''Check that we're running on a suitable version of Mercurial'' [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/schemes/legacy-hc/ |
| scheme.c | 33 uint8_t version; local 37 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 38 version > FM_LEGACY_SCHEME_VERSION ||
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/ |
| x509rset.c | 53 * The licence and distribution terms for any publically available version or 66 int X509_REQ_set_version(X509_REQ *x, long version) 69 return(ASN1_INTEGER_set(x->req_info->version,version));
|