Home
last modified time | relevance | path

Searched refs:argcmp_error_head (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dargcheck.c146 if(argcmp_error_head(name,args1,"argument data type mismatch"))
203 if(argcmp_error_head(name,args1,"argument mismatch"))
228 if(argcmp_error_head(name,args1,"argument mismatch"))
263 if(argcmp_error_head(
300 if(argcmp_error_head(
334 if(argcmp_error_head(
353 if(argcmp_error_head(
596 (void)argcmp_error_head(glob_symtab[i].name, in check_arglists()
629 (void)argcmp_error_head(glob_symtab[i].name, in check_arglists()
656 (void)argcmp_error_head(glob_symtab[i].name, in check_arglists()
[all …]
H A Dpgsymtab.h49 PROTO(int argcmp_error_head,(const char *name, ArgListHeader *alh, const char *msg));
H A Dpgsymtab.c90 argcmp_error_head(const char *name, ArgListHeader *alh, const char *msg) in argcmp_error_head() function
92 argcmp_error_head(name, alh, msg) in argcmp_error_head()