Searched refs:minor (Results 201 - 225 of 356) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/
H A Dediff-init.el773 ;; Check the current version against the major and minor version numbers
774 ;; using op: cur-vers op major.minor If emacs-major-version or
775 ;; emacs-minor-version are not defined, we assume that the current version
777 ;; emacs-minor-version are defined. Otherwise, for Emacs/XEmacs 19, if the
778 ;; current minor version is < 10 (xemacs) or < 23 (emacs) the return value
782 (defun ediff-check-version (op major minor &optional type-of-emacs)
783 (if (and (boundp 'emacs-major-version) (boundp 'emacs-minor-version))
787 (cond ((eq op '=) (and (= emacs-minor-version minor)
793 (funcall op emacs-minor
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dviper-util.el243 ;; Check the current version against the major and minor version numbers
244 ;; using op: cur-vers op major.minor If emacs-major-version or
245 ;; emacs-minor-version are not defined, we assume that the current version
247 ;; emacs-minor-version are defined. Otherwise, for Emacs/XEmacs 19, if the
248 ;; current minor version is < 10 (xemacs) or < 23 (emacs) the return value
252 (defun viper-check-version (op major minor &optional type-of-emacs)
253 (if (and (boundp 'emacs-major-version) (boundp 'emacs-minor-version))
257 (cond ((eq op '=) (and (= emacs-minor-version minor)
263 (funcall op emacs-minor
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c763 return (minor_t) minor(d);
767 makedevice(major_t major, minor_t minor) argument
769 return makedev( major, minor );
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c220 return (minor(dev));
1187 cdev = makedev(vndevice_cdev_major, minor(dev));
1191 minor(dev));
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDate.pm340 Andy Wardley provided some minor
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgssapi_mech.h658 OM_uint32 minor,
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dinit_sec_context.c58 OM_uint32 minor; member in struct:negative_cache
139 *minor_status = nc.cache[i].minor;
144 (int)nc.cache[i].minor,
179 nc.cache[nc.next_entry].minor = minor_status;
952 /* XXX parse KRB-ERROR and set appropriate minor code */
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dlinux_usbfs.c271 static int kernel_version_ge(int major, int minor, int sublevel) argument
289 return 0 == minor && 0 == sublevel;
290 if (kminor > minor)
292 if (kminor < minor)
295 /* kminor == minor */
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_http.c1381 int major, minor; local
1384 minor = buffer[7] - '0';
1438 major, minor, r->uri, r->method);
1535 if ((major < 1) || (minor < 1)) {
/macosx-10.10/apr-32/apr/apr/build/
H A Djlibtool.c742 long major, minor, patch; local
745 minor = 0;
756 minor = safe_strtol(version_info, &version_info, 10);
776 major, major, minor);
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dexpat.h955 int minor; member in struct:__anon6525
988 /* Expat follows the GNU/Linux convention of odd number minor version for
989 beta/development releases and even number minor version for stable
991 change to major or minor version.
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dfinfo.c253 mi = minor (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.c601 (*resources)->minor = 0;
H A Dwindres.h44 unsigned short minor; member in struct:res_directory
/macosx-10.10/expat-12/expat/lib/
H A Dexpat.h966 int minor; member in struct:__anon8841
1001 /* Expat follows the GNU/Linux convention of odd number minor version for
1002 beta/development releases and even number minor version for stable
1004 change to major or minor version.
/macosx-10.10/lsof-53/lsof/
H A Dlsof.h239 #define GET_MIN_DEV minor /* if no dialect specific macro has
240 * been defined, use standard minor()
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_termios.c437 ptynum = minor(stat_buf.st_rdev);
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat.h966 int minor; member in struct:__anon13013
1001 /* Expat follows the GNU/Linux convention of odd number minor version for
1002 beta/development releases and even number minor version for stable
1004 change to major or minor version.
/macosx-10.10/text_cmds-88/sort/
H A Dsystem.h86 # define minor(dev) ((dev) & 0xff) macro
/macosx-10.10/dyld-353.2.1/src/
H A DdyldAPIsInLibSystem.cpp415 #define PACKED_VERSION(major, minor, tiny) ((((major) & 0xffff) << 16) | (((minor) & 0xff) << 8) | ((tiny) & 0xff))
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/
H A DMakefile.PL242 There are some minor incompatabilities between version 1 and 2
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME31 3. The UCData.java class which provides the same API (with minor changes for
153 code and some minor cleanup.
256 3. Fixed some minor problems in the "format.txt" file.
/macosx-10.10/awk-20/src/
H A DFIXES29 minor fix in lib.c: increase inputFS to 100, change malloc
215 minor cleanup in run.c / format() at the same time.
230 minor documentation changes to note that this now compiles out
284 minor fiddles in tran.c to keep compilers happy about uschar.
453 numerous other minor cleanups along the way.
676 removed extra arg on gettemp, tempfree. minor error message rewording.
/macosx-10.10/cups-408/cups/cups/
H A Dipp.c2639 * 'ippGetVersion()' - Get the major and minor version number from an IPP message.
2646 int *minor) /* O - Minor version number or @code NULL@ */
2654 if (minor)
2655 *minor = 0;
2664 if (minor)
2665 *minor = ipp->request.any.version[1];
4721 int major, /* I - Major version number (major.minor) */
4722 int minor) /* I - Minor version number (major.minor) */
4728 if (!ipp || major < 0 || minor <
2645 ippGetVersion(ipp_t *ipp, int *minor) argument
4720 ippSetVersion(ipp_t *ipp, int major, int minor) argument
[all...]
H A Dipp.h940 extern int ippGetVersion(ipp_t *ipp, int *minor) _CUPS_API_1_6;
975 extern int ippSetVersion(ipp_t *ipp, int major, int minor)

Completed in 423 milliseconds

1234567891011>>