Home
last modified time | relevance | path

Searched refs:strcpy_upcase (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/findutils/
Dfind.c559 static char *strcpy_upcase(char *dst, const char *src) in strcpy_upcase() function
619 tmp = strcpy_upcase(alloca(strlen(tmp) + 1), tmp); in ACTF()
633 fileName = strcpy_upcase(alloca(strlen(fileName) + 1), fileName); in ACTF()