/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 84 #define SIZE(b) ((b)->t_s) argument 85 #define AFTER(b) ((b)->t_p) argument 86 #define PARENT(b) ((b)->t_p) argument 87 #define LEFT(b) ((b)->t_l) argument 88 #define RIGHT(b) ((b) argument 89 LINKFOR(b) global() argument 90 LINKBAK(b) global() argument 121 SIZE(b) global() argument 124 PARENT(b) global() argument 125 LEFT(b) global() argument 126 RIGHT(b) global() argument 129 AFTER(b) global() argument 132 LINKFOR(b) global() argument 133 LINKBAK(b) global() argument 138 SETNOTREE(b) global() argument 139 ISNOTREE(b) global() argument 142 DATA(b) global() argument 144 SELFP(b) global() argument 145 LAST(b) global() argument 146 NEXT(b) global() argument 147 BOTTOM(b) global() argument [all...] |
H A D | getpwnam.c | 61 nss_XbyY_buf_t *b; in get_pwbuf() local 72 nss_XbyY_buf_t *b = get_pwbuf(); in getpwuid() local 81 nss_XbyY_buf_t *b = get_pwbuf(); in getpwnam() local 90 nss_XbyY_buf_t *b = get_pwbuf(); getpwent() local 99 nss_XbyY_buf_t *b = get_pwbuf(); fgetpwent() local [all...] |
H A D | getgrnam.c | 63 nss_XbyY_buf_t *b; in get_grbuf() local 84 nss_XbyY_buf_t *b = get_grbuf(0); in getgrgid() local 103 nss_XbyY_buf_t *b = get_grbuf(0); getgrnam() local 122 nss_XbyY_buf_t *b = get_grbuf(1); getgrent() local 131 nss_XbyY_buf_t *b = get_grbuf(1); fgetgrent() local [all...] |
H A D | getspent.c | 58 nss_XbyY_buf_t *b; in get_spbuf() local 69 nss_XbyY_buf_t *b = get_spbuf(); in getspnam() local 78 nss_XbyY_buf_t *b = get_spbuf(); in getspent() local 87 nss_XbyY_buf_t *b = get_spbuf(); fgetspent() local [all...] |
/titanic_51/usr/src/uts/common/os/ |
H A D | bitset.c | 37 bitset_init(bitset_t *b) in bitset_init() argument 47 bitset_init_fanout(bitset_t *b, uint_t fanout) in bitset_init_fanout() argument 58 bitset_fini(bitset_t *b) in bitset_fini() argument 71 bitset_resize(bitset_t *b, uint_ argument 108 bitset_capacity(bitset_t * b) bitset_capacity() argument 123 bitset_add(bitset_t * b,uint_t elt) bitset_add() argument 135 bitset_atomic_add(bitset_t * b,uint_t elt) bitset_atomic_add() argument 148 bitset_atomic_test_and_add(bitset_t * b,uint_t elt) bitset_atomic_test_and_add() argument 163 bitset_del(bitset_t * b,uint_t elt) bitset_del() argument 175 bitset_atomic_del(bitset_t * b,uint_t elt) bitset_atomic_del() argument 188 bitset_atomic_test_and_del(bitset_t * b,uint_t elt) bitset_atomic_test_and_del() argument 203 bitset_in_set(bitset_t * b,uint_t elt) bitset_in_set() argument 217 bitset_is_null(bitset_t * b) bitset_is_null() argument 256 bitset_find(bitset_t * b) bitset_find() argument 351 bitset_zero(bitset_t * b) bitset_zero() argument [all...] |
/titanic_51/usr/src/cmd/oawk/ |
H A D | parse.c | 65 NODE *node1(a, b) NODE *b; in node1() argument 78 NODE *node2(a, b, c) NODE *b, *c; in node2() argument 92 NODE *node3(a, b, c, d) NODE *b, *c, *d; in node3() argument 107 NODE *node4(a, b, argument 123 stat3(a,b,c,d) stat3() argument 134 op2(a,b,c) op2() argument 145 op1(a,b) op1() argument 156 stat1(a,b) stat1() argument 167 op3(a,b,c,d) op3() argument 178 stat2(a,b,c) stat2() argument 189 stat4(a,b,c,d,e) stat4() argument 200 valtonode(a,b) valtonode() argument 212 pa2stat(a,b,c) pa2stat() argument 224 linkum(a,b) linkum() argument [all...] |
/titanic_51/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 92 #define SIZE(b) (((b)->t_s).w_i) argument 93 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01) argument 96 #define PARENT(b) (((b)->t_p).w_p[0]) argument 97 #define LEFT(b) (((b)->t_l).w_p[0]) argument 98 #define RIGHT(b) (((b) argument 101 AFTER(b) global() argument 104 LINKFOR(b) global() argument 105 LINKBAK(b) global() argument 108 SETNOTREE(b) global() argument 109 ISNOTREE(b) global() argument 112 DATA(b) global() argument 114 SELFP(b) global() argument 115 LAST(b) global() argument 116 NEXT(b) global() argument 117 BOTTOM(b) global() argument [all...] |
/titanic_51/usr/src/cmd/awk/ |
H A D | parse.c | 58 node1(int a, Node *b) in node1() argument 69 node2(int a, Node *b, Node *c) in node2() argument 81 node3(int a, Node *b, Node *c, Node *d) in node3() argument 94 node4(int a, Node *b, Node *c, Node *d, Node *e) in node4() argument 107 stat3(int a, Node *b, Node *c, Node *d) in stat3() argument 117 op2(int a,Node * b,Node * c) op2() argument 127 op1(int a,Node * b) op1() argument 137 stat1(int a,Node * b) stat1() argument 147 op3(int a,Node * b,Node * c,Node * d) op3() argument 157 op4(int a,Node * b,Node * c,Node * d,Node * e) op4() argument 167 stat2(int a,Node * b,Node * c) stat2() argument 177 stat4(int a,Node * b,Node * c,Node * d,Node * e) stat4() argument 187 valtonode(Cell * a,int b) valtonode() argument 224 pa2stat(Node * a,Node * b,Node * c) pa2stat() argument 235 linkum(Node * a,Node * b) linkum() argument [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | pci_cap.h | 78 #define PCI_CAP_GET8(h, i, b, o) ((uint8_t) \ argument 80 #define PCI_CAP_GET16(h, i, b, o) ((uint16_t) \ argument 82 #define PCI_CAP_GET32(h, i, b, o) ((uint32_t) \ argument 85 #define PCI_CAP_PUT8(h, i, b, o, d) ((uint8_t) \ argument 87 #define PCI_CAP_PUT16(h, i, b, o, d) ((uint16_t) \ argument 89 PCI_CAP_PUT32(h,i,b,o,d) global() argument 92 PCI_XCAP_GET8(h,i,b,o) global() argument 94 PCI_XCAP_GET16(h,i,b,o) global() argument 96 PCI_XCAP_GET32(h,i,b,o) global() argument 99 PCI_XCAP_PUT8(h,i,b,o,d) global() argument 101 PCI_XCAP_PUT16(h,i,b,o,d) global() argument 103 PCI_XCAP_PUT32(h,i,b,o,d) global() argument [all...] |
H A D | priv_impl.h | 104 #define __PRIV_ASSERT(a, b) ((a)->pbits[privword(b)] |= privmask(b)) argument 105 #define __PRIV_CLEAR(a, b) ((a)->pbits[privword(b)] argument 106 __PRIV_ISASSERT(a,b) global() argument 109 PRIV_CLEAR(a,b) global() argument 110 PRIV_ASSERT(a,b) global() argument 111 PRIV_ISASSERT(a,b) global() argument 113 PRIV_CLEAR(a,b) global() argument 114 PRIV_ASSERT(a,b) global() argument 115 PRIV_ISASSERT(a,b) global() argument [all...] |
/titanic_51/usr/src/lib/libmp/common/ |
H A D | old_mp.c | 29 void gcd(MINT *a, MINT *b, MINT *c) { mp_gcd(a, b, c); } in gcd() argument 31 void madd(MINT *a, MINT *b, MINT *c) { mp_madd(a, b, c); } in madd() argument 33 void msub(MINT *a, MINT *b, MINT *c) { mp_msub(a, b, c); } in msub() argument 35 void mdiv(MINT *a, MINT *b, MINT *q, MINT *r) { mp_mdiv(a, b, q, r); } in mdiv() argument 43 int msqrt(MINT *a, MINT *b, MINT *r) { return (mp_msqrt(a, b, argument 45 mult(MINT * a,MINT * b,MINT * c) mult() argument 47 pow(MINT * a,MINT * b,MINT * c,MINT * d) pow() argument 49 rpow(MINT * a,short n,MINT * b) rpow() argument 53 mcmp(MINT * a,MINT * b) mcmp() argument [all...] |
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | options.c | 27 # define bashopt(a,b) a, b|SH_BASHOPT, argument 28 # define bashextra(a,b) a, b|SH_BASHEXTRA, argument 30 # define bashopt(a,b) argument 31 # define bashextra(a,b) argument
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 27 # define bashopt(a,b) a, b|SH_BASHOPT, argument 28 # define bashextra(a,b) a, b|SH_BASHEXTRA, argument 30 # define bashopt(a,b) argument 31 # define bashextra(a,b) argument
|
/titanic_51/usr/src/uts/common/inet/ip/ |
H A D | ip_listutils.c | 66 lists_are_different(const slist_t *a, const slist_t *b) in lists_are_different() argument 122 l_intersection(const slist_t *a, const slist_t *b, slist_t *target) in l_intersection() argument 152 l_difference(const slist_t * a,const slist_t * b,slist_t * target) l_difference() argument 222 slist_t *b; l_alloc_copy() local 241 l_copy(const slist_t * a,slist_t * b) l_copy() argument 268 l_union_in_a(slist_t * a,const slist_t * b,boolean_t * overflow) l_union_in_a() argument 309 l_intersection_in_a(slist_t * a,const slist_t * b) l_intersection_in_a() argument 349 l_difference_in_a(slist_t * a,const slist_t * b) l_difference_in_a() argument [all...] |
/titanic_51/usr/src/uts/common/sys/tsol/ |
H A D | priv.h | 49 #define PRIV_ASSERT(a, b) (priv_addset(a, b)) argument 54 #define PRIV_CLEAR(a, b) (priv_delset(a, b)) argument 59 #define PRIV_EQUAL(a, b) (priv_isequalset(a, b)) argument 66 PRIV_ISASSERT(a,b) global() argument 74 PRIV_ISSUBSET(a,b) global() argument 79 PRIV_INTERSECT(a,b) global() argument 89 PRIV_UNION(a,b) global() argument [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_defs.h | 171 #define TIME_GE(a, b) ((int32_t)((a) - (b)) >= 0) argument 172 #define TIME_GT(a, b) ((int32_t)((a) - (b)) > 0) argument 173 #define TIME_LT(a, b) ((int32_t)((a) - (b)) < 0) argument 174 #define TIME_LE(a, b) ((int32_t)((a) - (b)) <= 0) argument 180 #define SEQ_GE(a, b) ((int16_t)((a) - (b)) > argument 181 SEQ_GT(a,b) global() argument 182 SEQ_LT(a,b) global() argument 183 SEQ_LE(a,b) global() argument [all...] |
/titanic_51/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | pkgadm.h | 45 #define ci_streq(a, b) (strcasecmp((a), (b)) == 0) argument 46 #define ci_strneq(a, b, c) (strncasecmp((a), (b), (c)) == 0) argument 47 #define streq(a, b) (strcmp((a), (b)) == 0) argument 48 #define strneq(a, b, c) (strncmp((a), (b), (c)) == 0) argument
|
/titanic_51/usr/src/uts/common/netinet/ |
H A D | tcp_seq.h | 22 #define SEQ_LT(a, b) ((int32_t)((a)-(b)) < 0) argument 23 #define SEQ_LEQ(a, b) ((int32_t)((a)-(b)) <= 0) argument 24 #define SEQ_GT(a, b) ((int32_t)((a)-(b)) > 0) argument 25 #define SEQ_GEQ(a, b) ((int32_t)((a)-(b)) >= 0) argument
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | transition.c | 49 _ast_strtol(const char* a, char** b, int c) in _ast_strtol() 58 _ast_strtoul(const char* a, char** b, int c) in _ast_strtoul() 67 _ast_strtoll(const char* a, char** b, int c) in _ast_strtoll() 76 _ast_strtoull(const char* a, char** b, int c) in _ast_strtoull()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | transition.c | 49 _ast_strtol(const char* a, char** b, int c) in _ast_strtol() argument 58 _ast_strtoul(const char* a, char** b, int c) in _ast_strtoul() argument 67 _ast_strtoll(const char* a, char** b, int c) in _ast_strtoll() argument 76 _ast_strtoull(const char* a, char** b, int c) in _ast_strtoull() argument
|
/titanic_51/usr/src/uts/common/exec/java/ |
H A D | java.c | 72 #define CH(b, n) (((unsigned char *)(b))[n]) argument 73 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8)) argument 74 #define LG(b, n) (SH(b, n) | (SH(b, n+2) << 16)) argument 76 #define LOCNAM(b) (SH(b, 2 argument 77 LOCEXT(b) global() argument 80 XFHID(b) global() argument 81 XFDATASIZ(b) global() argument [all...] |
/titanic_51/usr/src/lib/libuutil/common/ |
H A D | uu_string.c | 39 uu_streq(const char *a, const char *b) in uu_streq() argument 46 uu_strcaseeq(const char *a, const char *b) in uu_strcaseeq() argument 53 uu_strbw(const char *a, const char *b) in uu_strbw() argument
|
/titanic_51/usr/src/lib/krb5/kadm5/ |
H A D | admin_internal.h | 32 #define ADMIN_LOG(a, b, c) syslog(a, b, c); argument 33 #define ADMIN_LOGO(a, b) syslog(a, b); argument 35 #define ADMIN_LOG(a, b, c) argument 36 #define ADMIN_LOGO(a, b) argument
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regsubexec.c | 30 #define NEED(p,b,n,r) \ argument 51 #define PUTC(p,b,x,r) \ argument 58 #define PUTS(p,b,x,z,r) \ argument 71 sub(const regex_t* p, register regsub_t* b, const char* ss, register regsubop_t* op, size_t nmatch,… in sub() 151 register regsub_t* b; in regsubexec() local
|
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | color.c | 86 init_color(short color, short r, short g, short b) in init_color() argument 122 init_pair(short pair, short f, short b) in init_pair() argument 161 color_content(short color,short * r,short * g,short * b) color_content() argument 182 pair_content(short pair,short * f,short * b) pair_content() argument [all...] |