Searched refs:fdi (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devport.c104 #define FDI_HAS_READ(fdi) ((fdi)->fdi_revt != NULL)
105 #define FDI_HAS_WRITE(fdi) ((fdi)->fdi_wevt != NULL)
106 #define FDI_HAS_EVENTS(fdi) (FDI_HAS_READ(fdi) || FDI_HAS_WRITE(fdi))
107 #define FDI_TO_SYSEVENTS(fdi) (FDI_HAS_READ(fdi) ? POLLIN : 0) | \
108 (FDI_HAS_WRITE(fdi)
198 struct fd_info *fdi; local
319 struct fd_info *fdi = NULL; local
352 struct fd_info *fdi; local
403 struct fd_info *fdi; local
445 struct fd_info *fdi; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devport.c102 #define FDI_HAS_READ(fdi) ((fdi)->fdi_what & EV_READ)
103 #define FDI_HAS_WRITE(fdi) ((fdi)->fdi_what & EV_WRITE)
104 #define FDI_HAS_EVENTS(fdi) (FDI_HAS_READ(fdi) || FDI_HAS_WRITE(fdi))
105 #define FDI_TO_SYSEVENTS(fdi) (FDI_HAS_READ(fdi) ? POLLIN : 0) | \
106 (FDI_HAS_WRITE(fdi)
295 struct fd_info *fdi = NULL; local
329 struct fd_info *fdi; local
378 struct fd_info *fdi; local
412 struct fd_info *fdi; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat.h48 Assumes local variables 'fdi' and 'format_start' are defined. */
50 if (fdi != NULL) \
51 fdi[(ptr) - format_start] |= (flag)/*;*/
66 If fdi is non-NULL, it must be a an array of strlen (string) zero bytes.
72 In both cases, set FMTDIR_* bits at the appropriate positions in fdi. */
73 void * (*parse) (const char *string, bool translated, char *fdi, char **invalid_reason);
H A Dformat-boost.c116 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-php.c96 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-gcc-internal.c159 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-java.c151 message_format_parse (const char *format, char *fdi, struct spec *spec, argument
626 format_parse (const char *format, bool translated, char *fdi, argument
637 if (!message_format_parse (format, fdi, &spec, invalid_reason))
H A Dformat-c.c185 char *fdi, char **invalid_reason)
844 format_c_parse (const char *format, bool translated, char *fdi, argument
847 return format_parse (format, translated, false, fdi, invalid_reason);
851 format_objc_parse (const char *format, bool translated, char *fdi, argument
854 return format_parse (format, translated, true, fdi, invalid_reason);
184 format_parse(const char *format, bool translated, bool objc_extensions, char *fdi, char **invalid_reason) argument
H A Dformat-csharp.c59 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-qt.c68 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-ycp.c50 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-kde.c72 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-librep.c94 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-perl-brace.c62 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-sh.c88 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-elisp.c97 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-pascal.c105 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-tcl.c100 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-awk.c96 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-perl.c136 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-python.c115 format_parse (const char *format, bool translated, char *fdi, argument
H A Dformat-lisp.c2436 fdi is an array to be filled with format directive indicators, or NULL.
2444 char *fdi, char **invalid_reason)
3407 format_parse (const char *format, bool translated, char *fdi, argument
3421 fdi, invalid_reason))
2440 parse_upto(const char **formatp, int *positionp, struct format_arg_list **listp, struct format_arg_list **escapep, int *separatorp, struct spec *spec, char terminator, bool separator, char *fdi, char **invalid_reason) argument
H A Dformat-scheme.c2439 fdi is an array to be filled with format directive indicators, or NULL.
2447 char *fdi, char **invalid_reason)
3330 format_parse (const char *format, bool translated, char *fdi, argument
3344 fdi, invalid_reason))
2443 parse_upto(const char **formatp, int *positionp, struct format_arg_list **listp, struct format_arg_list **escapep, int *separatorp, struct spec *spec, char terminator, bool separator, char *fdi, char **invalid_reason) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dirq.c244 int fdi; local
256 fdi = os_get_pollfd(i);
257 if ((fdi != -1) && (fdi != fd)) {
260 fdi, fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dpicocom.c262 fd_readline (int fdi, int fdo, char *b, int bsz) argument
272 r = read(fdi, &c, 1);

Completed in 196 milliseconds

12