Home
last modified time | relevance | path

Searched refs:tleft (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dtraceroute.c217 int res = 0, tleft; in do_trace() local
228 while ((tleft = (int)(tv - ((unsigned long long)(t2.tv_sec * 1000ULL in do_trace()
232 if (!(res = poll(pfd, 1, tleft))) { in do_trace()
/external/libcups/cups/
Dppd-cache.c3352 char tleft[256], /* Left string */ in _ppdCreateFromIPP() local
3364 _cupsStrFormatd(tleft, tleft + sizeof(tleft), left * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3371 …cupsFilePrintf(fp, "*ImageableArea %s: \"%s %s %s %s\"\n", pwg->ppd, tleft, tbottom, tright, ttop); in _ppdCreateFromIPP()