Searched refs:plname (Results 1 – 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
D | host.c | 77 char *name, *nsname, plname[640], ptrbuf[128]; in host_main() local 167 inet_ntop(rrt[type].af, p, plname, sizeof(plname)); in host_main() 170 dn_expand(abuf, abuf+alen, p, plname, sizeof(plname)); in host_main() 173 snprintf(plname, sizeof(plname), "\"%.*s\"", pllen, p); in host_main() 176 i = dn_expand(abuf, abuf+alen, p, plname, sizeof(plname) - 1); in host_main() 177 strcat(plname, " "); in host_main() 178 i += dn_expand(abuf, abuf+alen, p+i, plname+strlen(plname), in host_main() 179 sizeof(plname)-strlen(plname)); in host_main() 182 snprintf(plname+strlen(plname), sizeof(plname)-strlen(plname), in host_main() 192 snprintf(plname, sizeof(plname), verbose ? "%d " : "(pri=%d) by ", pri); in host_main() [all …]
|