Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dmode_string.c40 static const char type_chars[16] ALIGN1 = "?pc?d?b?-?l?s???"; variable
50 *p = type_chars[ (mode >> 12) & 0xf ]; in bb_mode_string()
76 static const char type_chars[16] ALIGN1 = "?pc?d?b?-?l?s???"; variable
86 *p = type_chars[ (mode >> 12) & 0xf ]; in bb_mode_string()