Lines Matching refs:keyp
52 const char *limit, *linep, *keyp, *addrstart; in check_name() local
72 keyp = argp->key.name; in check_name()
74 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
75 tolower(*keyp) == tolower(*linep)) { in check_name()
76 keyp++; in check_name()
79 if (*keyp == '\0' && (linep == limit || isspace(*linep))) { in check_name()
97 keyp = argp->key.name; in check_name()
98 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
99 tolower(*keyp) == tolower(*linep)) { in check_name()
100 keyp++; in check_name()
103 if (*keyp == '\0' && (linep == limit || isspace(*linep))) in check_name()