Searched refs:tmprid (Results 1 – 1 of 1) sorted by relevance
210 char *ridno = NULL, *tmprid = NULL; in exec() local666 tmprid = strstr(ridno, " "); in exec()672 tmprid = strstr(ridno, " "); in exec()673 if (tmprid != NULL) in exec()674 *tmprid = '\0'; in exec()