Searched refs:tmpfd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib537.c104 int *tmpfd; local
369 tmpfd = realloc(fd, sizeof(*fd) * (size_t)(num_open.rlim_max));
370 if (tmpfd) {
371 fd = tmpfd;
372 tmpfd = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_usershare.c536 int tmpfd; local
757 tmpfd = smb_mkstemp(full_path_tmp);
759 if (tmpfd == -1) {
777 if (sys_fstat(tmpfd, &sbuf) != 0) {
793 if (fchmod(tmpfd, 0644) == -1) {
808 if (write(tmpfd, file_img, to_write) != to_write) {
823 close(tmpfd);
828 close(tmpfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c1682 int tmpfd; local
1722 tmpfd = smb_mkstemp(fname);
1723 if (tmpfd == -1) {
1741 close(tmpfd);

Completed in 104 milliseconds