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

1234567891011>>

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DBranchProbability.cpp22 OS << N << " / " << D << " = " << format("%g%%", ((double)N / D) * 100.0);
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h101 __attribute__ ((format (printf, 2,3)));
107 __attribute__ ((format (printf, 2,0)));
109 __attribute__ ((format (printf, 2,3)));
111 __attribute__ ((format (printf, 2,0)));
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/sl/
H A Dslc.h52 void error_message (const char *format, ...);
/freebsd-9.3-release/sbin/dhclient/
H A Dtree.h63 char *format; member in struct:option
/freebsd-9.3-release/sys/dev/vt/colors/
H A Dvt_termcolors.h48 int vt_generate_vga_palette(uint32_t *palette, int format, uint32_t rmax,
H A Dvt_termcolors.c60 vt_generate_vga_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, argument
67 switch (format) {
/freebsd-9.3-release/tools/regression/usr.bin/make/variables/modifier_M/
H A DMakefile10 cmdman.1 format.5
/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzip.h41 extern int format; /* Output format */
/freebsd-9.3-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
H A Dclk_trimtaip.c71 static struct format trimsv6_fmt =
100 struct format *format,
110 if (!Strok(buffer, format->fixed_string)) return CVT_NONE;
111 #define OFFS(x) format->field_offsets[(x)].offset
114 format->field_offsets[(x)].length)
201 * (clock_trimtaip =): changed format name
97 cvt_trimtaip( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
H A Dclk_hopf6021.c53 * Type 6021 Serial Output format
102 static struct format hopf6021_fmt =
114 #define OFFS(x) format->field_offsets[(x)].offset
115 #define STOI(x, y) Stoi(&buffer[OFFS(x)], y, format->field_offsets[(x)].length)
127 "hopf Funkuhr 6021", /* clock format name */
137 struct format *format,
144 if (!Strok(buffer, format->fixed_string))
134 cvt_hopf6021( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
/freebsd-9.3-release/contrib/ntp/include/
H A Dparse_conf.h64 struct format struct
/freebsd-9.3-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-9.3-release/contrib/gdb/gdb/
H A Dprintcmd.c57 char format; member in struct:format_data
61 /* Last specified output format. */
116 /* Display format specified. */
117 struct format_data format; member in struct:display
184 /* Decode a format specification. *STRING_PTR should point to it.
185 OFORMAT and OSIZE are used as defaults for the format and size
186 if none are given in the format specification.
200 val.format = '?';
209 /* Now process size or format letters that follow. */
216 val.format
282 print_formatted(struct value *val, int format, int size, struct ui_file *stream) argument
335 format, size, stream); local
347 print_scalar_formatted(void *valaddr, struct type *type, int format, int size, struct ui_file *stream) argument
770 char format = 0; local
871 char format = 0; local
966 char format = 0; local
[all...]
H A Djv-valprint.c41 struct ui_file *stream, int format,
47 java_value_print (struct value *val, struct ui_file *stream, int format, argument
192 common_val_print (v, stream, format, 2, 1, pretty);
214 && (format == 0 || format == 's')
244 return common_val_print (val, stream, format, 1, 0, pretty);
255 struct ui_file *stream, int format, int recurse,
299 stream, format, recurse + 1, pretty);
392 common_val_print (v, stream, format, 0, recurse + 1, pretty);
411 common_val_print (v, stream, format,
254 java_print_value_fields(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
451 java_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-9.3-release/usr.bin/jot/
H A Djot.c82 static char format[BUFSIZ]; variable
114 if (strlcpy(format, optarg, sizeof(format)) >=
115 sizeof(format))
281 * format would make the appearance of the first and
293 (void)strlcpy(format,
294 chardata ? "%c" : "%u", sizeof(format));
315 * Send x to stdout using the specified format.
325 printf("%s", format);
328 printf(format, (unsigne
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcslex.c1242 error(char const *format,...) argument
1244 /*VARARGS1*/ void error(format, va_alist) char const *format; va_dcl
1250 vararg_start(args, format);
1251 fvfprintf(stderr, format, args);
1259 rcserror(char const *format,...) argument
1261 /*VARARGS1*/ void rcserror(format, va_alist) char const *format; va_dcl
1267 vararg_start(args, format);
1268 fvfprintf(stderr, format, arg
1276 workerror(char const *format,...) argument
1293 fatserror(char const *format,...) argument
1311 faterror(char const *format,...) argument
1328 rcsfaterror(char const *format,...) argument
1345 warn(char const *format,...) argument
1364 rcswarn(char const *format,...) argument
1383 workwarn(char const *format,...) argument
1409 diagnose(char const *format,...) argument
1459 fvfprintf(FILE *stream, char const *format, va_list args) argument
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Ds390-mkopc.c47 char format[16]; member in struct:op_struct
70 insertOpcode (char *opcode, char *mnemonic, char *format, argument
110 strcpy(op_array[ix].format, format);
120 " The format of the opcode table is:\n\n"
151 op_array[ix].format, op_array[ix].format);
177 char format[16]; local
189 opcode, mnemonic, format, description,
228 insertOpcode (opcode, mnemonic, format, min_cp
[all...]
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp369 case DW_FORM_addr: OS << format("0x%016" PRIx64, uvalue); break;
371 OS << format(" indexed (%8.8x) address = ", (uint32_t)uvalue);
374 OS << format("0x%016" PRIx64, Address);
381 case DW_FORM_data1: OS << format("0x%02x", (uint8_t)uvalue); break;
382 case DW_FORM_data2: OS << format("0x%04x", (uint16_t)uvalue); break;
383 case DW_FORM_data4: OS << format("0x%08x", (uint32_t)uvalue); break;
385 case DW_FORM_data8: OS << format("0x%016" PRIx64, uvalue); break;
399 case DW_FORM_block: OS << format("<0x%" PRIx64 "> ", uvalue); break;
400 case DW_FORM_block1: OS << format("<0x%2.2x> ", (uint8_t)uvalue); break;
401 case DW_FORM_block2: OS << format("<
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dlog.h543 *\li The format argument is a printf(3) string, with additional arguments
557 *\li format != NULL.
570 const char *format, ...)
582 *\li The format argument is a printf(3) string, with additional arguments
596 *\li format != NULL.
609 const char *format, va_list args)
620 isc_logmodule_t *module, int level, const char *format, ...)
631 isc_logmodule_t *module, int level, const char *format,
642 * format argument. The format argumen
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dacl.c77 const char *format,
83 for(p = format; *p != '\0'; p++) {
102 "unknown format specifier %c", *p);
156 * krb5_acl_match_string matches ACL format against a string.
158 * The ACL format has three format specifiers: s, f, and r. Each
164 * List of format specifiers:
175 * @param format format to match
176 * @param ... parameter to format strin
75 acl_parse_format(krb5_context context, struct acl_field **acl_ret, const char *format, va_list ap) argument
202 krb5_acl_match_string(krb5_context context, const char *string, const char *format, ...) argument
245 krb5_acl_match_file(krb5_context context, const char *file, const char *format, ...) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Drtbl.h72 __attribute__ ((format (printf, 3, 0)));
79 __attribute__ ((format (printf, 3, 0)));

Completed in 466 milliseconds

1234567891011>>