Searched refs:ico_end (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dupnpc.c300 char *ico_ptr, *ico_end; local
323 ico_end = strstr(buf, ".ico");
326 while(ico_ptr < ico_end)
329 ico_end = ico_end+4;
330 *ico_end = '\0';
H A Dminiupnpc.c1237 char *ico_head, *ico_end; local
1287 ico_end = strstr(icon, "\">");
1288 if(ico_end) {
1289 *ico_end = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dupnpc.c300 char *ico_ptr, *ico_end; local
323 ico_end = strstr(buf, ".ico");
326 while(ico_ptr < ico_end)
329 ico_end = ico_end+4;
330 *ico_end = '\0';
H A Dminiupnpc.c1237 char *ico_head, *ico_end; local
1287 ico_end = strstr(icon, "\">");
1288 if(ico_end) {
1289 *ico_end = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dupnpc.c300 char *ico_ptr, *ico_end; local
323 ico_end = strstr(buf, ".ico");
326 while(ico_ptr < ico_end)
329 ico_end = ico_end+4;
330 *ico_end = '\0';
H A Dminiupnpc.c1237 char *ico_head, *ico_end; local
1287 ico_end = strstr(icon, "\">");
1288 if(ico_end) {
1289 *ico_end = '\0';

Completed in 100 milliseconds