HomeSort by: relevance | last modified time | path
    Searched defs:dowarn (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/gen/
pw_scan.c 63 gettime(time_t *res, const char *p, int *flags, int dowarn, int flag)
87 if (dowarn) {
96 getid(unsigned long *res, const char *p, int *flags, int dowarn, int flag)
123 if (dowarn)
140 int dowarn; local in function:__pw_scan
153 dowarn = !(inflags & _PASSWORD_NOWARN);
158 if (dowarn)
173 if (!getid(&id, p, flags, dowarn, _PASSWORD_NOUID))
177 if (dowarn)
188 if (!getid(&id, p, flags, dowarn, _PASSWORD_NOGID)
    [all...]
  /src/lib/libterminfo/
compile.c 55 dowarn(int flags, const char *fmt, ...) function in typeref:typename:void __printflike (2,3)
310 dowarn(flags, "%s: %s: unknown capability",
318 dowarn(flags, "%s: %s: cap name is too long", tic->name, id);
443 dowarn(flags,
453 dowarn(flags,
466 dowarn(flags,
608 dowarn(flags, "no separator found: %s", cap);
619 dowarn(flags, "%s: name too long", name);
623 dowarn(flags, "%s: description too long: %s", name, desc);
627 dowarn(flags, "%s: alias too long: %s", name, alias)
    [all...]
  /src/usr.bin/tic/
tic.c 79 dowarn(const char *fmt, ...) function in typeref:typename:void __printflike (1,2)
200 dowarn("%s: has alias for already assigned"
232 dowarn("%s: duplicate entry", tic->name);
430 dowarn("%s: use is not string", rtic->name);
435 dowarn("%s: uses itself", rtic->name);
440 dowarn("%s: ???: %s", rtic->name, cap);
450 dowarn("%s: no use record for %s",
456 dowarn("%s: uses itself", rtic->name);
479 dowarn("%s: use no longer exists - impossible",
500 dowarn("circular use detected")
    [all...]
  /src/usr.bin/xlint/lint2/
chk.c 243 bool dowarn, eq; local in function:chkvtui
258 true, false, false, (dowarn = false, &dowarn));
283 if (!eq || (sflag && dowarn)) {
309 bool dowarn = false; local in function:chkvtdi
314 is_func, false, false, &dowarn);
315 if (!eq || (sflag && dowarn)) {
452 bool promote, asgn, dowarn; local in function:chkau
474 dowarn = false;
475 if (types_compatible(arg1, arg2, true, promote, asgn, &dowarn) &
1127 bool osdef, eq, dowarn; local in function:check_argument_declarations
    [all...]
  /src/usr.bin/xlint/lint1/
func.c 273 bool dowarn = false; local in function:begin_function
274 if (!check_redeclaration(fsym, &dowarn)) {
281 if (dowarn && !fsym->s_osdef) {
decl.c 1922 bool dowarn = false; local in function:check_old_style_definition
1924 true, true, &dowarn) ||
1925 dowarn) {
2007 bool dowarn = false; local in function:declare_extern
2008 if (!redec && !check_redeclaration(dsym, &dowarn)) {
2009 if (dowarn) {
2124 check_redeclaration(sym_t *dsym, bool *dowarn)
2153 false, false, dowarn)) {
2218 prototypes_compatible(const type_t *tp1, const type_t *tp2, bool *dowarn)
2229 true, false, dowarn))
2516 bool dowarn = false; local in function:check_prototype_declaration
2683 bool dowarn = false; local in function:declare_external_in_block
    [all...]
tree.c 4565 bool dowarn; local in function:check_prototype_argument
4567 true, false, (dowarn = false, &dowarn)) || dowarn)
  /src/libexec/makewhatis/
makewhatis.c 118 static int dowarn = 0; variable in typeref:typename:int
154 dowarn++;
599 if (dowarn)
609 if (dowarn)
  /src/usr.bin/col/
col.c 106 static void dowarn(int);
284 dowarn(cur_line);
598 dowarn(int line) function in typeref:typename:void

Completed in 39 milliseconds