Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/tools/makelcf.TWL/
Dcreatelcf.c125 int pos_start = GetCharPos(str, start); in GetObjectParam() local
127 int len = pos_end - pos_start; in GetObjectParam()
133 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()
/TwlSDK-5.4/build/tools/makelcf/
Dcreatelcf.c185 int pos_start = GetCharPos(str, start); in GetObjectParam() local
187 int len = pos_end - pos_start; in GetObjectParam()
193 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()