OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cp_preserve
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/posix/
cp.c
52
config
CP_PRESERVE
135
struct
cp_preserve
{
struct
137
} static const
cp_preserve
[] = TAGGED_ARRAY(CP,
variable
385
for (i=0; i<ARRAY_LEN(
cp_preserve
); i++)
386
if (comma_scan(pre,
cp_preserve
[i].name, 1)) TT.pflags |= 1<<i;
391
for (i=0; i<ARRAY_LEN(
cp_preserve
); i++)
392
if (*s == *
cp_preserve
[i].name) break;
393
if (i == ARRAY_LEN(
cp_preserve
)) {
Completed in 193 milliseconds