Searched refs:format (Results 276 - 300 of 1192) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dregister.c36 die (const char *format, ...) argument
40 va_start( arg_ptr, format ) ;
41 vfprintf (stderr, format, arg_ptr );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dmnote-pentax-entry.c30 #include <libexif/exif-format.h>
35 #define CF(format,target,v,maxlen) \
37 if (format != target) { \
39 _("Invalid format '%s', " \
41 exif_format_get_name (format), \
341 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen);
365 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen);
391 CF (entry->format, EXIF_FORMAT_LONG, val, maxlen);
397 CF (entry->format, EXIF_FORMAT_UNDEFINED, val, maxlen);
404 CF (entry->format, EXIF_FORMAT_UNDEFINE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/ata_id/
H A Data_id.c32 void log_message(int priority, const char *format, ...) argument
50 va_start(args, format);
51 vsyslog(priority, format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/cdrom_id/
H A Dcdrom_id.c63 void log_message(int priority, const char *format, ...) argument
81 va_start(args, format);
82 vsyslog(priority, format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/floppy/
H A Dcreate_floppy_devices.c45 void log_message(int priority, const char *format, ...) argument
63 va_start(args, format);
64 vsyslog(priority, format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevsettle.c40 void log_message(int priority, const char *format, ...) argument
47 va_start(args, format);
48 vsyslog(priority, format, args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c340 f3_instr = &cur_instr->format.format3;
373 cur_instr->format.bytes[0],
374 cur_instr->format.bytes[1],
375 cur_instr->format.bytes[2],
376 cur_instr->format.bytes[3]);
378 cur_instr->format.bytes[3],
379 cur_instr->format.bytes[2],
380 cur_instr->format.bytes[1],
381 cur_instr->format.bytes[0]);
617 cur_instr->format
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c178 /* Dump the value of A in a format suitable for debugging to
203 # error please define the format here
374 gcry_mpi_scan (struct gcry_mpi **ret_mpi, enum gcry_mpi_format format, argument
382 if (format == GCRYMPI_FMT_SSH)
387 if (format == GCRYMPI_FMT_STD)
399 /* FIXME: we have to convert from 2compl to magnitude format */
415 else if (format == GCRYMPI_FMT_USG)
432 else if (format == GCRYMPI_FMT_PGP)
449 else if (format == GCRYMPI_FMT_SSH)
476 /* FIXME: we have to convert from 2compl to magnitude format */
527 gcry_mpi_print(enum gcry_mpi_format format, unsigned char *buffer, size_t buflen, size_t *nwritten, struct gcry_mpi *a) argument
726 gcry_mpi_aprint(enum gcry_mpi_format format, unsigned char **buffer, size_t *nwritten, struct gcry_mpi *a) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/examples/tdbpack/
H A Doldtdbutil.py19 def pack(format,list):
23 # Cycle through format entries
24 for type in format:
54 def unpack(format,buffer):
59 for type in format:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A DHello.java16 MessageFormat.format(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-lex.h35 /* The __-protected variants of `format' and `printf' attributes
38 # define __format__ format
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-awk-13 # Test recognition of awk format strings.
58 # Invalid: unknown format specifier
60 # Invalid: unknown format specifier
117 if grep awk-format f-a-1-$n.po > /dev/null; then
123 if grep awk-format f-a-1-$n.po > /dev/null; then
H A Dformat-c-13 # Test recognition of C format strings.
84 # Invalid: unknown format specifier
141 if grep c-format f-c-1-$n.po > /dev/null; then
147 if grep c-format f-c-1-$n.po > /dev/null; then
H A Dformat-elisp-13 # Test recognition of Emacs Lisp format strings.
56 # Invalid: unknown format specifier
113 if grep elisp-format f-el-1-$n.po > /dev/null; then
119 if grep elisp-format f-el-1-$n.po > /dev/null; then
H A Dformat-gcc-internal-13 # Test recognition of GCC internal format strings.
82 # Invalid: unknown format specifier
143 if grep gcc-internal-format f-gi-1-$n.po > /dev/null; then
149 if grep gcc-internal-format f-gi-1-$n.po > /dev/null; then
H A Dformat-java-23 # Test checking of Java format strings.
119 #, java-format
125 if ${MSGFMT} --check-format -o f-j-2-$n.mo f-j-2-$n.po; then
131 ${MSGFMT} --check-format -o f-j-2-$n.mo f-j-2-$n.po 2> /dev/null
H A Dformat-kde-23 # Test checking of KDE format strings.
80 #, kde-format
86 if ${MSGFMT} --check-format -o f-kd-2-$n.mo f-kd-2-$n.po; then
92 ${MSGFMT} --check-format -o f-kd-2-$n.mo f-kd-2-$n.po 2> /dev/null
H A Dformat-librep-13 # Test recognition of librep format strings.
36 # Invalid: unknown format specifier
87 if grep librep-format f-lr-1-$n.po > /dev/null; then
93 if grep librep-format f-lr-1-$n.po > /dev/null; then
H A Dformat-pascal-23 # Test checking of Object Pascal format strings.
104 #, object-pascal-format
110 if ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po; then
116 ${MSGFMT} --check-format -o f-op-2-$n.mo f-op-2-$n.po 2> /dev/null
H A Dformat-perl-13 # Test recognition of Perl format strings.
90 # Invalid: unknown format specifier
147 if grep perl-format f-pl-1-$n.po > /dev/null; then
153 if grep perl-format f-pl-1-$n.po > /dev/null; then
H A Dformat-php-13 # Test recognition of PHP format strings.
44 # Invalid: unknown format specifier
46 # Invalid: unknown format specifier
93 if grep php-format f-ph-1-$n.po > /dev/null; then
99 if grep php-format f-ph-1-$n.po > /dev/null; then
H A Dformat-php-23 # Test checking of PHP format strings.
95 #, php-format
101 if ${MSGFMT} --check-format -o f-ph-2-$n.mo f-ph-2-$n.po; then
107 ${MSGFMT} --check-format -o f-ph-2-$n.mo f-ph-2-$n.po 2> /dev/null
H A Dformat-python-23 # Test checking of Python format strings.
113 #, python-format
119 if ${MSGFMT} --check-format -o f-p-2-$n.mo f-p-2-$n.po; then
125 ${MSGFMT} --check-format -o f-p-2-$n.mo f-p-2-$n.po 2> /dev/null
H A Dformat-qt-23 # Test checking of Qt format strings.
59 #, qt-format
65 if ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po; then
71 ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po 2> /dev/null
H A Dformat-sh-23 # Test checking of Shell format strings.
38 #, sh-format
44 if ${MSGFMT} --check-format -o f-sh-2-$n.mo f-sh-2-$n.po; then
50 ${MSGFMT} --check-format -o f-sh-2-$n.mo f-sh-2-$n.po 2> /dev/null

Completed in 193 milliseconds

<<11121314151617181920>>