HomeSort by relevance Sort by last modified time
    Searched defs:tmpfil (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
io.c 181 tmpfil(struct tempblk *tb) function
240 fd = tmpfil(&tb);
330 * Pushed in tmpfil -- bug fix for problem
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/edquota/
edquota.c 85 static char tmpfil[] = "/tmp/EdP.aXXXXXX"; variable
135 tmpfd = mkstemp(tmpfil);
137 fprintf(stderr, "failure in temporary file %s\n", tmpfil);
147 (void) unlink(tmpfil);
154 (void) unlink(tmpfil);
159 (void) unlink(tmpfil);
165 (void) unlink(tmpfil);
171 (void) unlink(tmpfil);
207 (void) unlink(tmpfil);
268 (void) execlp(ed, ed, tmpfil, 0)
    [all...]

Completed in 120 milliseconds