Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrverscmp.c32 #define S_N 0x0 macro
62 /* S_N */ S_N, S_I, S_Z, S_N, in strverscmp()
63 /* S_I */ S_N, S_I, S_I, S_I, in strverscmp()
64 /* S_F */ S_N, S_F, S_F, S_F, in strverscmp()
65 /* S_Z */ S_N, S_F, S_Z, S_Z in strverscmp()
89 state = S_N | ((c1 == '0') + (isdigit (c1) != 0)); in strverscmp()

Completed in 2 milliseconds