OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_DIR_SEPARATOR
(Results
1 - 25
of
187
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/gpl3/binutils/dist/libiberty/
basename.c
34
/* Define
IS_DIR_SEPARATOR
. */
36
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
38
# define
IS_DIR_SEPARATOR
(ch) \
55
if (
IS_DIR_SEPARATOR
(*name))
make-relative-prefix.c
93
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
95
# define
IS_DIR_SEPARATOR
(ch) \
132
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
141
if (
IS_DIR_SEPARATOR
(ch))
144
while (
IS_DIR_SEPARATOR
(*p))
157
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
172
if (
IS_DIR_SEPARATOR
(ch))
174
while (
IS_DIR_SEPARATOR
(*p))
281
if (!
IS_DIR_SEPARATOR
(endp[-1]))
/src/external/gpl3/binutils.old/dist/libiberty/
basename.c
34
/* Define
IS_DIR_SEPARATOR
. */
36
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
38
# define
IS_DIR_SEPARATOR
(ch) \
55
if (
IS_DIR_SEPARATOR
(*name))
make-relative-prefix.c
93
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
95
# define
IS_DIR_SEPARATOR
(ch) \
132
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
141
if (
IS_DIR_SEPARATOR
(ch))
144
while (
IS_DIR_SEPARATOR
(*p))
157
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
172
if (
IS_DIR_SEPARATOR
(ch))
174
while (
IS_DIR_SEPARATOR
(*p))
281
if (!
IS_DIR_SEPARATOR
(endp[-1]))
/src/external/gpl3/gcc/dist/libiberty/
basename.c
34
/* Define
IS_DIR_SEPARATOR
. */
36
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
38
# define
IS_DIR_SEPARATOR
(ch) \
55
if (
IS_DIR_SEPARATOR
(*name))
make-relative-prefix.c
93
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
95
# define
IS_DIR_SEPARATOR
(ch) \
132
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
141
if (
IS_DIR_SEPARATOR
(ch))
144
while (
IS_DIR_SEPARATOR
(*p))
157
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
172
if (
IS_DIR_SEPARATOR
(ch))
174
while (
IS_DIR_SEPARATOR
(*p))
281
if (!
IS_DIR_SEPARATOR
(endp[-1]))
/src/external/gpl3/gcc.old/dist/libiberty/
basename.c
34
/* Define
IS_DIR_SEPARATOR
. */
36
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
38
# define
IS_DIR_SEPARATOR
(ch) \
55
if (
IS_DIR_SEPARATOR
(*name))
make-relative-prefix.c
93
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
95
# define
IS_DIR_SEPARATOR
(ch) \
132
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
141
if (
IS_DIR_SEPARATOR
(ch))
144
while (
IS_DIR_SEPARATOR
(*p))
157
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
172
if (
IS_DIR_SEPARATOR
(ch))
174
while (
IS_DIR_SEPARATOR
(*p))
281
if (!
IS_DIR_SEPARATOR
(endp[-1]))
/src/external/gpl3/gdb/dist/libiberty/
basename.c
34
/* Define
IS_DIR_SEPARATOR
. */
36
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
38
# define
IS_DIR_SEPARATOR
(ch) \
55
if (
IS_DIR_SEPARATOR
(*name))
make-relative-prefix.c
93
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
95
# define
IS_DIR_SEPARATOR
(ch) \
132
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
141
if (
IS_DIR_SEPARATOR
(ch))
144
while (
IS_DIR_SEPARATOR
(*p))
157
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
172
if (
IS_DIR_SEPARATOR
(ch))
174
while (
IS_DIR_SEPARATOR
(*p))
281
if (!
IS_DIR_SEPARATOR
(endp[-1]))
/src/external/gpl3/gdb.old/dist/libiberty/
basename.c
34
/* Define
IS_DIR_SEPARATOR
. */
36
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
38
# define
IS_DIR_SEPARATOR
(ch) \
55
if (
IS_DIR_SEPARATOR
(*name))
make-relative-prefix.c
93
# define
IS_DIR_SEPARATOR
(ch) ((ch) == DIR_SEPARATOR)
95
# define
IS_DIR_SEPARATOR
(ch) \
132
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
141
if (
IS_DIR_SEPARATOR
(ch))
144
while (
IS_DIR_SEPARATOR
(*p))
157
if (name[1] == ':' &&
IS_DIR_SEPARATOR
(name[2]))
172
if (
IS_DIR_SEPARATOR
(ch))
174
while (
IS_DIR_SEPARATOR
(*p))
281
if (!
IS_DIR_SEPARATOR
(endp[-1]))
/src/external/gpl3/gcc/dist/gcc/
prefix.cc
198
(name[keylen + 1] != 0 && !
IS_DIR_SEPARATOR
(name[keylen + 1]));
254
&& (
IS_DIR_SEPARATOR
(path[len])
284
&&
IS_DIR_SEPARATOR
(p[2])
285
&& (p != result &&
IS_DIR_SEPARATOR
(p[-1])))
303
while (dest != result &&
IS_DIR_SEPARATOR
(*dest))
305
while (dest != result && !
IS_DIR_SEPARATOR
(dest[-1]))
311
if (*dest == '.' ||
IS_DIR_SEPARATOR
(*dest))
317
while (
IS_DIR_SEPARATOR
(*src))
/src/external/gpl3/gcc.old/dist/gcc/
prefix.cc
197
(name[keylen + 1] != 0 && !
IS_DIR_SEPARATOR
(name[keylen + 1]));
253
&& (
IS_DIR_SEPARATOR
(path[len])
283
&&
IS_DIR_SEPARATOR
(p[2])
284
&& (p != result &&
IS_DIR_SEPARATOR
(p[-1])))
302
while (dest != result &&
IS_DIR_SEPARATOR
(*dest))
304
while (dest != result && !
IS_DIR_SEPARATOR
(dest[-1]))
310
if (*dest == '.' ||
IS_DIR_SEPARATOR
(*dest))
316
while (
IS_DIR_SEPARATOR
(*src))
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver-system.c
107
if (
IS_DIR_SEPARATOR
(*s))
110
if (
IS_DIR_SEPARATOR
(*s))
237
if (prefix_length &&
IS_DIR_SEPARATOR
(gcov_prefix[prefix_length - 1]))
277
if (
IS_DIR_SEPARATOR
(*probe))
283
if (
IS_DIR_SEPARATOR
(*probe))
297
if (!
IS_DIR_SEPARATOR
(*fname))
/src/external/gpl3/binutils/dist/include/
filenames.h
44
# define
IS_DIR_SEPARATOR
(c) IS_DOS_DIR_SEPARATOR (c)
53
# define
IS_DIR_SEPARATOR
(c) IS_UNIX_DIR_SEPARATOR (c)
/src/external/gpl3/binutils.old/dist/include/
filenames.h
44
# define
IS_DIR_SEPARATOR
(c) IS_DOS_DIR_SEPARATOR (c)
53
# define
IS_DIR_SEPARATOR
(c) IS_UNIX_DIR_SEPARATOR (c)
/src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-devices.cc
51
if (
IS_DIR_SEPARATOR
(t_path[i]))
62
int i = last_elem - (
IS_DIR_SEPARATOR
(path[last_elem]) ? 1 : 0);
65
if (
IS_DIR_SEPARATOR
(path[i]))
103
&& (
IS_DIR_SEPARATOR
(gcc_exec_prefix[len-1])))
106
if (
IS_DIR_SEPARATOR
(*temp)
108
&&
IS_DIR_SEPARATOR
(temp[4])
171
if (!
IS_DIR_SEPARATOR
(t_devices_loc[strlen (t_devices_loc) - 1]))
211
if (!
IS_DIR_SEPARATOR
(inc_path[strlen (inc_path) - 1]))
/src/external/gpl3/gcc/dist/include/
filenames.h
44
# define
IS_DIR_SEPARATOR
(c) IS_DOS_DIR_SEPARATOR (c)
53
# define
IS_DIR_SEPARATOR
(c) IS_UNIX_DIR_SEPARATOR (c)
/src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-devices.cc
51
if (
IS_DIR_SEPARATOR
(t_path[i]))
62
int i = last_elem - (
IS_DIR_SEPARATOR
(path[last_elem]) ? 1 : 0);
65
if (
IS_DIR_SEPARATOR
(path[i]))
103
&& (
IS_DIR_SEPARATOR
(gcc_exec_prefix[len-1])))
106
if (
IS_DIR_SEPARATOR
(*temp)
108
&&
IS_DIR_SEPARATOR
(temp[4])
171
if (!
IS_DIR_SEPARATOR
(t_devices_loc[strlen (t_devices_loc) - 1]))
211
if (!
IS_DIR_SEPARATOR
(inc_path[strlen (inc_path) - 1]))
/src/external/gpl3/gcc.old/dist/include/
filenames.h
44
# define
IS_DIR_SEPARATOR
(c) IS_DOS_DIR_SEPARATOR (c)
53
# define
IS_DIR_SEPARATOR
(c) IS_UNIX_DIR_SEPARATOR (c)
/src/external/gpl3/gdb/dist/include/
filenames.h
44
# define
IS_DIR_SEPARATOR
(c) IS_DOS_DIR_SEPARATOR (c)
53
# define
IS_DIR_SEPARATOR
(c) IS_UNIX_DIR_SEPARATOR (c)
/src/external/gpl3/gdb.old/dist/include/
filenames.h
44
# define
IS_DIR_SEPARATOR
(c) IS_DOS_DIR_SEPARATOR (c)
53
# define
IS_DIR_SEPARATOR
(c) IS_UNIX_DIR_SEPARATOR (c)
/src/external/gpl3/gcc/dist/libgcc/
libgcov-driver-system.c
107
if (
IS_DIR_SEPARATOR
(*s))
110
if (
IS_DIR_SEPARATOR
(*s))
237
if (prefix_length &&
IS_DIR_SEPARATOR
(gcov_prefix[prefix_length - 1]))
278
if (
IS_DIR_SEPARATOR
(*probe))
284
if (
IS_DIR_SEPARATOR
(*probe))
298
if (!
IS_DIR_SEPARATOR
(*fname))
/src/external/gpl3/gdb/dist/gdbsupport/
pathstuff.cc
153
if (parent_len > 0 &&
IS_DIR_SEPARATOR
(parent[parent_len - 1]))
169
IS_DIR_SEPARATOR
check will fail here. */
170
if (!
IS_DIR_SEPARATOR
(child[parent_len]))
182
if (!
IS_DIR_SEPARATOR
(*child_component))
204
if (!
IS_DIR_SEPARATOR
(ret.back ()))
209
while (
IS_DIR_SEPARATOR
(path[0]))
226
if (
IS_DIR_SEPARATOR
(*path))
Completed in 39 milliseconds
1
2
3
4
5
6
7
8
Indexes created Sat Feb 28 05:31:39 UTC 2026