Home
last modified time | relevance | path

Searched refs:userInput (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c117 char userInput[2]; in HpmGetUserInput() local
121 ret = scanf("%s", userInput); in HpmGetUserInput()
125 if (toupper(userInput[0]) == 'Y') { in HpmGetUserInput()