Searched refs:ptl (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c2014 struct demangle_component **ptl; local
2028 ptl = &tl;
2046 *ptl = d_make_comp (di, DEMANGLE_COMPONENT_ARGLIST, type, NULL);
2047 if (*ptl == NULL)
2049 ptl = &d_right (*ptl);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1968 struct demangle_component **ptl; local
1982 ptl = &tl;
2000 *ptl = d_make_comp (di, DEMANGLE_COMPONENT_ARGLIST, type, NULL);
2001 if (*ptl == NULL)
2003 ptl = &d_right (*ptl);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dmod.c40 krb5_tl_data *tl, **ptl; local
49 ptl = &princ->tl_data;
50 while (*ptl != NULL)
51 ptl = &(*ptl)->tl_data_next;
52 *ptl = tl;
/freebsd-11-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c232 int ptl = q->len;
235 pt = known_pt(q->wh, &ptl);
237 p->prga_len = ptl;

Completed in 251 milliseconds