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

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

Completed in 36 milliseconds