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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/brcm_apps/nfc/
H A Dapp_nsa_utils.h26 #define APP_ERROR0(format) \
28 app_print_error("%s: " format "\n", __func__); \
31 #define APP_ERROR1(format, ...) \
33 app_print_error("%s: " format "\n", __func__, __VA_ARGS__); \
38 #define APP_DEBUG0(format) do {} while(0)
39 #define APP_DEBUG1(format, ...) do {} while(0)
45 #define APP_DEBUG0(format) \
47 app_print_debug("%s: " format "\n", __func__); \
50 #define APP_DEBUG1(format, ...) \
52 app_print_debug("%s: " format "\
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/com_err/
H A Dlex.h37 __attribute__ ((format (printf, 1, 2)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/com_err/
H A Dlex.h37 __attribute__ ((format (printf, 1, 2)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/com_err/
H A Dlex.h37 __attribute__ ((format (printf, 1, 2)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Dlog.c35 void avahi_log_ap(AvahiLogLevel level, const char*format, va_list ap) {
38 vsnprintf(txt, sizeof(txt), format, ap);
46 void avahi_log(AvahiLogLevel level, const char*format, ...) {
48 va_start(ap, format);
49 avahi_log_ap(level, format, ap);
53 void avahi_log_error(const char*format, ...) {
55 va_start(ap, format);
56 avahi_log_ap(AVAHI_LOG_ERROR, format, ap);
60 void avahi_log_warn(const char*format, ...) {
62 va_start(ap, format);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Dlog.c35 void avahi_log_ap(AvahiLogLevel level, const char*format, va_list ap) {
38 vsnprintf(txt, sizeof(txt), format, ap);
46 void avahi_log(AvahiLogLevel level, const char*format, ...) {
48 va_start(ap, format);
49 avahi_log_ap(level, format, ap);
53 void avahi_log_error(const char*format, ...) {
55 va_start(ap, format);
56 avahi_log_ap(AVAHI_LOG_ERROR, format, ap);
60 void avahi_log_warn(const char*format, ...) {
62 va_start(ap, format);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Dlog.c35 void avahi_log_ap(AvahiLogLevel level, const char*format, va_list ap) {
38 vsnprintf(txt, sizeof(txt), format, ap);
46 void avahi_log(AvahiLogLevel level, const char*format, ...) {
48 va_start(ap, format);
49 avahi_log_ap(level, format, ap);
53 void avahi_log_error(const char*format, ...) {
55 va_start(ap, format);
56 avahi_log_ap(AVAHI_LOG_ERROR, format, ap);
60 void avahi_log_warn(const char*format, ...) {
62 va_start(ap, format);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/src/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.h227 #define ARB_PRINTK(format, args...) \
228 printk(KERN_DEBUG format , ## args)
230 #define ARB_PRINTK(format, args...)
233 #define ASEN_PRINTK(format, args...) \
234 printk(KERN_DEBUG format , ## args)
236 #define ASEN_PRINTK(format, args...)
239 #define DMA_PRINTK(format, args...) \
240 printk(KERN_DEBUG format , ## args)
242 #define DMA_PRINTK(format, args...)
245 #define HSH_PRINTK(format, arg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/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...]

Completed in 357 milliseconds

1234567891011>>