Searched refs:stricpy (Results 1 – 4 of 4) sorted by relevance
3191 stricpy (char *dest, const char *src) in stricpy() function3234 stricpy (copy1, first); in name_compare()3235 stricpy (copy2, second); in name_compare()
464 (stricpy): New function: Like strcpy but convert to lower
632 (stricpy): Use TOLOWER instead of isupper/tolower.
755 * ldlang.c (stricpy, strcut, name_compare): Constify params.