Home
last modified time | relevance | path

Searched refs:fs3d (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Drm.c89 int fs3d; /* 3d enabled */ member
118 else if (state->fs3d && iview(ent->fts_statp)) in rm()
340 state.fs3d = fs3d(FS3D_TEST); in b_rm()
399 if (state.recursive && state.fs3d) in b_rm()
401 set3d = state.fs3d; in b_rm()
402 state.fs3d = 0; in b_rm()
403 fs3d(0); in b_rm()
415 fs3d(set3d); in b_rm()
H A Dcp.c164 int fs3d; /* 3d fs enabled */ member
421 else if (!state->fs3d || !iview(&st)) in visit()
969 if ((state->fs3d = fs3d(FS3D_TEST)) && strmatch(file, "...|*/...|.../*")) in b_cp()
H A DMamfile265 make ${PACKAGE_ast_INCLUDE}/fs3d.h implicit
268 done ${PACKAGE_ast_INCLUDE}/fs3d.h
384 prev ${PACKAGE_ast_INCLUDE}/fs3d.h implicit
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Ddynamic10 # include <fs3d.h>
H A Dpoll71 #include <fs3d.h>
79 fs3d(FS3D_OFF);
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Ddynamic13 # include <fs3d.h>
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Ddynamic13 # include <fs3d.h>
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Ddynamic13 # include <fs3d.h>
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Ddynamic13 # include <fs3d.h>
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfs3d.c40 fs3d(register int op) in fs3d() function
H A Dsetenviron.c78 if (!p && fs3d(FS3D_TEST)) in setenviron()
H A Dfts.c68 unsigned char fs3d; \
524 if ((flags & FTS_NOSTAT) && !fts->fs3d) in info()
755 fts->fs3d = fs3d(FS3D_TEST); in fts_open()
H A Dgetcwd.c187 …if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dfs3d.h111 extern int fs3d(int);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathkey.c112 …if (!flags && fs3d(FS3D_TEST) && (c = mount(path, tmp, FS3D_GET|FS3D_ALL|FS3D_SIZE(PATH_MAX), NiL)… in pathkey_20100601()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c245 if(shp->gd->lim.fs3d && (flag = mount(e_dot,NIL(char*),FS3D_GET|FS3D_VIEW,0))>=0) in b_pwd()
H A Dmisc.c541 if(!shp->gd->lim.fs3d) in b_vpath()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile33 ftwalk.h fts.h fs3d.h getopt.h glob.h hash.h hashkey.h hashpart.h \
57 find.3 fmt.3 fmtls.3 fs3d.3 ftwalk.3 getcwd.3 hash.3 iblocks.3 \
83 fs3d.c ftwalk.c ftwflags.c fts.c \
H A DMamfile493 make include/fs3d.h implicit
1217 make fs3d.o
1218 make misc/fs3d.c
1221 done misc/fs3d.c
1222 meta fs3d.o %.c>%.o misc/fs3d.c fs3d
1223 prev misc/fs3d.c
1225 done fs3d.o generated
6184 make man/fs3d.3
6185 done man/fs3d.3
6186fs3d.3' || ${STDCMP} 2>/dev/null -s man/fs3d.3 ${INSTALLROOT}/man/man3/fs3d.3 || { ${STDMV} ${INST…
[all …]
H A DRELEASE269 09-01-28 include/fs3d.h,misc/fs3d.c: mount() => fs3d_mount() for diff std prototypes
368 07-09-13 misc/fs3d.c: no $LD_PRELOAD => no 3d and avoids invalid mount(2) call
730 misc/fs3d.c: 3d mount test now uses "" instead of NiL (or cygwin dumps)
1566 fs3d.h: hide mount prototype
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h111 unsigned char fs3d; /* non-zero for 3-d file system */ member
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs37 ftwalk.h fts.h fs3d.h getopt.h glob.h hash.h hashkey.h hashpart.h \
219 misc/fs3d.o \
H A Dmapfile-vers708 fs3d;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c936 if(!shgd->lim.fs3d) in vpath_set()
1303 if(fs3d(FS3D_TEST)) in sh_init()
1304 shgd->lim.fs3d = 1; in sh_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c525 ok = fs3d(FS3D_TEST); in initialize()
696 fp->value = fs3d(value ? value[0] ? FS3D_ON : FS3D_OFF : FS3D_TEST) ? "1" : null; in format()

12