• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/

Lines Matching defs:smbw_libc

115                 (* smbw_libc.write)(debugFd, "["buf"]", sizeof(buf)+1); \
129 SMBW_libc_pointers smbw_libc;
155 if ((smbw_libc.symname = dlsym(RTLD_NEXT, symstring)) == NULL) { \
156 if (smbw_libc.write != NULL && \
158 (* smbw_libc.write)(1, error, strlen(error)); \
159 (* smbw_libc.write)(1, "\n", 1); \
164 smbw_libc.symname = dlsym(RTLD_NEXT, symstring);
272 (* smbw_libc.write)(1, SMBW_MESSAGE, sizeof(SMBW_MESSAGE));
571 return openx((char *) name, flags, mode, smbw_libc.open);
578 return openx(name, flags, mode, smbw_libc._open);
585 return openx(name, flags, mode, smbw_libc.__open);
598 return openx((char *) name, flags, mode, smbw_libc.open64);
604 return openx(name, flags, mode, smbw_libc._open64);
610 return openx(name, flags, mode, smbw_libc.__open64);
621 return (* smbw_libc.pread)(fd, buf, size, ofs);
632 return (* smbw_libc.pread64)(fd, buf, size, ofs);
643 return (* smbw_libc.pwrite)(fd, (void *) buf, size, ofs);
654 return (* smbw_libc.pwrite64)(fd, (void *) buf, size, ofs);
678 return closex(fd, smbw_libc.close);
684 return closex(fd, smbw_libc.__close);
690 return closex(fd, smbw_libc._close);
721 return fcntlx(fd, cmd, arg, smbw_libc.fcntl);
734 return fcntlx(fd, cmd, arg, smbw_libc.__fcntl);
747 return fcntlx(fd, cmd, arg, smbw_libc._fcntl);
753 return getdentsx(fd, dirp, count, smbw_libc.getdents);
759 return getdentsx(fd, dirp, count, smbw_libc.__getdents);
765 return getdentsx(fd, dirp, count, smbw_libc._getdents);
801 return (* smbw_libc.getdents64)(fd, external, count);
808 ret = lseekx(fd, offset, whence, smbw_libc.lseek);
823 ret = lseekx(fd, offset, whence, smbw_libc.__lseek);
838 ret = lseekx(fd, offset, whence, smbw_libc._lseek);
853 ret = lseek64x(fd, offset, whence, smbw_libc.lseek64);
867 return lseek64x(fd, offset, whence, smbw_libc.__lseek64);
874 ret = lseek64x(fd, offset, whence, smbw_libc._lseek64);
888 return readx(fd, buf, count, smbw_libc.read);
894 return readx(fd, buf, count, smbw_libc.__read);
900 return readx(fd, buf, count, smbw_libc._read);
906 return writex(fd, (void *) buf, count, smbw_libc.write);
912 return writex(fd, (void *) buf, count, smbw_libc.__write);
918 return writex(fd, (void *) buf, count, smbw_libc._write);
929 return (* smbw_libc.access)((char *) name, mode);
940 return (* smbw_libc.chmod)((char *) name, mode);
952 return (* smbw_libc.fchmod)(fd, mode);
963 return (* smbw_libc.chown)((char *) name, owner, group);
975 return (* smbw_libc.fchown)(fd, owner, group);
992 return (* smbw_libc.mkdir)((char *) name, mode);
1006 return (* smbw_libc.__fxstat)(vers, fd, st);
1020 return (* smbw_libc.__xstat)(vers, (char *) name, st);
1034 return (* smbw_libc.__lxstat)(vers, (char *) name, st);
1048 return (* smbw_libc.stat)((char *) name, st);
1062 return (* smbw_libc.lstat)((char *) name, st);
1076 return (* smbw_libc.fstat)(fd, st);
1087 return (* smbw_libc.unlink)((char *) name);
1098 return (* smbw_libc.utime)((char *) name, (struct utimbuf *) tvp);
1109 return (* smbw_libc.utimes)((char *) name, (struct timeval *) tvp);
1120 return (* smbw_libc.readlink)((char *) path, buf, bufsize);
1140 return (* smbw_libc.rename)((char *) oldname, (char *) newname);
1151 return (* smbw_libc.rmdir)((char *) name);
1168 return (* smbw_libc.symlink)((char *) topath, (char *) frompath);
1179 return (* smbw_libc.dup)(fd);
1187 (* smbw_libc.close)(newfd);
1194 return (* smbw_libc.dup2)(oldfd, newfd);
1206 return (* smbw_libc.opendir)((char *) name);
1222 return (* smbw_libc.readdir)(dir);
1233 return (* smbw_libc.closedir)(dir);
1244 return (* smbw_libc.telldir)(dir);
1256 (* smbw_libc.seekdir)(dir, offset);
1264 return openx((char *) path, creat_bits, mode, smbw_libc.open);
1272 return openx((char *) path, creat_bits, mode, smbw_libc.open64);
1286 return (* smbw_libc.__xstat64)(ver, (char *) name, st64);
1300 return (* smbw_libc.stat64)((char *) name, st64);
1314 return (* smbw_libc.__fxstat64)(ver, fd, st64);
1328 return (* smbw_libc.fstat64)(fd, st64);
1342 return (* smbw_libc.__lxstat64)(ver, (char *) name, st64);
1356 return (* smbw_libc.lstat64)((char *) name, st64);
1368 return (* smbw_libc._llseek)(fd, offset_high, offset_low, result, whence);
1385 return (* smbw_libc.readdir64)(dir);
1402 return (* smbw_libc.readdir_r)(dir, external, result);
1419 return (* smbw_libc.readdir64_r)(dir, external, result);
1438 return (* smbw_libc.setxattr)(fname, name, value, size, flags);
1451 return (* smbw_libc.lsetxattr)(fname, name, value, size, flags);
1464 return (* smbw_libc.fsetxattr)(fd, name, value, size, flags);
1476 return (* smbw_libc.getxattr)(fname, name, value, size);
1488 return (* smbw_libc.lgetxattr)(fname, name, value, size);
1500 return (* smbw_libc.fgetxattr)(fd, name, value, size);
1510 return (* smbw_libc.removexattr)(fname, name);
1520 return (* smbw_libc.lremovexattr)(fname, name);
1530 return (* smbw_libc.fremovexattr)(fd, name);
1541 return (* smbw_libc.listxattr)(fname, list, size);
1552 return (* smbw_libc.llistxattr)(fname, list, size);
1563 return (* smbw_libc.flistxattr)(fd, list, size);
1573 * Unfortunately, initializing the smbw_libc[] array via the dynamic link
1698 timeout, smbw_libc.select);
1711 timeout, smbw_libc._select);
1724 timeout, smbw_libc.__select);