Home
last modified time | relevance | path

Searched refs:conf_linebuf (Results 1 – 7 of 7) sorted by relevance

/dports/security/aide/aide-0.17.4/src/
H A Dconf_lex.l51 … log_msg(log_level, "%s:%d: %s (line: '%s')", conf_filename, conf_linenumber, msg, conf_linebuf);
54 …tead (line: '%s')", conf_filename, conf_linenumber, deprecated_option, new_option ,conf_linebuf); \
58 char *conf_linebuf;
75 conf_linebuf = checked_strndup(conftext, confleng-1);
78 free(conf_linebuf); in CreateThread()
81 conf_linebuf = "";
86 conf_linebuf = checked_strndup(conftext, confleng);
88 … log_msg(lex_log_level,"%s:%d: \u252c '%s'", conf_filename, conf_linenumber, conf_linebuf);
434 …alphanumeric characters (A-Za-z0-9) (line: '%s')", conf_filename, conf_linenumber, conf_linebuf); \
507 …unexpected character: '%c' (line: '%s')", conf_filename, conf_linenumber, *conftext, conf_linebuf);
H A Dconf_lex.c1077 … log_msg(log_level, "%s:%d: %s (line: '%s')", conf_filename, conf_linenumber, msg, conf_linebuf);
1080 …tead (line: '%s')", conf_filename, conf_linenumber, deprecated_option, new_option ,conf_linebuf); \
1084 char *conf_linebuf; variable
1389 conf_linebuf = checked_strndup(conftext, confleng-1);
1392 free(conf_linebuf);
1400 conf_linebuf = "";
1409 conf_linebuf = checked_strndup(conftext, confleng);
1411 … log_msg(lex_log_level,"%s:%d: \u252c '%s'", conf_filename, conf_linenumber, conf_linebuf);
1918 …alphanumeric characters (A-Za-z0-9) (line: '%s')", conf_filename, conf_linenumber, conf_linebuf); \
2028 …unexpected character: '%c' (line: '%s')", conf_filename, conf_linenumber, *conftext, conf_linebuf);
H A Dconf_yacc.y114 …oken or end of file, expected newline (line: '%s')", conf_filename, conf_linenumber, conf_linebuf);
175 …_msg(LOG_LEVEL_ERROR, "%s:%d: %s (line: '%s')", conf_filename, conf_linenumber, msg, conf_linebuf);
H A Dconf_ast.c36 a->linebuf = conf_linebuf; in new_ast_node()
140 c->linebuf = conf_linebuf; in new_if_condition()
H A Dconf_yacc.c1228 …oken or end of file, expected newline (line: '%s')", conf_filename, conf_linenumber, conf_linebuf); in yyparse()
1626 …_msg(LOG_LEVEL_ERROR, "%s:%d: %s (line: '%s')", conf_filename, conf_linenumber, msg, conf_linebuf); in conferror()
H A Dconf_eval.c274 …stead (see man aide.conf for details) (line: '%s')", conf_filename, conf_linenumber, conf_linebuf); in eval_config_statement()
/dports/security/aide/aide-0.17.4/include/
H A Dconf_lex.h27 extern char *conf_linebuf;