Searched refs:versions (Results 1 - 25 of 98) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A DMakefile.targ35 versions.o \
/opensolaris-onvv-gate/usr/src/tools/onbld/Scm/
H A DVersion.py35 # Mercurial >= 1.2 has util.version(), prior versions
53 # List of versions that are explicitly acceptable to us
61 def versionstring(versions):
62 '''return the list, versions, as a vaguely grammatical string'''
63 if len(versions) > 1:
64 return "%s or %s" % (', '.join(versions[0:-1]), versions[-1])
66 return versions[0]
105 # Pad our versions to the same overall length, appending 0's
/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Dmap.c40 static const Msg versions[] = { local
44 #error "NT_NUM has grown. Update mapfile versions[]"
47 CONV_DS_MSG_INIT(MFV_NONE, versions) };
/opensolaris-onvv-gate/usr/src/cmd/gss/etc/
H A Dkrb5.conf60 # how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)
62 versions = 10
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h25 unsigned int versions; member in struct:log_file_desc
H A Dlogging.c64 ver = chan->out.file.versions;
113 if (chan->out.file.versions) {
116 "log_open_stream: want versions but %s isn't a regular file",
598 const char *name, FILE *stream, unsigned int versions,
633 chan->out.file.versions = versions;
597 log_new_file_channel(unsigned int flags, int level, const char *name, FILE *stream, unsigned int versions, unsigned long max_size) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/
H A DREADME8 directory into the ON tree and patched versions of standard perl files needed
15 components that are ON-aware. We arrange for these versions to be used during
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt1.c50 #include <gnu-versions.h>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dglob.t18 map { s/;.*$//; delete $files{lc($_)}; } split /[\n]/, `directory/noheading/notrailing/versions=1 [.op]`,
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h196 #define versions versions64 macro
220 #define versions versions32 macro
/opensolaris-onvv-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.h155 version_list *versions; member in struct:program_def
H A Drpc_sample.c74 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
216 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
322 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
H A Drpc_hout.c170 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
286 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
306 if (!define_printed(proc, def->def.pr.versions))
332 def->def.pr.versions)) {
H A Drpc_tblout.c97 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
H A Drpc_svcout.c228 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
262 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
355 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
445 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
762 for (vp = def->def.pr.versions; vp != NULL;
1005 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
1163 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS57 The first step would be to provide alternative versions of
87 As off_t is a signed type, these alternative versions would have to use
92 versions of the public functions that use them, also found in
110 It is important to note that these new versions cannot replace the
113 addition to the pre-existing versions.
129 the large file aware versions of the above types and routines.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm102 In Perl versions 5.6 and earlier the quicksort algorithm was used to
135 change in later versions. If stability is important, be sure to
198 Scoping for this pragma may change in future versions.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMM_Unix.t192 my %versions = (
199 while( my($code, $expect) = each %versions ) {
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Disns_server.h351 #define PROTOCOL_MAX_VER(ENTITY) ((((ENTITY)->versions) >> \
354 #define PROTOCOL_MIN_VER(ENTITY) (((ENTITY)->versions) & ISNS_VERSION)
/opensolaris-onvv-gate/usr/src/cmd/mdb/
H A DMakefile.kmdb33 include ../../../Makefile.versions
89 # userland versions. Even though nobody actually uses either one, lint
90 # complains that both know about different versions. The same thing applies
/opensolaris-onvv-gate/usr/src/lib/print/libprint/common/
H A DsunPrinter.at.conf.txt37 attribute printer-ipp-versions-supported 1.3.18.0.2.4.1133 cis
H A DsunPrinter.oc.conf.txt96 printer-ipp-versions-supported,
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl797 my (%versions);
882 $versions{$version}++;
895 $versions{$version}--;
912 foreach $version (sort(keys(%versions))) {
913 $libtmp .= "$version\[$versions{$version}\],";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm86 and lstat() functions, replacing them with versions that return
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm66 versions that return "Net::protoent" objects. They take default

Completed in 140 milliseconds

1234