Searched refs:munged (Results 1 - 1 of 1) sorted by last modified time

/linux-master/scripts/mod/
H A Dmodpost.c631 char *munged = NOFAIL(strdup(symname)); local
632 munged[0] = '_';
633 munged[1] = toupper(munged[1]);
634 symname = munged;

Completed in 144 milliseconds