Searched refs:S_N (Results 1 – 1 of 1) sorted by relevance
/string/ |
A D | strverscmp.c | 26 #define S_N 0x0 macro 52 /* S_N */ S_N, S_I, S_Z, in __strverscmp() 53 /* S_I */ S_N, S_I, S_I, in __strverscmp() 54 /* S_F */ S_N, S_F, S_F, in __strverscmp() 55 /* S_Z */ S_N, S_F, S_Z in __strverscmp() 74 int state = S_N + ((c1 == '0') + (isdigit (c1) != 0)); in __strverscmp()
|
Completed in 4 milliseconds