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

  /src/sbin/cgdconfig/
utils.c 78 char *tmp1, *tmpf; local in function:words
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 in function:entropy_get_file
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);

Completed in 57 milliseconds