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

/hardware/ti/wlan/lib/
H A Dshlist.c133 SHLIST *item, *iptr; local
142 for(iptr=head->next;( iptr != head );iptr=iptr->next)
143 if( func( val, iptr->data, etal ) )
145 item->next = iptr;
146 item->prev = iptr->prev;
147 (iptr->prev)->next = item;
148 iptr
[all...]
/hardware/libhardware_legacy/wifi/
H A Dwifi.c372 char *iptr = sptr + strlen("ctrl_interface="); local
376 if (strncmp(ifc, iptr, mlen) != 0) {
378 while (((ilen + (iptr - pbuf)) < nread) && (iptr[ilen] != '\n'))
381 memmove(iptr + mlen, iptr + ilen + 1, nread - (iptr + ilen + 1 - pbuf));
382 memset(iptr, '\n', mlen);
383 memcpy(iptr, ifc, strlen(ifc));

Completed in 154 milliseconds