Searched refs:fs3d (Results 1 - 25 of 27) sorted by relevance

12

/ast/src/lib/libast/misc/
H A Dfs3d.c37 #include <fs3d.h>
40 fs3d(register int op) function
102 * user code that includes <fs3d.h> will have mount() mapped to fs3d_mount()
104 * this means that code that includes <fs3d.h> cannot access the real mount
H A Dsetenviron.c26 #include <fs3d.h>
78 if (!p && fs3d(FS3D_TEST))
H A Dgetcwd.c82 #include <fs3d.h>
187 if (fs3d(FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)) > 1 && namlen < sizeof(dots))
H A Dfts.c34 #include <fs3d.h>
68 unsigned char fs3d; \
524 if ((flags & FTS_NOSTAT) && !fts->fs3d)
755 fts->fs3d = fs3d(FS3D_TEST);
/ast/src/lib/libcmd/
H A Drm.c73 #include <fs3d.h>
89 int fs3d; /* 3d enabled */ member in struct:State_s
118 else if (state->fs3d && iview(ent->fts_statp))
340 state.fs3d = fs3d(FS3D_TEST);
399 if (state.recursive && state.fs3d)
401 set3d = state.fs3d;
402 state.fs3d = 0;
403 fs3d(0);
415 fs3d(set3
[all...]
H A Dcp.c137 #include <fs3d.h>
164 int fs3d; /* 3d fs enabled */ member in struct:State_s
421 else if (!state->fs3d || !iview(&st))
969 if ((state->fs3d = fs3d(FS3D_TEST)) && strmatch(file, "...|*/...|.../*"))
/ast/src/lib/libast/path/
H A Dpathkey.c39 #include <fs3d.h>
112 if (!flags && fs3d(FS3D_TEST) && (c = mount(path, tmp, FS3D_GET|FS3D_ALL|FS3D_SIZE(PATH_MAX), NiL)) > 1 && c < PATH_MAX)
H A Dpathcanon.c48 #include <fs3d.h>
/ast/src/lib/libast/include/
H A Dfs3d.h72 * fs3d(3) ops
111 extern int fs3d(int);
/ast/src/cmd/cs/vcs_src/
H A Dvcs.c30 #include <fs3d.h>
77 (void) fs3d(FS3D_OP_OFF);
143 (void) fs3d(FS3D_OP_OFF);
/ast/src/cmd/tw/
H A Dtw.h32 #include <fs3d.h>
/ast/src/cmd/at/
H A Dat.c137 #include <fs3d.h>
321 if (!fs3d(FS3D_TEST) || !(s = pathpath("3d", NiL, PATH_ABSOLUTE|PATH_EXECUTE, buf, sizeof(buf))))
/ast/src/lib/libcoshell/
H A Dcoinit.c36 #include <fs3d.h>
358 if (fs3d(FS3D_TEST))
/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c259 if(shp->gd->lim.fs3d && (flag = mount(e_dot,NIL(char*),FS3D_GET|FS3D_VIEW,0))>=0)
H A Dmisc.c541 if(!shp->gd->lim.fs3d)
/ast/src/cmd/nmake/
H A Dmain.c463 i = fs3d(0);
471 fs3d(i);
H A Dmake.h32 #include <fs3d.h>
/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 \
/ast/src/cmd/ksh93/include/
H A Ddefs.h109 unsigned char fs3d; /* non-zero for 3-d file system */ member in struct:limits
/ast/src/cmd/3d/
H A D3d.h94 #include <fs3d.h>
H A Dlib.c147 fs3d(register int op) function
188 message((-1, "fs3d(%d)=%d", op, po));
193 * for code that includes <fs3d.h>
/ast/src/lib/libast/port/
H A Dastconf.c35 #include <fs3d.h>
525 ok = fs3d(FS3D_TEST);
696 fp->value = fs3d(value ? value[0] ? FS3D_ON : FS3D_OFF : FS3D_TEST) ? "1" : null;
/ast/src/cmd/ksh93/sh/
H A Dinit.c933 if(!shgd->lim.fs3d)
1300 if(fs3d(FS3D_TEST))
1301 shgd->lim.fs3d = 1;
/ast/src/cmd/sort/
H A Dmain.c241 #include <fs3d.h>
1118 else if (!fs3d(FS3D_TEST) || !iview(&os))
/ast/src/cmd/std/
H A Dls.c230 #include <fs3d.h>

Completed in 74 milliseconds

12