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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistdio/
H A Du16-sprintf.c25 #define SPRINTF u16_sprintf macro
H A Du16-u16-sprintf.c25 #define SPRINTF u16_u16_sprintf macro
H A Du32-sprintf.c25 #define SPRINTF u32_sprintf macro
H A Du32-u32-sprintf.c25 #define SPRINTF u32_u32_sprintf macro
H A Du8-sprintf.c25 #define SPRINTF u8_sprintf macro
H A Du8-u8-sprintf.c25 #define SPRINTF u8_u8_sprintf macro
H A Dulc-sprintf.c25 #define SPRINTF ulc_sprintf macro
H A Du-sprintf.h19 SPRINTF (DCHAR_T *buf, const FCHAR_T *format, ...) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dscsiglue.c409 #undef SPRINTF macro
410 #define SPRINTF(args...) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.c626 #undef SPRINTF macro
627 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro
[all...]
H A Datari_NCR5380.c658 #undef SPRINTF macro
659 #define SPRINTF(fmt,args...) \ macro
[all...]
H A Dsun3_NCR5380.c643 #undef SPRINTF macro
644 #define SPRINTF(fmt,args...) \ macro
[all...]
H A Dnsp32.c1424 #undef SPRINTF macro
1425 #define SPRINTF(args...) \ macro
1525 #undef SPRINTF macro
[all...]
H A Dwd7000.c1292 #undef SPRINTF macro
1293 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
[all...]
H A Daha152x.c2912 #undef SPRINTF macro
2913 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
3256 #undef SPRINTF macro
3257 #define SPRINTF macro
[all...]
H A Ddc395x.c4510 #undef SPRINTF macro
4511 #define SPRINTF(args...) pos += sprintf(pos, args) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_cs.c1347 #undef SPRINTF macro
1348 #define SPRINTF(args...) \ macro
1455 #undef SPRINTF macro
[all...]

Completed in 113 milliseconds