Searched refs:format (Results 201 - 225 of 1192) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dprime.c32 die (const char *format, ...) argument
36 va_start (arg_ptr, format);
37 vfprintf (stderr, format, arg_ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ah.c22 #define duprintf(format, args...) printk(format , ## args)
24 #define duprintf(format, args...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_mh.c28 #define duprintf(format, args...) printk(format , ## args)
30 #define duprintf(format, args...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.c85 int format; member in struct:_xmlSaveCtxt
410 ret->format = 1;
521 int format, level; local
554 format = ctxt->format;
557 ctxt->format = 0;
561 ctxt->format = format;
625 if ((ctxt->format) && (xmlIndentTreeOutput) &&
632 if (ctxt->format) {
647 int format; local
1156 int format, addmeta = 0; local
1873 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
1979 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
2034 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2136 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) argument
2172 xmlDocFormatDump(FILE *f, xmlDocPtr cur, int format) argument
2272 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding, int format) argument
2384 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c85 int format; member in struct:_xmlSaveCtxt
410 ret->format = 1;
555 int format, level; local
588 format = ctxt->format;
591 ctxt->format = 0;
595 ctxt->format = format;
659 if ((ctxt->format) && (xmlIndentTreeOutput) &&
668 if (ctxt->format) {
743 int format; local
1285 int format, addmeta = 0; local
2010 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
2116 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
2172 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2275 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) argument
2311 xmlDocFormatDump(FILE *f, xmlDocPtr cur, int format) argument
2414 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding, int format) argument
2528 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.c85 int format; member in struct:_xmlSaveCtxt
410 ret->format = 1;
521 int format, level; local
554 format = ctxt->format;
557 ctxt->format = 0;
561 ctxt->format = format;
625 if ((ctxt->format) && (xmlIndentTreeOutput) &&
632 if (ctxt->format) {
647 int format; local
1156 int format, addmeta = 0; local
1873 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
1979 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
2034 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2136 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) argument
2172 xmlDocFormatDump(FILE *f, xmlDocPtr cur, int format) argument
2272 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding, int format) argument
2384 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf-parse.h1 /* Parse printf format string.
53 /* A parsed format string. */
64 /* Parses the format string. Fills in the number N of directives, and fills
66 to the end of the format string. Also fills in the arg_type fields of the
73 int printf_parse (const char *format, char_directives *d, arguments *a);
H A Dwprintf-parse.h1 /* Parse printf format string.
53 /* A parsed format string. */
64 /* Parses the format string. Fills in the number N of directives, and fills
66 to the end of the format string. Also fills in the arg_type fields of the
73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dprintf-parse.h1 /* Parse printf format string.
53 /* A parsed format string. */
64 /* Parses the format string. Fills in the number N of directives, and fills
66 to the end of the format string. Also fills in the arg_type fields of the
73 int printf_parse (const char *format, char_directives *d, arguments *a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-csharp-13 # Test recognition of C# format strings.
38 # Valid: format specifiers
40 # Valid: width and format specifiers
65 if grep csharp-format f-cs-1-$n.po > /dev/null; then
71 if grep csharp-format f-cs-1-$n.po > /dev/null; then
H A Dformat-csharp-23 # Test checking of Java format strings.
50 #, csharp-format
56 if ${MSGFMT} --check-format -o f-cs-2-$n.mo f-cs-2-$n.po; then
62 ${MSGFMT} --check-format -o f-cs-2-$n.mo f-cs-2-$n.po 2> /dev/null
H A Dformat-java-13 # Test recognition of Java format strings.
135 if grep java-format f-j-1-$n.po > /dev/null; then
141 if grep java-format f-j-1-$n.po > /dev/null; then
H A Dformat-kde-13 # Test recognition of KDE format strings.
59 if grep kde-format f-kd-1-$n.po > /dev/null; then
65 if grep kde-format f-kd-1-$n.po > /dev/null; then
H A Dformat-lisp-13 # Test recognition of Lisp format strings.
269 if grep lisp-format f-l-1-$n.po > /dev/null; then
275 if grep lisp-format f-l-1-$n.po > /dev/null; then
H A Dformat-pascal-13 # Test recognition of Object Pascal format strings.
50 # Invalid: unknown format specifier
103 if grep object-pascal-format f-op-1-$n.po > /dev/null; then
109 if grep object-pascal-format f-op-1-$n.po > /dev/null; then
H A Dformat-perl-brace-13 # Test recognition of Perl brace format strings.
47 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
53 if grep perl-brace-format f-pb-1-$n.po > /dev/null; then
H A Dformat-perl-brace-23 # Test checking of Perl brace format strings.
41 #, perl-brace-format
47 if ${MSGFMT} --check-format -o f-pb-2-$n.mo f-pb-2-$n.po; then
53 ${MSGFMT} --check-format -o f-pb-2-$n.mo f-pb-2-$n.po 2> /dev/null
H A Dformat-perl-mixed-23 # Test checking of Perl format strings.
4 # This test is for the combination of printf and brace format strings.
12 #, perl-format, perl-brace-format
16 #, perl-format, perl-brace-format
20 #, perl-format, no-perl-brace-format
23 # Invalid: printf format reordered without position specifiers %1$, %2$.
24 #, perl-format, per
[all...]
H A Dformat-python-13 # Test recognition of Python format strings.
66 # Invalid: unknown format specifier
116 if grep python-format f-p-1-$n.po > /dev/null; then
122 if grep python-format f-p-1-$n.po > /dev/null; then
H A Dformat-qt-13 # Test recognition of Qt format strings.
53 if grep qt-format f-qt-1-$n.po > /dev/null; then
59 if grep qt-format f-qt-1-$n.po > /dev/null; then
H A Dformat-scheme-13 # Test recognition of Scheme format strings.
271 if grep scheme-format f-sc-1-$n.po > /dev/null; then
277 if grep scheme-format f-sc-1-$n.po > /dev/null; then
H A Dformat-sh-13 # Test recognition of Shell format strings.
51 if grep sh-format f-sh-1-$n.po > /dev/null; then
57 if grep sh-format f-sh-1-$n.po > /dev/null; then
H A Dformat-ycp-13 # Test recognition of YCP format strings.
41 if grep ycp-format f-y-1-$n.po > /dev/null; then
47 if grep ycp-format f-y-1-$n.po > /dev/null; then
H A Dformat-ycp-23 # Test checking of YCP format strings.
44 #, ycp-format
50 if ${MSGFMT} --check-format -o f-y-2-$n.mo f-y-2-$n.po; then
56 ${MSGFMT} --check-format -o f-y-2-$n.mo f-y-2-$n.po 2> /dev/null
H A Dxgettext-212 /* xgettext:no-c-format */
15 xgettext:no-c-format
36 #, no-c-format

Completed in 140 milliseconds

1234567891011>>