Searched refs:pllen (Results 1 – 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
D | host.c | 71 i, j, ret, sec, count, rcode, qlen, alen, pllen = 0, in host_main() local 155 for (; count--; p += pllen) { in host_main() 162 pllen = (p[0]<<8) + p[1]; in host_main() 173 snprintf(plname, sizeof(plname), "\"%.*s\"", pllen, p); in host_main()
|