Searched refs:tempLength (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtar.c857 int tempLength; local
866 tempLength = strlen (tempString) + 1;
867 if (tempLength > len) {
868 tempLength--;
873 if (tempLength > len)
874 tempLength--;
877 if (tempLength > len)

Completed in 19 milliseconds