Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dconfig.c77 char *ucptr = uc; in string_to_upper() local
79 *ucptr = toupper((int)*str); in string_to_upper()
82 ucptr++; in string_to_upper()
84 *ucptr = '\0'; in string_to_upper()