Searched refs:print_type (Results 1 - 25 of 28) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dwc.c103 unsigned print_type; local
107 print_type = getopt32(argv, "lwcmL");
109 if (print_type == 0) {
110 print_type = (1 << WC_LINES) | (1 << WC_WORDS) | (1 << WC_CHARS);
119 if (!((print_type-1) & print_type)) /* exactly one option? */
219 if (print_type & (1 << u)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dwc.c103 unsigned print_type; local
107 print_type = getopt32(argv, "lwcmL");
109 if (print_type == 0) {
110 print_type = (1 << WC_LINES) | (1 << WC_WORDS) | (1 << WC_CHARS);
119 if (!((print_type-1) & print_type)) /* exactly one option? */
219 if (print_type & (1 << u)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dwc.c103 unsigned print_type; local
107 print_type = getopt32(argv, "lwcmL");
109 if (print_type == 0) {
110 print_type = (1 << WC_LINES) | (1 << WC_WORDS) | (1 << WC_CHARS);
119 if (!((print_type-1) & print_type)) /* exactly one option? */
219 if (print_type & (1 << u)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibip6t_mh.c148 static void print_type(uint8_t type, int numeric) function
165 print_type(min, numeric);
168 print_type(min, numeric);
170 print_type(max, numeric);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibip6t_mh.c148 static void print_type(uint8_t type, int numeric) function
165 print_type(min, numeric);
168 print_type(min, numeric);
170 print_type(max, numeric);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibip6t_mh.c148 static void print_type(uint8_t type, int numeric) function
165 print_type(min, numeric);
168 print_type(min, numeric);
170 print_type(max, numeric);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_mh.c171 static void print_type(u_int8_t type, int numeric) function
187 print_type(min, numeric);
190 print_type(min, numeric);
192 print_type(max, numeric);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/igen/
H A Dlf.h114 print_function * print_type,
H A Dlf.c413 print_function * print_type,
419 nr += print_type (file);
412 lf_print__function_type_function(lf *file, print_function * print_type, const char *prefix, const char *trailing_space) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/igen/
H A Dlf.h114 print_function * print_type,
H A Dlf.c413 print_function * print_type,
419 nr += print_type (file);
412 lf_print__function_type_function(lf *file, print_function * print_type, const char *prefix, const char *trailing_space) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibip6t_mh.c171 static void print_type(u_int8_t type, int numeric) function
187 print_type(min, numeric);
190 print_type(min, numeric);
192 print_type(max, numeric);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibip6t_mh.c171 static void print_type(u_int8_t type, int numeric) function
187 print_type(min, numeric);
190 print_type(min, numeric);
192 print_type(max, numeric);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/igen/
H A Dlf.h114 print_function * print_type,
H A Dlf.c413 print_function * print_type,
419 nr += print_type (file);
412 lf_print__function_type_function(lf *file, print_function * print_type, const char *prefix, const char *trailing_space) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dlanghooks.h351 lang_print_tree_hook print_type; member in struct:lang_hooks
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dlanghooks.h354 lang_print_tree_hook print_type; member in struct:lang_hooks
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dlanghooks.h356 lang_print_tree_hook print_type; member in struct:lang_hooks
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/mkimage/src/
H A Dmkimage.c152 static void print_type (image_header_t *);
632 printf ("Image Type: "); print_type(hdr);
675 print_type (image_header_t *hdr) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dz8kgen.c878 print_type (struct op *n) function
950 print_type (p);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dz8kgen.c878 print_type (struct op *n) function
950 print_type (p);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dz8kgen.c878 print_type (struct op *n) function
950 print_type (p);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/config/
H A Dexpr.h184 extern int print_type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/
H A Dvol_id.c141 enum print_type { enum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/config/
H A Dexpr.h184 extern int print_type;

Completed in 155 milliseconds

12