Searched refs:state (Results 1 – 2 of 2) sorted by relevance
74 int state = S_N + ((c1 == '0') + (isdigit (c1) != 0)); in __strverscmp() local82 state = next_state[state]; in __strverscmp()85 state += (c1 == '0') + (isdigit (c1) != 0); in __strverscmp()88 state = result_type[state * 3 + (((c2 == '0') + (isdigit (c2) != 0)))]; in __strverscmp()90 switch (state) in __strverscmp()103 return state; in __strverscmp()
31 static char state[32]; in strfry() local32 rdata.state = NULL; in strfry()34 state, sizeof (state), &rdata); in strfry()
Completed in 5 milliseconds