HomeSort by relevance Sort by last modified time
    Searched defs:dirp (Results 1 - 10 of 10) sorted by null

  /external/iproute2/ip/
xfrm_policy.c 234 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) {
  /bionic/libc/bionic/
fts.c 548 DIR *dirp; local
562 if ((dirp = opendir(cur->fts_accpath)) == NULL) {
607 if (fts_safe_changedir(sp, cur, dirfd(dirp), NULL)) {
613 (void)closedir(dirp);
614 dirp = NULL;
648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
666 (void)closedir(dirp);
692 (void)closedir(dirp);
741 if (dirp)
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 416 DIR *dirp; local
536 dirp = opendir(path);
537 if (dirp == NULL) {
543 while ((dp = readdir(dirp)) != NULL) {
575 closedir(dirp);
  /system/core/sh/
expand.c 1131 DIR *dirp; local
1206 if ((dirp = opendir(cp)) == NULL)
1224 while (! int_pending() && (dp = readdir(dirp)) != NULL) {
1240 closedir(dirp);
  /system/extras/ext4_utils/
ext4fixup.c 590 static int is_entry_dir(int fd, struct ext4_dir_entry_2 *dirp, int pass)
595 if (dirp->file_type == EXT4_FT_DIR) {
597 } else if (dirp->file_type == EXT4_FT_UNKNOWN) {
605 if ((pass == UPDATE_INODE_NUMS) && !(dirp->inode & 0x80000000)) {
608 read_inode(fd, (dirp->inode & 0x7fffffff), &inode);
622 struct ext4_dir_entry_2 *dirp, *prev_dirp = 0; local
673 dirp = (struct ext4_dir_entry_2 *)dirbuf;
674 while (dirp < (struct ext4_dir_entry_2 *)(dirbuf + dirsize)) {
676 leftover_space = (char *)(dirbuf + dirsize) - (char *)dirp;
691 if (dirp->inode == 0)
    [all...]
  /external/bluetooth/glib/gio/
gunixmounts.c 615 DIR *dirp; local
619 dirp = opendir ("/dev/fs");
620 if (!dirp)
632 if (readdir_r (dirp, &entry, &result) || result == NULL)
655 closedir (dirp);
    [all...]
  /external/dropbear/
scp.c 715 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/mksh/src/
eval.c 1352 DIR *dirp; local
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 545 DIR* dirp = opendir(file8); local
549 if(dirp == NULL) {
563 while ((entry=readdir(dirp)) != NULL) {
578 closedir(dirp);
596 closedir(dirp);
  /external/icu4c/common/
putil.c 908 DIR* dirp = opendir(path); local
913 if (dirp == NULL) {
922 while((dirEntry = readdir(dirp)) != NULL) {
957 closedir(dirp);
    [all...]

Completed in 228 milliseconds