Searched refs:tmp (Results 276 - 300 of 2125) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/ntp/scripts/build/
H A Dfixautomakedepsmagic6 t=/tmp/$prog.$$
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-fdleak.c85 unsigned char tmp; local
86 bufferevent_read(bev, &tmp, 1);
87 bufferevent_write(bev, &tmp, 1);
170 unsigned char tmp; local
173 bufferevent_read(bev, &tmp, 1);
174 if (tmp != 'A') {
193 unsigned char tmp = 'A'; local
194 bufferevent_write(bev, &tmp, 1);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtext.c80 atf_dynstr_t tmp; local
84 err = atf_dynstr_init_ap(&tmp, fmt, ap2);
87 *dest = atf_dynstr_fini_disown(&tmp);
166 long tmp; local
169 tmp = strtol(str, &endptr, 10);
172 else if (errno == ERANGE || (tmp == LONG_MAX || tmp == LONG_MIN))
175 *l = tmp;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh37 firstinc=${TMPDIR:-/tmp}/firstinc.$$
38 secondinc=${TMPDIR:-/tmp}/secondinc.$$
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh30 prog=/var/tmp/dtest.$$.d
31 err=/var/tmp/dtest.$$.err
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh40 DIR=${TMPDIR:-/tmp}/dtest.$$
90 cd /tmp
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.ppid.ksh45 dfilename=/var/tmp/$bname.$$.d
H A Dtst.stringmacro.ksh45 dfilename=/var/tmp/$bname.$$.d
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dinet_ntop.c149 char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp; local
203 tp = tmp;
218 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) {
224 tp += apr_snprintf(tp, sizeof tmp - (tp - tmp), "%x", words[i]);
236 if ((apr_size_t)(tp - tmp) > size) {
240 strcpy(dst, tmp);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h232 _Unwind_Word tmp; local
234 tmp = *(_Unwind_Word *) ptr;
236 if (!tmp)
241 tmp += ptr;
242 tmp = *(_Unwind_Word *) tmp;
247 tmp += ptr;
249 return tmp;
/freebsd-11-stable/lib/msun/src/
H A De_jnf.c114 float q0,q1,h,tmp; int32_t k,m; local
119 tmp = z*q1 - q0;
121 q1 = tmp;
135 tmp = n;
137 tmp = tmp*__ieee754_logf(fabsf(v*tmp));
138 if(tmp<(float)8.8721679688e+01) {
/freebsd-11-stable/release/
H A Drc.local14 mkdir /tmp/bsdinstall_etc
32 touch /tmp/bsdinstall_log
33 tail -f /tmp/bsdinstall_log > /dev/ttyv2 &
60 dialog --backtitle "FreeBSD Installer" --title "Error" --textbox /tmp/bsdinstall_log 0 0
/freebsd-11-stable/usr.bin/gzip/
H A Dzdiff131 tmp=`mktemp -t z$prog.XXXXXXXXXX` || exit 1
132 trap "rm -f $tmp" 0 1 2 3 13 15
133 ${filt2:-cat} -- "$2" > $tmp || exit $?
134 ${filt:-cat} -- "$1" | $prog $flags -- - "$tmp"
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dstartautoinstall.sh44 INSTALL_CFG="/tmp/pc-sysinstall.cfg"
60 # Make sure we have the file which was copied into /tmp previously
110 read tmp
111 case $tmp in
125 read tmp
130 read tmp
134 echo "ERROR: Failed to get /tmp/pc-sysinstall.cfg for automated install..."
/freebsd-11-stable/usr.sbin/ctld/
H A Duclparse.c188 uint64_t tmp; local
193 tmp = ucl_object_toint(obj);
194 if (tmp >= MAX_LUNS) {
196 tmp, target->t_name);
200 asprintf(&name, "%s,lun,%ju", target->t_name, tmp);
206 target->t_luns[tmp] = lun;
219 tmp = ucl_object_toint(num);
220 if (tmp >= MAX_LUNS) {
222 tmp, target->t_name);
236 target->t_luns[tmp]
396 const ucl_object_t *obj = NULL, *tmp = NULL; local
497 const ucl_object_t *obj = NULL, *tmp = NULL; local
620 const ucl_object_t *obj = NULL, *tmp = NULL; local
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_bbu.c48 char *tmp; local
53 tmp = buf;
55 tmp += snprintf(buf, sz, "%u day%s", d, d == 1 ? "" : "s");
56 sz -= tmp - buf;
58 tmp += snprintf(tmp, sz, ", ");
63 snprintf(tmp, sz, "%u hour%s", h, h == 1 ? "" : "s");
66 snprintf(tmp, sz, "less than 1 hour");
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c241 uint32_t tmp; local
255 tmp = RAL_READ(sc, RT2860_ASIC_VER_ID);
256 if (tmp != 0 && tmp != 0xffffffff)
266 sc->mac_ver = tmp >> 16;
267 sc->mac_rev = tmp & 0xffff;
822 uint32_t tmp = RAL_READ(sc, RT2860_DEBUG); local
823 if ((tmp & (1 << 29)) && (tmp & (1 << 7 | 1 << 5))) {
877 uint32_t tmp; local
892 uint32_t tmp; local
907 uint32_t tmp; local
964 uint32_t tmp; local
1006 uint32_t tmp; local
1067 uint32_t tmp; local
2095 uint32_t tmp; local
2117 uint32_t tmp; local
2148 uint32_t tmp; local
2172 uint32_t tmp; local
2246 uint32_t tmp; local
2281 uint32_t tmp; local
2334 uint32_t tmp; local
2538 uint8_t h20mhz, rf, tmp; local
2639 uint32_t tmp; local
2816 uint32_t tmp; local
2882 uint32_t tmp; local
3026 uint32_t tmp; local
3067 uint32_t tmp; local
3079 uint32_t tmp; local
3103 uint32_t tmp; local
3354 uint32_t tmp; local
3741 uint32_t tmp; local
3801 uint32_t tmp; local
4081 uint32_t tmp; local
4212 uint32_t tmp; local
4310 uint32_t tmp; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFUtils.h65 T tmp = _ptr; local
67 return tmp;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h63 line_iterator tmp(*this);
65 return tmp;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Ddebug.c174 struct tm *tmp; local
178 tmp = localtime(&currt);
180 1900 + tmp->tm_year, /* HACK */
181 tmp->tm_mon + 1,
182 tmp->tm_mday,
183 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drv770.c52 u32 tmp = RREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset); local
56 tmp |= AVIVO_D1GRPH_UPDATE_LOCK;
57 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
81 tmp &= ~AVIVO_D1GRPH_UPDATE_LOCK;
82 WREG32(AVIVO_D1GRPH_UPDATE + radeon_crtc->crtc_offset, tmp);
132 u32 tmp; local
150 tmp = ENABLE_L1_TLB | ENABLE_L1_FRAGMENT_PROCESSING |
154 WREG32(MC_VM_MD_L1_TLB0_CNTL, tmp);
155 WREG32(MC_VM_MD_L1_TLB1_CNTL, tmp);
156 WREG32(MC_VM_MD_L1_TLB2_CNTL, tmp);
183 u32 tmp; local
217 u32 tmp; local
245 u32 tmp; local
393 u32 db_debug4, tmp; local
850 u32 tmp; local
1224 u32 link_width_cntl, lanes, speed_cntl, tmp; local
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmit_dump.c240 int tmp; local
268 tmp = getint(&p);
269 if(tmp != 38) {
270 warnx("line %d: bad base length %d != 38", lineno, tmp);
281 tmp = getint(&p); /* max life */
282 if(tmp != 0) {
284 *ent.entry.max_life = tmp;
286 tmp = getint(&p); /* max renewable life */
287 if(tmp != 0) {
289 *ent.entry.max_renew = tmp;
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c1978 struct assignment *tmp;
1982 for(tmp = opt1;
1983 tmp != NULL;
1984 tmp = find_next(tmp, "option")) {
1989 s = make_name(tmp->u.assignment);
1990 type = find(tmp->u.assignment, "type");
2005 struct assignment *tmp;
2039 for(tmp = find(as, "option");
2040 tmp !
1975 struct assignment *tmp; local
2002 struct assignment *tmp; local
[all...]
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dntp-groper25 logfile=/tmp/cntp-log$$
26 ntpqlog=/tmp/cntp-ntpq$$
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart2.ksh60 dtraceout=/tmp/dtrace.out.$$

Completed in 147 milliseconds

<<11121314151617181920>>