HomeSort by: relevance | last modified time | path
    Searched refs:lstp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_util.c 121 storeval(list **lstp, definition *val)
127 for (l = lstp; *l != NULL; l = (list **) & (*l)->next);
  /src/usr.bin/xlint/lint1/
tree.c 2795 type_t *lstp = ltp->t_subt; local in function:typeok_colon_pointer
2797 tspec_t lst = lstp->t_tspec;
2810 if (pointer_types_are_compatible(lstp, rstp, true))
2812 if (!types_compatible(lstp, rstp, true, false, NULL))
3028 check_unconst_function(const type_t *lstp, const tnode_t *rn)
3032 if (lstp->t_tspec == CHAR && !lstp->t_const &&
3041 if (!lstp->t_const &&
3054 const type_t *lstp, tspec_t lst,
3060 types_compatible(lstp, rstp
3179 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local in function:check_assign_types_compatible
    [all...]

Completed in 37 milliseconds