Home
last modified time | relevance | path

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

/busybox-1.35.0/loginutils/
Dcryptpw.c91 const char *opt_m, *opt_S; in cryptpw_main() local
103 opt_m = CONFIG_FEATURE_DEFAULT_PASSWD_ALGO; in cryptpw_main()
108 &fd, &opt_S, &opt_m, &opt_m in cryptpw_main()
117 salt_ptr = crypt_make_pw_salt(salt, opt_m); in cryptpw_main()
/busybox-1.35.0/sysklogd/
Dsyslogd.c361 #define OPTION_DECL *opt_m, *opt_l \
366 #define OPTION_PARAM &opt_m, &(G.logFile.path), &opt_l \
1154 G.markInterval = xatou_range(opt_m, 0, INT_MAX/60) * 60; in syslogd_main()
/busybox-1.35.0/miscutils/
Di2c_tools.c574 opt_m = (1 << 2), opt_r = (1 << 3); in i2cset_main() local
623 if (opts & opt_m) in i2cset_main()
653 if (opts & opt_m) { in i2cset_main()
670 if (opts & opt_m) { in i2cset_main()