/src/bin/ksh/ |
io.c | 455 char *pathx; local in function:maketemp 462 tp->name = pathx = (char *) &tp[1]; 466 shf_snprintf(pathx, len, "%s/shXXXXXXXX", dir); 467 fd = mkstemp(pathx); 473 shf_snprintf(pathx, len, "%s/sh%05u.%03x", 478 fd = open(pathx, O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600);
|
io.c | 455 char *pathx; local in function:maketemp 462 tp->name = pathx = (char *) &tp[1]; 466 shf_snprintf(pathx, len, "%s/shXXXXXXXX", dir); 467 fd = mkstemp(pathx); 473 shf_snprintf(pathx, len, "%s/sh%05u.%03x", 478 fd = open(pathx, O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600);
|
io.c | 455 char *pathx; local in function:maketemp 462 tp->name = pathx = (char *) &tp[1]; 466 shf_snprintf(pathx, len, "%s/shXXXXXXXX", dir); 467 fd = mkstemp(pathx); 473 shf_snprintf(pathx, len, "%s/sh%05u.%03x", 478 fd = open(pathx, O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600);
|