Searched refs:type2 (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogging.h20 void bftpd_statuslog(char type, char type2, char *format, ...);
H A Dlogging.c64 void bftpd_statuslog(char type, char type2, char *format, ...) argument
68 void bftpd_statuslog(char type, char type2, char *format, ...) argument
77 fprintf(statuslog, "%i %i %i %s\n", (int) getpid(), type, type2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dunistd.h42 #define _syscall2(type,name,type1,arg1,type2,arg2) \
43 type name(type1 arg1,type2 arg2) \
60 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
61 type name(type1 arg1,type2 arg2,type3 arg3) \
79 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
80 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
100 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
102 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
123 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
125 type name (type1 arg1,type2 arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dunistd.h42 #define _syscall2(type,name,type1,arg1,type2,arg2) \
43 type name(type1 arg1,type2 arg2) \
60 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
61 type name(type1 arg1,type2 arg2,type3 arg3) \
79 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
80 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
100 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
102 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
123 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
125 type name (type1 arg1,type2 arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-pascal.c307 enum format_arg_type type2 = numbered[j-1].type; local
310 if (type1 == type2)
312 else if ((type1 == FAT_INTEGER && type2 == FAT_INTEGER64)
313 || (type1 == FAT_INTEGER64 && type2 == FAT_INTEGER))
H A Dformat-java.c655 enum format_arg_type type2 = spec.numbered[j-1].type; local
658 if (type1 == type2 || type2 == FAT_OBJECT)
661 type_both = type2;
H A Dformat-python.c330 enum format_arg_type type2 = spec.named[j-1].type; local
333 if (type1 == type2 || type2 == FAT_ANY)
336 type_both = type2;
H A Dformat-librep.c224 enum format_arg_type type2 = spec.numbered[j-1].type; local
227 if (type1 == type2)
H A Dformat-elisp.c260 enum format_arg_type type2 = spec.numbered[j-1].type; local
263 if (type1 == type2)
H A Dformat-tcl.c302 enum format_arg_type type2 = spec.numbered[j-1].type; local
305 if (type1 == type2)
H A Dformat-awk.c421 enum format_arg_type type2 = spec.numbered[j-1].type; local
424 if (type1 == type2)
H A Dformat-perl.c493 format_arg_type_t type2 = numbered[j-1].type; local
496 if (type1 == type2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Ddirect.c273 goto type2;
276 goto type2;
282 type2:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c2073 * @type2: an atom type
2081 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2089 if ((type2 == XML_REGEXP_EPSILON) ||
2090 (type2 == XML_REGEXP_CHARVAL) ||
2091 (type2 == XML_REGEXP_RANGES) ||
2092 (type2 == XML_REGEXP_SUBREG) ||
2093 (type2 == XML_REGEXP_STRING) ||
2094 (type2 == XML_REGEXP_ANYCHAR))
2097 if (type1 == type2) return(1);
2099 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c2224 * @type2: an atom type
2232 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2240 if ((type2 == XML_REGEXP_EPSILON) ||
2241 (type2 == XML_REGEXP_CHARVAL) ||
2242 (type2 == XML_REGEXP_RANGES) ||
2243 (type2 == XML_REGEXP_SUBREG) ||
2244 (type2 == XML_REGEXP_STRING) ||
2245 (type2 == XML_REGEXP_ANYCHAR))
2248 if (type1 == type2) return(1);
2250 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c2073 * @type2: an atom type
2081 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2089 if ((type2 == XML_REGEXP_EPSILON) ||
2090 (type2 == XML_REGEXP_CHARVAL) ||
2091 (type2 == XML_REGEXP_RANGES) ||
2092 (type2 == XML_REGEXP_SUBREG) ||
2093 (type2 == XML_REGEXP_STRING) ||
2094 (type2 == XML_REGEXP_ANYCHAR))
2097 if (type1 == type2) return(1);
2099 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dmain.c175 static inline int types_compatible(mtrr_type type1, mtrr_type type2) { argument
177 type2 == MTRR_TYPE_UNCACHABLE ||
178 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) ||
179 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dncp_fs_sb.h112 __u16 type2 __attribute__((packed)); member in struct:ncp_server::__anon10074::__anon10075
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dunistd.h925 #define _syscall2(type,name,type1,arg1,type2,arg2) \
926 type name(type1 arg1, type2 arg2) \
931 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
932 type name(type1 arg1, type2 arg2, type3 arg3) \
937 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
938 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
944 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
945 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_dce.h225 uint32 type2; /* Types 0x3 and 0x13 seen. Check AcquireSecurityContext() docs.... */ member in struct:rpc_auth_netsec_neg_info
H A Drpc_misc.h245 uint32 type2; /* value is 0x1 */ member in struct:domrid3_info
H A Drpc_netlogon.h591 uint16 type2; member in struct:sam_delta_hdr_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-empress.c340 .type2 = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dv4l2-dev.h95 int type2; /* v4l2 */ member in struct:video_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dffb.c335 u32 type2; member in struct:ffb_dac
444 upa_writel(FFB_DAC_CUR_CTRL, &dac->type2);

Completed in 153 milliseconds

12