OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIR_SEPARATOR
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/gpl3/binutils/dist/libiberty/
basename.c
22
#ifndef
DIR_SEPARATOR
23
#define
DIR_SEPARATOR
'/'
36
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
39
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
make-temp-file.c
58
#ifndef
DIR_SEPARATOR
59
#define
DIR_SEPARATOR
'/'
98
static const char tmp[] = {
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
100
{
DIR_SEPARATOR
, 'u', 's', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
102
{
DIR_SEPARATOR
, 'v', 'a', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
155
/* Append
DIR_SEPARATOR
to the directory we've chosen
160
tmpdir[len] =
DIR_SEPARATOR
;
make-relative-prefix.c
75
#ifndef
DIR_SEPARATOR
76
# define
DIR_SEPARATOR
'/'
93
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
96
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
275
nstore[1] =
DIR_SEPARATOR
;
283
nstore[endp - startp] =
DIR_SEPARATOR
;
392
*(ptr++) =
DIR_SEPARATOR
;
/src/external/gpl3/binutils.old/dist/libiberty/
basename.c
22
#ifndef
DIR_SEPARATOR
23
#define
DIR_SEPARATOR
'/'
36
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
39
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
make-temp-file.c
58
#ifndef
DIR_SEPARATOR
59
#define
DIR_SEPARATOR
'/'
98
static const char tmp[] = {
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
100
{
DIR_SEPARATOR
, 'u', 's', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
102
{
DIR_SEPARATOR
, 'v', 'a', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
155
/* Append
DIR_SEPARATOR
to the directory we've chosen
160
tmpdir[len] =
DIR_SEPARATOR
;
make-relative-prefix.c
75
#ifndef
DIR_SEPARATOR
76
# define
DIR_SEPARATOR
'/'
93
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
96
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
275
nstore[1] =
DIR_SEPARATOR
;
283
nstore[endp - startp] =
DIR_SEPARATOR
;
392
*(ptr++) =
DIR_SEPARATOR
;
/src/external/gpl3/gcc/dist/libiberty/
basename.c
22
#ifndef
DIR_SEPARATOR
23
#define
DIR_SEPARATOR
'/'
36
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
39
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
make-temp-file.c
58
#ifndef
DIR_SEPARATOR
59
#define
DIR_SEPARATOR
'/'
98
static const char tmp[] = {
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
100
{
DIR_SEPARATOR
, 'v', 'a', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
152
/* Append
DIR_SEPARATOR
to the directory we've chosen
157
tmpdir[len] =
DIR_SEPARATOR
;
make-relative-prefix.c
75
#ifndef
DIR_SEPARATOR
76
# define
DIR_SEPARATOR
'/'
93
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
96
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
275
nstore[1] =
DIR_SEPARATOR
;
283
nstore[endp - startp] =
DIR_SEPARATOR
;
392
*(ptr++) =
DIR_SEPARATOR
;
/src/external/gpl3/gcc.old/dist/libiberty/
basename.c
22
#ifndef
DIR_SEPARATOR
23
#define
DIR_SEPARATOR
'/'
36
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
39
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
make-temp-file.c
57
#ifndef
DIR_SEPARATOR
58
#define
DIR_SEPARATOR
'/'
97
static const char tmp[] = {
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
99
{
DIR_SEPARATOR
, 'v', 'a', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
151
/* Append
DIR_SEPARATOR
to the directory we've chosen
156
tmpdir[len] =
DIR_SEPARATOR
;
make-relative-prefix.c
75
#ifndef
DIR_SEPARATOR
76
# define
DIR_SEPARATOR
'/'
93
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
96
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
275
nstore[1] =
DIR_SEPARATOR
;
283
nstore[endp - startp] =
DIR_SEPARATOR
;
392
*(ptr++) =
DIR_SEPARATOR
;
/src/external/gpl3/gdb/dist/libiberty/
basename.c
22
#ifndef
DIR_SEPARATOR
23
#define
DIR_SEPARATOR
'/'
36
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
39
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
make-temp-file.c
58
#ifndef
DIR_SEPARATOR
59
#define
DIR_SEPARATOR
'/'
98
static const char tmp[] = {
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
100
{
DIR_SEPARATOR
, 'v', 'a', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
152
/* Append
DIR_SEPARATOR
to the directory we've chosen
157
tmpdir[len] =
DIR_SEPARATOR
;
make-relative-prefix.c
75
#ifndef
DIR_SEPARATOR
76
# define
DIR_SEPARATOR
'/'
93
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
96
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
275
nstore[1] =
DIR_SEPARATOR
;
283
nstore[endp - startp] =
DIR_SEPARATOR
;
392
*(ptr++) =
DIR_SEPARATOR
;
/src/external/gpl3/gdb.old/dist/libiberty/
basename.c
22
#ifndef
DIR_SEPARATOR
23
#define
DIR_SEPARATOR
'/'
36
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
39
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
make-temp-file.c
58
#ifndef
DIR_SEPARATOR
59
#define
DIR_SEPARATOR
'/'
98
static const char tmp[] = {
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
100
{
DIR_SEPARATOR
, 'v', 'a', 'r',
DIR_SEPARATOR
, 't', 'm', 'p', 0 };
152
/* Append
DIR_SEPARATOR
to the directory we've chosen
157
tmpdir[len] =
DIR_SEPARATOR
;
make-relative-prefix.c
75
#ifndef
DIR_SEPARATOR
76
# define
DIR_SEPARATOR
'/'
93
# define IS_DIR_SEPARATOR(ch) ((ch) ==
DIR_SEPARATOR
)
96
(((ch) ==
DIR_SEPARATOR
) || ((ch) == DIR_SEPARATOR_2))
275
nstore[1] =
DIR_SEPARATOR
;
283
nstore[endp - startp] =
DIR_SEPARATOR
;
392
*(ptr++) =
DIR_SEPARATOR
;
/src/external/gpl3/gcc/dist/c++tools/
resolver.cc
62
#ifndef
DIR_SEPARATOR
63
#define
DIR_SEPARATOR
'/'
291
append.push_back (
DIR_SEPARATOR
);
server.cc
95
#ifndef
DIR_SEPARATOR
96
#define
DIR_SEPARATOR
'/'
/src/external/gpl3/gcc/dist/libcody/
resolver.cc
51
constexpr char
DIR_SEPARATOR
= '/';
191
append.push_back (
DIR_SEPARATOR
);
/src/external/gpl3/gcc.old/dist/c++tools/
resolver.cc
62
#ifndef
DIR_SEPARATOR
63
#define
DIR_SEPARATOR
'/'
291
append.push_back (
DIR_SEPARATOR
);
server.cc
95
#ifndef
DIR_SEPARATOR
96
#define
DIR_SEPARATOR
'/'
/src/external/gpl3/gcc.old/dist/libcody/
resolver.cc
51
constexpr char
DIR_SEPARATOR
= '/';
191
append.push_back (
DIR_SEPARATOR
);
/src/external/gpl3/gcc/dist/gcc/
system.h
692
#ifndef
DIR_SEPARATOR
693
# define
DIR_SEPARATOR
'/'
Completed in 43 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026