Home
last modified time | relevance | path

Searched defs:deref (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtype1.c11 static inline int deref(const char *s) in deref() function
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodrdn.c40 int rc, havedn, deref, optind; in main() local
H A Dldapdelete.c71 int rc, deref, optind; in main() local
H A Dldapmodify.c242 int rc, use_ldif, deref; in process() local
H A Dldapsearch.c138 static int includeufn, allow_binary, vals2tmp, ldif, scope, deref; variable
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/
H A Dparser.py56 def _deref_to_tuple(self, deref): argument
/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.c508 struct expression *deref = alloc_expression(token->pos, EXPR_PREOP); in postfix_expression() local
539 struct expression *deref = alloc_expression(token->pos, EXPR_DEREF); in postfix_expression() local
H A Dcheck_memcpy_overflow.c51 struct expression *deref; in bytes_to_end_of_struct() local
H A Dinline.c150 struct expression *deref = copy_expression(expr->deref); in copy_expression() local
H A Dsmatch_expressions.c64 struct expression *member_expression(struct expression *deref, int op, struct ident *member) in member_expression()
H A Dsmatch_helper.c187 struct expression *deref; in __get_variable_from_expr() local
922 struct expression *deref; in get_member_name() local
H A Dexpression.h190 struct expression *deref; member
H A Dsmatch_flow.c1377 struct expression *deref, *assign, *tmp, *right; in fake_member_assigns_helper() local
H A Devaluate.c2064 struct expression *deref = expr->deref, *add; in evaluate_member_dereference() local
H A Dsmatch_extra.c104 struct expression *deref, *member_expr; in set_union_info() local
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c132 int scope = LDAP_SCOPE_BASE, deref = LDAP_DEREF_NEVER, in cldap_build_request() local
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1919 deref(printarg_t *pap, size_t size) in deref() function