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);
|