Searched refs:tfrom (Results 1 - 2 of 2) sorted by relevance

/external/toybox/scripts/
H A Dconfig2help.c272 struct double_list *cfrom, *tfrom, *anchor; local
293 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen);
314 if (tfrom && tfrom != throw->help) {
320 while (throw->help && throw->help != tfrom)
349 while (tfrom) dlist_add(&anchor, dlist_zap(&tfrom));
/external/dhcpcd-6.8.2/
H A Ddhcp.c2473 const char *tfrom; local
2506 tfrom = "from";
2513 ifp->name, msg, tfrom, inet_ntoa(addr), sname);
2516 ifp->name, msg, a, tfrom, inet_ntoa(addr), sname);
2519 tfrom = "via";
2524 ifp->name, msg, tfrom, inet_ntoa(addr));
2527 ifp->name, msg, a, tfrom, inet_ntoa(addr));

Completed in 136 milliseconds