/src/include/ssp/ |
stdio.h | 55 #define sprintf(str, ...) \ macro
|
/src/sys/external/bsd/drm2/include/linux/ |
nbsd-namespace.h | 49 /* This should not appear in NetBSD code -- we do not sprintf! */ 50 #define sprintf(BUF, FMT, ARGS...) snprintf(BUF, SIZE_MAX, FMT, ##ARGS) macro
|
/src/lib/libc/stdio/ |
vsprintf.c | 57 #undef sprintf 103 sprintf(char *str, char const *fmt, ...) function in typeref:typename:int
|
/src/sys/external/bsd/acpica/dist/utilities/ |
utprint.c | 524 #undef sprintf 862 * FUNCTION: sprintf 874 sprintf ( function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
amdgpu_navi10_ppt.c | 49 #define sprintf(buf, fmt, ...) \ macro 807 size += sprintf(buf + size, "%d: %uMhz %s\n", i, value, 825 size += sprintf(buf + size, "%d: %uMhz %s\n", i, freq_values[i], 839 size += sprintf(buf + size, "%d: %s %s %dMhz %s\n", i, 860 size += sprintf(buf + size, "OD_SCLK:\n"); 861 size += sprintf(buf + size, "0: %uMhz\n1: %uMhz\n", od_table->GfxclkFmin, od_table->GfxclkFmax); 868 size += sprintf(buf + size, "OD_MCLK:\n"); 869 size += sprintf(buf + size, "1: %uMHz\n", od_table->UclkFmax); 876 size += sprintf(buf + size, "OD_VDDC_CURVE:\n"); 891 size += sprintf(buf + size, "%d: %uMHz @ %umV\n", i, curve_settings[0], curve_settings[1] / NAVI10_VOLTAGE_SCALE) [all...] |
/src/sys/arch/pmax/include/ |
dec_prom.h | 168 #define sprintf (*callv -> _sprintf) macro
|