Searched defs:SPRINTF (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dscsiglue.c341 #undef SPRINTF macro
342 #define SPRINTF(args...) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dfcal.c208 #undef SPRINTF macro
209 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
[all...]
H A Dsun3_NCR5380.c644 #undef SPRINTF macro
645 #define SPRINTF(fmt,args...) \ macro
[all...]
H A DNCR5380.c628 #undef SPRINTF macro
629 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro
[all...]
H A Datari_NCR5380.c659 #undef SPRINTF macro
660 #define SPRINTF(fmt,args...) \ macro
[all...]
H A Dwd7000.c1291 #undef SPRINTF macro
1292 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
[all...]
H A Dnsp32.c1474 #undef SPRINTF macro
1475 #define SPRINTF(args...) \ macro
1596 #undef SPRINTF macro
[all...]
H A Daha152x.c2954 #undef SPRINTF macro
2955 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
3297 #undef SPRINTF macro
3298 #define SPRINTF macro
[all...]
H A Ddc395x.c4554 #undef SPRINTF macro
4555 #define SPRINTF(args...) pos += sprintf(pos, args) macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c1379 #undef SPRINTF macro
1380 #define SPRINTF(args...) \ macro
1508 #undef SPRINTF macro
[all...]

Completed in 113 milliseconds