Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c2316 #define SETFLAG_MAKE_RO (1 << 2) macro
2433 if (flags & SETFLAG_MAKE_RO) { in set_local_var()
10440 set_local_var(xstrdup(optarg), opt == 'R' ? SETFLAG_MAKE_RO : 0); in hush_main()
11122 if (flags & SETFLAG_MAKE_RO) { in helper_export_local()
11131 if (!(flags & (SETFLAG_EXPORT|SETFLAG_UNEXPORT|SETFLAG_MAKE_RO))) { in helper_export_local()
11251 return helper_export_local(argv, SETFLAG_MAKE_RO); in builtin_readonly()