/titanic_51/usr/src/lib/libast/common/include/ |
H A D | fs3d.h | 75 #define FS3D_TEST FS3D_OP_TEST macro
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | setenviron.c | 78 if (!p && fs3d(FS3D_TEST)) in setenviron()
|
H A D | getcwd.c | 145 …if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)…
|
H A D | fts.c | 742 fts->fs3d = fs3d(FS3D_TEST); in fts_open()
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | fs3d.h | 84 #define FS3D_TEST FS3D_OP_TEST macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | fs3d.h | 80 #define FS3D_TEST FS3D_OP_TEST macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | setenviron.c | 78 if (!p && fs3d(FS3D_TEST)) in setenviron()
|
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))
|
H A D | fts.c | 755 fts->fs3d = fs3d(FS3D_TEST); in fts_open()
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | fs3d.h | 84 #define FS3D_TEST FS3D_OP_TEST macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fs3d.h | 84 #define FS3D_TEST FS3D_OP_TEST macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | fs3d.h | 84 #define FS3D_TEST FS3D_OP_TEST 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()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 340 state.fs3d = fs3d(FS3D_TEST); in b_rm()
|
H A D | cp.c | 969 if ((state->fs3d = fs3d(FS3D_TEST)) && strmatch(file, "...|*/...|.../*")) in b_cp()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | rm.c | 349 state.fs3d = fs3d(FS3D_TEST); in b_rm()
|
H A D | cp.c | 906 if ((state->fs3d = fs3d(FS3D_TEST)) && strmatch(file, "...|*/...|.../*")) in b_cp()
|
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 506 ok = fs3d(FS3D_TEST); in initialize() 642 fp->value = fs3d(value ? value[0] ? FS3D_ON : FS3D_OFF : FS3D_TEST) ? "1" : null; in format()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astconf.c | 525 ok = fs3d(FS3D_TEST); in initialize() 696 fp->value = fs3d(value ? value[0] ? FS3D_ON : FS3D_OFF : FS3D_TEST) ? "1" : null; in format()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1123 if(fs3d(FS3D_TEST)) in sh_init()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 1303 if(fs3d(FS3D_TEST)) in sh_init()
|