Searched refs:pSPointer (Results 1 - 2 of 2) sorted by relevance

/device/asus/flo/conn_init/
H A Dwfc_util_fctrl.c29 static void wfc_util_printf(char *pSPointer, int length)
33 if( NULL == pSPointer || 0 >= length ) {
43 memcpy(pPrintBuff, pSPointer, length);
60 char *pSPointer = NULL, *pETagPointer = NULL; local
78 pSPointer = pETagPointer - 1;
101 lseek( fd, (int)(pSPointer-pReadBuff), SEEK_SET );
107 pETagPointer = pSPointer + strlen(pNewStringValue);
115 ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer = pETagPointer - 1"*/
349 char *pSPointer = NULL, *pETagPointer = NULL, *pSValuePointer = NULL; local
381 pSPointer
474 char *pSPointer = NULL, *pETagPointer = NULL, *pSValuePointer = NULL; local
[all...]
/device/lge/mako/conn_init/
H A Dwfc_util_fctrl.c29 static void wfc_util_printf(char *pSPointer, int length)
33 if( NULL == pSPointer || 0 >= length ) {
43 memcpy(pPrintBuff, pSPointer, length);
60 char *pSPointer = NULL, *pETagPointer = NULL; local
78 pSPointer = pETagPointer - 1;
101 lseek( fd, (int)(pSPointer-pReadBuff), SEEK_SET );
107 pETagPointer = pSPointer + strlen(pNewStringValue);
115 ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer = pETagPointer - 1"*/
349 char *pSPointer = NULL, *pETagPointer = NULL, *pSValuePointer = NULL; local
381 pSPointer
474 char *pSPointer = NULL, *pETagPointer = NULL, *pSValuePointer = NULL; local
[all...]

Completed in 4 milliseconds