Home
last modified time | relevance | path

Searched refs:sfflags (Results 1 – 12 of 12) sorted by relevance

/dports/security/razorback-api/api-0.5.0/src/
H A Dlocal_cache.c35 Lookup_Result checkLocalEntry(uint8_t *key, uint32_t size, uint32_t *sfflags, uint32_t *entflags, C… in checkLocalEntry() argument
49 if (sfflags == NULL || entflags == NULL || key == NULL) { in checkLocalEntry()
61 entry.sfflags = *sfflags; in checkLocalEntry()
118 *sfflags = cachehit->sfflags; in checkLocalEntry()
121 …rzb_log(LOG_DEBUG, "%s: --Local Cache Hit-- BADHASH SF: 0x%08x, ENT: 0x%08x", __func__, *sfflags, … in checkLocalEntry()
123 …_DEBUG, "%s: --Local Cache Hit-- GOODHASH SF: 0x%08x, ENT: 0x%08x", __func__, *sfflags, *entflags); in checkLocalEntry()
133 Lookup_Result addLocalEntry(uint8_t *key, uint32_t size, uint32_t sfflags, uint32_t entflags, Cache… in addLocalEntry() argument
185 newentry->sfflags = sfflags; in addLocalEntry()
201 Lookup_Result updateLocalEntry(uint8_t *key, uint32_t size, uint32_t sfflags, uint32_t entflags, Ca… in updateLocalEntry() argument
225 temp.sfflags = sfflags; in updateLocalEntry()
[all …]
H A Dlocal_cache.h38 uint32_t sfflags; member
54 Lookup_Result checkLocalEntry(uint8_t *key, uint32_t size, uint32_t *sfflags, uint32_t *entflags, C…
55 Lookup_Result addLocalEntry(uint8_t *key, uint32_t size, uint32_t sfflags, uint32_t entflags, Cache…
56 Lookup_Result updateLocalEntry(uint8_t *key, uint32_t size, uint32_t sfflags, uint32_t entflags, Ca…
H A Dsubmission.c77 uint32_t sfflags = 0; in Submission_Submit() local
112 &sfflags, &entflags, BADHASH); in Submission_Submit()
116 &sfflags, &entflags, GOODHASH); in Submission_Submit()
119 … rzb_log(LOG_INFO, "%s: Local Cache Hit - SF: 0x%08x, ENT: 0x%08x", __func__, sfflags, entflags); in Submission_Submit()
133 *p_pSf_Flags = sfflags; in Submission_Submit()
/dports/security/razorback-pdfFox/pdfFox-0.5.0/src/
H A Dfoxreport.c119 void foxReport(const char *msg, const char *cve, uint32_t sid, uint32_t sfflags, uint32_t entflags,… in foxReport() argument
144 void foxReport(const char *msg, const char *cve, uint32_t sid, uint32_t sfflags, uint32_t entflags,… in foxReport() argument
147 judgment->Set_SfFlags = sfflags; in foxReport()
H A Dfoxreport.h19 extern void foxReport(const char *msg, const char *cve, uint32_t sid, uint32_t sfflags, uint32_t en…
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Drecipient.c1470 sfflags |= SFF_NOGWFILES;
1472 sfflags |= SFF_NOWWFILES;
1477 sfflags |= SFF_NOGWFILES;
1479 sfflags |= SFF_NOWWFILES;
1605 sfflags |= SFF_NOPATHCHECK;
1613 sfflags |= SFF_NOPATHCHECK;
1623 sfflags|SFF_SAFEDIRPATH,
1628 sfflags |= SFF_NOPATHCHECK;
1630 sfflags |= SFF_SAFEDIRPATH;
1633 sfflags |= SFF_SAFEDIRPATH;
[all …]
H A Ddeliver.c5358 mailfile(filename, mailer, ctladdr, sfflags, e) in mailfile() argument
5362 volatile long sfflags;
5548 bitset(SFF_RUNASREALUID, sfflags))
5571 if (!bitset(SFF_RUNASREALUID, sfflags))
5654 if (!bitset(SFF_ROOTOK, sfflags))
5789 sfflags |= SFF_NOSLINK;
5791 sfflags |= SFF_NOHLINK;
5792 sfflags &= ~SFF_OPENASROOT;
5793 f = safefopen(realfile, oflags, mode, sfflags);
/dports/security/razorback-yaraNugget/yaraNugget-0.5.0/
H A DREADME12 rzb_sfflags // Set the sfflags fields to the provided integer
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dio.c2118 int sfflags; in io_prompt() local
2125 sfflags = sfset(sfstderr,SF_SHARE|SF_PUBLIC|SF_READ,0); in io_prompt()
2177 sfset(sfstderr,sfflags&SF_READ|SF_SHARE|SF_PUBLIC,1); in io_prompt()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dio.c2118 int sfflags; in io_prompt() local
2125 sfflags = sfset(sfstderr,SF_SHARE|SF_PUBLIC|SF_READ,0); in io_prompt()
2177 sfset(sfstderr,sfflags&SF_READ|SF_SHARE|SF_PUBLIC,1); in io_prompt()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dio.c2139 int sfflags; in io_prompt() local
2144 sfflags = sfset(sfstderr, SF_SHARE | SF_PUBLIC | SF_READ, 0); in io_prompt()
2194 sfset(sfstderr, (sfflags & SF_READ) | SF_SHARE | SF_PUBLIC, 1); in io_prompt()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dio.c2255 int sfflags; in io_prompt() local
2262 sfflags = sfset(sfstderr,SF_SHARE|SF_PUBLIC|SF_READ,0); in io_prompt()
2317 sfset(sfstderr,sfflags&SF_READ|SF_SHARE|SF_PUBLIC,1); in io_prompt()