/titanic_52/usr/src/cmd/ipf/lib/common/ |
H A D | icmpcode.c | 14 # define MIN(a,b) ((a) > (b) ? (b) : (a)) macro
|
/titanic_52/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
|
/titanic_52/usr/src/lib/libbc/libc/stdio/common/ |
H A D | fgets.c | 41 #define MIN(x, y) (x < y ? x : y) macro
|
H A D | fread.c | 42 #define MIN(x, y) (x < y ? x : y) macro
|
H A D | fwrite.c | 44 #define MIN(x, y) (x < y ? x : y) macro
|
/titanic_52/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
|
/titanic_52/usr/src/cmd/fs.d/ |
H A D | fslib.h | 84 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/titanic_52/usr/src/cmd/lp/filter/postscript/common/ |
H A D | gen.h | 67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
|
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_http.c | 58 #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
|
/titanic_52/usr/src/lib/storage/common/ |
H A D | l_common.h | 109 #define MIN(a, b) (a < b ? a : b) macro
|
/titanic_52/usr/src/cmd/fm/eversholt/common/ |
H A D | eftread.c | 55 #define MIN(x, y) ((x) <= (y) ? (x) : (y)) macro
|
/titanic_52/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_impl.h | 58 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
/titanic_52/usr/src/cmd/mkfile/ |
H A D | mkfile.c | 39 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 192 MIN(float a, float b, float c) in MIN() function
|
/titanic_52/usr/src/lib/libpcp/common/ |
H A D | libpcp.h | 69 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
/titanic_52/usr/src/lib/libc/port/locale/ |
H A D | mblocal.h | 117 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/titanic_52/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
|
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.h | 40 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
/titanic_52/usr/src/cmd/sort/common/ |
H A D | utility.h | 64 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
/titanic_52/usr/src/uts/intel/io/pci/ |
H A D | pci_memlist.c | 147 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/titanic_52/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 287 #define MIN(x,y) (((x) <= (y)) ? (x) : (y)) macro
|
/titanic_52/usr/src/lib/libsasl/lib/ |
H A D | canonusr.c | 376 #define MIN(a,b) (((a) < (b))? (a):(b)) macro
|
/titanic_52/usr/src/lib/libbc/inc/include/sys/ |
H A D | param.h | 178 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
|