/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | cd_pwd.c | 241 if(shp->lim.fs3d && (flag = mount(e_dot,NIL(char*),FS3D_GET|FS3D_VIEW,0))>=0) in b_pwd() 244 mount(e_dot,cp,FS3D_GET|FS3D_VIEW|FS3D_SIZE(flag),0); in b_pwd()
|
H A D | misc.c | 542 flag |= FS3D_GET; in b_vpath()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 245 if(shp->gd->lim.fs3d && (flag = mount(e_dot,NIL(char*),FS3D_GET|FS3D_VIEW,0))>=0) in b_pwd() 248 mount(e_dot,cp,FS3D_GET|FS3D_VIEW|FS3D_SIZE(flag),0); in b_pwd()
|
H A D | misc.c | 550 flag |= FS3D_GET; in b_vpath()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fs3d.c | 61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL)) in fs3d()
|
H A D | getcwd.c | 187 if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)) > 1 && namlen < sizeof(dots))
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | fs3d.c | 61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL)) in fs3d()
|
H A D | getcwd.c | 145 …if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)…
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | fs3d.h | 94 #define FS3D_GET 010 macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | fs3d.h | 103 #define FS3D_GET 010 macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | fs3d.h | 99 #define FS3D_GET 010 macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | fs3d.h | 103 #define FS3D_GET 010 macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fs3d.h | 103 #define FS3D_GET 010 macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | fs3d.h | 103 #define FS3D_GET 010 macro
|
/titanic_51/usr/src/lib/libast/common/path/ |
H A D | pathkey.c | 96 …if (fs3d(FS3D_TEST) && (c = mount(path, tmp, FS3D_GET|FS3D_ALL|FS3D_SIZE(PATH_MAX), NiL)) > 1 && c… in pathkey()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathkey.c | 112 if (!flags && fs3d(FS3D_TEST) && (c = mount(path, tmp, FS3D_GET|FS3D_ALL|FS3D_SIZE(PATH_MAX), NiL)) > 1 && c < PATH_MAX) in pathkey_20100601()
|