Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstrverscmp.c38 #define LEN 3 macro
87 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp()
89 /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP, in __strverscmp()
90 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in __strverscmp()
91 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in __strverscmp()
120 case LEN: in __strverscmp()
/ndk/sources/host-tools/make-3.81/
Dmain.c2684 #define ADD_FLAG(ARG, LEN) \ in define_makeflags() argument
2694 flagslen += 1 + 1 + 1 + 1 + 3 * (LEN); /* " -x foo" */ \ in define_makeflags()