Searched refs:format (Results 201 - 225 of 3721) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/pic2graph/
H A Dpic2graph.sh12 # A -format FOO option changes the image output format to any format
14 # All other options are passed to convert(1). The default format in PNG.
40 format="png"
48 -format)
49 format=$2
98 && convert -trim -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
99 && cat $tmp/pic2graph.$format
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dvasprintf.c48 const char *@var{format}, va_list @var{args})
65 int_vasprintf (char **result, const char *format, va_list args) argument
67 const char *p = format;
70 int total_width = strlen (format) + 1;
105 /* Should be big enough for any format specifier except %s and floats. */
147 return vsprintf (*result, format, args);
153 vasprintf (char **result, const char *format, argument
160 return int_vasprintf (result, format, args);
165 checkit (const char *format, ...) argument
168 VA_OPEN (args, format);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dvasprintf.c47 @deftypefn Extension int vasprintf (char **@var{resptr}, const char *@var{format}, va_list @var{args})
64 int_vasprintf (char **result, const char *format, va_list args) argument
66 const char *p = format;
69 int total_width = strlen (format) + 1;
104 /* Should be big enough for any format specifier except %s and floats. */
146 return vsprintf (*result, format, args);
152 vasprintf (char **result, const char *format, argument
159 return int_vasprintf (result, format, args);
164 checkit (const char *format, ...) argument
167 VA_OPEN (args, format);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgengenrtl.c27 const char *const enumname, *const name, *const format; member in struct:rtx_definition
59 /* Decode a format letter into a C type string. */
91 /* Decode a format letter into the proper accessor function. */
127 /* Return nonzero if we should ignore FMT, an RTL format, when making
164 /* Place a list of all format specifiers we use into the array FORMAT. */
175 if (special_format (defs[i].format))
179 if (! strcmp (*f, defs[i].format))
183 *f = defs[i].format;
190 gendecl (const char *format)
195 printf ("extern rtx gen_rtx_fmt_%s_stat\t (RTX_CODE, ", format);
189 gendecl(const char *format) argument
262 gendef(const char *format) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_fstore.c51 int format; local
60 format = (word1 >> 10) & 7;
65 if (format == FTYPE_DBL) {
67 } else if (format == FTYPE_SNG || format == FTYPE_LNG) {
69 } else if (format == FTYPE_WRD) {
71 format = FTYPE_LNG;
72 } else if (format == FTYPE_BYT) {
74 format = FTYPE_LNG;
75 } else if (format
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libparse/
H A Dclk_varitext.c71 * The Varitext receiver sends a datagram in the following format every minute
99 static struct format varitext_fmt =
110 static u_long cvt_varitext (unsigned char *, int, struct format *, clocktime_t *, void *);
123 inp_varitext, /* Because of the strange format we need to parse it ourselves */
135 * convert simple type format
141 struct format *format,
147 if (!Strok(buffer, format->fixed_string)) {
150 if (Stoi(&buffer[format->field_offsets[O_DAY].offset], &clock_time->day,
151 format
138 cvt_varitext( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
[all...]
H A Dclk_meinberg.c92 * Extended data format (PZFUERL for PZF type clocks)
182 static struct format meinberg_fmt[] =
193 { /* special extended FAU Erlangen extended format */
202 { /* special extended FAU Erlangen GPS format */
214 static u_long cvt_meinberg (unsigned char *, int, struct format *, clocktime_t *, void *);
215 static u_long cvt_mgps (unsigned char *, int, struct format *, clocktime_t *, void *);
237 "Meinberg Standard", /* Meinberg simple format - beware */
246 "Meinberg Extended", /* Meinberg enhanced format */
255 "Meinberg GPS Extended", /* Meinberg FAU GPS format */
264 * convert simple type format
275 struct format *format; local
465 cvt_mgps( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dutil.c123 whine(const char *type, const char *format, va_list ap) argument
128 vfprintf(stderr, format, ap);
130 if (format[strlen(format) - 1] != '\n')
142 terminate(const char *format, ...) argument
146 va_start(ap, format);
147 whine("ERROR", format, ap);
170 aborterr(const char *format, ...) argument
174 va_start(ap, format);
175 whine("ERROR", format, a
187 warning(const char *format, ...) argument
201 vadebug(int level, const char *format, va_list ap) argument
213 debug(int level, const char *format, ...) argument
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libumem/
H A Dmisc.h58 void debug_printf(const char *format, ...);
63 void log_message(const char *format, ...);
86 void umem_printf(const char *format, ...);
87 void umem_vprintf(const char *format, va_list);
89 void umem_printf_warn(void *ignored, const char *format, ...);
96 void umem_panic(const char *format, ...) __NORETURN;
103 void umem_err_recoverable(const char *format, ...);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Derrors.h50 fatal(const char* format, va_list) ATTRIBUTE_NORETURN;
54 error(const char* format, va_list);
58 warning(const char* format, va_list);
62 info(const char* format, va_list);
69 const char* format, va_list);
76 const char* format, va_list);
85 debug(const char* format, ...) ATTRIBUTE_PRINTF_2;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/confgen/
H A Dutil.c49 fatal(const char *format, ...) { argument
53 va_start(args, format);
54 vfprintf(stderr, format, args);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/rndc/
H A Dutil.c50 fatal(const char *format, ...) { argument
54 va_start(args, format);
55 vfprintf(stderr, format, args);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dprint.h71 isc_print_vsnprintf(char *str, size_t size, const char *format, va_list ap)
76 isc_print_snprintf(char *str, size_t size, const char *format, ...)
83 isc_print_sprintf(char *str, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dprint.h71 isc_print_vsnprintf(char *str, size_t size, const char *format, va_list ap)
76 isc_print_snprintf(char *str, size_t size, const char *format, ...)
83 isc_print_sprintf(char *str, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Daudio-pcm.c46 unsigned int format
50 if (format & AFMT_MU_LAW) printf("MU_LAW ");
51 if (format & AFMT_A_LAW) printf("A_LAW ");
52 if (format & AFMT_IMA_ADPCM) printf("IMA_ADPCM ");
53 if (format & AFMT_U8) printf("U8 ");
54 if (format & AFMT_S16_LE) printf("S16_LE ");
55 if (format & AFMT_S16_BE) printf("S16_BE ");
56 if (format & AFMT_S8) printf("S8 ");
57 if (format & AFMT_U16_LE) printf("U16_LE ");
58 if (format
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libssp/
H A Dvsprintf-chk.c49 size_t slen, const char *format, va_list arg)
54 done = vsprintf (s, format, arg);
57 done = vsnprintf (s, slen, format, arg);
48 __vsprintf_chk(char *s, int flags __attribute__((unused)), size_t slen, const char *format, va_list arg) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dformat-ycp.c1 /* YCP and Smalltalk format strings.
26 #include "format.h"
30 #include "format-invalid.h"
38 GNU Smalltalk format strings are described in the CharArray documentation,
51 format_parse (const char *format, bool translated, char **invalid_reason) argument
59 for (; *format != '\0';)
60 if (*format++ == '%')
65 if (*format == '%')
66 format++;
67 else if (*format >
[all...]
H A Dformat-tcl.c1 /* Tcl format strings.
26 #include "format.h"
30 #include "format-invalid.h"
35 /* Tcl format strings are described in the tcl8.3.3/doc/format.n manual
101 format_parse (const char *format, bool translated, char **invalid_reason) argument
117 for (; *format != '\0';)
118 if (*format++ == '%')
123 if (*format != '%')
130 if (isdigit (*format))
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Derror.h33 /* The __-protected variants of `format' and `printf' attributes
36 # define __format__ format
51 extern void error (int status, int errnum, const char *format, ...)
55 unsigned int lineno, const char *format, ...)
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntelctl/
H A Dmain.c134 int format; local
136 if ((ret = ioctl(telfd, I4B_TEL_GETAUDIOFMT, &format)) < 0)
142 if (format == CVT_NONE)
144 printf("device %s does not do A-law/mu-law format conversion\n", namebuffer);
146 else if (format == CVT_ALAW2ULAW)
148 printf("device %s does ISDN: A-law -> user: mu-law format conversion\n", namebuffer);
150 else if (format == CVT_ULAW2ALAW)
152 printf("device %s does ISDN: mu-law -> user: A-law format conversion\n", namebuffer);
156 printf("ERROR, device %s uses unknown format %d!\n", namebuffer, format);
163 int format = CVT_ALAW2ULAW; local
175 int format = CVT_ULAW2ALAW; local
186 int format = CVT_NONE; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dprint.c40 isc_print_sprintf(char *str, const char *format, ...) { argument
43 va_start(ap, format);
44 vsprintf(str, format, ap);
54 isc_print_snprintf(char *str, size_t size, const char *format, ...) { argument
58 va_start(ap, format);
59 ret = vsnprintf(str, size, format, ap);
70 isc_print_vsnprintf(char *str, size_t size, const char *format, va_list ap) { argument
102 INSIST(format != NULL);
104 while (*format != '\0') {
105 if (*format !
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dprint.c40 isc_print_sprintf(char *str, const char *format, ...) { argument
43 va_start(ap, format);
44 vsprintf(str, format, ap);
54 isc_print_snprintf(char *str, size_t size, const char *format, ...) { argument
58 va_start(ap, format);
59 ret = vsnprintf(str, size, format, ap);
70 isc_print_vsnprintf(char *str, size_t size, const char *format, va_list ap) { argument
102 INSIST(format != NULL);
104 while (*format != '\0') {
105 if (*format !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dm68hc11-dis.c234 long format, pos, i; local
246 format = 0;
254 format = M6811_OP_PAGE2;
259 format = M6811_OP_PAGE3;
264 format = M6811_OP_PAGE4;
282 if ((arch & cpu6812) && format == 0)
325 if ((opcode->format & OP_PAGE_MASK) != format)
328 if (opcode->format & M6812_OP_REG)
333 if (opcode->format
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dm68hc11-dis.c234 long format, pos, i; local
246 format = 0;
254 format = M6811_OP_PAGE2;
259 format = M6811_OP_PAGE3;
264 format = M6811_OP_PAGE4;
282 if ((arch & cpu6812) && format == 0)
325 if ((opcode->format & OP_PAGE_MASK) != format)
328 if (opcode->format & M6812_OP_REG)
333 if (opcode->format
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Derr.hin61 __attribute__ ((noreturn, format (printf, 2, 0)));
65 __attribute__ ((noreturn, format (printf, 2, 3)));
69 __attribute__ ((noreturn, format (printf, 2, 0)));
73 __attribute__ ((noreturn, format (printf, 2, 3)));
76 __attribute__ ((format (printf, 1, 0)));
80 __attribute__ ((format (printf, 1, 2)));
84 __attribute__ ((format (printf, 1, 0)));
88 __attribute__ ((format (printf, 1, 2)));

Completed in 412 milliseconds

1234567891011>>