HomeSort by: relevance | last modified time | path
    Searched defs:tmpf (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/cgdconfig/
utils.c 78 char *tmp1, *tmpf; local
91 tmp1 = tmpf = estrdup(line);
92 while ((cur = strsep_getnext(&tmpf, " \t")) != NULL)
  /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/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/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;

Completed in 46 milliseconds