Searched refs:opendir (Results 76 - 100 of 119) sorted by relevance

12345

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts.c163 # undef opendir macro
164 # define opendir __opendir macro
296 /* file-descriptor-relative opendir. */
1252 : opendir(file))
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_generic.cpp165 return opendir(dirPath.c_str());
H A Dfs_attr_untyped.cpp182 fFakeDir = opendir(".");
H A Dfs.cpp243 DIR *dir = opendir(path);
511 DIR *dir = opendir(path);
/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c97 DIR *opendir ();
293 if (directory = opendir (local_name), !directory)
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1258 DIR* dir = opendir(path);
1470 DIR* dir = opendir(path);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyNetApp.cpp694 hosts = opendir(BT_HOST_PATH);
701 shares = opendir(path);
/haiku-fatelf/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp337 DIR *dir = opendir("/etc/launch_cache");
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dglob.c521 /* Open the directory, punting immediately if we cannot. If opendir
529 d = opendir (dir);
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drlfe.c996 directory = opendir (dirname);
/haiku-fatelf/src/system/libroot/posix/
H A Dglob.c846 return(opendir(buf));
H A Dfts.c672 #define __opendir2(path, flag) opendir(path)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp465 DIR* dir = opendir(path.c_str());
/haiku-fatelf/src/bin/sharutils/
H A Dconfigure1570 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
1585 opendir() function
1620 opendir() function
2207 int closedir(); main() { exit(closedir(opendir(".")) != 0); }
/haiku-fatelf/src/bin/gdb/readline/
H A Dconfigure3688 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
3690 echo "$as_me:$LINENO: checking for library containing opendir" >&5
3691 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
3711 char opendir ();
3715 opendir (); function
3756 char opendir ();
3760 opendir (); function
3797 echo "$as_me:$LINENO: checking for library containing opendir" >&5
3798 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
3818 char opendir ();
3822 opendir (); function
3867 opendir (); function
[all...]
H A Dcomplete.c1778 directory = opendir (dirname);
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp948 iterator->current_dir = opendir(path);
1467 dir = opendir(directoryPath);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dnto-procfs.c270 dp = opendir (nto_procfs_path);
273 fprintf_unfiltered (gdb_stderr, "failed to opendir \"%s\" - %d (%s)",
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c1663 dirp = opendir(dir);
/haiku-fatelf/src/bin/unzip/
H A Dbeos.c125 if ((wild_dir = opendir(dirname)) != (DIR *)NULL) {
149 /* last time through, might have failed opendir but returned raw wildspec */
/haiku-fatelf/src/servers/app/drawing/
H A DDWindowHWInterface.cpp410 DIR *directory = opendir("/dev/graphics");
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_workers.c482 *dir = opendir(folder);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dxcp.cpp219 fDir = opendir(path);
/haiku-fatelf/src/tools/fs_shell/
H A Dcommand_cp.cpp250 fDir = opendir(path);
/haiku-fatelf/src/bin/diffutils/
H A Dconfigure6117 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
6119 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6120 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6136 char opendir ();
6146 opendir (); function
6182 char opendir ();
6192 opendir (); function
6228 echo "$as_me:$LINENO: checking for library containing opendir" >&5
6229 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
6245 char opendir ();
6255 opendir (); function
6301 opendir (); function
[all...]

Completed in 195 milliseconds

12345