#include <cctype>
#include <cerrno>
#include <cstdlib>
#include <map>
#include <fstream>
#include <iostream>
#include <string>
#include "dir-ops.h"
#include "file-ops.h"
#include "file-stat.h"
#include "kpse.h"
#include "lo-sysdep.h"
#include "oct-env.h"
#include "oct-password.h"
#include "oct-time.h"
#include "pathsearch.h"
#include "unistd-wrappers.h"
Go to the source code of this file.
◆ brace_whitespace
#define brace_whitespace |
( |
|
c | ) |
(! (c) || (c) == ' ' || (c) == '\t' || (c) == '\n') |
◆ DIR_SEP_STRING
◆ ENV_SEP
#define ENV_SEP octave::directory_path::path_sep_char () |
◆ ENV_SEP_STRING
#define ENV_SEP_STRING octave::directory_path::path_sep_str () |
◆ IS_DEVICE_SEP
◆ IS_DIR_SEP
◆ IS_ENV_SEP
#define IS_ENV_SEP |
( |
|
ch | ) |
octave::directory_path::is_path_sep (ch) |
◆ KPSE_DEBUG
◆ KPSE_DEBUG_EXPAND
#define KPSE_DEBUG_EXPAND 1 |
◆ KPSE_DEBUG_P
#define KPSE_DEBUG_P |
( |
|
bit | ) |
(kpse_debug & (1 << (bit))) |
◆ KPSE_DEBUG_SEARCH
#define KPSE_DEBUG_SEARCH 2 |
◆ KPSE_DEBUG_STAT
#define KPSE_DEBUG_STAT 0 |
◆ KPSE_DEBUG_VARS
#define KPSE_DEBUG_VARS 3 |
◆ KPSE_LAST_DEBUG
◆ NAME_BEGINS_WITH_DEVICE
#define NAME_BEGINS_WITH_DEVICE |
( |
|
name | ) |
(name.length () > 0 && IS_DEVICE_SEP ((name)[1])) |
◆ kpse_all_path_find_first_of()
std::list<std::string> kpse_all_path_find_first_of |
( |
const std::string & |
path, |
|
|
const std::list< std::string > & |
names |
|
) |
| |
◆ kpse_all_path_search()
std::list< std::string > kpse_all_path_search |
( |
const std::string & |
path, |
|
|
const std::string & |
name |
|
) |
| |
◆ kpse_element_dir()
std::string kpse_element_dir |
( |
const std::string & |
elt | ) |
|
◆ kpse_path_expand()
std::string kpse_path_expand |
( |
const std::string & |
path | ) |
|
◆ kpse_path_find_first_of()
std::string kpse_path_find_first_of |
( |
const std::string & |
path, |
|
|
const std::list< std::string > & |
names |
|
) |
| |
◆ kpse_path_search()
std::string kpse_path_search |
( |
const std::string & |
path, |
|
|
const std::string & |
name |
|
) |
| |
◆ path_find_first_of()
std::list<std::string> path_find_first_of |
( |
const std::string & |
path, |
|
|
const std::list< std::string > & |
names, |
|
|
bool |
all |
|
) |
| |
◆ kpse_debug
unsigned int kpse_debug = 0 |