Searched refs:StateNames (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dtimer.c57 static const char * const StateNames[] = { "stopped", "running", "expired" }; local
59 if (state >= sizeof StateNames / sizeof StateNames[0])
61 return StateNames[state];
H A Dfsm.c116 static const char * const StateNames[] = { local
121 if (state >= sizeof StateNames / sizeof StateNames[0])
123 return StateNames[state];

Completed in 55 milliseconds