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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c2954 char *lcopy; local
2957 lcopy = malloc(len);
2958 if (!lcopy)
2965 lcopy[i] = tolower ((unsigned char) s[i]);
2967 lcopy[i] = s[i];
2970 dfaparse(lcopy, len, d);
2971 free(lcopy);

Completed in 162 milliseconds