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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dirq.c260 int fdi; local
271 fdi = os_get_pollfd(i);
272 if ((fdi != -1) && (fdi != fd)) {
275 fdi, fd);

Completed in 132 milliseconds