Searched refs:stemp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_smedia.c247 char newdata[2048], *port_data, *port_newdata, stemp[80]; local
368 sprintf(stemp, "%d", ntohs(salias));
369 memcpy(port_newdata, stemp, strlen(stemp));
370 port_newdata += strlen(stemp);
377 sprintf(stemp, "%d", ntohs(ealias));
378 memcpy(port_newdata, stemp, strlen(stemp));
379 port_newdata += strlen(stemp);
H A Dalias_ftp.c682 char stemp[MAX_MESSAGE_SIZE + 1]; local
710 sprintf(stemp, "PORT %d,%d,%d,%d,%d,%d\r\n",
714 sprintf(stemp,
721 sprintf(stemp, "EPRT |1|%d.%d.%d.%d|%d|\r\n",
726 sprintf(stemp, "229 Entering Extended Passive Mode (|||%d|)\r\n",
732 slen = strlen(stemp);
737 strncpy(sptr, stemp, maxpacketsize - hlen);
/freebsd-11-stable/sys/dev/coretemp/
H A Dcoretemp.c356 char stemp[16]; local
407 snprintf(stemp, sizeof(stemp), "%d", tmp);
408 devctl_notify("coretemp", "Thermal", stemp,
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c72 char stemp[16]; local
123 snprintf(stemp, sizeof(stemp), "%d", val);
124 devctl_notify("coretemp", "Thermal", stemp,
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c1370 USHORT stemp; local
1396 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)
1401 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)
/freebsd-11-stable/contrib/ee/
H A Dee.c1849 char *stemp; local
1853 stemp = line;
1859 j += len_char(*stemp, j);
1860 stemp++;

Completed in 210 milliseconds