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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dwan.c3324 #define PLCTOOL_M "/tmp/plctool-m" macro
3337 sprintf(buf, "/usr/local/bin/plctool -i %s -m -e > %s", ifname, PLCTOOL_M);
3340 if ((fd = fopen(PLCTOOL_M, "r")) < 0) {
3341 _dprintf("%s: Can't open %s\n", __func__, PLCTOOL_M);
3377 unlink(PLCTOOL_M);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dwan.c3324 #define PLCTOOL_M "/tmp/plctool-m" macro
3337 sprintf(buf, "/usr/local/bin/plctool -i %s -m -e > %s", ifname, PLCTOOL_M);
3340 if ((fd = fopen(PLCTOOL_M, "r")) < 0) {
3341 _dprintf("%s: Can't open %s\n", __func__, PLCTOOL_M);
3377 unlink(PLCTOOL_M);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dwan.c3324 #define PLCTOOL_M "/tmp/plctool-m" macro
3337 sprintf(buf, "/usr/local/bin/plctool -i %s -m -e > %s", ifname, PLCTOOL_M);
3340 if ((fd = fopen(PLCTOOL_M, "r")) < 0) {
3341 _dprintf("%s: Can't open %s\n", __func__, PLCTOOL_M);
3377 unlink(PLCTOOL_M);

Completed in 133 milliseconds