Searched refs:format (Results 1 - 25 of 1192) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DKeyLocation.java12 * Holder for the input and format of a key. Used when copying secondary keys.
20 Format format; field in class:KeyLocation
22 KeyLocation(RecordInput input, Format format) { argument
24 this.format = format;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dutil.h19 void _log(const char *func, const char *file, int line, const char *format, ...)
20 __attribute__ ((format (printf, 4, 5)));
21 void _warn(const char *func, const char *file, int line, const char *format, ...)
22 __attribute__ ((format (printf, 4, 5)));
23 void _fatal(const char *func, const char *file, int line, const char *format, ...)
24 __attribute__ ((format (printf, 4, 5))) __attribute__ ((noreturn));
26 #define log(format, args...) \
27 _log(__FUNCTION__,__FILE__,__LINE__, format , ## args)
28 #define warn(format, args...) \
29 _warn(__FUNCTION__,__FILE__,__LINE__, format , ## arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgmessages.c38 g_printerr (const gchar *format, ...) argument
42 va_start (args, format);
43 vfprintf (stderr, format, args);
48 g_warning (const gchar *format, ...) argument
53 va_start (args, format);
54 msg = xvasprintf (format, args);
61 g_log (const char *domain, int level, const char *format, ...) argument
65 va_start (args, format);
66 vfprintf (stderr, format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgmessages.c38 g_printerr (const gchar *format, ...) argument
42 va_start (args, format);
43 vfprintf (stderr, format, args);
48 g_warning (const gchar *format, ...) argument
53 va_start (args, format);
54 msg = xvasprintf (format, args);
61 g_log (const char *domain, int level, const char *format, ...) argument
65 va_start (args, format);
66 vfprintf (stderr, format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dlog.c37 void avahi_log_ap(AvahiLogLevel level, const char*format, va_list ap) {
40 vsnprintf(txt, sizeof(txt), format, ap);
48 void avahi_log(AvahiLogLevel level, const char*format, ...) {
50 va_start(ap, format);
51 avahi_log_ap(level, format, ap);
55 void avahi_log_error(const char*format, ...) {
57 va_start(ap, format);
58 avahi_log_ap(AVAHI_LOG_ERROR, format, ap);
62 void avahi_log_warn(const char*format, ...) {
64 va_start(ap, format);
[all...]
H A Dlog.h53 void avahi_log_ap(AvahiLogLevel level, const char *format, va_list ap);
55 /** Issue a log message by passing a log level and a format string */
56 void avahi_log(AvahiLogLevel level, const char*format, ...) AVAHI_GCC_PRINTF_ATTR23;
59 void avahi_log_error(const char*format, ...) AVAHI_GCC_PRINTF_ATTR12;
62 void avahi_log_warn(const char*format, ...) AVAHI_GCC_PRINTF_ATTR12;
65 void avahi_log_notice(const char*format, ...) AVAHI_GCC_PRINTF_ATTR12;
68 void avahi_log_info(const char*format, ...) AVAHI_GCC_PRINTF_ATTR12;
71 void avahi_log_debug(const char*format, ...) AVAHI_GCC_PRINTF_ATTR12;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Datari_scsi.h116 #define dprint(flg, format...) \
119 printk(KERN_DEBUG format); \
122 #define ARB_PRINTK(format, args...) \
123 dprint(NDEBUG_ARBITRATION, format , ## args)
124 #define ASEN_PRINTK(format, args...) \
125 dprint(NDEBUG_AUTOSENSE, format , ## args)
126 #define DMA_PRINTK(format, args...) \
127 dprint(NDEBUG_DMA, format , ## args)
128 #define HSH_PRINTK(format, args...) \
129 dprint(NDEBUG_HANDSHAKE, format , ## arg
[all...]
H A Dsun3_scsi.h230 #define ARB_PRINTK(format, args...) \
231 printk(KERN_DEBUG format , ## args)
233 #define ARB_PRINTK(format, args...)
236 #define ASEN_PRINTK(format, args...) \
237 printk(KERN_DEBUG format , ## args)
239 #define ASEN_PRINTK(format, args...)
242 #define DMA_PRINTK(format, args...) \
243 printk(KERN_DEBUG format , ## args)
245 #define DMA_PRINTK(format, args...)
248 #define HSH_PRINTK(format, arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxasprintf.c23 xasprintf (const char *format, ...) argument
28 va_start (args, format);
29 result = xvasprintf (format, args);
H A Dasnprintf.c26 asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) argument
31 va_start (args, format);
32 result = vasnprintf (resultbuf, lengthp, format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxasprintf.c23 xasprintf (const char *format, ...) argument
28 va_start (args, format);
29 result = xvasprintf (format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dmisc.c39 void snd_verbose_printk(const char *file, int line, const char *format, ...) argument
43 if (format[0] == '<' && format[1] >= '0' && format[1] <= '9' && format[2] == '>') {
45 tmp[1] = format[1];
47 format += 3;
51 va_start(args, format);
52 vprintk(format, args);
60 void snd_verbose_printd(const char *file, int line, const char *format, argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dlogging.h25 #define err(format, arg...) do { } while (0)
26 #define info(format, arg...) do { } while (0)
27 #define dbg(format, arg...) do { } while (0)
37 #define err(format, arg...) \
39 log_message(LOG_ERR ,"%s: " format ,__FUNCTION__ ,## arg); \
43 #define info(format, arg...) \
45 log_message(LOG_INFO ,"%s: " format ,__FUNCTION__ ,## arg); \
50 #define dbg(format, arg...) \
52 log_message(LOG_DEBUG ,"%s: " format ,__FUNCTION__ ,## arg); \
56 extern void log_message(int priority, const char *format,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-csharp.c1 /* C# format strings.
25 #include "format.h"
33 /* C# format strings are described in the description of the .NET System.String
38 A format string consists of literal text (that is output verbatim), doubled
45 - is optionally followed by ':' and a sequence of format specifiers.
46 (But the interpretation of the format specifiers is up to the IFormattable
59 format_parse (const char *format, bool translated, char *fdi, argument
62 const char *const format_start = format;
69 for (; *format != '\0';)
71 char c = *format
[all...]
H A Dformat-java.c1 /* Java format strings.
27 #include "format.h"
32 #include "format-invalid.h"
37 /* Java format strings are described in java/text/MessageFormat.html.
130 static bool date_format_parse (const char *format);
131 static bool number_format_parse (const char *format);
132 static bool choice_format_parse (const char *format, struct spec *spec,
139 Assumes local variables format, quoting. */
141 if (*format == '\'' && *++format !
151 message_format_parse(const char *format, char *fdi, struct spec *spec, char **invalid_reason) argument
361 date_format_parse(const char *format) argument
373 number_format_parse(const char *format) argument
516 choice_format_parse(const char *format, struct spec *spec, char **invalid_reason) argument
626 format_parse(const char *format, bool translated, char *fdi, char **invalid_reason) argument
[all...]
H A Dformat-boost.c1 /* Boost format strings.
25 #include "format.h"
29 #include "format-invalid.h"
34 /* Boost format strings are described in
35 boost_1_33_1/libs/format/doc/format.html
37 boost_1_33_1/boost/format/parsing.hpp.
67 The Boost format string interpreter doesn't actually care about
116 format_parse (const char *format, bool translated, char *fdi, argument
119 const char *const format_start = format;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf.c1 /* Formatted output to strings, using POSIX/XSI format strings with positions.
73 /* Don't break __attribute__((format(printf,M,N))).
95 libintl_vfprintf (FILE *stream, const char *format, va_list args) argument
97 if (strchr (format, '$') == NULL)
98 return vfprintf (stream, format, args);
102 char *result = libintl_vasnprintf (NULL, &length, format, args);
122 libintl_fprintf (FILE *stream, const char *format, ...) argument
127 va_start (args, format);
128 retval = libintl_vfprintf (stream, format, args);
135 libintl_vprintf (const char *format, va_lis argument
142 libintl_printf(const char *format, ...) argument
155 libintl_vsprintf(char *resultbuf, const char *format, va_list args) argument
180 libintl_sprintf(char *resultbuf, const char *format, ...) argument
203 libintl_vsnprintf(char *resultbuf, size_t length, const char *format, va_list args) argument
234 libintl_snprintf(char *resultbuf, size_t length, const char *format, ...) argument
251 libintl_vasprintf(char **resultp, const char *format, va_list args) argument
269 libintl_asprintf(char **resultp, const char *format, ...) argument
314 libintl_vfwprintf(FILE *stream, const wchar_t *format, va_list args) argument
344 libintl_fwprintf(FILE *stream, const wchar_t *format, ...) argument
357 libintl_vwprintf(const wchar_t *format, va_list args) argument
364 libintl_wprintf(const wchar_t *format, ...) argument
377 libintl_vswprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) argument
414 libintl_swprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, ...) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Denvsubst.x2 envsubst \- substitutes environment variables in shell format strings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dvdprintf.c13 int vdprintf(int d, const char *format, va_list ap) argument
18 len = vsnprintf(buf, BUF_SIZE, format, ap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgfmt.x2 msgfmt \- compile message catalog to binary format
H A Dmsgunfmt.x2 msgunfmt \- uncompile message catalog from binary format
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-format.c1 /* exif-format.c
23 #include <libexif/exif-format.h>
28 /*! Table of data format types, descriptions and sizes.
33 ExifFormat format; member in struct:__anon1026
53 exif_format_get_name (ExifFormat format) argument
67 if (ExifFormatTable[i].format == format)
73 exif_format_get_size (ExifFormat format) argument
78 if (ExifFormatTable[i].format == format)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/dumpload/
H A DMakefile3 BUILD= format.html text.html utility.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dasnprintf.c27 asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) argument
32 va_start (args, format);
33 result = vasnprintf (resultbuf, lengthp, format, args);
H A Dasprintf.c31 asprintf (char **resultp, const char *format, ...) argument
36 va_start (args, format);
37 result = vasprintf (resultp, format, args);

Completed in 251 milliseconds

1234567891011>>