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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Ddeluser.c20 static void del_line_matching(char **args, function
113 del_line_matching(argv, bb_path_passwd_file, xfopen);
115 del_line_matching(argv, bb_path_shadow_file, fopen_or_warn);
119 del_line_matching(argv, bb_path_group_file, xfopen);
121 del_line_matching(argv, bb_path_gshadow_file, fopen_or_warn);

Completed in 36 milliseconds