Searched refs:plname (Results 1 - 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
H A 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() [all...] |
Completed in 1 milliseconds