Home
last modified time | relevance | path

Searched refs:cp_preserve (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c102 struct cp_preserve { struct
104 } static const cp_preserve[] = TAGGED_ARRAY(CP, variable
375 for (i=0; i<ARRAY_LEN(cp_preserve); i++) in cp_main()
376 while (comma_remove(pre, cp_preserve[i].name)) TT.pflags |= 1<<i; in cp_main()
381 for (i=0; i<ARRAY_LEN(cp_preserve); i++) in cp_main()
382 if (*s == *cp_preserve[i].name) break; in cp_main()
383 if (i == ARRAY_LEN(cp_preserve)) { in cp_main()
/third_party/toybox/toys/posix/
H A Dcp.c118 struct cp_preserve { struct
120 } static const cp_preserve[] = TAGGED_ARRAY(CP, variable
381 for (i=0; i<ARRAY_LEN(cp_preserve); i++) in cp_main()
382 while (comma_remove(pre, cp_preserve[i].name)) TT.pflags |= 1<<i; in cp_main()
387 for (i=0; i<ARRAY_LEN(cp_preserve); i++) in cp_main()
388 if (*s == *cp_preserve[i].name) break; in cp_main()
389 if (i == ARRAY_LEN(cp_preserve)) { in cp_main()

Completed in 2 milliseconds