Searched defs:makeDir (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c450 static int makeDir(char *name);
4434 int success; /* status of makeDir call */
4471 * This ensures that the makeDir attempt after the loop is
4487 success = makeDir(name);
4502 if (! makeDir(name)) {
6495 * makeDir - ensure that a directory with the pathname denoted by name
6501 makeDir(char *name) function

Completed in 65 milliseconds