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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcomm.c72 int tl0_len, tl1_len; local
73 tl0_len = strlen(thisline[0]);
75 order = memcmp(thisline[0], thisline[1], tl0_len < tl1_len ? tl0_len : tl1_len);
77 order = tl0_len < tl1_len ? -1 : tl0_len != tl1_len;

Completed in 36 milliseconds