Searched refs:write (Results 1 - 25 of 1681) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnflash.c179 /* read after write to flush the command */
261 nflash.write = nflash_write;
720 printf("\nflash_write write oob fail, offset 0x%08x\n",
970 /* Force OOB write even nflash_erase return failure */
1015 /* Restore the default value for spare area write registers */
1134 /* To write len bytes of oob data in the page specified in the page address offset */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlogger.c561 write(fd, log_details_buffer, strlen(log_details_buffer));
589 write(fd, log_details_buffer, strlen(log_details_buffer));
615 write(fd, temp_buffer, strlen(temp_buffer));
H A Dsocket.c210 len = write(socket, (char *) data + stored, length - stored);
H A Dvolinfo.c13 along with this program; if not, write to the Free Software
534 /* write volume options */
616 if (write( fd, buf, strlen(buf)) < 0 || ftruncate(fd, strlen(buf)) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfig.guess20 # along with this program; if not, write to the Free Software
1498 # eval: (add-hook 'write-file-hooks 'time-stamp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dappl.c104 if ( write( dfd, buf, p - buf ) != p - buf ) {
258 /* write the new appl entry at start of temporary file */
266 if ( write( tfd, p, cc ) != cc ) {
H A Ddesktop.c230 printf("(write) len: %d\n", buflen);
267 if ((cc == 0) && (write(si.sdt_fd, imh, sizeof(imh)) < 0)) {
268 LOG(log_error, logtype_afpd, "afp_addicon(%s): write: %s", icon_dtfile(vol, fcreator), strerror(errno));
273 if ((cc = write(si.sdt_fd, rbuf, iovcnt)) < 0) {
274 LOG(log_error, logtype_afpd, "afp_addicon(%s): write: %s", icon_dtfile(vol, fcreator), strerror(errno));
280 if ((cc = write(si.sdt_fd, rbuf, iovcnt)) < 0) {
281 LOG(log_error, logtype_afpd, "afp_addicon(%s): write: %s", icon_dtfile(vol, fcreator), strerror(errno));
H A Dfile.c1317 * XXX: the spec only calls for read/deny write access.
1419 if ((cc = write(dfd, buf, buflen)) < 0) {
1690 case EACCES: /* maybe it's a file with no write mode for us */
1708 * you can delete it if it's open because you can't get a write lock.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcomm.c81 * things and clean up fd_table. The same happens for any read/write errors.
249 if (write(cur_fd, rply, sizeof(struct cnid_dbd_rply)) != sizeof(struct cnid_dbd_rply)) {
270 if (write(cur_fd, rply, sizeof(struct cnid_dbd_rply)) != sizeof(struct cnid_dbd_rply)) {
275 if (write(cur_fd, rply->name, rply->namelen) != rply->namelen) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsa.c100 if ( cc != 0 && write( 2, buf, cc ) != cc ) {
101 fprintf( stderr, "write 1: 2 %p %d\n", buf, cc );
102 perror( "write" );
H A Dpsf.c374 * - we need to write \031 if not followed by \001
395 if ( write( 1, "\031", 1 ) != 1 ) {
396 syslog( LOG_ERR, "write: %s", strerror(errno) );
408 if ( write( 1, "\031", 1 ) != 1 ) {
409 syslog( LOG_ERR, "write: %s", strerror(errno) );
423 if (( inlen > 0 ) && ( write( 1, inbuf, inlen ) != inlen )) {
424 syslog( LOG_ERR, "write: %s", strerror(errno) );
450 if ( write( 1, "\031", 1 ) != 1 ) {
451 syslog( LOG_ERR, "write: %s", strerror(errno) );
520 if ( write(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_randnum.c100 if (write(fd, passwd, len) < 0) {
101 LOG(log_error, logtype_uams, "Failed to write to %s", path );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Droute.c81 if (( rc = write( rtfd, &rtma, rtma.rtma_rtm.rtm_msglen )) !=
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c521 write( fd, buf, strlen( buf ));
665 /* Before we write out anything check for a pending job, e.g. cover page */
847 if ( write( s, buf, n ) != n ) {
848 LOG(log_error, logtype_papd, "lp_print write: %s" , strerror(errno));
979 if ( write( s, buf, n ) != n ) {
980 LOG(log_error, logtype_papd, "lp_rmjob write: %s", strerror(errno) );
1018 if ( write( s, buf, n ) != n ) {
1019 LOG(log_error, logtype_papd, "lp_queue write: %s", strerror(errno) );
H A Dprintcap.c141 write(2, "Termcap entry too long\n", 23);
147 write(2, "config file too large\n", 22);
240 write(2,"Termcap entry too long\n", 23);
278 write(2, "Bad termcap entry\n", 18);
291 write(2, "Infinite tc= loop\n", 18);
300 write(2, "Termcap entry too long\n", 23);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dhqx.c268 write( headerfork, &namelen, sizeof( namelen ));
285 write( headerfork, headerbuf, ( namelen + BHH_HEADSIZ ));
H A Dmacbin.c126 fprintf( stderr, "opened %s for write\n",
268 fprintf( stderr, "bin_write: write length is %d\n", writelen );
272 cc = write( bin.filed, buf_ptr, writelen );
277 perror( "Couldn't write to macbinary file:" );
295 if ( write( bin.filed, &padchar, 1 ) != 1 ) {
296 perror( "Couldn't write to macbinary file:" );
493 wr = write( bin.filed, write_ptr, wc );
498 perror( "Couldn't write macbinary header:" );
H A Dnad.c439 * is for write, then stat the current directory to get its mode.
727 write( hexfork[ fork ], forkbuf, bufc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c358 ccwrite = write( 1, psbuf, ccread );
393 ccwrite = write( 1, line, linelen );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c193 " -i Cause cp to write a prompt to the standard error output before\n"
501 * able to write the directory (if from directory is
717 * Mmap and write if less than 8M (the limit is so we don't totally
731 wcount = write(to_fd, bufp, wresid);
768 wcount = write(to_fd, bufp, wresid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c243 if (write(fd, buf, len) != len) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_write.c36 cc = write( ad_fd->adf_fd, buf, count );
88 return -1; /* we don't know how to write if it's not a ressource or data fork */
136 if (1 != write( fd, &c, 1 )) {
137 /* return the write errno */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dspinlock.c17 along with this program; if not, write to the Free Software
387 if (write(fd, rwlocks, size) != size) {
425 || write(tdb->fd, (void *)&tdb->header.rwlocks,
H A Dtdb.c20 along with this program; if not, write to the Free Software
372 /* write a lump of data at a specified offset */
384 || write(tdb->fd, buf, len) != (ssize_t)len) {
439 /* read/write a tdb_off */
450 /* read/write a record */
709 TDB_LOG((tdb, 0, "tdb_free record write failed at offset=%d\n", offset));
741 write(tdb->fd, &b, 1) != 1) {
750 very bad if we ran out of disk. This must be done with write, not via mmap */
760 ret = write(tdb->fd, buf, n);
763 TDB_LOG((tdb, 0, "expand_file write o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c427 * Purpose: write an EA to disk
481 if (write(fd, ibuf, attrsize) != (ssize_t)attrsize) {
482 LOG(log_error, logtype_afpd, "write_ea('%s'): write: %s", eaname, strerror(errno));
634 * EA_RDWR: open read/write
646 * file is either read or write locked depending on the open flags.
752 /* write lock */
808 * EA_RDWR: open read/write
820 * file is either read or write locked depending on the open flags.
872 * Pack data in ea into ea_data, then write ea_data to disk
888 /* pack header and write i
[all...]

Completed in 293 milliseconds

1234567891011>>