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

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DLog.cpp90 Log::Printf(const char *format, ...) argument
93 va_start(args, format);
94 VAPrintf(format, args);
104 Log::VAPrintf(const char *format, va_list args) argument
138 header.PrintfVarArg (format, args);
170 Log::Debug(const char *format, ...) argument
176 va_start(args, format);
177 VAPrintf(format, args);
187 Log::DebugVerbose(const char *format, ...) argument
193 va_start(args, format);
203 LogIf(uint32_t bits, const char *format, ...) argument
218 Error(const char *format, ...) argument
228 VAError(const char *format, va_list args) argument
246 FatalError(int err, const char *format, ...) argument
268 Verbose(const char *format, ...) argument
284 WarningVerbose(const char *format, ...) argument
305 Warning(const char *format, ...) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp51 OS << "Magic = " << format("0x%08x", Hdr.Magic) << '\n'
52 << "Version = " << format("0x%04x", Hdr.Version) << '\n'
53 << "Hash function = " << format("0x%08x", Hdr.HashFunction) << '\n'
63 OS << format("Atom[%d] Type: ", i++);
67 OS << format("DW_ATOM_Unknown_0x%x", Atom.first);
72 OS << format("DW_FORM_Unknown_0x%x", Atom.second);
85 OS << format("Bucket[%d]\n", Bucket);
100 OS << format(" Hash = 0x%08x Offset = 0x%08x\n", Hash, DataOffset);
112 OS << format(" Name: %08x \"%s\"\n", StringOffset,
116 OS << format(" Dat
[all...]
/freebsd-11.0-release/contrib/amd/libamu/
H A Dstrutil.c215 _xsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, ...) argument
217 xsnprintf(char *str, size_t size, const char *format, ...)
223 va_start(ap, format);
225 ret = _xvsnprintf(filename, lineno, str, size, format, ap);
227 ret = xvsnprintf(str, size, format, ap);
238 _xvsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, va_list ap) argument
240 xvsnprintf(char *str, size_t size, const char *format, va_list ap)
246 ret = vsnprintf(str, size, format, ap);
248 ret = vsprintf(str, format, ap); /* less secure version */
261 plog(XLOG_ERROR, "xvsnprintf(%s:%d): string %p truncated (ret=%d, format
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dscm-valprint.c49 scm_inferior_print (LONGEST value, struct ui_file *stream, int format, argument
95 scm_scmlist_print (LONGEST svalue, struct ui_file *stream, int format, argument
104 scm_scmval_print (SCM_CAR (svalue), stream, format, local
117 scm_scmval_print (SCM_CAR (svalue), stream, format, local
123 scm_scmval_print (svalue, stream, format,
140 scm_scmval_print (LONGEST svalue, struct ui_file *stream, int format, argument
148 print_longest (stream, format ? format : 'd', 1, svalue >> 2);
209 scm_scmlist_print (svalue, stream, format,
215 scm_scmlist_print (SCM_CODE (svalue), stream, format, local
271 scm_scmval_print (scm_get_field (elements, i), stream, format, local
362 scm_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
390 scm_value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
[all...]
H A Df-valprint.c282 CORE_ADDR address, struct ui_file *stream, int format,
296 stream, format, deref_ref, recurse, pretty, elts);
311 stream, format, deref_ref, recurse, pretty); local
327 struct ui_file *stream, int format, int deref_ref, int recurse,
345 f77_print_array_1 (1, ndimensions, type, valaddr, address, stream, format,
353 FORMAT (a letter or 0 for natural format). The data at VALADDR is in
366 CORE_ADDR address, struct ui_file *stream, int format,
384 f77_print_array (type, valaddr, address, stream, format,
390 if (format && format !
281 f77_print_array_1(int nss, int ndimensions, struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty, int *elts) argument
326 f77_print_array(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
364 f_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
[all...]
/freebsd-11.0-release/contrib/tcpdump/missing/
H A Dsnprintf.c283 const unsigned char *format = (const unsigned char *)char_format; local
286 while((c = *format++)) {
295 while((c = *format++)){
320 c = *format++;
324 c = *format++;
330 c = *format++;
334 c = *format++;
338 c = *format++;
346 c = *format++;
349 c = *format
459 snprintf(char *str, size_t sz, const char *format, ...) argument
603 vsnprintf(char *str, size_t sz, const char *format, va_list args) argument
[all...]
/freebsd-11.0-release/contrib/libpcap/missing/
H A Dsnprintf.c283 const unsigned char *format = (const unsigned char *)char_format; local
286 while((c = *format++)) {
295 while((c = *format++)){
320 c = *format++;
324 c = *format++;
330 c = *format++;
334 c = *format++;
338 c = *format++;
346 c = *format++;
349 c = *format
459 snprintf(char *str, size_t sz, const char *format, ...) argument
603 vsnprintf(char *str, size_t sz, const char *format, va_list args) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h102 __attribute__ ((format (printf, 2,3)));
108 __attribute__ ((format (printf, 2,0)));
110 __attribute__ ((format (printf, 2,3)));
112 __attribute__ ((format (printf, 2,0)));
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h78 __attribute__ ((format (printf, 2, 3)));
82 __attribute__ ((format (printf, 1, 2)));
91 __attribute__ ((format (printf, 2, 3)));
95 __attribute__ ((format (printf, 1, 2)));
/freebsd-11.0-release/crypto/heimdal/lib/sl/
H A Dslc.h52 void error_message (const char *format, ...);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DLLDBAssert.cpp30 errs() << format("Assertion failed: (%s), function %s, file %s, line %u\n",
/freebsd-11.0-release/contrib/ofed/management/
H A Dgen_chlog.sh32 format=$2
61 git log --no-merges "${format}" $ver -- $target
68 mkchlog $TARGET --pretty=format:"%ad %an%n%H%n%n* %s%n" \
72 mkchlog $TARGET --pretty=format:"- %ad %an: %s"
/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_log.c101 char *format; local
125 if (asprintf(&format, "in %s(): %s", func, fmt) > 0) {
127 vsyslog(priority, format, ap);
128 FREE(format);
169 * The remaining arguments are a =printf format string and the
/freebsd-11.0-release/contrib/ntp/include/
H A Dparse_conf.h64 struct format struct
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcorefile.c53 if (abfd->format != bfd_core)
76 if (abfd->format != bfd_core)
101 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h22 // stack frame "frame_no" and appends it to the "buffer". "format" is a
25 // format string
35 // %p - PC in hex format;
37 // %o - offset in the module in hex format;
39 // %q - offset in the function in hex format (*if available*);
50 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Derrarg.cpp95 void errprint(const char *format, argument
100 assert(format != 0);
102 while ((c = *format++) != '\0') {
104 c = *format++;
/freebsd-11.0-release/sys/dev/vt/colors/
H A Dvt_termcolors.h48 int vt_generate_cons_palette(uint32_t *palette, int format, uint32_t rmax,
/freebsd-11.0-release/sbin/dhclient/
H A Dtree.h63 char *format; member in struct:option
/freebsd-11.0-release/contrib/ntp/libparse/
H A Dclk_sel240x.c39 // The B8 output has the following format B8 = '\x01YYYY:ddd:hh:mm:ssq\r\n'
57 // Parse clock format structure describing the message above
58 static struct format sel240x_fmt =
125 struct format *format,
132 if( Strok(buffer, format->fixed_string) )
123 cvt_sel240x( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dtime44 --date-format '%Y%m%d%H%M.%S' \
56 --time-format '%H%M.%S' \
/freebsd-11.0-release/usr.sbin/kgzip/
H A Dkgzip.h41 extern int format; /* Output format */
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_slkset.c50 NCURSES_SP_NAME(slk_set) (NCURSES_SP_DCLx int i, const char *astr, int format) argument
60 T((T_CALLED("slk_set(%p, %d, \"%s\", %d)"), (void *) SP_PARM, i, str, format));
66 || format < 0
67 || format > 2)
119 switch (format) {
152 slk_set(int i, const char *astr, int format) argument
154 return NCURSES_SP_NAME(slk_set) (CURRENT_SCREEN, i, astr, format);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_alloc.c108 uu_msprintf(const char *format, ...) argument
115 va_start(args, format);
116 M = vsnprintf(attic, 1, format, args);
124 va_start(args, format);
125 M = vsnprintf(b, m + 1, format, args);
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h81 void cvmx_dprintf(const char *, ...) __attribute__ ((format(printf, 1, 2)));
87 static inline void cvmx_dvprintf(const char *format, va_list ap) argument
92 static inline void cvmx_dprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2)));
93 static inline void cvmx_dprintf(const char *format, ...) argument

Completed in 307 milliseconds

1234567891011>>