Searched defs:ppReadedBuff (Results 1 - 2 of 2) sorted by relevance

/device/asus/flo/conn_init/
H A Dwfc_util_fctrl.c55 static void wfc_util_finsert_new_string(int fd, char **ppReadedBuff, char *pNewStringValue, char *pEndOfCfg) argument
67 if( NULL == ppReadedBuff) {
71 pReadBuff = *ppReadedBuff;
120 * make new *ppReadedBuff
122 if( NULL != ppReadedBuff) {
132 static void wfc_util_fupdate_string(int fd, char **ppReadedBuff, argument
144 if( NULL == ppReadedBuff) {
148 pReadBuff = *ppReadedBuff;
/device/lge/mako/conn_init/
H A Dwfc_util_fctrl.c55 static void wfc_util_finsert_new_string(int fd, char **ppReadedBuff, char *pNewStringValue, char *pEndOfCfg) argument
67 if( NULL == ppReadedBuff) {
71 pReadBuff = *ppReadedBuff;
120 * make new *ppReadedBuff
122 if( NULL != ppReadedBuff) {
132 static void wfc_util_fupdate_string(int fd, char **ppReadedBuff, argument
144 if( NULL == ppReadedBuff) {
148 pReadBuff = *ppReadedBuff;

Completed in 5 milliseconds