Searched refs:off_t (Results 1 - 25 of 242) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libcmd/common/
H A Drev.h32 extern int rev_line(Sfio_t*, Sfio_t*, off_t);
/osnet-11/usr/src/lib/libdhcpsvc/modules/util/
H A Dutil.h45 extern int copy_range(int, off_t, int, off_t, uint64_t);
51 extern int pnread(int, void *, size_t, off_t);
52 extern int pnwrite(int, const void *, size_t, off_t);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h89 #undef off_t macro
91 #define off_t off_t macro
98 #undef off_t macro
100 #define off_t off_t macro
113 #undef off_t macro
114 #define off_t off64_t macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h68 #undef off_t macro
70 #define off_t off_t macro
77 #undef off_t macro
79 #define off_t off_t macro
92 #undef off_t macro
93 #define off_t off64_t macro
/osnet-11/usr/src/lib/libast/common/port/
H A Dastcopy.c50 off_t
51 astcopy(int rfd, int wfd, off_t n)
53 register off_t c;
55 off_t pos;
56 off_t mapsize;
67 if (!fstat(rfd, &st) && S_ISREG(st.st_mode) && (pos = lseek(rfd, (off_t)0, 1)) != ((off_t)-1))
74 if (write(wfd, mapbuf, mapsize) != mapsize || lseek(rfd, mapsize, 1) == ((off_t)-1)) return(-1);
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dftello.c30 off_t
33 STDIO_INT(f, "ftello", off_t, (Sfio_t*), (f))
H A Dfseeko.c31 fseeko(Sfio_t* f, off_t off, int op)
33 STDIO_INT(f, "fseeko", int, (Sfio_t*, off_t, int), (f, off, op))
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h89 #undef off_t macro
91 #define off_t off_t macro
98 #undef off_t macro
100 #define off_t off_t macro
113 #undef off_t macro
114 #define off_t off64_t macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h68 #undef off_t macro
70 #define off_t off_t macro
77 #undef off_t macro
79 #define off_t off_t macro
92 #undef off_t macro
93 #define off_t off64_t macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h89 #undef off_t macro
91 #define off_t off_t macro
98 #undef off_t macro
100 #define off_t off_t macro
113 #undef off_t macro
114 #define off_t off64_t macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h68 #undef off_t macro
70 #define off_t off_t macro
77 #undef off_t macro
79 #define off_t off_t macro
92 #undef off_t macro
93 #define off_t off64_t macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h89 #undef off_t macro
91 #define off_t off_t macro
98 #undef off_t macro
100 #define off_t off_t macro
113 #undef off_t macro
114 #define off_t off64_t macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h68 #undef off_t macro
70 #define off_t off_t macro
77 #undef off_t macro
79 #define off_t off_t macro
92 #undef off_t macro
93 #define off_t off64_t macro
/osnet-11/usr/src/lib/libshell/common/include/
H A Dhistory.h66 extern void hist_list(History_t*,Sfio_t*, off_t, int, char*);
67 extern int hist_match(History_t*,off_t, char*, int*);
68 extern off_t hist_tell(History_t*,int);
69 extern off_t hist_seek(History_t*,int);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.h134 typedef __int64 off_t; typedef
137 typedef long long off_t; typedef
159 typedef SInt64 off_t; typedef
161 typedef SInt32 off_t; typedef
178 int sqliteOsSeek(OsFile*, off_t offset);
180 int sqliteOsTruncate(OsFile*, off_t size);
181 int sqliteOsFileSize(OsFile*, off_t *pSize);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dtruncate.c57 ftruncate(int fildes, off_t len)
64 lck.l_len = (off_t)0; /* until the end of the file address space */
73 truncate(const char *path, off_t len)
/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_seek.c38 off_t offset;
45 offset = (off_t)pgsize * pageno + relative;
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.h50 off_t dtp_off; /* its starting offset in the file */
/osnet-11/usr/src/lib/libaio/common/
H A Dllib-laio34 int aioread(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
36 int aiowrite(int fd, caddr_t buf, int bufsz, off_t offset, int whence,
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_lockdlck.c41 #define segment_off(s) ((off_t)(s) * sizeof (pid_t))
59 off_t off = segment_off(segment);
73 lk.l_len = (off_t)sizeof (pid_t);
88 off_t off = segment_off(segment);
94 lk.l_len = (off_t)sizeof (pid_t);
104 off_t off = segment_off(segment);
112 off_t off = segment_off(segment);
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_compat.h32 int (*truncate) (const char *, off_t);
35 int (*read) (const char *, char *, size_t, off_t,
37 int (*write) (const char *, const char *, size_t, off_t,
48 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t,
56 int (*ftruncate) (const char *, off_t, struct fuse_file_info *);
91 int (*truncate) (const char *, off_t);
94 int (*read) (const char *, char *, size_t, off_t,
96 int (*write) (const char *, const char *, size_t, off_t,
107 int (*readdir) (const char *, void *, fuse_fill_dir_t, off_t,
142 int (*truncate) (const char *, off_t);
[all...]

Completed in 47 milliseconds

12345678910