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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c578 char **array, **arrayp, **orig, *strp; local
589 strp = (char *)(array + (orig - *listp) + 1);
594 memcpy(strp, *orig, len + 1);
595 *arrayp = strp;
596 strp += len + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dhttpd.c286 * Updates strp, stores IP at provided pointer */
287 static int scan_ip(const char **strp, unsigned *ipp, unsigned char endc) argument
289 const char *p = *strp;
324 *strp = p;

Completed in 43 milliseconds