Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c119 int pos_start = GetCharPos(str, start); in GetObjectParam() local
121 int len = pos_end - pos_start; in GetObjectParam()
127 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()
/TwlSDK-5.1.0/build/tools/makelcf/
Dcreatelcf.c181 int pos_start = GetCharPos(str, start); in GetObjectParam() local
183 int len = pos_end - pos_start; in GetObjectParam()
189 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()