OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_leading_slash
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
chdir-long.c
131
size_t
n_leading_slash
;
local
141
n_leading_slash
= strspn (dir, "/");
148
if (
n_leading_slash
== 2)
166
else if (
n_leading_slash
)
170
dir +=
n_leading_slash
;
/src/external/gpl3/gdb/dist/gnulib/import/
chdir-long.c
120
size_t
n_leading_slash
;
local
130
n_leading_slash
= strspn (dir, "/");
137
if (
n_leading_slash
== 2)
155
else if (
n_leading_slash
)
159
dir +=
n_leading_slash
;
/src/external/gpl3/gdb.old/dist/gnulib/import/
chdir-long.c
120
size_t
n_leading_slash
;
local
130
n_leading_slash
= strspn (dir, "/");
137
if (
n_leading_slash
== 2)
155
else if (
n_leading_slash
)
159
dir +=
n_leading_slash
;
Completed in 18 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026