Searched refs:getdents (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Drepdir_getdents.c40 Note! This replacement code is not portable. It relies on getdents()
106 d->nbytes = getdents(d->fd, d->buf, DIR_BUF_SIZE);
137 d->nbytes = getdents(d->fd, d->buf, DIR_BUF_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Drepdir.c37 Note! This replacement code is not portable. It relies on getdents()
117 d->nbytes = getdents(d->fd, d->buf, DIR_BUF_SIZE);
169 d->nbytes = getdents(d->fd, d->buf, DIR_BUF_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/libsmbclient/src/
H A DMakefile10 getdents creat read readdir mkdir rmdir write chmod open_print_job list_print_jobs \
218 getdents: $(G_GETDENTS)
524 $(BIN_DIR)/getdents_1: getdents/getdents_1.o
526 @$(CC) $(LFLAGS) -o $@ getdents/getdents_1.o $(INCPATH) $(LIBS)
528 $(BIN_DIR)/getdents_2: getdents/getdents_2.o
530 @$(CC) $(LFLAGS) -o $@ getdents/getdents_2.o $(INCPATH) $(LIBS)
532 $(BIN_DIR)/getdents_3: getdents/getdents_3.o
534 @$(CC) $(LFLAGS) -o $@ getdents/getdents_3.o $(INCPATH) $(LIBS)
536 $(BIN_DIR)/getdents_4: getdents/getdents_4.o
538 @$(CC) $(LFLAGS) -o $@ getdents/getdents_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.h95 int (* getdents)(int fd, struct dirent *dirp, unsigned int count); member in struct:SMBW_libc
H A Dwrapper.c193 GETSYM(getdents, "getdents");
750 int getdents(int fd, struct dirent *dirp, unsigned int count) function
752 check_init("getdents");
753 return getdentsx(fd, dirp, count, smbw_libc.getdents);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dlibsmbclient.h438 int (*getdents)(SMBCCTX *c, SMBCFILE *dir, member in struct:_SMBCCTX
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmb_compat.c251 return statcont->getdents(statcont, file,dirp, count);
H A Dlibsmbclient.c6210 context->getdents = smbc_getdents_ctx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dreaddir.c132 * New, all-improved, singing, dancing, iBCS2-compliant getdents()
192 SYSCALL_DEFINE3(getdents, unsigned int, fd,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S225 ENTRY_COMP(getdents)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h147 COMPAT_SYS_SPU(getdents)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure19801 # try to replace with getdents() if needed
19805 for ac_func in getdents
19898 { echo "$as_me:$LINENO: checking for replacing readdir using getdents()" >&5
19899 echo $ECHO_N "checking for replacing readdir using getdents()... $ECHO_C" >&6; }
31009 for ac_func in getdents getdents64
33501 for ac_func in getdents __getdents _lseek __lseek _read __read
[all...]

Completed in 327 milliseconds