OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rmdir
(Results
1 - 25
of
148
) sorted by relevancy
1
2
3
4
5
6
/src/external/gpl3/gdb/dist/gnulib/import/
rmdir.c
1
/* Work around
rmdir
bugs.
28
#undef
rmdir
macro
30
# define
rmdir
_rmdir
macro
39
/* Work around cygwin 1.5.x bug where
rmdir
("dir/./") succeeds. */
49
result =
rmdir
(dir);
50
/* Work around mingw bug, where
rmdir
("file/") fails with EINVAL
rmdir.c
1
/* Work around
rmdir
bugs.
28
#undef
rmdir
macro
30
# define
rmdir
_rmdir
macro
39
/* Work around cygwin 1.5.x bug where
rmdir
("dir/./") succeeds. */
49
result =
rmdir
(dir);
50
/* Work around mingw bug, where
rmdir
("file/") fails with EINVAL
/src/external/gpl3/gdb.old/dist/gnulib/import/
rmdir.c
1
/* Work around
rmdir
bugs.
28
#undef
rmdir
macro
30
# define
rmdir
_rmdir
macro
39
/* Work around cygwin 1.5.x bug where
rmdir
("dir/./") succeeds. */
49
result =
rmdir
(dir);
50
/* Work around mingw bug, where
rmdir
("file/") fails with EINVAL
rmdir.c
1
/* Work around
rmdir
bugs.
28
#undef
rmdir
macro
30
# define
rmdir
_rmdir
macro
39
/* Work around cygwin 1.5.x bug where
rmdir
("dir/./") succeeds. */
49
result =
rmdir
(dir);
50
/* Work around mingw bug, where
rmdir
("file/") fails with EINVAL
/src/tests/compat/linux/
h_linux.h
60
#define
rmdir
(path) (int)syscall(LINUX_SYS_rmdir, \
macro
h_linux.h
60
#define
rmdir
(path) (int)syscall(LINUX_SYS_rmdir, \
macro
/src/lib/librefuse/refuse/
v11.h
57
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v11
v21.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v21
v22.h
57
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v22
v11.h
57
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v11
v21.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v21
v22.h
57
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v22
v23.h
57
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v23
v25.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v25
v26.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v26
v23.h
57
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v23
v25.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v25
v26.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v26
v28.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v28
v29.h
53
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v29
v30.h
61
int (*
rmdir
) (const char *);
member in struct:fuse_operations_v30
/src/external/bsd/kyua-cli/dist/utils/fs/
operations.cpp
310
fs::
rmdir
(directory);
318
/// \throw fs::system_error If the call to
rmdir
(2) fails.
320
fs::
rmdir
(const path& file)
function in class:fs
322
if (::
rmdir
(file.c_str()) == -1) {
operations.cpp
310
fs::
rmdir
(directory);
318
/// \throw fs::system_error If the call to
rmdir
(2) fails.
320
fs::
rmdir
(const path& file)
function in class:fs
322
if (::
rmdir
(file.c_str()) == -1) {
/src/external/mit/libuv/dist/test/
test-fs-open-flags.c
31
# include <unistd.h> /* unlink,
rmdir
*/
34
# define
rmdir
_rmdir
macro
425
rmdir
(empty_dir);
test-fs-open-flags.c
31
# include <unistd.h> /* unlink,
rmdir
*/
34
# define
rmdir
_rmdir
macro
425
rmdir
(empty_dir);
Completed in 46 milliseconds
1
2
3
4
5
6
Indexes created Thu May 07 00:24:58 UTC 2026