Lines Matching refs:mask
160 struct passwd_ctx *ctx, unsigned *mask, char **user,
179 *mask |= APHTP_NEWFILE;
183 *mask |= APHTP_NOFILE;
186 *mask |= APHTP_DELUSER;
189 *mask |= APHTP_VERIFY;
204 if ((*mask) & (*mask - 1)) {
210 if ((*mask & APHTP_VERIFY) && ctx->passwd_src == PW_PROMPT)
223 if (!(*mask & APHTP_NOFILE)) {
285 unsigned mask = 0;
320 check_args(argc, argv, &ctx, &mask, &user, &pwfilename);
325 if (!(mask & APHTP_NOFILE)) {
341 if (!(mask & APHTP_NEWFILE)) {
365 if ((mask & (APHTP_DELUSER|APHTP_VERIFY)) == 0) {
371 if (mask & APHTP_NOFILE) {
377 if ((mask & APHTP_VERIFY) == 0) {
400 if (existing_file && !(mask & APHTP_NEWFILE)) {
446 if ((mask & APHTP_DELUSER)) {
450 else if ((mask & APHTP_VERIFY)) {
479 if (mask & APHTP_DELUSER) {
483 else if (mask & APHTP_VERIFY) {
492 if (mask & APHTP_VERIFY) {