Searched defs:color_from_mode (Results 1 - 1 of 1) sorted by relevance
/external/toybox/toys/posix/ | ||
H A D | ls.c | 270 static int color_from_mode(mode_t mode) function 473 color = color_from_mode(st->st_mode); 487 else color = color_from_mode(st2.st_mode); |
Completed in 55 milliseconds