Home
last modified time | relevance | path

Searched refs:dowarn (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/lib/libc/gen/
Dpw_scan.c63 gettime(time_t *res, const char *p, int *flags, int dowarn, int flag) in gettime() argument
87 if (dowarn) { in gettime()
96 getid(unsigned long *res, const char *p, int *flags, int dowarn, int flag) in getid() argument
123 if (dowarn) in getid()
140 int dowarn; in __pw_scan() local
153 dowarn = !(inflags & _PASSWORD_NOWARN); in __pw_scan()
158 if (dowarn) in __pw_scan()
173 if (!getid(&id, p, flags, dowarn, _PASSWORD_NOUID)) in __pw_scan()
177 if (dowarn) in __pw_scan()
188 if (!getid(&id, p, flags, dowarn, _PASSWORD_NOGID)) in __pw_scan()
[all …]
/netbsd/src/usr.bin/xlint/lint2/
Dchk.c238 bool dowarn, eq; in chkvtui() local
253 true, false, false, (dowarn = false, &dowarn)); in chkvtui()
278 if (!eq || (sflag && dowarn)) { in chkvtui()
296 bool eq, dowarn; in chkvtdi() local
309 dowarn = false; in chkvtdi()
312 xt2 = tp2->t_subt, true, false, false, &dowarn); in chkvtdi()
315 false, false, false, &dowarn); in chkvtdi()
317 if (!eq || (sflag && dowarn)) { in chkvtdi()
450 bool promote, asgn, dowarn; in chkau() local
472 dowarn = false; in chkau()
[all …]
/netbsd/src/lib/libterminfo/
Dcompile.c55 dowarn(int flags, const char *fmt, ...) in dowarn() function
310 dowarn(flags, "%s: %s: unknown capability", in _ti_store_extra()
318 dowarn(flags, "%s: %s: cap name is too long", tic->name, id); in _ti_store_extra()
443 dowarn(flags, in encode_string()
453 dowarn(flags, in encode_string()
466 dowarn(flags, in encode_string()
608 dowarn(flags, "no separator found: %s", cap); in _ti_compile()
619 dowarn(flags, "%s: name too long", name); in _ti_compile()
623 dowarn(flags, "%s: description too long: %s", name, desc); in _ti_compile()
627 dowarn(flags, "%s: alias too long: %s", name, alias); in _ti_compile()
[all …]
/netbsd/src/usr.bin/tic/
Dtic.c79 dowarn(const char *fmt, ...) in dowarn() function
200 dowarn("%s: has alias for already assigned" in alias_terms()
232 dowarn("%s: duplicate entry", tic->name); in process_entry()
430 dowarn("%s: use is not string", rtic->name); in merge_use()
435 dowarn("%s: uses itself", rtic->name); in merge_use()
440 dowarn("%s: ???: %s", rtic->name, cap); in merge_use()
450 dowarn("%s: no use record for %s", in merge_use()
456 dowarn("%s: uses itself", rtic->name); in merge_use()
479 dowarn("%s: use no longer exists - impossible", in merge_use()
500 dowarn("circular use detected"); in merge_use()
[all …]
/netbsd/src/usr.bin/xlint/lint1/
Ddecl.c1896 bool dowarn = false; in check_old_style_definition() local
1898 true, true, &dowarn) || in check_old_style_definition()
1899 dowarn) { in check_old_style_definition()
1981 bool dowarn = false; in declare_extern() local
1982 if (!redec && !check_redeclaration(dsym, &dowarn)) { in declare_extern()
1983 if (dowarn) { in declare_extern()
2098 check_redeclaration(sym_t *dsym, bool *dowarn) in check_redeclaration() argument
2127 false, false, dowarn)) { in check_redeclaration()
2192 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn) in prototypes_compatible() argument
2203 true, false, dowarn)) in prototypes_compatible()
[all …]
Dfunc.c273 bool dowarn = false; in begin_function() local
274 if (!check_redeclaration(fsym, &dowarn)) { in begin_function()
281 if (dowarn && !fsym->s_osdef) { in begin_function()
Dtree.c4519 bool dowarn; in check_prototype_argument() local
4521 true, false, (dowarn = false, &dowarn)) || dowarn) in check_prototype_argument()
/netbsd/src/usr.bin/col/
Dcol.c106 static void dowarn(int);
284 dowarn(cur_line); in main()
598 dowarn(int line) in dowarn() function
/netbsd/src/libexec/makewhatis/
Dmakewhatis.c118 static int dowarn = 0; variable
154 dowarn++; in main()
599 if (dowarn) in makewhatisline()
609 if (dowarn) in makewhatisline()