Searched refs:format (Results 26 - 50 of 786) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/netncp/
H A Dncp_subr.h38 #define NCP_PRINT(format, args...) printf("FATAL: %s: "format, __func__ ,## args)
46 #define NCPSDEBUG(format, args...) printf("%s: "format, __func__ ,## args)
48 #define NCPSDEBUG(format, args...)
53 #define NCPNDEBUG(format, args...) printf("%s: "format, __func__ ,## args)
55 #define NCPNDEBUG(format, args...)
67 #define NCPVODEBUG(format, args...) printf("%s: "format, __func_
[all...]
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dclk_dcf7000.c57 static struct format dcf7000_fmt =
85 * convert dcf7000 type format
91 struct format *format,
96 if (!Strok(buffer, format->fixed_string))
102 if (Stoi(&buffer[format->field_offsets[O_DAY].offset], &clock_time->day,
103 format->field_offsets[O_DAY].length) ||
104 Stoi(&buffer[format->field_offsets[O_MONTH].offset], &clock_time->month,
105 format->field_offsets[O_MONTH].length) ||
106 Stoi(&buffer[format
88 cvt_dcf7000( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
[all...]
H A Dclk_varitext.c69 * The Varitext receiver sends a datagram in the following format every minute
97 static struct format varitext_fmt =
121 inp_varitext, /* Because of the strange format we need to parse it ourselves */
133 * convert simple type format
139 struct format *format,
145 if (!Strok(buffer, format->fixed_string)) {
148 if (Stoi(&buffer[format->field_offsets[O_DAY].offset], &clock_time->day,
149 format->field_offsets[O_DAY].length) ||
150 Stoi(&buffer[format
136 cvt_varitext( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
64 va_start(args, format);
65 (unexpected_callback)(file, line, format, args);
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
73 va_start(args, format);
74 (fatal_callback)(file, line, format, args);
87 default_unexpected_callback(const char *file, int line, const char *format, argument
91 vfprintf(stderr, format, args);
97 default_fatal_callback(const char *file, int line, const char *format, argument
103 vfprintf(stderr, format, arg
[all...]
/freebsd-9.3-release/contrib/groff/contrib/grap2graph/
H A Dgrap2graph.sh12 # A -format FOO option changes the image output format to any format
14 # The default format is PNG.
35 format="png"
42 -format)
43 format=$2
82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
83 && cat $tmp/grap2graph.$format
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
64 va_start(args, format);
65 (unexpected_callback)(file, line, format, args);
70 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
73 va_start(args, format);
74 (fatal_callback)(file, line, format, args);
87 default_unexpected_callback(const char *file, int line, const char *format, argument
91 vfprintf(stderr, format, args);
97 default_fatal_callback(const char *file, int line, const char *format, argument
103 vfprintf(stderr, format, arg
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dformat.c26 A format is a BFD concept of high level file contents type. The
42 File format functions
57 bfd_boolean bfd_check_format (bfd *abfd, bfd_format format);
61 with the format @var{format} (i.e., one of <<bfd_object>>,
65 call, only the named target and format combination is
76 if <<format>> is not one of <<bfd_object>>, <<bfd_archive>> or
84 none of the backends recognised the file format.
87 more than one backend recognised the file format.
91 bfd_check_format (bfd *abfd, bfd_format format) argument
117 bfd_check_format_matches(bfd *abfd, bfd_format format, char ***matching) argument
391 bfd_set_format(bfd *abfd, bfd_format format) argument
429 bfd_format_string(bfd_format format) argument
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dscheck.c22 scheck(string, format)
24 const char * const format;
34 if (string == NULL || format == NULL)
36 fbuf = imalloc((int) (2 * strlen(format) + 4));
39 fp = format;
65 result = (char *) format;
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dsnprintf-chk.c48 size_t slen, const char *format, ...)
56 va_start (arg, format);
57 done = vsnprintf (s, n, format, arg);
47 __snprintf_chk(char *s, size_t n, int flags __attribute__((unused)), size_t slen, const char *format, ...) argument
H A Dsprintf-chk.c51 size_t slen, const char *format, ...)
56 va_start (arg, format);
58 done = vsprintf (s, format, arg);
61 done = vsnprintf (s, slen, format, arg);
50 __sprintf_chk(char *s, int flags __attribute__((unused)), size_t slen, const char *format, ...) argument
H A Dvsnprintf-chk.c48 size_t slen, const char *format, va_list arg)
53 return vsnprintf (s, n, format, arg);
47 __vsnprintf_chk(char *s, size_t n, int flags __attribute__((unused)), size_t slen, const char *format, va_list arg) argument
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Derror.cpp35 const char *format,
68 errprint(format, arg1, arg2, arg3);
77 const char *format,
83 current_lineno, type, format, arg1, arg2, arg3);
87 void error(const char *format, argument
92 do_error(ERROR, format, arg1, arg2, arg3);
95 void warning(const char *format, argument
100 do_error(WARNING, format, arg1, arg2, arg3);
103 void fatal(const char *format, argument
108 do_error(FATAL, format, arg
31 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
76 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
111 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
122 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
133 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dnt_gss_common.h42 __attribute__ ((format (printf, 3, 0)));
45 __attribute__ ((format (printf, 3, 4)));
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Derr.hin59 __attribute__ ((noreturn, format (printf, 2, 0)));
63 __attribute__ ((noreturn, format (printf, 2, 3)));
67 __attribute__ ((noreturn, format (printf, 2, 0)));
71 __attribute__ ((noreturn, format (printf, 2, 3)));
74 __attribute__ ((format (printf, 1, 0)));
78 __attribute__ ((format (printf, 1, 2)));
82 __attribute__ ((format (printf, 1, 0)));
86 __attribute__ ((format (printf, 1, 2)));
/freebsd-9.3-release/crypto/openssh/
H A Dlog.h62 __attribute__((format(printf, 1, 2)));
63 void error(const char *, ...) __attribute__((format(printf, 1, 2)));
65 __attribute__((format(printf, 1, 2)));
66 void logit(const char *, ...) __attribute__((format(printf, 1, 2)));
67 void verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
68 void debug(const char *, ...) __attribute__((format(printf, 1, 2)));
69 void debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
70 void debug3(const char *, ...) __attribute__((format(printf, 1, 2)));
75 __attribute__((format(printf, 2, 3)));
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dprint.c36 lwres__print_sprintf(char *str, const char *format, ...) { argument
39 va_start(ap, format);
40 vsprintf(str, format, ap);
50 lwres__print_snprintf(char *str, size_t size, const char *format, ...) { argument
54 va_start(ap, format);
55 ret = vsnprintf(str, size, format, ap);
66 lwres__print_vsnprintf(char *str, size_t size, const char *format, va_list ap) { argument
97 INSIST(format != NULL);
99 while (*format != '\0') {
100 if (*format !
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dm2-valprint.c31 CORE_ADDR address, struct ui_file *stream, int format,
37 return (c_val_print (type, valaddr, 0, address, stream, format, deref_ref,
30 m2_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-util.h31 #define DEBUGPRINT(format, ...) printf(format, ##__VA_ARGS__)
/freebsd-9.3-release/usr.bin/uuencode/
H A DMakefile5 MAN= uuencode.1 uuencode.format.5
8 uuencode.format.5 uuencode.5 \
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-log.h71 * Log a constant printf style format string with 0 to 4
75 * @param format Constant printf style format string.
76 * @param numberx 64bit argument to the printf format string
78 void cvmx_log_printf0(const char *format) CVMX_LOG_DISABLE_PC_LOGGING;
79 void cvmx_log_printf1(const char *format, uint64_t number1) CVMX_LOG_DISABLE_PC_LOGGING;
80 void cvmx_log_printf2(const char *format, uint64_t number1, uint64_t number2) CVMX_LOG_DISABLE_PC_LOGGING;
81 void cvmx_log_printf3(const char *format, uint64_t number1, uint64_t number2, uint64_t number3) CVMX_LOG_DISABLE_PC_LOGGING;
82 void cvmx_log_printf4(const char *format, uint64_t number1, uint64_t number2, uint64_t number3, uint64_t number4) CVMX_LOG_DISABLE_PC_LOGGING;
125 * Display the current log in a human readable format
[all...]
/freebsd-9.3-release/contrib/binutils/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...]
/freebsd-9.3-release/contrib/gcclibs/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...]
/freebsd-9.3-release/contrib/groff/contrib/eqn2graph/
H A Deqn2graph.sh12 # A -format FOO option changes the image output format to any format
14 # The default format is PNG.
39 format="png"
46 -format)
47 format=$2
88 && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
89 && cat $tmp/eqn2graph.$format
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCInstPrinter.cpp73 return format("%" PRId64, Value);
80 return format("-0x%" PRIx64, -Value);
82 return format("0x%" PRIx64, Value);
86 return format("-0%" PRIx64 "h", -Value);
88 return format("-%" PRIx64 "h", -Value);
91 return format("0%" PRIx64 "h", Value);
93 return format("%" PRIx64 "h", Value);
102 return format("0x%" PRIx64, Value);
105 return format("0%" PRIx64 "h", Value);
107 return format("
[all...]

Completed in 224 milliseconds

1234567891011>>