HomeSort by relevance Sort by last modified time
    Searched refs:StateNames (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
timer.c 57 static const char * const StateNames[] = { "stopped", "running", "expired" };
59 if (state >= sizeof StateNames / sizeof StateNames[0])
61 return StateNames[state];
fsm.c 116 static const char * const StateNames[] = {
121 if (state >= sizeof StateNames / sizeof StateNames[0])
123 return StateNames[state];

Completed in 33 milliseconds