Searched refs:curmech (Results 1 – 1 of 1) sorted by relevance
471 char *curmech = NULL; in process_mech_operands() local504 curmech = strtok(mechliststr, ","); in process_mech_operands()506 if ((pmech = create_mech(curmech)) == NULL) { in process_mech_operands()517 } while ((curmech = strtok(NULL, ",")) != NULL); in process_mech_operands()