Home
last modified time | relevance | path

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

/busybox-1.35.0/loginutils/
Dadduser.c84 #define OPT_DONT_SET_PASS (1 << 4) macro
308 if (!(opts & OPT_DONT_SET_PASS)) { in adduser_main()