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

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dmode_string.c36 /* The special bits. If set, display SMODE0/1 instead of MODE0/1 */
53 static const char SMODE0[] = "..S..S..T"; variable
68 buf[i + 1] = (mode & MBIT[i]) ? SMODE1[i] : SMODE0[i];
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dutility.c502 /* The special bits. If set, display SMODE0/1 instead of MODE0/1 */
519 static const char SMODE0[] = "..S..S..T"; variable
534 buf[i + 1] = (mode & MBIT[i]) ? SMODE1[i] : SMODE0[i];

Completed in 46 milliseconds