HomeSort by relevance Sort by last modified time
    Searched refs:pSPointer (Results 1 - 2 of 2) sorted by null

  /device/asus/flo/conn_init/
wfc_util_fctrl.c 29 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;
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;
381 pSPointer = strstr(pReadBuff, pSTagString)
    [all...]
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 29 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;
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;
381 pSPointer = strstr(pReadBuff, pSTagString)
    [all...]

Completed in 56 milliseconds