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 2859 type_t *lstp = ltp->t_subt; local
2861 tspec_t lst = lstp->t_tspec;
2874 if (pointer_types_are_compatible(lstp, rstp, true))
2876 if (!types_compatible(lstp, rstp, true, false, NULL))
3092 check_unconst_function(const type_t *lstp, const tnode_t *rn)
3096 if (lstp->t_tspec == CHAR && !lstp->t_const &&
3105 if (!lstp->t_const &&
3118 const type_t *lstp, tspec_t lst,
3124 types_compatible(lstp, rstp
3243 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local
    [all...]

Completed in 17 milliseconds