/plan9-contrib/sys/src/cmd/wikifs/ |
H A D | wdir.c | 24 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 D | ioopen.c | 10 int mode; in _ioopen() local 18 ioopen(Ioproc *io, char *path, int mode) in ioopen()
|
/plan9-contrib/sys/src/libbio/ |
H A D | binit.c | 54 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 D | chmod.c | 15 chmod(const char *path, mode_t mode) in chmod() 31 fchmod(int fd, mode_t mode) in fchmod()
|
H A D | creat.c | 6 creat(const char *name, mode_t mode) in creat()
|
/plan9-contrib/sys/src/ape/cmd/diff/ |
H A D | system.h | 49 #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 D | unistd_.h | 43 # 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 D | stat_.h | 83 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 84 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
|
H A D | gdevsco.c | 207 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 D | source.c | 17 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 D | 9srv.c | 24 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 D | sysuse.c | 555 #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 D | chmod.c | 18 ulong mode, mask; in main() local 52 ulong mode, mask; in parsemode() local
|
/plan9-contrib/sys/lib/dist/cmd/bzfs/ |
H A D | mkext.c | 101 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 D | stub.c | 152 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 D | zutil.h | 98 # 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 D | fopen.c | 5 FILE *fopen(const char *name, const char *mode){ in fopen()
|
H A D | fdopen.c | 15 FILE *fdopen(const int fd, const char *mode){ in fdopen()
|
H A D | freopen.c | 15 FILE *freopen(const char *name, const char *mode, FILE *f){ in freopen()
|
/plan9-contrib/sys/src/ape/lib/ap/stdio/ |
H A D | fdopen.c | 15 FILE *fdopen(const int fd, const char *mode){ in fdopen()
|
H A D | fopen.c | 5 FILE *fopen(const char *name, const char *mode){ in fopen()
|
H A D | freopen.c | 15 FILE *freopen(const char *name, const char *mode, FILE *f){ in freopen()
|
/plan9-contrib/sys/src/cmd/aquarela/ |
H A D | smbcomopen.c | 19 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 D | smbtrans2set.c | 15 ulong mode; in smbtrans2setfileinformation() local 114 ulong mode; in smbtrans2setpathinformation() local
|
/plan9-contrib/sys/src/cmd/6c/ |
H A D | sys.c | 48 open(char *name, int mode) in open() 57 create(char *f, int mode, ulong perm) in create()
|