Searched defs:pwrite (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/cups-408/cups/filter/
H A Drastertoepson.c48 #define pwrite(s,n) fwrite((s), 1, (n), stdout) macro
[all...]
/macosx-10.10.1/msdosfs-209.1.1/
H A Dmsdosfs.py760 def pwrite(self, offset, bytes): member in class:msdosfs.Chain
1117 def pwrite(self, offset, bytes): member in class:msdosfs.FixedRootDir
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c500 pwrite(struct proc *p, struct pwrite_args *uap, user_ssize_t *retval) function
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h681 ssize_t pwrite(int, const void *, size_t, off_t) __DARWIN_ALIAS_C(pwrite); variable
684 ssize_t pwrite(int, const void *, size_t, off_t) LIBC_ALIAS_C(pwrite); variable

Completed in 97 milliseconds