Searched refs:smbw_libc (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c115 (* smbw_libc.write)(debugFd, "["buf"]", sizeof(buf)+1); \
129 SMBW_libc_pointers smbw_libc; variable
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
[all...]
H A Dsmbw_dir.c104 if ((* smbw_libc.chdir)(name) == 0) {
135 (* smbw_libc.chdir)("/");
186 return (* smbw_libc.getcwd)(buf, size);
215 ret = (* smbw_libc.fchdir)(fd_smbw);
216 (void) (* smbw_libc.getcwd)(smbw_cwd, PATH_MAX);
241 fd_smbw = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
251 (* smbw_libc.close)(fd_smbw);
328 (* smbw_libc.close)(fd_smbw);
H A Dsmbw.c163 (* smbw_libc.chdir)("/");
384 smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
398 (* smbw_libc.close)(smbw_fd);
512 (* smbw_libc.close)(smbw_fd);
674 fd2 = (smbw_libc.dup)(smbw_fd);
690 if ((* smbw_libc.dup2)(smbw_fd, fd2) != fd2) {
713 if (pipe(p)) return (* smbw_libc.fork)();
715 child_pid = (* smbw_libc.fork)();
720 (* smbw_libc.close)(p[1]);
721 (* smbw_libc
[all...]
H A Dwrapper.h211 extern SMBW_libc_pointers smbw_libc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dwrapper.c115 (* smbw_libc.write)(debugFd, "["buf"]", sizeof(buf)+1); \
129 SMBW_libc_pointers smbw_libc; variable
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
[all...]
H A Dsmbw_dir.c103 if ((* smbw_libc.chdir)(name) == 0) {
134 (* smbw_libc.chdir)("/");
185 return (* smbw_libc.getcwd)(buf, size);
214 ret = (* smbw_libc.fchdir)(fd_smbw);
215 (void) (* smbw_libc.getcwd)(smbw_cwd, PATH_MAX);
240 fd_smbw = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
250 (* smbw_libc.close)(fd_smbw);
327 (* smbw_libc.close)(fd_smbw);
H A Dsmbw.c166 (* smbw_libc.chdir)("/");
387 smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
401 (* smbw_libc.close)(smbw_fd);
515 (* smbw_libc.close)(smbw_fd);
677 fd2 = (smbw_libc.dup)(smbw_fd);
693 if ((* smbw_libc.dup2)(smbw_fd, fd2) != fd2) {
716 if (pipe(p)) return (* smbw_libc.fork)();
718 child_pid = (* smbw_libc.fork)();
723 (* smbw_libc.close)(p[1]);
724 (* smbw_libc
[all...]
H A Dwrapper.h210 extern SMBW_libc_pointers smbw_libc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c115 (* smbw_libc.write)(debugFd, "["buf"]", sizeof(buf)+1); \
129 SMBW_libc_pointers smbw_libc; variable
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
[all...]
H A Dsmbw_dir.c104 if ((* smbw_libc.chdir)(name) == 0) {
135 (* smbw_libc.chdir)("/");
186 return (* smbw_libc.getcwd)(buf, size);
215 ret = (* smbw_libc.fchdir)(fd_smbw);
216 (void) (* smbw_libc.getcwd)(smbw_cwd, PATH_MAX);
241 fd_smbw = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
251 (* smbw_libc.close)(fd_smbw);
328 (* smbw_libc.close)(fd_smbw);
H A Dsmbw.c163 (* smbw_libc.chdir)("/");
384 smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
398 (* smbw_libc.close)(smbw_fd);
512 (* smbw_libc.close)(smbw_fd);
674 fd2 = (smbw_libc.dup)(smbw_fd);
690 if ((* smbw_libc.dup2)(smbw_fd, fd2) != fd2) {
713 if (pipe(p)) return (* smbw_libc.fork)();
715 child_pid = (* smbw_libc.fork)();
720 (* smbw_libc.close)(p[1]);
721 (* smbw_libc
[all...]
H A Dwrapper.h211 extern SMBW_libc_pointers smbw_libc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dwrapper.c115 (* smbw_libc.write)(debugFd, "["buf"]", sizeof(buf)+1); \
129 SMBW_libc_pointers smbw_libc; variable
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
[all...]
H A Dsmbw_dir.c103 if ((* smbw_libc.chdir)(name) == 0) {
134 (* smbw_libc.chdir)("/");
185 return (* smbw_libc.getcwd)(buf, size);
214 ret = (* smbw_libc.fchdir)(fd_smbw);
215 (void) (* smbw_libc.getcwd)(smbw_cwd, PATH_MAX);
240 fd_smbw = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
250 (* smbw_libc.close)(fd_smbw);
327 (* smbw_libc.close)(fd_smbw);
H A Dsmbw.c166 (* smbw_libc.chdir)("/");
387 smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
401 (* smbw_libc.close)(smbw_fd);
515 (* smbw_libc.close)(smbw_fd);
677 fd2 = (smbw_libc.dup)(smbw_fd);
693 if ((* smbw_libc.dup2)(smbw_fd, fd2) != fd2) {
716 if (pipe(p)) return (* smbw_libc.fork)();
718 child_pid = (* smbw_libc.fork)();
723 (* smbw_libc.close)(p[1]);
724 (* smbw_libc
[all...]
H A Dwrapper.h210 extern SMBW_libc_pointers smbw_libc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c115 (* smbw_libc.write)(debugFd, "["buf"]", sizeof(buf)+1); \
129 SMBW_libc_pointers smbw_libc; variable
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
[all...]
H A Dsmbw_dir.c104 if ((* smbw_libc.chdir)(name) == 0) {
135 (* smbw_libc.chdir)("/");
186 return (* smbw_libc.getcwd)(buf, size);
215 ret = (* smbw_libc.fchdir)(fd_smbw);
216 (void) (* smbw_libc.getcwd)(smbw_cwd, PATH_MAX);
241 fd_smbw = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
251 (* smbw_libc.close)(fd_smbw);
328 (* smbw_libc.close)(fd_smbw);
H A Dsmbw.c163 (* smbw_libc.chdir)("/");
384 smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
398 (* smbw_libc.close)(smbw_fd);
512 (* smbw_libc.close)(smbw_fd);
674 fd2 = (smbw_libc.dup)(smbw_fd);
690 if ((* smbw_libc.dup2)(smbw_fd, fd2) != fd2) {
713 if (pipe(p)) return (* smbw_libc.fork)();
715 child_pid = (* smbw_libc.fork)();
720 (* smbw_libc.close)(p[1]);
721 (* smbw_libc
[all...]
H A Dwrapper.h211 extern SMBW_libc_pointers smbw_libc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/libsmbclient/smbwrapper/
H A Dwrapper.c115 (* smbw_libc.write)(debugFd, "["buf"]", sizeof(buf)+1); \
129 SMBW_libc_pointers smbw_libc; variable
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
[all...]
H A Dsmbw_dir.c103 if ((* smbw_libc.chdir)(name) == 0) {
134 (* smbw_libc.chdir)("/");
185 return (* smbw_libc.getcwd)(buf, size);
214 ret = (* smbw_libc.fchdir)(fd_smbw);
215 (void) (* smbw_libc.getcwd)(smbw_cwd, PATH_MAX);
240 fd_smbw = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
250 (* smbw_libc.close)(fd_smbw);
327 (* smbw_libc.close)(fd_smbw);
H A Dsmbw.c166 (* smbw_libc.chdir)("/");
387 smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
401 (* smbw_libc.close)(smbw_fd);
515 (* smbw_libc.close)(smbw_fd);
677 fd2 = (smbw_libc.dup)(smbw_fd);
693 if ((* smbw_libc.dup2)(smbw_fd, fd2) != fd2) {
716 if (pipe(p)) return (* smbw_libc.fork)();
718 child_pid = (* smbw_libc.fork)();
723 (* smbw_libc.close)(p[1]);
724 (* smbw_libc
[all...]
H A Dwrapper.h210 extern SMBW_libc_pointers smbw_libc;

Completed in 112 milliseconds