Searched refs:tp (Results 126 - 128 of 128) sorted by relevance

123456

/barrelfish-master/include/lwip2/netif/ppp/
H A Deap.c317 struct tm *tp; local
326 tp = localtime(&reftime);
329 strftime(tbuf, sizeof (tbuf), "%Y%m%d", tp);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Deap.c317 struct tm *tp; local
326 tp = localtime(&reftime);
329 strftime(tbuf, sizeof (tbuf), "%Y%m%d", tp);
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.c1076 p_cpx_get_prob_param(value vlp, type tlp, value vp, type tp, value vval, type tval) argument
1080 Check_Integer(tp);
1116 p_cpx_get_param(value vlp, type tlp, value vp, type tp, value vval, type tval) argument
1135 if (IsAtom(tp))
1205 Check_Integer(tp);
1255 p_cpx_set_param(value vlp, type tlp, value vp, type tp, value vval, type tval) argument
1262 Check_Atom(tp);

Completed in 101 milliseconds

123456