Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Dsdboot.c79 char *pTmp = NULL, *pEnd = NULL, *pBegin = NULL; in get_cfg_Item() local
113 pBegin = pTmp; in get_cfg_Item()
114 if (*pBegin == '\n') { in get_cfg_Item()
129 *pValueLen = pEnd - pBegin; in get_cfg_Item()
130 memcpy(pValue, pBegin, pEnd - pBegin); in get_cfg_Item()
H A Dusbboot.c94 char *pTmp = NULL, *pEnd = NULL, *pBegin = NULL; in get_cfg_Item() local
128 pBegin = pTmp; in get_cfg_Item()
129 if (*pBegin == '\n') { in get_cfg_Item()
144 *pValueLen = pEnd - pBegin; in get_cfg_Item()
145 memcpy(pValue, pBegin, pEnd - pBegin); in get_cfg_Item()