Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/plan9-contrib/sys/src/cmd/wikifs/
H A Dwdir.c24 wopen(char *fn, int mode) in wopen()
35 wcreate(char *fn, int mode, long perm) in wcreate()
46 wBopen(char *fn, int mode) in wBopen()
57 waccess(char *fn, int mode) in waccess()
/plan9-contrib/sys/src/libthread/
H A Dioopen.c10 int mode; in _ioopen() local
18 ioopen(Ioproc *io, char *path, int mode) in ioopen()
/plan9-contrib/sys/src/libbio/
H A Dbinit.c54 Binits(Biobufhdr *bp, int f, int mode, uchar *p, int size) in Binits()
91 Binit(Biobuf *bp, int f, int mode) in Binit()
97 Bopen(char *name, int mode) in Bopen()
/plan9-contrib/sys/src/ape/lib/ap/plan9/
H A Dchmod.c15 chmod(const char *path, mode_t mode) in chmod()
31 fchmod(int fd, mode_t mode) in fchmod()
H A Dcreat.c6 creat(const char *name, mode_t mode) in creat()
/plan9-contrib/sys/src/ape/cmd/diff/
H A Dsystem.h49 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument
52 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
55 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument
58 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument
61 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFFIFO) argument
64 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
/plan9-contrib/sys/src/cmd/gs/src/
H A Dunistd_.h43 # define setmode(fd, mode) _setmode(fd, mode) argument
46 # define open(fname, flags, mode) _open(fname, flags, mode) argument
52 # define setmode(fd, mode) _setmode(fd, mode) argument
H A Dstat_.h83 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument
84 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
H A Dgdevsco.c207 int mode; in pcfb_get_state() local
231 pcfb_set_mode(int mode) in pcfb_set_mode()
/plan9-contrib/sys/src/cmd/fossil/
H A Dsource.c17 sourceAlloc(Fs *fs, Block *b, Source *p, u32int offset, int mode, int issnapshot) in sourceAlloc()
133 sourceRoot(Fs *fs, u32int addr, int mode) in sourceRoot()
156 sourceOpen(Source *r, ulong offset, int mode, int issnapshot) in sourceOpen()
527 blockWalk(Block *p, int index, int mode, Fs *fs, Entry *e) in blockWalk()
742 _sourceBlock(Source *r, ulong bn, int mode, int early, ulong tag) in _sourceBlock()
814 sourceBlock(Source *r, ulong bn, int mode) in sourceBlock()
855 sourceLoadBlock(Source *r, int mode) in sourceLoadBlock()
933 sourceLock(Source *r, int mode) in sourceLock()
960 sourceLock2(Source *r, Source *rr, int mode) in sourceLock2()
H A D9srv.c24 srvFd(char* name, int mode, int fd, char** mntpnt) in srvFd()
78 srvAlloc(char* service, int mode, int fd) in srvAlloc()
134 int conflags, dflag, fd[2], mode, pflag, r; in cmdSrv() local
/plan9-contrib/sys/src/cmd/disk/9660/
H A Dsysuse.c555 #define ISTYPE(mode, mask) (((mode) & S_IFMT) == (mask)) argument
557 #define S_ISDIR(mode) ISTYPE(mode, S_IFDIR) argument
560 #define S_ISREG(mode) ISTYPE(mode, S_IREG) argument
563 #define S_ISLNK(mode) ISTYPE(mode, S_ILNK) argument
568 mode(Direc *d, int dot) in mode() function
570 long mode; in mode() local
/plan9-contrib/sys/src/cmd/
H A Dchmod.c18 ulong mode, mask; in main() local
52 ulong mode, mask; in parsemode() local
/plan9-contrib/sys/lib/dist/cmd/bzfs/
H A Dmkext.c101 ulong mode, bytes, mtime; in main() local
206 ffcreate(char *name, ulong mode, char *uid, char *gid, ulong mtime, int length) in ffcreate()
232 mkdir(char *name, ulong mode, ulong mtime, char *uid, char *gid) in mkdir()
238 extract(char *name, ulong mode, ulong mtime, char *uid, char *gid, ulong bytes) in extract()
/plan9-contrib/sys/src/9/pcboot/
H A Dstub.c152 fdtochan(int fd, int mode, int chkmnt, int iref) in fdtochan()
280 namecopen(char *name, int mode) in namecopen()
292 enamecopen(char *name, int mode) in enamecopen()
303 nameccreate(char *name, int mode) in nameccreate()
315 enameccreate(char *name, int mode) in enameccreate()
/plan9-contrib/sys/src/cmd/gs/zlib/
H A Dzutil.h98 # define F_OPEN(name, mode) \ argument
116 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
136 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
141 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
158 # define F_OPEN(name, mode) fopen((name), (mode)) argument
/plan9-contrib/sys/src/libstdio/
H A Dfopen.c5 FILE *fopen(const char *name, const char *mode){ in fopen()
H A Dfdopen.c15 FILE *fdopen(const int fd, const char *mode){ in fdopen()
H A Dfreopen.c15 FILE *freopen(const char *name, const char *mode, FILE *f){ in freopen()
/plan9-contrib/sys/src/ape/lib/ap/stdio/
H A Dfdopen.c15 FILE *fdopen(const int fd, const char *mode){ in fdopen()
H A Dfopen.c5 FILE *fopen(const char *name, const char *mode){ in fopen()
H A Dfreopen.c15 FILE *freopen(const char *name, const char *mode, FILE *f){ in freopen()
/plan9-contrib/sys/src/cmd/aquarela/
H A Dsmbcomopen.c19 openfile(SmbSession *s, SmbTree *t, char *path, ushort mode, ushort attr, ushort ofun, ulong create… in openfile()
163 ushort andxoffset, flags, mode, sattr, attr; in smbcomopenandx() local
316 ushort mode, attr; in smbcomopen() local
377 int ofun, attr, mode; in smbcomcreate() local
535 ushort mode; in smbcomntcreateandx() local
H A Dsmbtrans2set.c15 ulong mode; in smbtrans2setfileinformation() local
114 ulong mode; in smbtrans2setpathinformation() local
/plan9-contrib/sys/src/cmd/6c/
H A Dsys.c48 open(char *name, int mode) in open()
57 create(char *f, int mode, ulong perm) in create()

12345678910>>...15