cmpstr
true = cmpstr(i);
char *cmpstr; /* the string to compare token to */
cmpstr = (field == FIELD1)? fileaddr : filehost;
if (strcmp(token, cmpstr) == 0) {
char *cmpstr; /* the string to compare the token to */
cmpstr = (field == FIELD1)? fileservice : fileport;
if (strcmp(token, cmpstr) == 0) {