Home
last modified time | relevance | path

Searched refs:mode_to_string (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/toybox/toys/other/
H A Dstat.c82 mode_to_string(stat->st_mode, str); in print_stat()
/aosp_15_r20/external/toybox/lib/
H A Dlib.h415 void mode_to_string(unsigned mode, char *buf);
H A Dlib.c1043 void mode_to_string(unsigned mode, char *buf) in mode_to_string() function
/aosp_15_r20/external/toybox/toys/posix/
H A Dls.c491 mode_to_string(mode, tmp); in listfiles()
H A Dfind.c641 mode_to_string(new->st.st_mode, buf); in do_find()
H A Dtar.c928 mode_to_string(TT.hdr.mode, perm); in unpack_tar()