Home
last modified time | relevance | path

Searched refs:nothex (Results 1 – 13 of 13) sorted by relevance

/dports/security/samhain/samhain-4.4.3/src/
H A Dsamhain_stealth.c202 int nothex = 0; in first_hex_block() local
228 nothex = 0; in first_hex_block()
230 while (nothex == 0 && i < (this_line-1)) in first_hex_block()
232 if (! isxdigit((int)theline[i])) nothex = 1; in first_hex_block()
235 if (nothex == 1) retval += this_line; in first_hex_block()
239 nothex = 1; in first_hex_block()
243 if (nothex == 0) in first_hex_block()
H A Dsh_unix.c5554 int nothex = 0; in first_hex_block() local
5584 nothex = 0; in first_hex_block()
5586 while (nothex == 0 && i < (this_line-1)) in first_hex_block()
5588 if (! isxdigit((int)theline[i])) nothex = 1; in first_hex_block()
5591 if (nothex == 1) retval += this_line; in first_hex_block()
5595 nothex = 1; in first_hex_block()
5599 if (nothex == 0) in first_hex_block()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsamhain_stealth.c202 int nothex = 0; in first_hex_block() local
228 nothex = 0; in first_hex_block()
230 while (nothex == 0 && i < (this_line-1)) in first_hex_block()
232 if (! isxdigit((int)theline[i])) nothex = 1; in first_hex_block()
235 if (nothex == 1) retval += this_line; in first_hex_block()
239 nothex = 1; in first_hex_block()
243 if (nothex == 0) in first_hex_block()
H A Dsh_unix.c5554 int nothex = 0; in first_hex_block() local
5584 nothex = 0; in first_hex_block()
5586 while (nothex == 0 && i < (this_line-1)) in first_hex_block()
5588 if (! isxdigit((int)theline[i])) nothex = 1; in first_hex_block()
5591 if (nothex == 1) retval += this_line; in first_hex_block()
5595 nothex = 1; in first_hex_block()
5599 if (nothex == 0) in first_hex_block()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsamhain_stealth.c202 int nothex = 0; in first_hex_block() local
228 nothex = 0; in first_hex_block()
230 while (nothex == 0 && i < (this_line-1)) in first_hex_block()
232 if (! isxdigit((int)theline[i])) nothex = 1; in first_hex_block()
235 if (nothex == 1) retval += this_line; in first_hex_block()
239 nothex = 1; in first_hex_block()
243 if (nothex == 0) in first_hex_block()
H A Dsh_unix.c5554 int nothex = 0; in first_hex_block() local
5584 nothex = 0; in first_hex_block()
5586 while (nothex == 0 && i < (this_line-1)) in first_hex_block()
5588 if (! isxdigit((int)theline[i])) nothex = 1; in first_hex_block()
5591 if (nothex == 1) retval += this_line; in first_hex_block()
5595 nothex = 1; in first_hex_block()
5599 if (nothex == 0) in first_hex_block()
/dports/www/netsurf/netsurf-3.10/test/data/
H A DChoices6 sys_colour_ActiveBorder:nothex
/dports/emulators/mess/mame-mame0226/src/emu/
H A Drendfont.cpp1142 …auto const nothex([] (char ch) { return (('0' > ch) || ('9' < ch)) && (('A' > ch) || ('Z' < ch)) &… in load_bdf() local
1184 …else if (std::find_if(helper.keyword_begin(), helper.keyword_end(), nothex) != helper.keyword_end(… in load_bdf()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Drendfont.cpp1142 …auto const nothex([] (char ch) { return (('0' > ch) || ('9' < ch)) && (('A' > ch) || ('Z' < ch)) &… in load_bdf() local
1184 …else if (std::find_if(helper.keyword_begin(), helper.keyword_end(), nothex) != helper.keyword_end(… in load_bdf()
/dports/editors/vigor/vigor-0.016/vi/
H A Dv_txt.c2396 goto nothex;
2401 goto nothex;
2407 nothex: tp->lb[tp->cno] = savec;
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dv_txt.c2351 goto nothex; in txt_hex()
2356 goto nothex; in txt_hex()
2362 nothex: tp->lb[tp->cno] = savec; in txt_hex()
/dports/comms/ncid/ncid/server/
H A Dncidd.c365 int nothex(const char * mesg);
4611 if (nothex(fcid->cidmesg) && fcid->status == (CIDALL3 | CIDMESG)) in finishCID()
4985 int nothex(const char * mesg) in nothex() function
/dports/comms/ncid/ncid/doc/
H A DCHANGES1102 * nothex(): changed "return ret;" to "return !ret;"