GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-glob.cc File Reference
#include <algorithm>
#include <string>
#include "glob-wrappers.h"
#include "oct-glob.h"
#include "file-stat.h"
#include "unwind-prot.h"
Include dependency graph for oct-glob.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave::sys
 

Functions

bool octave::sys::fnmatch (const string_vector &pat, const std::string &str, int fnm_flags)
 
string_vector octave::sys::glob (const string_vector &pat)
 
static bool octave::single_match_exists (const std::string &file)
 
string_vector octave::sys::windows_glob (const string_vector &pat)