Home
last modified time | relevance | path

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

/titanic_41/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) in create_path() argument
238 for (pt = a_file; *pt; pt++) { in create_path()
241 if ((*pt != '/') || (pt == a_file)) { in create_path()
251 if (access(a_file, F_OK) == 0) { in create_path()
258 if (mkdir(a_file, 0755)) { in create_path()
259 progerr(ERR_MAKE_DIR, a_file, errno, strerror(errno)); in create_path()
267 echo(MSG_IMPDIR, a_file); in create_path()
296 write_file(char **r_linknam, int a_ctrl, mode_t a_mode, char *a_file) in write_file() argument
[all …]
/titanic_41/usr/src/lib/libinstzones/common/
H A Dzones_paths.c92 z_path_canonize(char *a_file) in z_path_canonize() argument
99 for (pt = a_file; *pt; /* void */) { in z_path_canonize()
114 if (pt <= a_file) { in z_path_canonize()
117 while ((*--pt != '/') && (pt > a_file)) in z_path_canonize()
137 if ((--pt > a_file) && (*pt == '/')) { in z_path_canonize()