OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixed_name
(Results
1 - 1
of
1
) sorted by null
/external/bison/lib/
stat.c
109
char
fixed_name
[PATH_MAX + 1] = {0};
local
117
strcpy (
fixed_name
, name);
118
if (ISSLASH (
fixed_name
[len - 1]))
121
while (len && ISSLASH (
fixed_name
[len - 1]))
122
fixed_name
[--len] = '\0';
124
fixed_name
[0] = '/';
127
fixed_name
[len++] = '/';
128
result = orig_stat (
fixed_name
, st);
Completed in 853 milliseconds