Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c545 if (mkpath(get_PKGADM())) { in ckdirs()
556 if (mkpath(path)) { in ckdirs()
567 if (mkpath(path)) { in ckdirs()
576 if (mkpath(PKGSCR)) { in ckdirs()
585 if (mkpath(get_PKGLOC())) { in ckdirs()
616 if (mkpath(pkgloc)) { in ckpkgdirs()
625 if (mkpath(pkgbin)) { in ckpkgdirs()
634 if (mkpath(pkgsav)) { in ckpkgdirs()
643 if (!is_spool_create() && mkpath(saveSpoolInstallDir)) { in ckpkgdirs()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl199 if (! mkpath($working_dir) || ! -d $working_dir) {
223 if (! mkpath($dir) || ! -d $dir) {
235 if (! mkpath($tmp_dir, 0, 0700) || ! -d $tmp_dir) {
239 if (! mkpath($tmp_dir)) {
H A DAppcertUtil.pm944 if (! mkpath($dir, 0, 0700) || ! -d $dir) {
949 if (! mkpath($dir) || ! -d $dir) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c546 mkpath(char *p) in mkpath() function
620 if (access(basedir, F_OK) == 0 || mkpath(basedir)) { in mkbasedir()
H A Ddryrun.c713 (void) mkpath(dr_dir); in init_dryrunfile()
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c221 mkpath(char *path, mode_t mode) in mkpath() function
459 status = mkpath(fileName, 0744); in create_filename()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h221 extern int mkpath __P((char *p));