Home
last modified time | relevance | path

Searched defs:a (Results 151 – 175 of 1968) sorted by relevance

12345678910>>...79

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dkill-pure-call.c4 int keep(int a) { return side(a) && 0; } in keep()
5 int kill(int a) { return pure(a) && 0; } in kill()
H A Dkill-insert-branch.c1 void foo(int a) in foo()
10 void bar(int a) in bar()
H A Dstorage-struct-member.c1 int foo(a) in foo() argument
8 register int a; member
H A Dbuiltin-args-checking.c1 static unsigned int bad_nbr_args_cte(int a) in bad_nbr_args_cte()
13 static unsigned int bad_nbr_args_var(int a, int b) in bad_nbr_args_var()
H A Dsm_compound_condition.c2 int a; member
5 struct ture *a; variable
H A Dsm_implied.c2 int a; member
5 struct ture *a; variable
H A Dsm_implied5.c2 int a; member
10 int a = 0; in func() local
H A Dbuiltin_va_arg_pack.c3 extern inline __attribute__((__always_inline__)) void f(int a, ...) in f()
8 extern inline __attribute__((__always_inline__)) void g(int a, ...) in g()
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dphi-order01.c3 static int foo(int a) in foo()
8 static int bar(int a) in bar()
H A Drange-op.c1 static void foo(int a) in foo()
6 static void bar(int a, int b, int c) in bar()
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbool-same-args.c1 static int ior(int a) { return a || a; } in ior()
2 static int and(int a) { return a && a; } in and()
H A Dmuldiv-by-zero.c4 si smul0(si a) { return a * 0; } in smul0()
5 ui umul0(ui a) { return a * 0; } in umul0()
H A Dbool-context.c3 bool bool_ior(int a, int b) { return a || b; } in bool_ior()
4 bool bool_and(int a, int b) { return a && b; } in bool_and()
H A Dcall-inlined.c3 static inline int add(int a, int b) in add()
8 int foo(int a, int b, int p) in foo()
/illumos-gate/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c61 mover(void *a) in mover()
81 cleaner(void *a) in cleaner()
100 writer(void *a) in writer()
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_conn_sm.h122 #define item(a) a, argument
130 #define item(a) #a, argument
157 #define item(a) a, argument
165 #define item(a) #a, argument
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSDigest.c410 # define ROTATE(a,n) __rol(a,n) argument
426 # define ROTATE(a,n) ({ register unsigned int ret; \ argument
435 # define ROTATE(a,n) ({ register unsigned int ret; \ argument
459 # define LE_FETCH32(a) ({ register unsigned int l; \ argument
468 # define LE_FETCH32(a) ({ register unsigned int l; \ argument
483 #define REVERSE_FETCH32(a,l) ( \ argument
489 #define REVERSE_FETCH32(a,l) ( \ argument
902 #define R0(a,b,c,d,k,s,t) { \ argument
907 #define R1(a,b,c,d,k,s,t) { \ argument
912 #define R2(a,b,c,d,k,s,t) { \ argument
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dundef00.c3 int *a; in badr() local
9 int *a; in badw() local
H A Dinit-local-array.c3 int a[2]; in array() local
13 int a[2]; in sarray() member
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c42 ap_symid(apd_t *a, char *apid, char *symid, size_t bufsize) in ap_symid()
90 ap_logid(apd_t *a, char *apid) in ap_logid()
117 ap_parse(apd_t *a, const char *ap_id) in ap_parse()
511 ap_opt_parse(apd_t *a, ap_cmd_t *acp, const char *options) in ap_opt_parse()
651 ap_cmd_parse(apd_t *a, const char *f, const char *options, int *cmd) in ap_cmd_parse()
732 ap_cnt(apd_t *a) in ap_cnt()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Derrormap.c118 #define ER2(a,b) {a, b}, argument
119 #define ER3(a,b,c) {a, c}, argument
121 #define ER2(a,b) {a, NULL}, argument
122 #define ER3(a,b,c) {a, NULL}, argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c129 strintcmp(const void *a, const void *b) in strintcmp()
900 priv_isequalset(const priv_set_t *a, const priv_set_t *b) in priv_isequalset()
944 priv_issubset(const priv_set_t *a, const priv_set_t *b) in priv_issubset()
949 #define PRIV_CHANGE_BODY(a, op, b) \ argument
961 priv_intersect(const priv_set_t *a, priv_set_t *b) in priv_intersect()
969 priv_copyset(const priv_set_t *a, priv_set_t *b) in priv_copyset()
977 priv_union(const priv_set_t *a, priv_set_t *b) in priv_union()
985 priv_inverse(priv_set_t *a) in priv_inverse()
995 priv_addset(priv_set_t *a, const char *p) in priv_addset()
1008 priv_delset(priv_set_t *a, const char *p) in priv_delset()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dip6.h151 #define V6_OR_V4_INADDR_ANY(a) ((a).s6_addr32[3] == 0 && \ argument
158 #define V6_OR_V4_INADDR_ANY(a) ((a).s6_addr32[3] == 0 && \ argument
181 #define V6_SET_ZERO(a) ((a).s6_addr32[0] = 0, \ argument
187 #define V6_MASK_EQ(a, m, b) \ argument
193 #define V6_MASK_EQ_2(a, m, b) \ argument
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Dea-iscii%iscii91.c36 #define get_vowel(a) EAISCII_vowel_type[(a) - EA_START] argument
37 #define get_nukta_value(a) EAISCII_nukta_type[(a) - EA_START] argument
38 #define is_first_vowel(a) ((a) == FIRST_VOWEL) argument
39 #define is_nukta(a) ((a) == NUKTA_VALUE) argument
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y321 ipmon_action_t *a; local
460 ipmon_action_t *a; local
638 static void free_action(a) in free_action() argument
671 ipmon_action_t *a; local

12345678910>>...79