| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| vers.c | 3 char version[] = "Version wu-2.6.2+Sun"; variable
|
| /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/lib/libdhcpsvc/modules/binfiles/ |
| general.c | 5 * Common Development and Distribution License, Version 1.0 only 68 version(int *vp) function
|
| /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/files/ |
| general.c | 5 * Common Development and Distribution License, Version 1.0 only 73 version(int *vp) function
|
| /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/lib/libnsl/saf/ |
| checkver.c | 38 #define VSTR "# VERSION=" 42 * check_version - check to make sure designated file is the correct version 43 * returns : 0 - version correct 44 * 1 - version incorrect 56 int version; /* version number from sactab */ local 65 version = atoi(p); 69 return ((version != ver) ? 1 : 0);
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/include/ |
| pkcs11.h | 50 * If you're using an earlier version of Microsoft Developer 74 * If you're using an earlier version of Microsoft Developer 103 * If you're using an earlier version of Microsoft Developer 131 * If you're using an earlier version of Microsoft Developer 168 * If you're using an earlier version of Microsoft Developer 201 * If you're using an earlier version of Microsoft Developer 269 * contains a CK_VERSION indicating a library's Cryptoki version 281 CK_VERSION version; /* Cryptoki version */ member in struct:CK_FUNCTION_LIST
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| version.c | 1 /* apps/version.c */ 53 * The licence and distribution terms for any publically available version or 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local 151 if (argc == 1) version=1; 155 version=1; 167 date=version=cflags=options=platform=dir=1; 170 BIO_printf(bio_err,"usage:version -[avbofp]\n"); 176 if (version)
|
| /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/libnls/common/ |
| nlsrequest.c | 5 * Common Development and Distribution License, Version 1.0 only 45 * This version of nlsrequest includes the 70 int version, ret; local 119 version = atoi(p);
|
| /onnv/onnv-gate/usr/src/lib/libprtdiag/common/ |
| prom.c | 5 * Common Development and Distribution License, Version 1.0 only 63 Prop *version; local 64 char *vers; /* OBP version */ 67 /* Look version */ 68 version = find_prop(flashprom, "version"); 70 vers = (char *)get_prop_val(version); 77 * version string. Do not attempt to print POST 79 * length of the OBP version string. 81 if ((strlen(vers) + 1) < version->size) [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/io/ |
| devfm_machdep.c | 39 uint8_t version; local 48 /* Verify FMRI scheme name and version number */ 51 (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0) || 52 version > FM_MEM_SCHEME_VERSION) {
|
| /onnv/onnv-gate/usr/src/lib/libast/common/include/ |
| magicid.h | 6 * Common Public License, Version 1.0 * 42 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s
|
| /onnv/onnv-gate/usr/src/cmd/fm/schemes/dev/ |
| scheme.c | 107 uint8_t version; local 111 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 112 version > FM_DEV_SCHEME_VERSION) 130 uint8_t version; local 134 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 135 version > FM_DEV_SCHEME_VERSION)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| Installed.pm | 18 use vars qw($VERSION); 19 $VERSION = '0.08'; 101 $self->{Perl}{version} = $Config{version}; 117 $self->{$module}{version} = ''; 124 $self->{$module}{version} = MM->parse_version($p); 232 sub version { subroutine 235 return($self->{$module}{version}); 323 =item version() 325 This returns the version number for the specified module [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| radix.c | 47 buffer_put_char(&b, 1); /* version */ 99 char c, version, *p; local 113 /* check version and length! */ 118 version = buffer_get_char(&b);
|
| /onnv/onnv-gate/usr/src/head/ |
| pkginfo.h | 5 * Common Development and Distribution License, Version 1.0 only 45 char *version; member in struct:pkginfo
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| uname.c | 5 * Common Development and Distribution License, Version 1.0 only 50 char version[NEW_SYS_NMLN]; member in struct:n_utsname 76 memcpy(uts->version, n_uts.version, SYS_NMLN); 77 if (strlen(n_uts.version) > SYS_NMLN) 78 uts->version[SYS_NMLN-1] = '\0';
|
| /onnv/onnv-gate/usr/src/uts/common/rpc/ |
| rpcsys.h | 5 * Common Development and Distribution License, Version 1.0 only 62 int version; /* initially 1 */ member in struct:krpc_revauth 73 int32_t version; /* initially 1 */ member in struct:krpc_revauth32
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| utsname.h | 5 * Common Development and Distribution License, Version 1.0 only 56 char version[_SYS_NMLN]; member in struct:utsname
|
| /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/sys/ |
| sgsgn.h | 5 * Common Development and Distribution License, Version 1.0 only 53 uint32_t version; member in struct:__anon9022 68 (offsetof(sg_sgnblk_t, version))
|
| /onnv/onnv-gate/usr/src/cmd/fm/schemes/svc/ |
| scheme.c | 75 uint8_t version; local 79 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 80 version > FM_SVC_SCHEME_VERSION) 94 uint8_t version; local 98 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 99 version > FM_SVC_SCHEME_VERSION) 113 uint8_t version; local 117 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 118 version > FM_DEV_SCHEME_VERSION) 137 uint8_t version; local [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
| lucid_context.c | 60 int version, 79 int version = 0; local 91 &version); 95 /* Externalize a structure of the right version */ 96 switch (version) { 99 version, &lctx); 141 int version; local 160 /* Determine version and call correct free routine */ 161 version = ((gss_krb5_lucid_context_version_t *)kctx)->version; [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| magicid.h | 8 * Common Public License, Version 1.0 * 51 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| magicid.h | 8 * Common Public License, Version 1.0 * 51 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s
|