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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs.h68 extern int write_file(int fd, unsigned long long *offset, const char *buf,
H A Dhostfs_user.c150 int write_file(int fd, unsigned long long *offset, const char *buf, int len) function
H A Dhostfs_kern.c423 err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count);
505 err = write_file(FILE_HOSTFS_I(file)->fd, &start, buffer + from,
509 /* Actually, if !err, write_file has added to-from to start, so, despite
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c230 int write_file = 0; local
254 write_file = 1;
293 if (write_file) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dsort.c77 extern squashfs_inode write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long size, int *c_size);
237 if(write_file(&inode, entry->dir, entry->dir->inode->buf.st_size,
H A Dunsquashfs.c445 int write_file(char *pathname, unsigned int fragment, unsigned int frag_bytes, function
452 TRACE("write_file: regular file, blocks %d\n", blocks);
455 ERROR("write_file: unable to malloc block list\n");
467 ERROR("write_file: failed to create file %s, because %s\n", pathname,
475 ERROR("write_file: failed to read data block 0x%llx\n", start);
480 ERROR("write_file: failed to write data block 0x%llx\n", start);
494 ERROR("write_file: failed to write fragment %d\n", fragment);
570 if(write_file(pathname, inode->fragment, frag_bytes,
603 if(write_file(pathname, inode->fragment, frag_bytes,
761 if(write_file(pathnam
[all...]
H A Dmksquashfs.c2134 int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long size, int *duplicate_file) function
2524 result = write_file(inode, dir_ent, buf->st_size, &duplicate_file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c1139 static ssize_t write_file(struct ofork *ofork, int eid, function
1269 if ((cc = write_file(ofork, eid, offset, rbuf, *rbuflen,
1285 if (!cc || (cc = write_file(ofork, eid, offset, rbuf, cc, xlate)) < 0) {
1322 if ((cc = write_file(ofork, eid, offset, rbuf, cc, xlate)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c2435 nwritten = write_file(fsp,data,startpos,numtowrite);
2486 nwritten = write_file(fsp,inbuf+4,startpos+nwritten,numtowrite);
2555 nwritten = write_file(fsp,data,startpos,numtowrite);
2638 nwritten = write_file(fsp,data,startpos,numtowrite);
2752 nwritten = write_file(fsp,data,startpos,numtowrite);
3012 nwritten = write_file(fsp,data,startpos,numtowrite);
3364 if (write_file(fsp,data,-1,numtowrite) != numtowrite) {
5061 nwritten = write_file(fsp,data,startpos,numtowrite);
5171 nwritten = write_file(fsp,data,startpos,numtowrite);
H A Dfileio.c176 //ssize_t write_file(files_struct *fsp, char *data, SMB_OFF_T pos, size_t n)
177 ssize_t write_file(files_struct *fsp, char *data, SMB_BIG_UINT pos, size_t n) function
189 DEBUG(3,("write_file: Unable to map RAP jobid %u to jobid.\n",
276 DEBUG(9,("write_file (%s)(fd=%d pos=%.0f size=%u) wcp->offset=%.0f wcp->data_size=%u\n",
532 DEBUG(9,("write_file: non cacheable write : fd = %d, pos = %.0f, len = %u, current cache pos = %.0f \
564 DEBUG(9,("write_file: discarding overwritten write \

Completed in 183 milliseconds