OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_slash
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/intl/
localcharset.c
127
int
add_slash
= (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
local
128
file_name = (char *) malloc (dir_len +
add_slash
+ base_len + 1);
132
if (
add_slash
)
134
memcpy (file_name + dir_len +
add_slash
, base, base_len + 1);
/external/bison/lib/
localcharset.c
140
int
add_slash
= (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
local
141
file_name = (char *) malloc (dir_len +
add_slash
+ base_len + 1);
145
if (
add_slash
)
147
memcpy (file_name + dir_len +
add_slash
, base, base_len + 1);
/ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c
137
int
add_slash
= (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
local
138
file_name = (char *) malloc (dir_len +
add_slash
+ base_len + 1);
142
if (
add_slash
)
144
memcpy (file_name + dir_len +
add_slash
, base, base_len + 1);
/prebuilts/misc/linux-x86/bison/
bison
Completed in 75 milliseconds