Searched refs:tmpf (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sbin/cgdconfig/
H A Dutils.c78 char *tmp1, *tmpf; local
91 tmp1 = tmpf = estrdup(line);
92 while ((cur = strsep_getnext(&tmpf, " \t")) != NULL)
/netbsd-current/usr.sbin/sysinst/
H A Dutil.c1214 char url[STRSIZE], tmpf[PATH_MAX], mountpt[PATH_MAX]; local
1225 sprintf(tmpf, "/tmp/entr.%06x", getpid());
1261 ftp_opt, tmpf, url);
1262 strcpy(path, tmpf);
1286 "cp %s %s", path, tmpf);
1290 strcpy(path, tmpf);
1311 "cp %s %s", path, tmpf);
1315 strcpy(path, tmpf);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure17290 volatile float_type tmpf;
17299 f = cabsf(tmpf);
17300 f = cargf(tmpf);
17301 tmpf = ccosf(tmpf);
17302 tmpf = ccoshf(tmpf);
17303 tmpf = cexpf(tmpf);
17304 tmpf
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure17419 volatile float_type tmpf;
17428 f = cabsf(tmpf);
17429 f = cargf(tmpf);
17430 tmpf = ccosf(tmpf);
17431 tmpf = ccoshf(tmpf);
17432 tmpf = cexpf(tmpf);
17433 tmpf
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dsimops.c1150 uint16 foo, tmp, tmpf; local
1157 tmpf = (foo >= GPR (OP[1])) ? 1 : 0;
1158 hi = ((tmpf == 1) ? tmp : foo);
1159 lo = ((GPR (OP[0] + 1) << 1) | tmpf);
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c1150 uint16_t foo, tmp, tmpf; local
1157 tmpf = (foo >= GPR (OP[1])) ? 1 : 0;
1158 hi = ((tmpf == 1) ? tmp : foo);
1159 lo = ((GPR (OP[0] + 1) << 1) | tmpf);
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c253 union fregs_u tmpf = saved_state.asregs.fregs[0]; local
255 saved_state.asregs.fregs[1] = tmpf;
/netbsd-current/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c243 union fregs_u tmpf = saved_state.asregs.fregs[0]; local
245 saved_state.asregs.fregs[1] = tmpf;

Completed in 251 milliseconds