Searched refs:eof (Results 1 - 25 of 245) sorted by last modified time

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_dsi.c199 dsi->eof = dsi->start = dsi->buffer;
H A Dfork.c778 int eof = 0; local
788 eof = 1;
802 eof = 0;
821 if ( eof ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddsi.h103 char *eof; member in struct:DSI
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c475 int fiovcnt = 0, eof = 0, senteof = 0, to = 0; local
536 if ( !waitforprinter && !eof && fiovcnt == 0 ) {
569 eof = 1;
690 /* eof */
693 if(debug){ printf( "< DATA (eof)\n" ), fflush( stdout );}
738 if ( !waitforprinter && !senteof && data && ( fiovcnt || eof )) {
746 senteof = ((char *)sniov[ i ].iov_base)[ 2 ] = eof;
753 senteof = ((char *)sniov[ 0 ].iov_base)[ 2 ] = eof;
764 if(debug){ printf( "DATA %s\n", eof ? "(eof) >"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_opensess.c29 dsi->eof = dsi->buffer;
H A Ddsi_stream.c71 if (dsi->eof < dsi->end) {
107 len = dsi->end - dsi->eof; /* it's ensured above that there's space */
109 if ((len = read(dsi->socket, dsi->eof, len)) <= 0) {
121 dsi->eof += len;
141 nbe = dsi->eof - dsi->start;
148 if (dsi->eof == dsi->start)
149 dsi->start = dsi->eof = dsi->buffer;
153 dsi->start - dsi->buffer, dsi->eof - dsi->start, dsi->end - dsi->eof, nbe);
204 buflen = min(8192, dsi->end - dsi->eof);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/
H A DconvertSambaAccount138 while ( !$ldif->eof ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-populate427 while ( not $ldif->eof() ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsambalp137 last if eof(FILE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c1234 int eof = 0; local
1244 eof = 1;
1260 if (!eof) {
1268 eof = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c531 int eof));
534 int eof));
1540 #define FLUSH_BLOCK_ONLY(s, eof) { \
1545 (eof)); \
1552 #define FLUSH_BLOCK(s, eof) { \
1553 FLUSH_BLOCK_ONLY(s, eof); \
1554 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
2622 void _tr_stored_block(s, buf, stored_len, eof)
2626 int eof; /* true if this is the last block for a file */
2628 send_bits(s, (STORED_BLOCK<<1)+eof,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c414 int eof));
2224 local void ct_stored_block(s, buf, stored_len, eof)
2228 int eof; /* true if this is the last block for a file */
2230 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
2289 int eof = flush == Z_FINISH; local
2329 if (eof && compressed_len == 0L) /* force stored file */
2331 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable())
2367 ct_stored_block(s, buf, stored_len, eof);
2376 send_bits(s, (STATIC_TREES<<1)+eof, 3);
2380 send_bits(s, (DYN_TREES<<1)+eof,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dencode.c238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,tmp2,exp_nl; local
274 * holds it. and eof will hold how many characters to
279 eof++;
303 if (((i+1) == inl) && (((n&3) == 0) || eof))
308 updates), eof may contain the incorrect number
310 eof = 0;
311 if (d[n-1] == '=') eof++;
312 if (d[n-2] == '=') eof++;
328 ret+=(v-eof);
332 eof
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c3025 (char *page, char **start, off_t off, int count, int *eof, void *data)
3031 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
3024 proc_idecd_read_capacity(char *page, char **start, off_t off, int count, int *eof, void *data) argument
H A Dide-disk.c609 (char *page, char **start, off_t off, int count, int *eof, void *data)
619 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
623 (char *page, char **start, off_t off, int count, int *eof, void *data)
629 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
633 (char *page, char **start, off_t off, int count, int *eof, void *data)
648 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
652 (char *page, char **start, off_t off, int count, int *eof, void *data)
667 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
608 proc_idedisk_read_cache(char *page, char **start, off_t off, int count, int *eof, void *data) argument
622 proc_idedisk_read_capacity(char *page, char **start, off_t off, int count, int *eof, void *data) argument
632 proc_idedisk_read_smart_thresholds(char *page, char **start, off_t off, int count, int *eof, void *data) argument
651 proc_idedisk_read_smart_values(char *page, char **start, off_t off, int count, int *eof, void *data) argument
H A Dide-floppy.c1796 (char *page, char **start, off_t off, int count, int *eof, void *data)
1802 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
1795 proc_idefloppy_read_capacity(char *page, char **start, off_t off, int count, int *eof, void *data) argument
H A Dide-proc.c45 (char *page, char **start, off_t off, int count, int *eof, void *data)
75 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
79 (char *page, char **start, off_t off, int count, int *eof, void *data)
88 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
92 (char *page, char **start, off_t off, int count, int *eof, void *data)
100 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
104 (char *page, char **start, off_t off, int count, int *eof, void *data)
127 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
385 (char *page, char **start, off_t off, int count, int *eof, void *data)
415 PROC_IDE_READ_RETURN(page,start,off,count,eof,le
44 proc_ide_read_imodel(char *page, char **start, off_t off, int count, int *eof, void *data) argument
78 proc_ide_read_mate(char *page, char **start, off_t off, int count, int *eof, void *data) argument
91 proc_ide_read_channel(char *page, char **start, off_t off, int count, int *eof, void *data) argument
103 proc_ide_read_identify(char *page, char **start, off_t off, int count, int *eof, void *data) argument
384 proc_ide_read_settings(char *page, char **start, off_t off, int count, int *eof, void *data) argument
514 proc_ide_read_capacity(char *page, char **start, off_t off, int count, int *eof, void *data) argument
523 proc_ide_read_geometry(char *page, char **start, off_t off, int count, int *eof, void *data) argument
541 proc_ide_read_dmodel(char *page, char **start, off_t off, int count, int *eof, void *data) argument
553 proc_ide_read_driver(char *page, char **start, off_t off, int count, int *eof, void *data) argument
614 proc_ide_read_media(char *page, char **start, off_t off, int count, int *eof, void *data) argument
[all...]
H A Dide-tape.c4400 (char *page, char **start, off_t off, int count, int *eof, void *data)
4408 PROC_IDE_READ_RETURN(page, start, off, count, eof, len);
4399 proc_idetape_read_name(char *page, char **start, off_t off, int count, int *eof, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dhp_sdc_rtc.c76 int count, int *eof, void *data);
515 int count, int *eof, void *data)
518 if (len <= off+count) *eof = 1;
514 hp_sdc_rtc_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapi.c1319 int count, int *eof, void *data)
1402 int count, int *eof, void *data)
1429 *eof = 1;
1440 int count, int *eof, void *data)
1467 *eof = 1;
1477 int count, int *eof, void *data);
1318 capinc_tty_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
1401 proc_capidev_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
1439 proc_capincci_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
H A Dcapidrv.c2206 int count, int *eof, void *data)
2216 *eof = 1;
2227 int count, int *eof, void *data);
2205 proc_capidrv_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Davmcard.h560 int count, int *eof, struct capi_ctr *ctrl);
581 int count, int *eof, struct capi_ctr *ctrl);
H A Db1.c640 int count, int *eof, struct capi_ctr *ctrl)
701 *eof = 1;
639 b1ctl_read_proc(char *page, char **start, off_t off, int count, int *eof, struct capi_ctr *ctrl) argument
H A Db1dma.c849 int count, int *eof, struct capi_ctr *ctrl)
937 *eof = 1;
848 b1dmactl_read_proc(char *page, char **start, off_t off, int count, int *eof, struct capi_ctr *ctrl) argument
H A Dc4.c1056 int count, int *eof, struct capi_ctr *ctrl)
1116 *eof = 1;
1055 c4_read_proc(char *page, char **start, off_t off, int count, int *eof, struct capi_ctr *ctrl) argument

Completed in 238 milliseconds

12345678910