Home
last modified time | relevance | path

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

/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dstrtomode.c46 debug_decl(sudo_strtomode, SUDO_DEBUG_UTIL); in sudo_strtomode_v1()
/dports/security/sudo/sudo-1.9.8p2/lib/util/regress/strtofoo/
H A Dstrtomode_test.c59 mode = sudo_strtomode(d->mode_str, &errstr); in main()
/dports/security/sudo/sudo-1.9.8p2/include/
H A Dsudo_util.h301 #define sudo_strtomode(_a, _b) sudo_strtomode_v1((_a), (_b)) macro
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dpolicy.c168 sudoers_mode = sudo_strtomode(p, &errstr); in sudoers_policy_deserialize_info()
460 sudo_user.umask = sudo_strtomode(p, &errstr); in sudoers_policy_deserialize_info()
H A Dvisudo.c1119 id = (id_t) sudo_strtomode(p, &errstr); in parse_sudoers_options()
H A Diolog.c408 mode_t mode = sudo_strtomode(*cur + sizeof("iolog_mode=") - 1, &errstr); in iolog_deserialize_info()
H A Ddefaults.c1015 mode = sudo_strtomode(str, &errstr); in store_mode()
/dports/security/sudo/sudo-1.9.8p2/logsrvd/
H A Dlogsrvd_conf.c424 mode = sudo_strtomode(str, &errstr); in cb_iolog_mode()
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dsudo.c845 details->umask = sudo_strtomode(cp, &errstr); in command_info_to_details()
/dports/security/sudo/sudo-1.9.8p2/
H A DChangeLog26288 sudo_strtomode