Searched refs:FWRITE (Results 1 - 23 of 23) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/sys/
H A D_default_fcntl.h31 * combination of FREAD and FWRITE.
34 #define O_WRONLY 1 /* +1 == FWRITE */
35 #define O_RDWR 2 /* +1 == FREAD|FWRITE */
88 #define FWRITE _FWRITE macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/sys/
H A D_default_fcntl.h31 * combination of FREAD and FWRITE.
34 #define O_WRONLY 1 /* +1 == FWRITE */
35 #define O_RDWR 2 /* +1 == FREAD|FWRITE */
88 #define FWRITE _FWRITE macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcregrep.c117 #define FWRITE(a,b,c,d) if (fwrite(a,b,c,d)) {} macro
951 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout);
1001 FWRITE(matchptr, 1, slen, stderr); /* In case binary zero included */
1285 FWRITE(matchptr + offsets[only_matching*2], 1, plen, stdout);
1330 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout);
1370 FWRITE(p, 1, pp - p, stdout);
1414 FWRITE(ptr, 1, offsets[first], stdout);
1416 FWRITE(ptr + offsets[last], 1, linelength - offsets[last], stdout);
1427 FWRITE(ptr, 1, offsets[0], stdout);
1429 FWRITE(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcregrep.c117 #define FWRITE(a,b,c,d) if (fwrite(a,b,c,d)) {} macro
951 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout);
1001 FWRITE(matchptr, 1, slen, stderr); /* In case binary zero included */
1285 FWRITE(matchptr + offsets[only_matching*2], 1, plen, stdout);
1330 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout);
1370 FWRITE(p, 1, pp - p, stdout);
1414 FWRITE(ptr, 1, offsets[first], stdout);
1416 FWRITE(ptr + offsets[last], 1, linelength - offsets[last], stdout);
1427 FWRITE(ptr, 1, offsets[0], stdout);
1429 FWRITE(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcregrep.c117 #define FWRITE(a,b,c,d) if (fwrite(a,b,c,d)) {} macro
951 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout);
1001 FWRITE(matchptr, 1, slen, stderr); /* In case binary zero included */
1285 FWRITE(matchptr + offsets[only_matching*2], 1, plen, stdout);
1330 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout);
1370 FWRITE(p, 1, pp - p, stdout);
1414 FWRITE(ptr, 1, offsets[first], stdout);
1416 FWRITE(ptr + offsets[last], 1, linelength - offsets[last], stdout);
1427 FWRITE(ptr, 1, offsets[0], stdout);
1429 FWRITE(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Drc.h274 extern int FWRITE(const char *da, const char* str_hex);
304 extern int FWRITE(const char *da, const char* str_hex);
H A Drc.c694 else if (!strcmp(base, "FWRITE")) {
696 return FWRITE(argv[1], argv[2]);
H A Date.c1119 return FWRITE(value, value2);
H A DMakefile523 @cd $(INSTALLDIR)/sbin && ln -sf rc FWRITE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Drc.h274 extern int FWRITE(const char *da, const char* str_hex);
304 extern int FWRITE(const char *da, const char* str_hex);
H A Drc.c694 else if (!strcmp(base, "FWRITE")) {
696 return FWRITE(argv[1], argv[2]);
H A Date.c1119 return FWRITE(value, value2);
H A DMakefile523 @cd $(INSTALLDIR)/sbin && ln -sf rc FWRITE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Drc.h274 extern int FWRITE(const char *da, const char* str_hex);
304 extern int FWRITE(const char *da, const char* str_hex);
H A Drc.c694 else if (!strcmp(base, "FWRITE")) {
696 return FWRITE(argv[1], argv[2]);
H A Date.c1119 return FWRITE(value, value2);
H A DMakefile523 @cd $(INSTALLDIR)/sbin && ln -sf rc FWRITE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/sysdeps/qca/
H A Dqca.c186 * console input: FWRITE 0x45000 00:11:22:33:44:55:66:77
190 int FWRITE(const char *da, const char *str_hex) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/sysdeps/qca/
H A Dqca.c186 * console input: FWRITE 0x45000 00:11:22:33:44:55:66:77
190 int FWRITE(const char *da, const char *str_hex) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/sysdeps/qca/
H A Dqca.c186 * console input: FWRITE 0x45000 00:11:22:33:44:55:66:77
190 int FWRITE(const char *da, const char *str_hex) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/sysdeps/ralink/
H A Dralink.c249 * console input: FWRITE 0x45000 00:11:22:33:44:55:66:77
254 FWRITE(const char *da, const char* str_hex) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/sysdeps/ralink/
H A Dralink.c249 * console input: FWRITE 0x45000 00:11:22:33:44:55:66:77
254 FWRITE(const char *da, const char* str_hex) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/sysdeps/ralink/
H A Dralink.c249 * console input: FWRITE 0x45000 00:11:22:33:44:55:66:77
254 FWRITE(const char *da, const char* str_hex) function

Completed in 249 milliseconds