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

1234567891011>>

/asus-wl-520gu-7.0.1.45/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...]
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
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...]
H A Dutil.c27 va_start(ap, format); \
28 vsnprintf(buf, sizeof(buf), format, ap); \
44 void _log(const char *func, const char *file, int line, const char *format, ...) argument
53 void _warn(const char *func, const char *file, int line, const char *format, ...) argument
61 void _fatal(const char *func, const char *file, int line, const char *format, ...) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datari_scsi.h112 #define ARB_PRINTK(format, args...) \
113 printk(KERN_DEBUG format , ## args)
115 #define ARB_PRINTK(format, args...)
118 #define ASEN_PRINTK(format, args...) \
119 printk(KERN_DEBUG format , ## args)
121 #define ASEN_PRINTK(format, args...)
124 #define DMA_PRINTK(format, args...) \
125 printk(KERN_DEBUG format , ## args)
127 #define DMA_PRINTK(format, args...)
130 #define HSH_PRINTK(format, arg
[all...]
H A Dsun3_scsi.h232 #define ARB_PRINTK(format, args...) \
233 printk(KERN_DEBUG format , ## args)
235 #define ARB_PRINTK(format, args...)
238 #define ASEN_PRINTK(format, args...) \
239 printk(KERN_DEBUG format , ## args)
241 #define ASEN_PRINTK(format, args...)
244 #define DMA_PRINTK(format, args...) \
245 printk(KERN_DEBUG format , ## args)
247 #define DMA_PRINTK(format, args...)
250 #define HSH_PRINTK(format, arg
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dprintf.c1 /* Formatted output to strings, using POSIX/XSI format strings with positions.
80 libintl_vfprintf (FILE *stream, const char *format, va_list args) argument
82 if (strchr (format, '$') == NULL)
83 return vfprintf (stream, format, args);
87 char *result = libintl_vasnprintf (NULL, &length, format, args);
101 libintl_fprintf (FILE *stream, const char *format, ...) argument
106 va_start (args, format);
107 retval = libintl_vfprintf (stream, format, args);
114 libintl_vprintf (const char *format, va_list args) argument
116 return libintl_vfprintf (stdout, format, arg
121 libintl_printf(const char *format, ...) argument
134 libintl_vsprintf(char *resultbuf, const char *format, va_list args) argument
154 libintl_sprintf(char *resultbuf, const char *format, ...) argument
177 libintl_vsnprintf(char *resultbuf, size_t length, const char *format, va_list args) argument
204 libintl_snprintf(char *resultbuf, size_t length, const char *format, ...) argument
221 libintl_vasprintf(char **resultp, const char *format, va_list args) argument
233 libintl_asprintf(char **resultp, const char *format, ...) argument
273 libintl_vfwprintf(FILE *stream, const wchar_t *format, va_list args) argument
298 libintl_fwprintf(FILE *stream, const wchar_t *format, ...) argument
311 libintl_vwprintf(const wchar_t *format, va_list args) argument
318 libintl_wprintf(const wchar_t *format, ...) argument
331 libintl_vswprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) argument
358 libintl_swprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, ...) argument
[all...]
H A Dvasnprintf.h33 /* The __-protected variants of `format' and `printf' attributes
36 # define __format__ format
52 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...)
54 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
H A Dvasnwprintf.h39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dsendreq.h18 int format, /* X for option */
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dlog.c43 void rc_log(int prio, const char *format, ...) argument
48 va_start(ap,format);
49 vsnprintf(buff, sizeof(buff), format, ap);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dlog.c43 void rc_log(int prio, const char *format, ...) argument
48 va_start(ap,format);
49 vsnprintf(buff, sizeof(buff), format, ap);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dprint.c81 int format = 0; local
86 if(format) {
88 format = 0;
93 if( format ){
94 format = 0;
96 } else format = 1;
99 if(format) puthex( *arg++ );
101 format = 0;
104 if( format ) outs((char *)*arg++);
106 format
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/examples/tdbpack/
H A Dtest_tdbpack.py9 Numbers are always stored in little-endian format; strings are stored
12 The format for any particular element is encoded as a short ASCII
90 for format, values, expected in self.symm_cases:
91 out_packed = packer(format, values)
93 out, rest = unpacker(format, expected)
102 for format, values in large_cases:
103 packed = packer(format, values)
104 out, rest = unpacker(format, packed)
119 for format, values, expected in cases:
120 self.assertEquals(packer(format, value
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dvdprintf.c35 extern int vdprintf(int d, const char *format, va_list ap) argument
40 len = vsprintf(buf, format, ap);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Ddprintf.c34 int d_vfprintf(FILE *f, const char *format, va_list ap) argument
42 msgstr = lang_msg(format);
53 /* now we have the string in unix format, convert it to the display
80 int d_fprintf(FILE *f, const char *format, ...) argument
85 va_start(ap, format);
86 ret = d_vfprintf(f, format, ap);
94 int d_printf(const char *format, ...) argument
101 va_start(ap, format);
102 ret = d_vfprintf(outfile, format, ap);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dxfile.h47 int x_vfprintf(XFILE *f, const char *format, va_list ap) PRINTF_ATTRIBUTE(2, 0);
48 int x_fprintf(XFILE *f, const char *format, ...) PRINTF_ATTRIBUTE(2, 3);
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Derror.h21 #define USB_ERROR_STR(x, format, args...) \
24 snprintf(usb_error_str, sizeof(usb_error_str) - 1, format, ## args); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dnonstdio.h26 extern int printf(const char *format, ...);
28 extern int sprintf(char *str, const char *format, ...);
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcommon.h39 extern int filter_printf(const char *format, ...);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbauth.c59 const char * format = "/usr/local/samba/bin/smbclient -L %s -U%s%%%s -c quit > /dev/null 2>/dev/null"; local
120 len = strlen(format) + max_name_len + strlen(user_name) + strlen(password) + 32;
137 smb_snprintf(cmd, len, format, inet_ntoa(pdc_addr), user_name, password);
173 smb_snprintf(cmd, len, format, "127.0.0.1"/*local_machine_name*/, user_name, "" /*password*/);
194 smb_snprintf(cmd, len, format, "127.0.0.1"/*local_machine_name*/, user_name, password);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Daudio.c166 if (woinst->format.passthrough) {
199 if (count % woinst->format.bytespersample)
369 struct wave_format format; local
373 format = wiinst->format;
374 format.samplingrate = val;
376 if (emu10k1_wavein_setformat(wave_dev, &format) < 0) {
381 val = wiinst->format.samplingrate;
389 struct wave_format format; local
393 format
428 struct wave_format format; local
447 struct wave_format format; local
480 struct wave_format format; local
498 struct wave_format format; local
551 struct wave_format format; local
570 struct wave_format format; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/bfs/
H A Dbfs_defs.h16 #define printf(format, args...) \
19 printk(format, args); \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dcom_err.h31 COM_ERR_ATTR((format(printf, 3, 4)));
35 COM_ERR_ATTR((format(printf, 3, 0)));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dgcc-wall-cleanup18 /zero-length format string/d
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Damdtp.h11 * ioctl to configure format, rate, dimension and either plug or
15 * AMDTP_FORMAT_RAW corresponds to the AM824 raw format, which can
84 __u32 format; member in struct:amdtp_ioctl

Completed in 181 milliseconds

1234567891011>>