Home
last modified time | relevance | path

Searched refs:stdout_fmt_len (Results 1 – 4 of 4) sorted by relevance

/dports/security/sancp/sancp-1.6.1-stable/
H A Dsancp.cc99 gVars.stdout_fmt_len=sizeof(dfltfmt); in main()
100 gVars.stdout_fmt=(char *) calloc(gVars.stdout_fmt_len,1); in main()
101 memcpy(gVars.stdout_fmt,dfltfmt,gVars.stdout_fmt_len); in main()
H A Dgvars.h102 int stdout_fmt_len; member
H A Dmisc_functs.cc132 gVars.sdF = new outputFileHandle(stdout,APPEND_MODE,gVars.stdout_fmt,gVars.stdout_fmt_len); in open_files()
133 gVars.sdF->setFormat(gVars.stdout_fmt,gVars.stdout_fmt_len); in open_files()
H A Dbuild_acl.cc632 if(gVars.stdout_fmt_len){ in parse_format()
634 gVars.stdout_fmt_len=0; in parse_format()
638 gVars.stdout_fmt_len=col; in parse_format()
644 gVars.sdF->setFormat(gVars.stdout_fmt,gVars.stdout_fmt_len); in parse_format()