Searched refs:dotsuffix (Results 1 – 1 of 1) sorted by relevance
488 const char *dotsuffix = strchr(name, '.'); in tryreg() local489 unsigned dotn = dotsuffix ? (dotsuffix - name) : strlen(name); in tryreg()515 if (!dotsuffix) in tryreg()521 elem->name ? dotsuffix : name, offset); in tryreg()