Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dconfig2help.c256 struct double_list *cfrom, *tfrom, *anchor; in main() local
277 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen); in main()
298 if (tfrom && tfrom != throw->help) { in main()
304 while (throw->help && throw->help != tfrom) in main()
333 while (tfrom) dlist_add(&anchor, dlist_zap(&tfrom)); in main()
/external/dhcpcd-6.8.2/
Ddhcp.c2473 const char *tfrom; in log_dhcp1() local
2506 tfrom = "from"; in log_dhcp1()
2513 ifp->name, msg, tfrom, inet_ntoa(addr), sname); in log_dhcp1()
2516 ifp->name, msg, a, tfrom, inet_ntoa(addr), sname); in log_dhcp1()
2519 tfrom = "via"; in log_dhcp1()
2524 ifp->name, msg, tfrom, inet_ntoa(addr)); in log_dhcp1()
2527 ifp->name, msg, a, tfrom, inet_ntoa(addr)); in log_dhcp1()