Lines Matching refs:fmode
1838 store(const char *name, const char *fmode, int unique)
1847 desc = (*fmode == 'w') ? "put" : "append";
1857 fmode = "r+";
1858 fout = fopen(name, fmode);
1920 getdatasock(const char *fmode)
1927 return (fdopen(data, fmode));
1982 return (fdopen(s, fmode));
1999 dataconn(const char *name, off_t size, const char *fmode)
2047 return (fdopen(pdata, fmode));
2053 return (fdopen(data, fmode));
2060 file = getdatasock(fmode);