Searched refs:OPT_ALL (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dumount.c21 #define OPT_ALL (ENABLE_FEATURE_UMOUNT_ALL ? 32 : 0) macro
61 if (opt & OPT_ALL)
78 if (!(opt & OPT_ALL) && !fstype) {
91 else if (opt & OPT_ALL) break;
139 if ((opt & OPT_ALL) || !strcmp(path, m->device))
H A Dfbset.c24 OPT_ALL = (1 << 9), enumerator in enum:__anon11427
357 g_options |= OPT_ALL;
396 if (g_options & OPT_ALL)
H A Dmount.c1528 enum { OPT_ALL = 0x10 }; enumerator in enum:__anon11456
1573 if (!(opt & OPT_ALL)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dexpand.c29 OPT_ALL = 1 << 2, enumerator in enum:__anon11201
94 if ((opt & OPT_ALL) && column == tab_size) {
116 if (opt & OPT_ALL) {
163 if (!(opt & OPT_ALL)) opt |= OPT_INITIAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dlsattr.c26 OPT_ALL = 0x2, enumerator in enum:__anon11239
70 else if (de->d_name[0] != '.' || (option_mask32 & OPT_ALL)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dlsattr.c38 #define OPT_ALL 2 macro
98 if (de->d_name[0] != '.' || (flags & OPT_ALL)) {

Completed in 108 milliseconds