| /src/sbin/cgdconfig/ |
| utils.c | 78 char *tmp1, *tmpf; local 91 tmp1 = tmpf = estrdup(line); 92 while ((cur = strsep_getnext(&tmpf, " \t")) != NULL)
|
| /src/usr.sbin/sysinst/ |
| util.c | 1214 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);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 17620 volatile float_type tmpf; 17629 f = cabsf(tmpf); 17630 f = cargf(tmpf); 17631 tmpf = ccosf(tmpf); 17632 tmpf = ccoshf(tmpf); 17633 tmpf = cexpf(tmpf); 17634 tmpf = clogf(tmpf) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 17435 volatile float_type tmpf; 17444 f = cabsf(tmpf); 17445 f = cargf(tmpf); 17446 tmpf = ccosf(tmpf); 17447 tmpf = ccoshf(tmpf); 17448 tmpf = cexpf(tmpf); 17449 tmpf = clogf(tmpf) [all...] |
| /src/external/gpl3/gdb/dist/sim/d10v/ |
| simops.c | 1152 uint16_t foo, tmp, tmpf; local 1159 tmpf = (foo >= GPR (OP[1])) ? 1 : 0; 1160 hi = ((tmpf == 1) ? tmp : foo); 1161 lo = ((GPR (OP[0] + 1) << 1) | tmpf);
|
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| simops.c | 1152 uint16_t foo, tmp, tmpf; local 1159 tmpf = (foo >= GPR (OP[1])) ? 1 : 0; 1160 hi = ((tmpf == 1) ? tmp : foo); 1161 lo = ((GPR (OP[0] + 1) << 1) | tmpf);
|
| /src/external/gpl3/gdb.old/dist/sim/sh/ |
| interp.c | 241 union fregs_u tmpf = saved_state.asregs.fregs[0]; local 243 saved_state.asregs.fregs[1] = tmpf;
|
| /src/external/gpl3/gdb/dist/sim/sh/ |
| interp.c | 241 union fregs_u tmpf = saved_state.asregs.fregs[0]; local 243 saved_state.asregs.fregs[1] = tmpf;
|