Searched refs:token4 (Results 1 – 1 of 1) sorted by relevance
240 char *token4 = strtok(NULL, "@"); in authorized() local248 else if ((token4 != NULL) && in authorized()249 (strcmp(token4, "localhost") == 0) && in authorized()262 if ((token4 != NULL) && in authorized()264 (strcmp(token4, "localhost") == in authorized()279 } else if ((token4 != NULL) && in authorized()281 (strcmp(token4, token2) == 0)) { in authorized()283 } else if ((token4 == NULL) && in authorized()