Searched refs:fp_ignore (Results 1 – 6 of 6) sorted by relevance
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/analysisd/ |
H A D | fts.c | 22 static FILE *fp_ignore = NULL; variable 114 fp_ignore = fopen(IG_QUEUE, "r+"); in FTS_Init() 115 if (!fp_ignore) { in FTS_Init() 117 fp_ignore = fopen(IG_QUEUE, "w+"); in FTS_Init() 118 if (fp_ignore) { in FTS_Init() 119 fclose(fp_ignore); in FTS_Init() 136 fp_ignore = fopen(IG_QUEUE, "r+"); in FTS_Init() 137 if (!fp_ignore) { in FTS_Init() 151 fseek(fp_ignore, 0, SEEK_END); in AddtoIGnore() 174 fflush(fp_ignore); in AddtoIGnore() [all …]
|
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/analysisd/ |
H A D | fts.c | 22 static FILE *fp_ignore = NULL; variable 114 fp_ignore = fopen(IG_QUEUE, "r+"); in FTS_Init() 115 if (!fp_ignore) { in FTS_Init() 117 fp_ignore = fopen(IG_QUEUE, "w+"); in FTS_Init() 118 if (fp_ignore) { in FTS_Init() 119 fclose(fp_ignore); in FTS_Init() 136 fp_ignore = fopen(IG_QUEUE, "r+"); in FTS_Init() 137 if (!fp_ignore) { in FTS_Init() 151 fseek(fp_ignore, 0, SEEK_END); in AddtoIGnore() 174 fflush(fp_ignore); in AddtoIGnore() [all …]
|
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/analysisd/ |
H A D | fts.c | 22 static FILE *fp_ignore = NULL; variable 114 fp_ignore = fopen(IG_QUEUE, "r+"); in FTS_Init() 115 if (!fp_ignore) { in FTS_Init() 117 fp_ignore = fopen(IG_QUEUE, "w+"); in FTS_Init() 118 if (fp_ignore) { in FTS_Init() 119 fclose(fp_ignore); in FTS_Init() 136 fp_ignore = fopen(IG_QUEUE, "r+"); in FTS_Init() 137 if (!fp_ignore) { in FTS_Init() 151 fseek(fp_ignore, 0, SEEK_END); in AddtoIGnore() 174 fflush(fp_ignore); in AddtoIGnore() [all …]
|
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/ops/ |
H A D | cargo_new.rs | 608 for fp_ignore in match vcs { in write_ignore_file() 619 let ignore: String = match paths::open(&fp_ignore) { in write_ignore_file() 627 paths::append(&fp_ignore, ignore.as_bytes())?; in write_ignore_file()
|
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/ops/ |
H A D | cargo_new.rs | 648 for fp_ignore in match vcs { in write_ignore_file() 659 let ignore: String = match paths::open(&fp_ignore) { in write_ignore_file() 667 paths::append(&fp_ignore, ignore.as_bytes())?; in write_ignore_file()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/ops/ |
H A D | cargo_new.rs | 648 for fp_ignore in match vcs { in write_ignore_file() 659 let ignore: String = match paths::open(&fp_ignore) { in write_ignore_file() 667 paths::append(&fp_ignore, ignore.as_bytes())?; in write_ignore_file()
|