Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A Dpw_scan.c63 gettime(time_t *res, const char *p, int *flags, int dowarn, int flag) in gettime()
96 getid(unsigned long *res, const char *p, int *flags, int dowarn, int flag) in getid()
140 int dowarn; in __pw_scan() local
/netbsd-src/usr.bin/xlint/lint2/
H A Dchk.c238 bool dowarn, eq; in chkvtui() local
296 bool eq, dowarn; in chkvtdi() local
442 bool promote, asgn, dowarn; chkau() local
1115 bool osdef, eq, dowarn; check_argument_declarations() local
1190 types_compatible(type_t * tp1,type_t * tp2,bool ignqual,bool promot,bool asgn,bool * dowarn) types_compatible() argument
1315 prototypes_compatible(type_t * tp1,type_t * tp2,bool * dowarn) prototypes_compatible() argument
1348 matches_no_arg_function(type_t * tp,bool * dowarn) matches_no_arg_function() argument
[all...]
/netbsd-src/usr.bin/xlint/lint1/
H A Ddecl.c1888 bool dowarn = false; check_old_style_definition() local
1973 bool dowarn = false; declare_extern() local
2072 check_redeclaration(sym_t * dsym,bool * dowarn) check_redeclaration() argument
2166 prototypes_compatible(const type_t * tp1,const type_t * tp2,bool * dowarn) prototypes_compatible() argument
2194 matches_no_arg_function(const type_t * tp,bool * dowarn) matches_no_arg_function() argument
2221 types_compatible(const type_t * tp1,const type_t * tp2,bool ignqual,bool promot,bool * dowarn) types_compatible() argument
2472 bool dowarn = false; check_prototype_declaration() local
2639 bool dowarn = false; declare_external_in_block() local
[all...]
H A Dfunc.c276 bool dowarn = false; in begin_function() local
H A Dtree.c4286 bool dowarn; check_prototype_argument() local
/netbsd-src/usr.bin/col/
H A Dcol.c598 dowarn(int line) in dowarn() function
/netbsd-src/lib/libterminfo/
H A Dcompile.c55 dowarn(int flags, const char *fmt, ...) in dowarn() function
/netbsd-src/usr.bin/tic/
H A Dtic.c79 dowarn(const char *fmt, ...) in dowarn() function
/netbsd-src/libexec/makewhatis/
H A Dmakewhatis.c118 static int dowarn = 0; variable