/freebsd/sys/netinet/libalias/ |
H A D | alias_smedia.c | 243 char newdata[2048], *port_data, *port_newdata, stemp[80]; in alias_rtsp_out() local 355 sprintf(stemp, "%d", ntohs(salias)); in alias_rtsp_out() 356 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out() 357 port_newdata += strlen(stemp); in alias_rtsp_out() 364 sprintf(stemp, "%d", ntohs(ealias)); in alias_rtsp_out() 365 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out() 366 port_newdata += strlen(stemp); in alias_rtsp_out()
|
H A D | alias_ftp.c | 670 char stemp[MAX_MESSAGE_SIZE + 1]; in NewFtpMessage() local 698 sprintf(stemp, "PORT %d,%d,%d,%d,%d,%d\r\n", in NewFtpMessage() 702 sprintf(stemp, in NewFtpMessage() 709 sprintf(stemp, "EPRT |1|%d.%d.%d.%d|%d|\r\n", in NewFtpMessage() 714 sprintf(stemp, "229 Entering Extended Passive Mode (|||%d|)\r\n", in NewFtpMessage() 720 slen = strlen(stemp); in NewFtpMessage() 725 strncpy(sptr, stemp, maxpacketsize - hlen); in NewFtpMessage()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_coretemp.c | 70 char stemp[16]; in coretemp_get_val_sysctl() local 121 snprintf(stemp, sizeof(stemp), "%d", val); in coretemp_get_val_sysctl() 122 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_coretemp.c | 68 char stemp[16]; in coretemp_get_val_sysctl() local 116 snprintf(stemp, sizeof(stemp), "%d", val); in coretemp_get_val_sysctl() 117 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
/freebsd/sys/dev/coretemp/ |
H A D | coretemp.c | 350 char stemp[16]; in coretemp_get_val_sysctl() local 401 snprintf(stemp, sizeof(stemp), "%d", tmp); in coretemp_get_val_sysctl() 402 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
H A D | pd.h | 404 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \ argument 405 (((mtemp) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \
|
/freebsd/contrib/libpcap/msdos/ |
H A D | pktdrvr.c | 1370 USHORT stemp; in RealCopy() local 1396 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE) in RealCopy() 1401 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE) in RealCopy()
|
/freebsd/contrib/ee/ |
H A D | ee.c | 1849 char *stemp; in scan() local 1853 stemp = line; in scan() 1859 j += len_char(*stemp, j); in scan() 1860 stemp++; in scan()
|