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

/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c183 static int boldlength, itlclength, bitclength, graylength; variable
346 itlclength = strlen(optarg);
347 itlcstring = malloc((size_t)(itlclength + 1));
1172 } else if (itlclength &&
1173 strncmp(in, itlcstring, itlclength) == 0) {
1175 in += itlclength;

Completed in 59 milliseconds