Searched refs:tl1_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
74 tl1_len = strlen(thisline[1]);
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 35 milliseconds