Searched refs:format (Results 101 - 125 of 1192) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsnprintf.c43 snprintf (char *str, size_t size, const char *format, ...) argument
50 va_start (args, format);
51 output = vasnprintf (str, &lenbuf, format, args);
H A Dprintf-parse.h1 /* Parse printf format string.
40 xxx_directives: A parsed format string. */
59 /* A parsed format string. */
88 /* A parsed format string. */
115 /* A parsed format string. */
142 /* A parsed format string. */
155 /* Parses the format string. Fills in the number N of directives, and fills
157 to the end of the format string. Also fills in the arg_type fields of the
161 ulc_printf_parse (const char *format, char_directives *d, arguments *a);
163 u8_printf_parse (const uint8_t *format, u8_directive
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-vasprintf.c39 my_asprintf (char **result, const char *format, ...) argument
44 va_start (args, format);
45 ret = vasprintf (result, format, args);
H A Dtest-xvasprintf.c42 my_xasprintf (const char *format, ...) argument
47 va_start (args, format);
48 ret = xvasprintf (format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-711 /* xgettext: c-format */
15 /* xgettext: lisp-format */
19 /* xgettext: python-format */
35 #, c-format, python-format, lisp-format
/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 DEnhanced.java95 void bdbWritePriKeyField(EntityOutput output, Format format); argument
103 void bdbReadPriKeyField(EntityInput input, Format format); argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A DMakefile.am38 format.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibschroedingerdec.c45 /** Schroedinger video format */
46 SchroVideoFormat *format; member in struct:FfmpegSchroDecoderParams
48 /** Schroedinger frame format */
122 * Returns FFmpeg chroma format.
173 p_schro_params->format = schro_decoder_get_video_format (decoder);
176 if(avcodec_check_dimensions(avccontext, p_schro_params->format->width,
177 p_schro_params->format->height) < 0) {
179 p_schro_params->format->width, p_schro_params->format->height);
183 avccontext->height = p_schro_params->format
215 SchroVideoFormat *format; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/tt/
H A Dtt.h22 extern void tracer_panic(char *format, ...)
23 __attribute__ ((format (printf, 1, 2)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dbfs.h46 #define printf(format, args...) \
47 printk(KERN_ERR "BFS-fs: %s(): " format, __FUNCTION__, ## args)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.h37 __attribute__ ((format (printf, 3, 4)));
44 __attribute__ ((format (printf, 3, 4)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/support/
H A Ddebug.h31 __attribute__ ((format (printf, 2, 0)));
33 __attribute__ ((format (printf, 2, 3)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.h117 #define warn(format, ...) do { fprintf(stderr, format "\n", ##__VA_ARGS__); } while(0)
118 #define warnx(format, ...) do { fprintf(stderr, format "\n", ##__VA_ARGS__); } while(0)
120 #define err(rc, format, ...) do { fprintf(stderr, format "\n", ##__VA_ARGS__); exit(rc); } while(0)
121 #define errx(rc, format, ...) do { fprintf(stderr, format "\n", ##__VA_ARGS__); exit(rc); } while(0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dlog.c70 vlog(int prio, char *format, va_list ap) argument
76 vsnprintf(buff, sizeof(buff), format, ap);
113 dlog(int prio, int level, char *format, ...) argument
121 va_start(ap, format);
122 res = vlog(prio, format, ap);
129 flog(int prio, char *format, ...) argument
134 va_start(ap, format);
135 res = vlog(prio, format, ap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dutil.h32 #define err(format, arg...) volume_id_log_fn(LOG_ERR, __FILE__, __LINE__, format, ##arg)
33 #define info(format, arg...) volume_id_log_fn(LOG_INFO, __FILE__, __LINE__, format, ##arg)
35 #define dbg(format, arg...) volume_id_log_fn(LOG_DEBUG, __FILE__, __LINE__, format, ##arg)
37 #define dbg(format, arg...) do { } while (0)
88 extern void volume_id_set_uuid(struct volume_id *id, const uint8_t *buf, size_t len, enum uuid_format format);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dmulaw.c174 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
217 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
268 static int getput_index(int format) argument
271 sign = !snd_pcm_format_signed(format);
272 width = snd_pcm_format_width(format) / 8 - 1;
274 snd_printk(KERN_ERR "snd-pcm-oss: invalid format %d\n", format);
278 endian = snd_pcm_format_big_endian(format);
280 endian = snd_pcm_format_little_endian(format);
295 struct snd_pcm_plugin_format *format; local
[all...]
H A Dcopy.c52 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format);
57 snd_pcm_area_copy(&src_channels->area, 0, &dst_channels->area, 0, frames, plugin->src_format.format);
76 snd_assert(src_format->format == dst_format->format, return -ENXIO);
80 width = snd_pcm_format_physical_width(src_format->format);
H A Dpcm_plugin.c52 struct snd_pcm_plugin_format *format; local
59 format = &plugin->src_format;
61 format = &plugin->dst_format;
63 if ((width = snd_pcm_format_physical_width(format->format)) < 0)
65 size = frames * format->channels * width;
79 for (channel = 0; channel < format->channels; channel++, c++) {
85 c->area.step = format->channels * width;
88 snd_assert((size % format->channels) == 0,);
89 size /= format
259 snd_pcm_plug_formats(struct snd_mask *mask, int format) argument
295 snd_pcm_plug_slave_format(int format, struct snd_mask *format_mask) argument
538 struct snd_pcm_plugin_format *format; local
630 snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_area, size_t dst_offset, size_t samples, int format) argument
675 snd_pcm_area_copy(const struct snd_pcm_channel_area *src_area, size_t src_offset, const struct snd_pcm_channel_area *dst_area, size_t dst_offset, size_t samples, int format) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogging.c61 # define BROKEN_GCC_FORMAT_ATTRIBUTE __attribute__((format(printf, 6, 0)))
306 * @format: printf-style formatting string
317 int line, u32 level, void *data, const char *format, ...)
326 va_start(args, format);
328 ret = ntfs_log.handler(function, file, line, level, data, format, args);
343 * @format: printf-style formatting string
362 const char *format, va_list args)
371 ret = vsnprintf(logbuf, LOG_LINE_LEN, format, args);
373 vsyslog(LOG_NOTICE, format, args);
398 * @format
316 ntfs_log_redirect(const char *function, const char *file, int line, u32 level, void *data, const char *format, ...) argument
358 ntfs_log_handler_syslog(const char *function __attribute__((unused)), const char *file __attribute__((unused)), int line __attribute__((unused)), u32 level, void *data __attribute__((unused)), const char *format, va_list args) argument
412 ntfs_log_handler_fprintf(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
510 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
541 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
571 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.h226 /* send/receive PAL or NTSC video format */
227 enum pal_or_ntsc format; member in struct:dv1394_init
243 second time with different 'n_frames' or 'format' arguments (which
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dprintf.c2 /* printf - format and print data
10 /* Usage: printf format [argument...]
33 The 'format' argument is re-used as many times as necessary
192 static int print_formatted(char *format, int argc, char **argv) argument
195 char *f; /* Pointer into 'format'. */
201 for (f = format; *f; ++f) {
291 char *format; local
298 format = argv[1];
303 args_used = print_formatted(format, argc, argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Darch_hooks.h28 extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogging.h40 u32 level, void *data, const char *format, va_list args);
44 __attribute__((format(printf, 6, 0))));
47 ntfs_log_handler ntfs_log_handler_syslog __attribute__((format(printf, 6, 0)));
48 ntfs_log_handler ntfs_log_handler_fprintf __attribute__((format(printf, 6, 0)));
49 ntfs_log_handler ntfs_log_handler_null __attribute__((format(printf, 6, 0)));
50 ntfs_log_handler ntfs_log_handler_stdout __attribute__((format(printf, 6, 0)));
51 ntfs_log_handler ntfs_log_handler_outerr __attribute__((format(printf, 6, 0)));
52 ntfs_log_handler ntfs_log_handler_stderr __attribute__((format(printf, 6, 0)));
68 u32 level, void *data, const char *format, ...)
69 __attribute__((format(print
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet.h119 #define DERROR(dbg, format, args...) \
121 printk(KERN_INFO "irnet: %s(): " format, __FUNCTION__ , ##args);}
124 #define DEBUG(dbg, format, args...) \
126 printk(KERN_DEBUG "irnet: %s(): " format, __FUNCTION__ , ##args);}
129 #define DENTER(dbg, format, args...) \
131 printk(KERN_DEBUG "irnet: -> %s" format, __FUNCTION__ , ##args);}
134 #define DPASS(dbg, format, args...) \
136 printk(KERN_DEBUG "irnet: <>%s" format, __FUNCTION__ , ##args);}
139 #define DEXIT(dbg, format, args...) \
141 printk(KERN_DEBUG "irnet: <-%s()" format, __FUNCTION_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlwriter.in.h72 const char *format, ...);
75 const char *format,
105 const char *format, ...);
109 const char *format,
121 const char *format, ...);
127 const char *format,
144 const char *format, ...);
147 const char *format, va_list argptr);
157 *format, ...);
161 *format,
[all...]

Completed in 186 milliseconds

1234567891011>>