Searched refs:playpen (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dperform.c65 char playpen[FILENAME_MAX]; local
87 strcpy(playpen, FirstPen);
94 fgets(playpen, FILENAME_MAX, stdin);
95 playpen[strlen(playpen) - 1] = '\0'; /* pesky newline! */
96 if (chdir(playpen) == FAIL) {
97 warnx("pkg_add in SLAVE mode can't chdir to %s", playpen);
101 where_to = playpen;
139 if (!(where_to = make_playpen(playpen, sb.st_size * 4)))
140 errx(1, "unable to make playpen fo
[all...]

Completed in 21 milliseconds