Searched refs:update_passwd (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dchpasswd.c58 rc = update_passwd(bb_path_shadow_file, name, pass);
61 rc = update_passwd(bb_path_passwd_file, name, pass);
H A Dpasswd.c182 rc = update_passwd(bb_path_shadow_file, name, newp);
187 rc = update_passwd(bb_path_passwd_file, name, newp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c3 * update_passwd
5 * update_passwd is a common function for passwd and chpasswd applets;
14 int update_passwd(const char *filename, const char *username, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c116 static int update_passwd(const char *path, const char *name, int flags) function
354 return update_passwd(path, pwd->pw_name, flags);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h811 extern int update_passwd(const char *filename, const char *username,

Completed in 286 milliseconds