Searched refs:write_file (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsmooth-gtk-thread.c58 size_t write_file(void *ptr, size_t size, size_t nmemb, FILE *stream) function
60 /* printf("write_file\n"); */
96 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_file);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs.h80 extern int write_file(int fd, unsigned long long *offset, const char *buf,
H A Dhostfs_user.c129 int write_file(int fd, unsigned long long *offset, const char *buf, int len) function
H A Dhostfs_kern.c402 err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count);
469 err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied);
476 * If err > 0, write_file has added err to pos, so we are comparing
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsort.c75 extern void write_file(squashfs_inode *inode, struct dir_ent *dir_ent,
273 write_file(&inode, entry->dir, &duplicate_file);
H A Dunsquashfs.c787 int write_file(struct inode *inode, char *pathname) function
795 TRACE("write_file: regular file, blocks %d\n", inode->blocks);
800 ERROR("write_file: failed to create file %s, because %s\n",
807 EXIT_UNSQUASH("write_file: unable to malloc block list\n");
813 EXIT_UNSQUASH("write_file: unable to malloc file\n");
837 EXIT_UNSQUASH("write_file: unable to malloc file\n");
857 EXIT_UNSQUASH("write_file: unable to malloc file\n");
894 if(write_file(i, pathname))
1631 * write_file() routine.
H A Dmksquashfs.c3202 void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, function
3844 write_file(inode, dir_ent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/accounting/
H A Dgetdelays.c262 int write_file = 0; local
297 write_file = 1;
336 if (write_file) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfile.c364 static int write_file(Stream_t *Stream, char *buf, mt_off_t iwhere, size_t len) function
517 write_file,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c570 static unsigned int write_file(char *file, char *base, unsigned int offset) function
745 offset = write_file(opt_image, rom_image, offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c1141 static ssize_t write_file(struct ofork *ofork, int eid, function
1167 LOG(log_error, logtype_afpd, "write_file: DISK FULL");
1276 if ((cc = write_file(ofork, eid, offset, rbuf, *rbuflen,
1292 if (!cc || (cc = write_file(ofork, eid, offset, rbuf, cc, xlate)) < 0) {
1329 if ((cc = write_file(ofork, eid, offset, rbuf, cc, xlate)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxmldoc.c35 * write_file() - Copy a file to the output.
188 static void write_file(FILE *out, const char *file);
2981 * 'write_file()' - Copy a file to the output.
2985 write_file(FILE *out, /* I - Output file */ function
3471 write_file(out, headerfile);
3496 write_file(out, introfile);
3760 write_file(out, footerfile);
3865 write_file(out, cssfile);
4068 write_file(stdout, headerfile);
4085 write_file(stdou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c2847 nwritten = write_file(fsp,data,startpos,numtowrite);
2898 nwritten = write_file(fsp,inbuf+4,startpos+nwritten,numtowrite);
2983 nwritten = write_file(fsp,data,startpos,numtowrite);
3083 nwritten = write_file(fsp,data,startpos,numtowrite);
3224 nwritten = write_file(fsp,data,startpos,numtowrite);
3485 nwritten = write_file(fsp,data,startpos,numtowrite);
3850 if (write_file(fsp,data,-1,numtowrite) != numtowrite) {
5985 nwritten = write_file(fsp,data,startpos,numtowrite);
6104 nwritten = write_file(fsp,data,startpos,numtowrite);
H A Dfileio.c213 ssize_t write_file(files_struct *fsp, const char *data, SMB_OFF_T pos, size_t n) function
214 /*ssize_t write_file(files_struct *fsp, const char *data, SMB_BIG_UINT pos, size_t n)*/
227 DEBUG(3,("write_file: Unable to map RAP jobid %u to jobid.\n",
311 DEBUG(9,("write_file (%s)(fd=%d pos=%.0f size=%u) wcp->offset=%.0f wcp->data_size=%u\n",
612 DEBUG(9,("write_file: non cacheable write : fd = %d, pos = %.0f, len = %u, current cache pos = %.0f \
635 DEBUG(9,("write_file: discarding overwritten write \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnandsim.c1362 static ssize_t write_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t *pos) function
1534 tx = write_file(ns, ns->cfile, ns->file_buf, ns->geom.pgszoob, &pos);
1542 tx = write_file(ns, ns->cfile, pg_off, num, &pos);

Completed in 138 milliseconds