taglinefilesource code
fmt24arch/alpha/boot/main.cint printk(const char * fmt, ...)
fmt30arch/alpha/boot/main.cva_start(args, fmt);
fmt31arch/alpha/boot/main.ci = vsprintf(buf, fmt, args);
fmt18arch/sparc/prom/printf.cprom_printf(char *fmt, ...)
fmt27arch/sparc/prom/printf.cva_start(args, fmt);
fmt28arch/sparc/prom/printf.cwhile(*fmt) {
fmt29arch/sparc/prom/printf.cif(*fmt != '%') {
fmt30arch/sparc/prom/printf.cif(*fmt == '\n')
fmt32arch/sparc/prom/printf.cprom_putchar(*fmt++);
fmt36arch/sparc/prom/printf.cfmt++;
fmt37arch/sparc/prom/printf.cif(!*fmt) break;
fmt39arch/sparc/prom/printf.cswitch(*fmt) {
fmt45arch/sparc/prom/printf.cfmt++;
fmt53arch/sparc/prom/printf.cfmt++;
fmt68arch/sparc/prom/printf.cfmt++;
fmt83arch/sparc/prom/printf.cfmt++;
fmt97arch/sparc/prom/printf.cfmt++;
fmt101arch/sparc/prom/printf.cfmt++;
fmt220drivers/block/mcdx.cstatic void TRACE((int level, const char* fmt, ...));
fmt222drivers/block/mcdx.cstatic void warn(const char* fmt, ...);
fmt1004drivers/block/mcdx.cvoid trace(int level, const char* fmt, ...)
fmt1009drivers/block/mcdx.cva_start(args, fmt);
fmt1010drivers/block/mcdx.cif (sizeof(s) < vsprintf(s, fmt, args))
fmt1017drivers/block/mcdx.cvoid warn(const char* fmt, ...)
fmt1021drivers/block/mcdx.cva_start(args, fmt);
fmt1022drivers/block/mcdx.cif (sizeof(s) < vsprintf(s, fmt, args))
fmt703drivers/block/sbpcd.cstatic void msg(int level, const char *fmt, ...)
fmt713drivers/block/sbpcd.cva_start(args, fmt);
fmt714drivers/block/sbpcd.cvsprintf(&buf[15], fmt, args);
fmt166drivers/net/ibmtr.cstatic void DummyCall(const char * fmt,...) {DummyCallCount++;return;}
fmt951drivers/scsi/aic7xxx.cdebug(const char *fmt, ...)
fmt956drivers/scsi/aic7xxx.cva_start(ap, fmt);
fmt957drivers/scsi/aic7xxx.cvsprintf(buf, fmt, ap);
fmt1065drivers/scsi/aic7xxx.c#  define debug(fmt, args...)
fmt271drivers/scsi/aic7xxx_asm.cint fmt;    /* instruction format - 1, 2, or 3 */
fmt491drivers/scsi/aic7xxx_asm.cswitch (instr[i].fmt) {
fmt200drivers/scsi/eata_dma_proc.hfmt:1,
fmt334drivers/scsi/ultrastor.cstatic char fmt[80] = "abort %d (%x); MSCP free pool: %x;";
fmt342drivers/scsi/ultrastor.cfmt[20 + i*2] = ' ';
fmt344drivers/scsi/ultrastor.cfmt[21 + i*2] = '0' + config->mscp[i].target_id;
fmt346drivers/scsi/ultrastor.cfmt[21 + i*2] = '-';
fmt348drivers/scsi/ultrastor.cfmt[20 + ULTRASTOR_MAX_CMDS * 2] = '\n';
fmt349drivers/scsi/ultrastor.cfmt[21 + ULTRASTOR_MAX_CMDS * 2] = 0;
fmt350drivers/scsi/ultrastor.cprintk(fmt, command, &config->mscp[command], config->mscp_free);
fmt61drivers/sound/audio.cset_format (int dev, int fmt)
fmt63drivers/sound/audio.cif (fmt != AFMT_QUERY)
fmt68drivers/sound/audio.cif (!(audio_devs[dev]->format_mask & fmt))  /* Not supported */
fmt69drivers/sound/audio.cif (fmt == AFMT_MU_LAW)
fmt71drivers/sound/audio.cfmt = AFMT_U8;
fmt75drivers/sound/audio.cfmt = AFMT_U8;  /* This is always supported */
fmt77drivers/sound/audio.caudio_format[dev] = DMAbuf_ioctl (dev, SNDCTL_DSP_SETFMT, fmt, 1);
fmt72fs/exec.cint register_binfmt(struct linux_binfmt * fmt)
fmt76fs/exec.cif (!fmt)
fmt78fs/exec.cif (fmt->next)
fmt81fs/exec.cif (fmt == *tmp)
fmt85fs/exec.c*tmp = fmt;
fmt89fs/exec.cint unregister_binfmt(struct linux_binfmt * fmt)
fmt94fs/exec.cif (fmt == *tmp) {
fmt95fs/exec.c*tmp = fmt->next;
fmt279fs/exec.cstruct linux_binfmt * fmt;
fmt287fs/exec.cfor (fmt = formats ; fmt ; fmt = fmt->next) {
fmt288fs/exec.cint (*fn)(int) = fmt->load_shlib;
fmt607fs/exec.cstruct linux_binfmt * fmt;
fmt770fs/exec.cfor (fmt = formats ; fmt ; fmt = fmt->next) {
fmt771fs/exec.cint (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
fmt42fs/ext2/super.cconst char * fmt, ...)
fmt52fs/ext2/super.cva_start (args, fmt);
fmt53fs/ext2/super.cvsprintf (error_buf, fmt, args);
fmt71fs/ext2/super.cconst char * fmt, ...)
fmt81fs/ext2/super.cva_start (args, fmt);
fmt82fs/ext2/super.cvsprintf (error_buf, fmt, args);
fmt89fs/ext2/super.cconst char * fmt, ...)
fmt93fs/ext2/super.cva_start (args, fmt);
fmt94fs/ext2/super.cvsprintf (error_buf, fmt, args);
fmt186include/asm-sparc/openprom.hvoid  (*pv_printf)(const char *fmt, ...);
fmt150include/asm-sparc/oplib.hvoid prom_printf(char *fmt, ...);
fmt40include/linux/kernel.hNORET_TYPE void panic(const char * fmt, ...)
fmt45include/linux/kernel.hextern int sprintf(char * buf, const char * fmt, ...);
fmt54include/linux/kernel.hasmlinkage int printk(const char * fmt, ...)
fmt493init/main.cstatic int printf(const char *fmt, ...)
fmt498init/main.cva_start(args, fmt);
fmt499init/main.cwrite(1,printbuf,i=vsprintf(printbuf, fmt, args));
fmt18kernel/panic.cNORET_TYPE void panic(const char * fmt, ...)
fmt23kernel/panic.cva_start(args, fmt);
fmt24kernel/panic.cvsprintf(buf, fmt, args);
fmt142kernel/printk.casmlinkage int printk(const char *fmt, ...)
fmt152kernel/printk.cva_start(args, fmt);
fmt153kernel/printk.ci = vsprintf(buf + 3, fmt, args); /* hopefully i < sizeof(buf)-4 */
fmt134lib/vsprintf.cint vsprintf(char *buf, const char *fmt, va_list args)
fmt149lib/vsprintf.cfor (str=buf ; *fmt ; ++fmt) {
fmt150lib/vsprintf.cif (*fmt != '%') {
fmt151lib/vsprintf.c*str++ = *fmt;
fmt158lib/vsprintf.c++fmt;    /* this also skips first '%' */
fmt159lib/vsprintf.cswitch (*fmt) {
fmt169lib/vsprintf.cif (is_digit(*fmt))
fmt170lib/vsprintf.cfield_width = skip_atoi(&fmt);
fmt171lib/vsprintf.celse if (*fmt == '*') {
fmt172lib/vsprintf.c++fmt;
fmt183lib/vsprintf.cif (*fmt == '.') {
fmt184lib/vsprintf.c++fmt;  
fmt185lib/vsprintf.cif (is_digit(*fmt))
fmt186lib/vsprintf.cprecision = skip_atoi(&fmt);
fmt187lib/vsprintf.celse if (*fmt == '*') {
fmt188lib/vsprintf.c++fmt;
fmt198lib/vsprintf.cif (*fmt == 'h' || *fmt == 'l' || *fmt == 'L') {
fmt199lib/vsprintf.cqualifier = *fmt;
fmt200lib/vsprintf.c++fmt;
fmt206lib/vsprintf.cswitch (*fmt) {
fmt271lib/vsprintf.cif (*fmt != '%')
fmt273lib/vsprintf.cif (*fmt)
fmt274lib/vsprintf.c*str++ = *fmt;
fmt276lib/vsprintf.c--fmt;
fmt296lib/vsprintf.cint sprintf(char * buf, const char *fmt, ...)
fmt301lib/vsprintf.cva_start(args, fmt);
fmt302lib/vsprintf.ci=vsprintf(buf,fmt,args);