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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c69 char *a_file);
70 static int create_path(int a_ctrl, char *a_file);
233 create_path(int a_ctrl, char *a_file) argument
238 for (pt = a_file; *pt; pt++) {
241 if ((*pt != '/') || (pt == a_file)) {
251 if (access(a_file, F_OK) == 0) {
258 if (mkdir(a_file, 0755)) {
259 progerr(ERR_MAKE_DIR, a_file, errno, strerror(errno));
267 echo(MSG_IMPDIR, a_file);
288 * a_mode - permissions mode to set a_file t
296 write_file(char **r_linknam, int a_ctrl, mode_t a_mode, char *a_file) argument
[all...]
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_paths.c92 z_path_canonize(char *a_file) argument
99 for (pt = a_file; *pt; /* void */) {
114 if (pt <= a_file) {
117 while ((*--pt != '/') && (pt > a_file))
137 if ((--pt > a_file) && (*pt == '/')) {

Completed in 55 milliseconds