Lines Matching defs:tmpptr
129 wchar_t *tmpptr = arg;131 if (tmpptr != NULL) {134 if (iswalpha(*tmpptr) || *tmpptr == '_') {140 for (tmpptr++; *tmpptr; tmpptr++) {141 if (!(iswalnum(*tmpptr) || (*tmpptr == '_'))) {145 return (*tmpptr == '=');