Searched refs:RmDir (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1579 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1584 inline int RmDir(const char* dir) { return _rmdir(dir); } function in namespace:testing::internal::posix
1601 inline int RmDir(const char* dir) { return rmdir(dir); }
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl27 # FTP::RmDir <directory>
57 Delete Rename Put Append Get Reget Newer Quote MkDir RmDir
1319 # RmDir --
1333 proc RmDir {dir} { procedure
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlscript.vim33 syn keyword lscriptStatement Randomize ReDim Reset Resume Return RmDir
H A Dpascal.vim250 syn keyword pascalFunction MkDir Read Readln Rename Reset Rewrite RmDir
H A Dvb.vim227 syn keyword vbStatement Return RmDir SavePicture SaveSetting Seek SendKeys
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl35 # ftp::RmDir <s> <directory>
59 Newer Quote MkDir RmDir
1539 # RmDir --
1553 proc ::ftp::RmDir {s dir} {

Completed in 192 milliseconds