Home
last modified time | relevance | path

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

/string/
A Dstrverscmp.c74 int state = S_N + ((c1 == '0') + (isdigit (c1) != 0)); in __strverscmp() local
82 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()
A Dstrfry.c31 static char state[32]; in strfry() local
32 rdata.state = NULL; in strfry()
34 state, sizeof (state), &rdata); in strfry()

Completed in 5 milliseconds