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