Searched refs:dirp (Results 1 - 19 of 19) sorted by last modified time

/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c1294 struct yaffs_dirent *yaffs_readdir(yaffs_DIR *dirp) argument
1296 yaffsfs_DirectorySearchContext *dsc = (yaffsfs_DirectorySearchContext *)dirp;
1325 void yaffs_rewinddir(yaffs_DIR *dirp) argument
1327 yaffsfs_DirectorySearchContext *dsc = (yaffsfs_DirectorySearchContext *)dirp;
1337 int yaffs_closedir(yaffs_DIR *dirp) argument
1339 yaffsfs_DirectorySearchContext *dsc = (yaffsfs_DirectorySearchContext *)dirp;
H A Dyaffsfs.h196 struct yaffs_dirent *yaffs_readdir(yaffs_DIR *dirp) ;
197 void yaffs_rewinddir(yaffs_DIR *dirp) ;
198 int yaffs_closedir(yaffs_DIR *dirp) ;
/external/valgrind/main/coregrind/
H A Dm_libcfile.c473 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count) argument
477 /* res = getdents( fd, dirp, count ); */
478 res = VG_(do_syscall3)(__NR_getdents, fd, (UWord)dirp, count);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3101 unsigned int, fd, struct linux_dirent *, dirp,
3103 PRE_MEM_WRITE( "getdents(dirp)", ARG2, ARG3 );
3118 unsigned int, fd, struct linux_dirent64 *, dirp,
3120 PRE_MEM_WRITE( "getdents64(dirp)", ARG2, ARG3 );
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h93 extern Int VG_(getdents)( Int fd, struct vki_dirent *dirp, UInt count );
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1627 Syscall param getdents(dirp) contains uninitialised byte(s)
1635 Syscall param getdents(dirp) points to unaddressable byte(s)
2885 Syscall param getdents64(dirp) contains uninitialised byte(s)
2893 Syscall param getdents64(dirp) points to unaddressable byte(s)
/external/openssh/openbsd-compat/
H A Dbsd-closefrom.c75 DIR *dirp; local
80 if (len > 0 && (size_t)len <= sizeof(fdpath) && (dirp = opendir(fdpath))) {
81 while ((dent = readdir(dirp)) != NULL) {
84 fd >= 0 && fd < INT_MAX && fd >= lowfd && fd != dirfd(dirp))
87 (void) closedir(dirp);
H A Dglob.c655 DIR *dirp; local
672 if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {
691 while ((dp = (*readdirfunc)(dirp))) {
727 (*pglob->gl_closedir)(dirp);
729 closedir(dirp);
/external/openssh/
H A Dscp.c847 DIR *dirp; local
851 if (!(dirp = opendir(name))) {
866 closedir(dirp);
876 closedir(dirp);
879 while ((dp = readdir(dirp)) != NULL) {
892 (void) closedir(dirp);
H A Dsftp-client.c1521 DIR *dirp; local
1565 if ((dirp = opendir(src)) == NULL) {
1570 while (((dp = readdir(dirp)) != NULL) && !interrupted) {
1603 (void) closedir(dirp);
H A Dsftp-server.c180 DIR *dirp; member in struct:Handle
205 handle_new(int use, const char *name, int fd, DIR *dirp) argument
221 handles[i].dirp = dirp;
273 return handles[handle].dirp;
325 ret = closedir(handles[handle].dirp);
883 DIR *dirp = NULL; local
892 dirp = opendir(path);
893 if (dirp == NULL) {
896 handle = handle_new(HANDLE_DIR, path, 0, dirp);
913 DIR *dirp; local
[all...]
/external/mksh/src/
H A Deval.c1476 DIR *dirp; local
1484 dirp = opendir(prefix_len ? Xstring(*xs, xp) : ".");
1485 if (dirp == NULL)
1487 while ((d = readdir(dirp)) != NULL) {
1506 closedir(dirp);
/external/ipsec-tools/src/racoon/
H A Deaytest.c416 DIR *dirp; local
536 dirp = opendir(path);
537 if (dirp == NULL) {
543 while ((dp = readdir(dirp)) != NULL) {
/external/iproute2/ip/
H A Dxfrm_policy.c234 char *dirp = NULL; local
258 if (dirp)
260 dirp = *argv;
327 if (!dirp) {
528 char *dirp = NULL; local
544 if (dirp)
546 dirp = *argv;
584 if (!dirp) {
/external/grub/stage2/
H A Ddir.h135 #define dirfd(dirp) ((dirp)->dd_fd)
144 #define rewinddir(dirp) seekdir((dirp), (long)0)
/external/icu4c/common/
H A Dputil.c913 DIR* dirp = opendir(path); local
918 if (dirp == NULL) {
927 while((dirEntry = readdir(dirp)) != NULL) {
962 closedir(dirp);
/external/dropbear/
H A Dscp.c715 DIR *dirp; local
719 if (!(dirp = opendir(name))) {
734 closedir(dirp);
744 closedir(dirp);
747 while ((dp = readdir(dirp)) != NULL) {
760 (void) closedir(dirp);
/external/dbus/dbus/
H A Ddbus-sysdeps-util-unix.c619 dirent_buf_size(DIR * dirp, size_t *size) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp496 DIR *dirp; local
498 if((dirp = opendir(BLUEZ_PATH)) != NULL)
500 while((dptr = readdir(dirp)) != NULL)
512 closedir(dirp);

Completed in 605 milliseconds