Searched refs:format (Results 326 - 350 of 786) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssh/regress/
H A Dmodpipe.c30 static void err(int, const char *, ...) __attribute__((format(printf, 2, 3)));
31 static void errx(int, const char *, ...) __attribute__((format(printf, 2, 3)));
/freebsd-9.3-release/sbin/camcontrol/
H A Dmodeedit.c53 #define MAX_FORMAT_SPEC 4096 /* Max CDB format specifier. */
94 static char format[MAX_FORMAT_SPEC]; /* Buffer for scsi cdb format def. */ variable
379 format[0] = '\0'; \
457 * Only record the format if this is
493 * Transfer the page definition into a format buffer
499 } else if (! BUFFERFULL(format)) {
500 strncat(format, &c, 1);
504 sizeof(format) - 1, "characters");
547 buff_decode_visit(mode_pars, mh->data_length, format,
[all...]
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dsndstat.h85 sbuf_printf(s, ", fmt 0x%08x", c->format); \
86 if (c->format != sndbuf_getfmt(c->bufhard)) \
H A Dfeeder_chain.c39 uint32_t afmt; /* audio format */
136 * feeder_build_format(): Chain any format converter.
176 * feeder_build_formatne(): Chain format converter that suite best for native
177 * endian format.
609 /* Get the best possible hardware format. */
611 hwfmt = c->parentchannel->format;
620 if ((c->format & AFMT_PASSTHROUGH) &&
621 !snd_fmtvalid(c->format, caps->fmtlist))
624 hwfmt = snd_fmtbest(c->format, caps->fmtlist);
627 "%s(): invalid hardware format
[all...]
/freebsd-9.3-release/tools/tools/kdrv/
H A DKernelDriver142 # Reads the contents of (fname), which are expected to be in the format
395 set fname [format "%si386/conf/LINT" $kpath];
411 set fname [format "%si386/conf/files.i386" $kpath];
431 set fname [format "%si386/conf/options.i386" $kpath];
448 set fname [format "%sconf/files" $kpath];
468 set fname [format "%sconf/options" $kpath];
496 set fname [format "%si386/conf/options.i386" $kpath];
527 set fname [format "%sconf/options" $kpath];
557 set fname [format "%si386/conf/files.i386" $kpath];
596 set fname [format "
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.h36 fatal(const char *format, ...)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h25 namespace format { namespace in namespace:clang
152 // of the format tokens. The goal is to have the actual tokens created and
201 } // end namespace format
H A DWhitespaceManager.h25 namespace format { namespace in namespace:clang
180 } // namespace format
/freebsd-9.3-release/contrib/sendmail/mailstats/
H A Dmailstats.c300 char *format; local
303 format = "%2d %8ld %10ld %8ld %10ld %6ld %6ld";
305 format = "%2d %8ld %10ldK %8ld %10ldK %6ld %6ld";
307 format, i,
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfo.h112 info_error () function to determine how to format and output errors. */
130 extern void info_error (char *format, void *arg1, void *arg2);
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dprivate.h159 const char * scheck (const char *string, const char *format);
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos_none.c222 int os_snprintf(char *str, size_t size, const char *format, ...) argument
H A Dos_internal.c456 int os_snprintf(char *str, size_t size, const char *format, ...) argument
465 va_start(ap, format);
466 ret = vsnprintf(str, size, format, ap);
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dkthread.h72 __attribute__((format(printf, 3, 4)));
/freebsd-9.3-release/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h73 u_short format; /* time output format */ member in struct:auib
/freebsd-9.3-release/crypto/openssl/apps/
H A Dcrl.c78 " -inform arg - input format - default PEM (DER or PEM)\n",
79 " -outform arg - output format - default PEM\n",
80 " -text - print out a text format version\n",
96 static X509_CRL *load_crl(char *file, int format);
361 BIO_printf(bio_err, "bad output format specified for outfile\n");
382 static X509_CRL *load_crl(char *infile, int format) argument
401 if (format == FORMAT_ASN1)
403 else if (format == FORMAT_PEM)
406 BIO_printf(bio_err, "bad input format specified for input crl\n");
/freebsd-9.3-release/contrib/bmake/
H A DMakefile178 COPTS.job.c += -Wno-format-nonliteral
179 COPTS.parse.c += -Wno-format-nonliteral
180 COPTS.var.c += -Wno-format-nonliteral
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-main.c100 static int get_register (int regnum, int format);
424 arguments expected are: a letter indicating the format in which to
427 format argumetn there can be a sequence of numbers, indicating which
428 registers to fetch the content of. If the format is the only argument,
433 int regnum, numregs, format, result; local
448 "mi_cmd_data_list_register_values: Usage: -data-list-register-values <format> [<regnum1>...<regnumN>]");
452 format = (int) argv[0][0];
463 if (argc == 1) /* No args, beside the format: do all the regs */
474 result = get_register (regnum, format);
496 result = get_register (regnum, format);
517 get_register(int regnum, int format) argument
573 stb->stream, format, 1, 0, Val_pretty_default); local
590 char format; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.cpp142 << " to remote: 0x" << format("%llx", Addr) << "\n");
161 << " to remote: 0x" << format("%llx", RemoteAddr) << "\n");
166 << " to remote: 0x" << format("%llx", RemoteAddr) << "\n");
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsnprintf.c163 /* format number as string */
356 const unsigned char *format = (const unsigned char *)char_format; local
360 while((c = *format++)) {
371 while((c = *format++)){
398 c = *format++;
402 c = *format++;
408 c = *format++;
412 c = *format++;
416 c = *format++;
424 c = *format
541 snprintf(char *str, size_t sz, const char *format, ...) argument
574 asprintf(char **ret, const char *format, ...) argument
606 asnprintf(char **ret, size_t max_sz, const char *format, ...) argument
636 vasprintf(char **ret, const char *format, va_list args) argument
645 vasnprintf(char **ret, size_t max_sz, const char *format, va_list args) argument
684 vsnprintf(char *str, size_t sz, const char *format, va_list args) argument
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c134 * @param format Format string in the same format as printf.
136 void simprintf(const char *format, ...) argument
143 va_start(ap, format);
144 vprintf(format, ap);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dcs4281.c234 cs4281_format_to_dmr(u_int32_t format) argument
237 if (AFMT_8BIT & format) dmr |= CS4281PCI_DMR_SIZE8;
238 if (AFMT_CHANNEL(format) < 2) dmr |= CS4281PCI_DMR_MONO;
239 if (AFMT_BIGENDIAN & format) dmr |= CS4281PCI_DMR_BEND;
240 if (!(AFMT_SIGNED & format)) dmr |= CS4281PCI_DMR_USIGN;
245 cs4281_format_to_bps(u_int32_t format) argument
247 return ((AFMT_8BIT & format) ? 1 : 2) *
248 ((AFMT_CHANNEL(format) > 1) ? 2 : 1);
386 cs4281chan_setformat(kobj_t obj, void *data, u_int32_t format) argument
399 v |= cs4281_format_to_dmr(format);
[all...]
/freebsd-9.3-release/sys/sys/
H A Diconv.h243 #define ICDEBUG(format, ...) printf("%s: "format, __func__ , __VA_ARGS__)
245 #define ICDEBUG(format, ...)
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dclk_trimtsip.c120 static unsigned long cvt_trimtsip (unsigned char *, int, struct format *, clocktime_t *, void *);
215 * convert TSIP type format
221 struct format *format,
436 * (clock_trimtsip =): new format name
218 cvt_trimtsip( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dmain.cpp616 struct format { struct
625 format(int nr, int nc);
626 ~format();
630 format::format(int nr, int nc) : nrows(nr), ncolumns(nc) function in class:format
651 void format::add_rows(int n)
674 format::~format()
746 // If this is a continuation format line, current_format will be the current
747 // format lin
[all...]

Completed in 422 milliseconds

<<11121314151617181920>>