Searched refs:imagebase (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dsendalarm.c73 char image[64], *imagebase; local
126 if (!(imagebase=rindex(image, '/'))) imagebase = image;
127 else imagebase++;
129 //eval("uuencode", "-m", image, imagebase, "-f", "/var/tmp/uuencode");
130 sprintf(command, "uuencode -m %s %s > /var/tmp/uuencode", image, imagebase);
135 fprintf(fp, "Content-Disposition: attachment; filename=\"%s\"\n", imagebase);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dsendalarm.c73 char image[64], *imagebase; local
126 if (!(imagebase=rindex(image, '/'))) imagebase = image;
127 else imagebase++;
129 //eval("uuencode", "-m", image, imagebase, "-f", "/var/tmp/uuencode");
130 sprintf(command, "uuencode -m %s %s > /var/tmp/uuencode", image, imagebase);
135 fprintf(fp, "Content-Disposition: attachment; filename=\"%s\"\n", imagebase);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c3229 char* imagebase = (char*) f->imagebase; local
3242 sec->contents = imagebase + (sec->header.sh_addr - base);
3530 // f->imagebase = (char*) m_addr;
3531 f->imagebase = (ElfW(Addr)) m_addr;

Completed in 110 milliseconds