OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIR_SEPARATOR
(Results
1 - 25
of
100
) sorted by relevancy
1
2
3
4
/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/gcc/
prefix.cc
59
Once all this is done, any '/' will be converted to
DIR_SEPARATOR
,
334
/* Convert DIR_SEPARATOR_2 to
DIR_SEPARATOR
. */
335
if (DIR_SEPARATOR_2 !=
DIR_SEPARATOR
)
336
tr (result, DIR_SEPARATOR_2,
DIR_SEPARATOR
);
339
#if defined (
DIR_SEPARATOR
) && !defined (DIR_SEPARATOR_2)
340
if (
DIR_SEPARATOR
!= '/')
341
tr (result, '/',
DIR_SEPARATOR
);
/src/external/gpl3/gcc.old/dist/gcc/
prefix.cc
59
Once all this is done, any '/' will be converted to
DIR_SEPARATOR
,
333
/* Convert DIR_SEPARATOR_2 to
DIR_SEPARATOR
. */
334
if (DIR_SEPARATOR_2 !=
DIR_SEPARATOR
)
335
tr (result, DIR_SEPARATOR_2,
DIR_SEPARATOR
);
338
#if defined (
DIR_SEPARATOR
) && !defined (DIR_SEPARATOR_2)
339
if (
DIR_SEPARATOR
!= '/')
340
tr (result, '/',
DIR_SEPARATOR
);
gcc-ar.cc
77
static const char
dir_separator
[] = {
DIR_SEPARATOR
, 0 };
variable
107
dir_separator
, NULL);
109
dir_separator
, target_version,
dir_separator
,
117
dir_separator
, target_version,
118
dir_separator
, NULL);
173
static const char dir_separator_str[] = {
DIR_SEPARATOR
, 0 };
/src/external/gpl3/gcc/dist/gcc/config/avr/
driver-avr.cc
32
static const char dir_separator_str[] = {
DIR_SEPARATOR
, 0 };
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
driver-avr.cc
32
static const char dir_separator_str[] = {
DIR_SEPARATOR
, 0 };
/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/libcody/
resolver.cc
51
constexpr char
DIR_SEPARATOR
= '/';
191
append.push_back (
DIR_SEPARATOR
);
Completed in 40 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026