| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ | 
| H A D | gen_seqnum.c | 40 #define MIN(a,b) ((a) < (b) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/cmd/ipf/lib/ | 
| H A D | icmpcode.c | 14 # define	MIN(a,b)	((a) > (b) ? (b) : (a))  macro
 | 
| /illumos-gate/usr/src/tools/smatch/src/ | 
| H A D | test-sort.c | 14 #define MIN(_x,_y) ((_x) < (_y) ? (_x) : (_y))  macro
 | 
| /illumos-gate/usr/src/cmd/fm/fmd/common/ | 
| H A D | fmd_fmri.h | 57 #define	MIN(x, y) ((x) < (y) ? (x) : (y))  macro
 | 
| H A D | fmd_api.h | 67 #define	MIN(x, y) ((x) < (y) ? (x) : (y))  macro
 | 
| /illumos-gate/usr/src/cmd/fs.d/ | 
| H A D | fslib.h | 82 #define	MIN(a, b)	((a) < (b) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/cmd/lp/filter/postscript/common/ | 
| H A D | gen.h | 67 #define MIN(A, B)	((A) < (B) ? (A) : (B))  macro
 | 
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ | 
| H A D | snoop_http.c | 56 #define	MIN(a, b) (((a) < (b)) ? (a) : (b))  macro
 | 
| H A D | snoop_mount.c | 46 #define	MIN(a, b) ((a) < (b) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/lib/storage/common/ | 
| H A D | l_common.h | 109 #define	MIN(a, b)		(a < b ? a : b)  macro
 | 
| /illumos-gate/usr/src/cmd/fm/eversholt/common/ | 
| H A D | eftread.c | 53 #define	MIN(x, y) ((x) <= (y) ? (x) : (y))  macro
 | 
| /illumos-gate/usr/src/cmd/mkfile/ | 
| H A D | mkfile.c | 38 #define	MIN(a, b)	((a) < (b) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/compat/bhyve/sys/ | 
| H A D | param.h | 49 #define	MIN(a,b) (((a)<(b))?(a):(b))  macro
 | 
| /illumos-gate/usr/src/lib/libcurses/screen/ | 
| H A D | init_color.c | 190 MIN(float a, float b, float c)  in MIN()  function
 | 
| /illumos-gate/usr/src/lib/libpcp/common/ | 
| H A D | libpcp.h | 67 #define	MIN(x, y) ((x) < (y) ? (x) : (y))  macro
 | 
| /illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ | 
| H A D | db-int.h | 287 #define	MIN(_a,_b)	((_a)<(_b)?(_a):(_b))  macro
 | 
| /illumos-gate/usr/src/lib/libc/port/locale/ | 
| H A D | mblocal.h | 117 #define	MIN(a, b)	((a) < (b) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/cmd/backup/dump/ | 
| H A D | dump.h | 78 #define	MIN(a, b)	(((a) < (b)) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/cmd/sort/ | 
| H A D | utility.h | 62 #define	MIN(x, y)	(((x) < (y)) ? (x) : (y))  macro
 | 
| /illumos-gate/usr/src/uts/intel/io/pci/ | 
| H A D | pci_memlist.c | 150 #define	MIN(a, b)	((a) < (b) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/lib/libresolv2/include/ | 
| H A D | port_after.h | 287 #define MIN(x,y) (((x) <= (y)) ? (x) : (y))  macro
 | 
| /illumos-gate/usr/src/lib/libsasl/lib/ | 
| H A D | canonusr.c | 375 #define MIN(a,b) (((a) < (b))? (a):(b))  macro
 | 
| /illumos-gate/usr/src/cmd/bnu/ | 
| H A D | eio.c | 34 #define     MIN(a,b) (((a)<(b))?(a):(b))  macro
 | 
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ | 
| H A D | expand.c | 55 #define	MIN(a, b)	((a) < (b) ? (a) : (b))  macro
 | 
| /illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ | 
| H A D | diskmon_conf.h | 47 #define	MIN(x, y) ((x) < (y) ? (x) : (y))  macro
 |