tag | line | file | source code |
SPRINTF | 769 | drivers/scsi/NCR5380.c | #undef SPRINTF |
SPRINTF | 770 | drivers/scsi/NCR5380.c | #define SPRINTF(args...) do { if(pos < buffer + length) pos += sprintf(pos, ## args); } while(0) |
SPRINTF | 2760 | drivers/scsi/aha152x.c | #undef SPRINTF |
SPRINTF | 2761 | drivers/scsi/aha152x.c | #define SPRINTF(args...) pos += sprintf(pos, ## args) |
SPRINTF | 2818 | drivers/scsi/aha152x.c | #undef SPRINTF |
SPRINTF | 2819 | drivers/scsi/aha152x.c | #define SPRINTF(args...) do { if(pos < buffer + length) pos += sprintf(pos, ## args); } while(0) |
SPRINTF | 817 | drivers/scsi/atari_NCR5380.c | #undef SPRINTF |
SPRINTF | 818 | drivers/scsi/atari_NCR5380.c | #define SPRINTF(args...) do { if(pos < buffer + length) pos += sprintf(pos, ## args); } while(0) |