smbw_fd           212 examples/libsmbclient/smbwrapper/smbw.c         return (smbw_fd >= 0 &&
smbw_fd           213 examples/libsmbclient/smbwrapper/smbw.c                 smbw_fd < __FD_SETSIZE &&
smbw_fd           214 examples/libsmbclient/smbwrapper/smbw.c                 smbw_fd_map[smbw_fd] >= SMBC_BASE_FD); /* minimum smbc_ fd */
smbw_fd           373 examples/libsmbclient/smbwrapper/smbw.c         int smbw_fd;
smbw_fd           383 examples/libsmbclient/smbwrapper/smbw.c 	smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
smbw_fd           384 examples/libsmbclient/smbwrapper/smbw.c 	if (smbw_fd == -1) {
smbw_fd           397 examples/libsmbclient/smbwrapper/smbw.c                 (* smbw_libc.close)(smbw_fd);
smbw_fd           401 examples/libsmbclient/smbwrapper/smbw.c         smbw_fd_map[smbw_fd] = client_fd;
smbw_fd           403 examples/libsmbclient/smbwrapper/smbw.c         return smbw_fd;
smbw_fd           424 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           448 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           462 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           481 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           505 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           511 examples/libsmbclient/smbwrapper/smbw.c         (* smbw_libc.close)(smbw_fd);
smbw_fd           512 examples/libsmbclient/smbwrapper/smbw.c         smbw_fd_map[smbw_fd] = -1;
smbw_fd           653 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           659 examples/libsmbclient/smbwrapper/smbw.c                        smbw_fd, client_fd,
smbw_fd           673 examples/libsmbclient/smbwrapper/smbw.c 	fd2 = (smbw_libc.dup)(smbw_fd);
smbw_fd           678 examples/libsmbclient/smbwrapper/smbw.c         smbw_fd_map[fd2] = smbw_fd_map[smbw_fd];
smbw_fd           679 examples/libsmbclient/smbwrapper/smbw.c         smbw_ref(smbw_fd_map[smbw_fd], SMBW_RCT_Increment);
smbw_fd           689 examples/libsmbclient/smbwrapper/smbw.c 	if ((* smbw_libc.dup2)(smbw_fd, fd2) != fd2) {
smbw_fd           693 examples/libsmbclient/smbwrapper/smbw.c         smbw_fd_map[fd2] = smbw_fd_map[smbw_fd];
smbw_fd           694 examples/libsmbclient/smbwrapper/smbw.c         smbw_ref(smbw_fd_map[smbw_fd], SMBW_RCT_Increment);
smbw_fd           805 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           854 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           896 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd           926 examples/libsmbclient/smbwrapper/smbw.c         client_fd = smbw_fd_map[smbw_fd];
smbw_fd            68 examples/libsmbclient/smbwrapper/smbw.h int smbw_fd(int fd);
smbw_fd           213 examples/libsmbclient/smbwrapper/smbw_dir.c         if (! smbw_fd(fd_smbw)) {
smbw_fd           425 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           434 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           443 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           493 examples/libsmbclient/smbwrapper/wrapper.c         if (smbw_fd(fd)) {
smbw_fd           523 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd))
smbw_fd           539 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           548 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           617 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           628 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           639 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           650 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           771 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           947 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           970 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           999 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1069 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1175 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1186 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(newfd)) {
smbw_fd          1190 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(oldfd)) {
smbw_fd          1307 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1321 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1363 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1460 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1496 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1526 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd          1559 examples/libsmbclient/smbwrapper/wrapper.c 	if (smbw_fd(fd)) {
smbw_fd           158 examples/libsmbclient/smbwrapper/wrapper.h         int (* fsetxattr)(int smbw_fd,
smbw_fd           171 examples/libsmbclient/smbwrapper/wrapper.h         int (* fgetxattr)(int smbw_fd,
smbw_fd           179 examples/libsmbclient/smbwrapper/wrapper.h         int (* fremovexattr)(int smbw_fd,
smbw_fd           187 examples/libsmbclient/smbwrapper/wrapper.h         int (* flistxattr)(int smbw_fd,