Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 19 of 19) sorted by path

/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c139 #define SIZE (LASTTOKEN - FIRSTTOKEN + 1) macro
/illumos-gate/usr/src/cmd/find/
H A Dfind.c92 PRINT0, PRUNE, REGEX, RPAREN, SIZE, TYPE, VARARGS, XATTR, DELETE enumerator
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c90 #define SIZE LASTTOKEN - FIRSTTOKEN macro
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h82 # define SIZE 512 /* scratch buffer size */ macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c22 #define SIZE 128 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h345 #define SIZE(b) ((b)->head.head.size.size) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c105 #define SIZE 6 macro
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSDebug.h223 #define mallocL(MSG, SIZE) malloc(SIZE) argument
224 #define callocL(MSG, SIZE) calloc(1, SIZE) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1215 #define setvbuf(FILE,BUF,MODE,SIZE) \ argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c62 # define strerror_r(ERRNUM, BUF, SIZE) (strlcpy((BUF), strerror(ERRNUM), (SIZE)), (BUF)[(SIZE)-1] =… argument
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h147 SIZE, enumerator
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h82 #define SIZE(b) ((b)->t_s) macro
119 #define SIZE(b) (((b)->t_s).w_i) macro
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dstret.S33 #define SIZE %o1 macro
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dlibmlrpc.h297 #define NDR_ALIGN4(SIZE) ((4 - (SIZE)) & 3); argument
H A Dndr_process.c1842 #define MAKE_BASIC_TYPE_BASE(TYPE, SIZE) \ argument
1858 #define MAKE_BASIC_TYPE_STRING(TYPE, SIZE) \ argument
1874 #define MAKE_BASIC_TYPE(TYPE, SIZE) \ argument
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h90 #define SIZE(b) (((b)->t_s).w_i) macro
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dalloc.h62 #define MEM_MALLOC(AREA, SIZE) malloc(SIZE) argument
63 #define MEM_ZALLOC(AREA, SIZE) calloc((SIZE), 1) argument
65 #define MEM_REALLOC(AREA, PTR, SIZE) realloc((PTR), (SIZE)) argument
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h604 #define ISCSI_SESSION_CONFIG_SIZE(SIZE) \ argument
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h647 #define ISCSI_SESSION_CONFIG_SIZE(SIZE) \ argument