Searched refs:major (Results 251 - 275 of 419) sorted by relevance

<<11121314151617

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dconfigure8410 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8830 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9601 # AIX 3 has no versioning support, so we append a major version to the name.
9602 soname_spec='${libname}${release}${shared_ext}$major'
9612 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9643 soname_spec='${libname}${release}${shared_ext}$major'
9654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9673 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9674 soname_spec='${libname}${release}${shared_ext}$major'
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dprotocol.c558 int major = 1, minor = 0; /* Assume HTTP/1.0 if non-"HTTP" protocol */ local
654 else if (3 == sscanf(r->protocol, "%4s/%u.%u", http, &major, &minor)
657 r->proto_num = HTTP_VERSION(major, minor);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dvertical_meter.tcl60 # -majorticks - Interval between major (labelled) ticks. (dynamic)
61 # -minorticks - Number of minor ticks drawn between major ticks. (dynamic)
118 # Draw the tick marks on the axis face. The major ticks are
137 set majorRight [$self getMajorRight]; # Right end coordinate of major tick.
167 set major $options(-majorticks)
173 set minor [expr 1.0*$major/($options(-minorticks)+1)]
184 for {set m $first} {$m <= $last} {set m [expr $first + $majorIndex*$major]} {
185 # Draw a major tick label and the tick mark itself
186 # major ticks are formatted in engineering notation (%.1e).
211 # Compute the right x coordinate of the major tick
[all...]
/macosx-10.10/CPANInternal-159.1/Filesys-Df-0.92/
H A DDf.pm252 The only major benefit of using C<Filesys::Df> over C<Filesys::DfPortable>,
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgssapi_mech.h657 _gss_mg_cferror(OM_uint32 major,
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h954 int major; member in struct:__anon6525
991 change to major or minor version.
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dfinfo.c252 ma = major (st->st_rdev);
259 printf("Device (major/minor): %d (%d/%d)\n", d, ma, mi);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dresres.c600 (*resources)->major = 0;
H A Dwindres.h42 unsigned short major; member in struct:res_directory
H A Dresrc.c1524 if (rd->major != 0 || rd->minor != 0)
1525 fprintf (e, "// Version: %d %d\n", rd->major, rd->minor);
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmep-desc.h66 /* Enum declaration for major opcodes. */
67 typedef enum major { enum
/macosx-10.10/expat-12/expat/lib/
H A Dexpat.h965 int major; member in struct:__anon8841
1004 change to major or minor version.
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt431 CHECK_SYMBOL_EXISTS(major "sys/mkdev.h" MAJOR_IN_MKDEV)
432 CHECK_SYMBOL_EXISTS(major "sys/sysmacros.h" MAJOR_IN_SYSMACROS)
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry.c78 #if !defined(HAVE_MAJOR) && !defined(major)
79 /* Replacement for major/minor/makedev. */
80 #define major(x) ((int)(0x00ff & ((x) >> 8))) macro
530 return major(entry->ae_stat.aest_dev);
692 return major(entry->ae_stat.aest_rdev);
/macosx-10.10/lsof-53/lsof/
H A Dlsof.h233 #define GET_MAJ_DEV major /* if no dialect specific macro has
234 * been defined, use standard major()
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttprequest.rb201 if @http_version.major > 0
/macosx-10.10/ruby-106/ruby/
H A Dpack.c18 #define GCC_VERSION_SINCE(major, minor, patchlevel) \
20 ((__GNUC__ > (major)) || \
21 (__GNUC__ == (major) && __GNUC_MINOR__ > (minor)) || \
22 (__GNUC__ == (major) && __GNUC_MINOR__ == (minor) && __GNUC_PATCHLEVEL__ >= (patchlevel))))
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat.h965 int major; member in struct:__anon13013
1004 change to major or minor version.
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_ptmx.c118 static int ptmx_major; /* dynamically assigned major number */
126 static int ptsd_major; /* dynamically assigned major number */
215 /* Get a major number for /dev/ptmx */
217 printf("ptmx_init: failed to obtain /dev/ptmx major number\n");
225 /* Get a major number for /dev/pts/nnn */
228 printf("ptmx_init: failed to obtain /dev/ptmx major number\n");
241 /* Create the /dev/ptmx device {<major>,0} */
375 /* Create the /dev/ttysXXX device {<major>,XXX} */
618 if (cdevsw[major(dev)].d_open != ptsopen) {
/macosx-10.10/dyld-353.2.1/src/
H A DdyldAPIsInLibSystem.cpp78 * on conventional use of names including major versioning.
415 #define PACKED_VERSION(major, minor, tiny) ((((major) & 0xffff) << 16) | (((minor) & 0xff) << 8) | ((tiny) & 0xff))
526 // always be zero. At the start of the next major version,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME312 support return types on load and reload, and for major updates to handle
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_entry.c798 * Test dev/major/minor interfaces. Setting 'dev' or 'rdev'
799 * should change the corresponding major/minor values, and
803 * makedev(), major(), and minor() are defined in sys/stat.h.
814 assertEqualInt(archive_entry_devmajor(e), major(0x12345678));
823 assertEqualInt(archive_entry_rdevmajor(e), major(0x12345678));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/
H A Dconfigure587 MAJOR_VERSION=`$TCLSH_PROG ${srcdir}/sak.tcl major`
/macosx-10.10/vim-55/runtime/syntax/
H A Djproperties.vim93 " definition, but we don't look for that here (because it's a major hassle)
H A Duc.vim3 " Maintainer: Mark Ferrell <major@chaoticdreams.org>

Completed in 416 milliseconds

<<11121314151617