Searched refs:STR (Results 1 - 25 of 158) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Dprogress.h26 #define START_PROGRESS(STR,N)
34 #define END_PROGRESS(STR)
H A Ddyn-string.h30 /* The length STR, in bytes, not including the terminating NUL. */
31 #define dyn_string_length(STR) \
32 ((STR)->length)
34 /* The NTBS in which the contents of STR are stored. */
35 #define dyn_string_buf(STR) \
36 ((STR)->s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/
H A Dprogress.h26 #define START_PROGRESS(STR,N)
34 #define END_PROGRESS(STR)
H A Ddyn-string.h30 /* The length STR, in bytes, not including the terminating NUL. */
31 #define dyn_string_length(STR) \
32 ((STR)->length)
34 /* The NTBS in which the contents of STR are stored. */
35 #define dyn_string_buf(STR) \
36 ((STR)->s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/
H A Dprogress.h26 #define START_PROGRESS(STR,N)
34 #define END_PROGRESS(STR)
H A Ddyn-string.h30 /* The length STR, in bytes, not including the terminating NUL. */
31 #define dyn_string_length(STR) \
32 ((STR)->length)
34 /* The NTBS in which the contents of STR are stored. */
35 #define dyn_string_buf(STR) \
36 ((STR)->s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dftrace.h25 "1: " load " %[" STR(dst) "], 0(%[" STR(src) "])\n"\
26 " li %[" STR(error) "], 0\n" \
30 "3: li %[" STR(error) "], 1\n" \
35 STR(PTR) "\t1b, 3b\n\t" \
47 "1: " store " %[" STR(src) "], 0(%[" STR(dst) "])\n"\
48 " li %[" STR(error) "], 0\n" \
52 "3: li %[" STR(error) "], 1\n" \
57 STR(PT
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dftrace.h25 "1: " load " %[" STR(dst) "], 0(%[" STR(src) "])\n"\
26 " li %[" STR(error) "], 0\n" \
30 "3: li %[" STR(error) "], 1\n" \
35 STR(PTR) "\t1b, 3b\n\t" \
47 "1: " store " %[" STR(src) "], 0(%[" STR(dst) "])\n"\
48 " li %[" STR(error) "], 0\n" \
52 "3: li %[" STR(error) "], 1\n" \
57 STR(PT
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_vty.h26 #define VTY_GET_OSPF_AREA_ID(V,F,STR) \
29 retv = ospf_str2area_id ((STR), &(V), &(F)); \
37 #define VTY_GET_OSPF_AREA_ID_NO_BB(NAME,V,F,STR) \
40 retv = ospf_str2area_id ((STR), &(V), &(F)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_vty.h26 #define VTY_GET_OSPF_AREA_ID(V,F,STR) \
29 retv = ospf_str2area_id ((STR), &(V), &(F)); \
37 #define VTY_GET_OSPF_AREA_ID_NO_BB(NAME,V,F,STR) \
40 retv = ospf_str2area_id ((STR), &(V), &(F)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_vty.h26 #define VTY_GET_OSPF_AREA_ID(V,F,STR) \
29 retv = ospf_str2area_id ((STR), &(V), &(F)); \
37 #define VTY_GET_OSPF_AREA_ID_NO_BB(NAME,V,F,STR) \
40 retv = ospf_str2area_id ((STR), &(V), &(F)); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Ddebugfs.h10 #ifndef STR
12 # define STR(x) _STR(x) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Ddebugfs.h10 #ifndef STR
12 # define STR(x) _STR(x) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dvty.h153 #define VTY_GET_ULONG(NAME,V,STR) \
157 (V) = strtoul ((STR), &endptr, 10); \
158 if (*(STR) == '-' || *endptr != '\0' || errno) \
172 #define VTY_GET_INTEGER_RANGE_HEART(NAME,TMPL,STR,MIN,MAX) \
174 VTY_GET_ULONG(NAME, (TMPL), STR); \
182 #define VTY_GET_INTEGER_RANGE(NAME,V,STR,MIN,MAX) \
185 VTY_GET_INTEGER_RANGE_HEART(NAME,tmpl,STR,MIN,MAX); \
189 #define VTY_CHECK_INTEGER_RANGE(NAME,STR,MIN,MAX) \
192 VTY_GET_INTEGER_RANGE_HEART(NAME,tmpl,STR,MIN,MAX); \
195 #define VTY_GET_INTEGER(NAME,V,STR) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dvty.h153 #define VTY_GET_ULONG(NAME,V,STR) \
157 (V) = strtoul ((STR), &endptr, 10); \
158 if (*(STR) == '-' || *endptr != '\0' || errno) \
172 #define VTY_GET_INTEGER_RANGE_HEART(NAME,TMPL,STR,MIN,MAX) \
174 VTY_GET_ULONG(NAME, (TMPL), STR); \
182 #define VTY_GET_INTEGER_RANGE(NAME,V,STR,MIN,MAX) \
185 VTY_GET_INTEGER_RANGE_HEART(NAME,tmpl,STR,MIN,MAX); \
189 #define VTY_CHECK_INTEGER_RANGE(NAME,STR,MIN,MAX) \
192 VTY_GET_INTEGER_RANGE_HEART(NAME,tmpl,STR,MIN,MAX); \
195 #define VTY_GET_INTEGER(NAME,V,STR) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dvty.h153 #define VTY_GET_ULONG(NAME,V,STR) \
157 (V) = strtoul ((STR), &endptr, 10); \
158 if (*(STR) == '-' || *endptr != '\0' || errno) \
172 #define VTY_GET_INTEGER_RANGE_HEART(NAME,TMPL,STR,MIN,MAX) \
174 VTY_GET_ULONG(NAME, (TMPL), STR); \
182 #define VTY_GET_INTEGER_RANGE(NAME,V,STR,MIN,MAX) \
185 VTY_GET_INTEGER_RANGE_HEART(NAME,tmpl,STR,MIN,MAX); \
189 #define VTY_CHECK_INTEGER_RANGE(NAME,STR,MIN,MAX) \
192 VTY_GET_INTEGER_RANGE_HEART(NAME,tmpl,STR,MIN,MAX); \
195 #define VTY_GET_INTEGER(NAME,V,STR) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-i386/shared/sysdep/
H A Dkernel-offsets.h10 #define STR(x) #x macro
11 #define DEFINE_STR(sym, val) asm volatile("\n->" #sym " " STR(val) " " #val: : )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dkernel-offsets.h10 #define STR(x) #x macro
11 #define DEFINE_STR(sym, val) asm volatile("\n->" #sym " " STR(val) " " #val: : )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/arch/arm/util/
H A Ddwarf-regs.c19 #define STR(s) #s macro
22 {.name = STR(%r##num), .dwarfnum = num}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/arch/arm/util/
H A Ddwarf-regs.c19 #define STR(s) #s macro
22 {.name = STR(%r##num), .dwarfnum = num}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig_file.c426 #define STR(f) _STR(f), NULL, NULL macro
431 { STR(ctrl_interface) },
432 { STR(ctrl_interface_group) } /* deprecated */,
437 { STR(opensc_engine_path) },
438 { STR(pkcs11_engine_path) },
439 { STR(pkcs11_module_path) },
440 { STR(driver_param) },
455 { STR(device_type) },
457 { STR(config_methods) },
470 #undef STR macro
733 #define STR macro
804 #undef STR macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig_file.c426 #define STR(f) _STR(f), NULL, NULL macro
431 { STR(ctrl_interface) },
432 { STR(ctrl_interface_group) } /* deprecated */,
437 { STR(opensc_engine_path) },
438 { STR(pkcs11_engine_path) },
439 { STR(pkcs11_module_path) },
440 { STR(driver_param) },
455 { STR(device_type) },
457 { STR(config_methods) },
470 #undef STR macro
733 #define STR macro
804 #undef STR macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig_file.c426 #define STR(f) _STR(f), NULL, NULL macro
431 { STR(ctrl_interface) },
432 { STR(ctrl_interface_group) } /* deprecated */,
437 { STR(opensc_engine_path) },
438 { STR(pkcs11_engine_path) },
439 { STR(pkcs11_module_path) },
440 { STR(driver_param) },
455 { STR(device_type) },
457 { STR(config_methods) },
470 #undef STR macro
733 #define STR macro
804 #undef STR macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dconfig_file.c426 #define STR(f) _STR(f), NULL, NULL macro
431 { STR(ctrl_interface) },
432 { STR(ctrl_interface_group) } /* deprecated */,
438 { STR(opensc_engine_path) },
439 { STR(pkcs11_engine_path) },
440 { STR(pkcs11_module_path) },
442 { STR(driver_param) },
457 { STR(device_type) },
469 #undef STR macro
732 #define STR( macro
803 #undef STR macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/
H A Dconfig_file.c426 #define STR(f) _STR(f), NULL, NULL macro
431 { STR(ctrl_interface) },
432 { STR(ctrl_interface_group) } /* deprecated */,
438 { STR(opensc_engine_path) },
439 { STR(pkcs11_engine_path) },
440 { STR(pkcs11_module_path) },
442 { STR(driver_param) },
457 { STR(device_type) },
469 #undef STR macro
732 #define STR( macro
803 #undef STR macro
[all...]

Completed in 189 milliseconds

1234567