Searched refs:fd1 (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dcopyfd.c70 off_t bb_copyfd_size(int fd1, int fd2, off_t size) argument
73 return bb_full_fd_action(fd1, fd2, size);
78 void bb_copyfd_exact_size(int fd1, int fd2, off_t size) argument
80 off_t sz = bb_copyfd_size(fd1, fd2, size);
89 off_t bb_copyfd_eof(int fd1, int fd2) argument
91 return bb_full_fd_action(fd1, fd2, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/libsmbclient/src/rename/
H A Drename_7.c32 int fd1 = 0; local
47 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
48 smbc_close( fd1 );
51 fd1 = smbc_open( url, O_RDWR, 0666 );
54 if ( fd1 == -1 && fd2 != -1 )
H A Drename_8.c32 int fd1 = 0; local
47 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
48 smbc_close( fd1 );
53 fd1 = smbc_open( url, O_RDWR, 0666 );
56 if ( fd1 == -1 && fd2 != -1 )
H A Drename_10.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
H A Drename_11.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
H A Drename_12.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
H A Drename_13.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
H A Drename_14.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
H A Drename_9.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/libsmbclient/src/rmdir/
H A Drmdir_5.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
H A Drmdir_6.c32 int fd1 = 0; local
46 fd1 = smbc_open( url, O_RDWR | O_CREAT, 0666 );
47 smbc_close( fd1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_listener.c81 evutil_socket_t fd1 = -1, fd2 = -1, fd3 = -1; local
117 fd1 = fd2 = fd3 = -1;
118 evutil_socket_connect(&fd1, (struct sockaddr*)&ss1, slen1);
131 if (fd1>=0)
132 EVUTIL_CLOSESOCKET(fd1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dcompat.c61 int fd1, fd2; local
71 if ((fd1 = open(ptydev, O_RDWR)) >= 0) {
75 close(fd1);
89 *master = fd1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dasyncdns.c135 int fd1[2], fd2[2]; local
139 if (pipe(fd1) || pipe(fd2)) {
147 fd_in = fd1[0];
149 close(fd1[1]);
156 fd_out = fd1[1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtcp.c86 int fd1; local
89 fd1 = accept(fd, NULL, NULL);
91 fd = fd1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp95 wxFileData *fd1 = (wxFileData *)wxUIntToPtr(data1); local
98 if (fd1->GetFileName() == wxT(".."))
102 if (fd1->IsDir() && !fd2->IsDir())
104 if (fd2->IsDir() && !fd1->IsDir())
107 return sortOrder*wxStrcmp( fd1->GetFileName(), fd2->GetFileName() );
113 wxFileData *fd1 = (wxFileData *)wxUIntToPtr(data1); local
116 if (fd1->GetFileName() == wxT(".."))
120 if (fd1->IsDir() && !fd2->IsDir())
122 if (fd2->IsDir() && !fd1->IsDir())
124 if (fd1
135 wxFileData *fd1 = (wxFileData *)wxUIntToPtr(data1); local
157 wxFileData *fd1 = (wxFileData *)wxUIntToPtr(data1); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsctp.c208 int fd1; local
211 fd1 = accept(fd, NULL, NULL);
213 fd = fd1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Daudit.h471 extern void __audit_fd_pair(int fd1, int fd2);
487 static inline void audit_fd_pair(int fd1, int fd2) argument
490 __audit_fd_pair(fd1, fd2);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Drc.c3955 int fd1, fd2; local
3956 fd1 = dup(2);
3967 dup2(fd1, 2);
3968 close(fd1);
4149 int fd1, fd2; local
4150 fd1 = dup(2);
4159 dup2(fd1, 2);
4160 close(fd1);
4386 int fd1, fd2; local
4387 fd1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunistd.in.h906 (int fd1, const char *path1, int fd2, const char *path2,
910 (int fd1, const char *path1, int fd2, const char *path2,
915 (int fd1, const char *path1, int fd2, const char *path2,
920 (int fd1, const char *path1, int fd2, const char *path2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dsocket.c1317 int fd1, fd2, err; local
1346 fd1 = sock_alloc_file(sock1, &newfile1, flags);
1347 if (unlikely(fd1 < 0)) {
1348 err = fd1;
1356 put_unused_fd(fd1);
1361 audit_fd_pair(fd1, fd2);
1362 fd_install(fd1, newfile1);
1364 /* fd1 and fd2 may be already another descriptors.
1368 err = put_user(fd1, &usockvec[0]);
1375 sys_close(fd1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Druntest.c613 int fd1, fd2; local
617 fd1 = open(r1, RD_FLAGS);
618 if (fd1 < 0)
622 close(fd1);
626 res1 = read(fd1, bytes1, 4096);
629 close(fd1);
636 close(fd1);
641 close(fd1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Druntest.c613 int fd1, fd2; local
617 fd1 = open(r1, RD_FLAGS);
618 if (fd1 < 0)
622 close(fd1);
626 res1 = read(fd1, bytes1, 4096);
629 close(fd1);
636 close(fd1);
641 close(fd1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps.h405 dbus_bool_t _dbus_full_duplex_pipe (int *fd1,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h231 extern off_t bb_copyfd_eof(int fd1, int fd2);
232 extern off_t bb_copyfd_size(int fd1, int fd2, off_t size);
233 extern void bb_copyfd_exact_size(int fd1, int fd2, off_t size);

Completed in 250 milliseconds

12