Searched refs:tmpopt (Results 1 – 1 of 1) sorted by relevance
808 char *expopt, *newopt, *tmpopt; in update_options() local840 if ((tmpopt = malloc( strlen(o) + 2 + 1 )) == NULL) in update_options()843 strcpy(tmpopt, "no"); in update_options()844 strcat(tmpopt, o); in update_options()845 remopt(newopt, tmpopt); in update_options()846 free(tmpopt); in update_options()