HomeSort by relevance Sort by last modified time
    Searched full:color_from_mode (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/posix/
ls.c 279 static int color_from_mode(mode_t mode) function
489 color = color_from_mode(st->st_mode);
503 else color = color_from_mode(st2.st_mode);

Completed in 113 milliseconds