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

/openwrt/tools/firmware-utils/src/
H A Dmkmylofw.c185 errmsg(int syserr, const char *fmt, ...) function
388 errmsg(1,"unable to open file %s", ff->name);
401 errmsg(1,"unable to read from file %s", ff->name);
428 errmsg(0, "block at 0x%08X is too big", b->addr);
435 errmsg(0, "stat failed on %s",b->name);
442 errmsg(0,"file %s is too big",b->name);
463 errmsg(0, "invalid partition at 0x%08X", part->addr);
468 errmsg(0, "partition at 0x%08X is too big", part->addr);
487 errmsg(1,"unable to write output file");
558 errmsg(
[all...]
/openwrt/package/libs/libnl-tiny/src/
H A Derror.c15 static const char *errmsg[NLE_MAX+1] = { variable
63 return errmsg[error];
/openwrt/tools/sstrip/src/
H A Dsstrip.c80 static int err(char const *errmsg) argument
82 fprintf(stderr, "%s: %s: %s\n", progname, filename, errmsg);

Completed in 42 milliseconds