Home
last modified time | relevance | path

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

/external/blktrace/
Dstrverscmp.c74 #define S_N 0x0 macro
102 /* S_N */ S_N, S_I, S_Z, S_N, in strverscmp()
103 /* S_I */ S_N, S_I, S_I, S_I, in strverscmp()
104 /* S_F */ S_N, S_F, S_F, S_F, in strverscmp()
105 /* S_Z */ S_N, S_F, S_Z, S_Z in strverscmp()
129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0)); in strverscmp()
/external/bison/lib/
Dstrverscmp.c29 #define S_N 0x0 macro
74 /* S_N */ S_N, S_I, S_Z, S_N, in __strverscmp()
75 /* S_I */ S_N, S_I, S_I, S_I, in __strverscmp()
76 /* S_F */ S_N, S_F, S_F, S_F, in __strverscmp()
77 /* S_Z */ S_N, S_F, S_Z, S_Z in __strverscmp()
101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); in __strverscmp()