Home
last modified time | relevance | path

Searched refs:lstp (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/xlint/
HDxlint.c151 appstrg(char ***lstp, char *s) in appstrg() argument
156 olst = *lstp; in appstrg()
162 *lstp = lst; in appstrg()
166 appcstrg(char ***lstp, const char *s) in appcstrg() argument
169 appstrg(lstp, xstrdup(s)); in appcstrg()
191 freelst(char ***lstp) in freelst() argument
196 for (i = 0; (*lstp)[i] != NULL; i++) in freelst()
199 s = (*lstp)[i]; in freelst()
200 (*lstp)[i] = NULL; in freelst()
277 appdef(char ***lstp, const char *def) in appdef() argument
[all …]
/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_util.c111 storeval(list **lstp, definition *val) in storeval() argument
116 for (l = lstp; *l != NULL; l = (list **) & (*l)->next); in storeval()
HDrpc_util.h157 void storeval(list **lstp, definition *val);
/freebsd-11-stable/usr.bin/xlint/lint1/
HDtree.c775 type_t *ltp, *rtp = NULL, *lstp = NULL, *rstp = NULL; in typeok() local
784 lst = (lstp = ltp->t_subt)->t_tspec; in typeok()
924 if (!eqtype(lstp, rstp, 1, 0, NULL)) { in typeok()
1086 if (!eqtype(lstp, rstp, 1, 0, NULL)) in typeok()
1230 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; in asgntypok() local
1235 lst = (lstp = ltp->t_subt)->t_tspec; in asgntypok()
1278 eqtype(lstp, rstp, 1, 0, NULL))) { in asgntypok()
1281 ((!lstp->t_const && rstp->t_const) || in asgntypok()
1282 (!lstp->t_volatile && rstp->t_volatile))) { in asgntypok()