Home
last modified time | relevance | path

Searched refs:OP_EXEC (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/fmake/fmake-r250982/
H A Dmake.c149 if ((gn->type & (OP_JOIN | OP_USE | OP_EXEC)) == 0) { in Make_OODate()
198 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) { in Make_OODate()
438 if (!(cgn->type & (OP_EXEC | OP_USE))) { in Make_Update()
524 if ((cgn->type & (OP_EXEC | OP_USE | OP_INVISIBLE)) == 0) { in Make_DoAllVar()
H A DGNode.h82 #define OP_EXEC 0x00000020 /* Target is never out of date, but macro
H A Dtarg.c339 { OP_EXEC, ".EXEC" }, in Targ_PrintType()
380 if (!(gn->type & (OP_JOIN | OP_USE | OP_EXEC))) { in TargPrintNode()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dcompat.c600 if (!(gn->type & OP_EXEC)) { in Compat_Make()
629 if ((gn->type & OP_EXEC) == 0) { in Compat_Make()
635 if ((gn->type & OP_EXEC) == 0) { in Compat_Make()
H A Dmake.h253 #define OP_EXEC 0x00000020 /* Target is never out of date, but always macro
302 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_EXEC|OP_TRANSFORM)
H A Dmake.c223 if ((gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC)) == 0) { in Make_OODate()
281 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) { in Make_OODate()
759 if ( ! (cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE))) { in Make_Update()
892 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) { in MakeAddAllSrc()
/dports/devel/bmake/bmake/
H A Dcompat.c589 if (!(gn->type & OP_EXEC)) { in MakeUnmade()
618 if (!(gn->type & OP_EXEC)) { in MakeOther()
624 if (!(gn->type & OP_EXEC)) in MakeOther()
H A Dmake.c144 OP_OPTIONAL, OP_USE, OP_EXEC, OP_IGNORE,
236 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in GNode_IsOODate()
291 } else if (gn->type & (OP_FORCE | OP_EXEC | OP_PHONY)) { in GNode_IsOODate()
708 if (!(cgn->type & (OP_EXEC | OP_USE | OP_USEBEFORE))) { in Make_Update()
813 if (cgn->type & (OP_EXEC | OP_USE | OP_USEBEFORE | OP_INVISIBLE)) in MakeAddAllSrc()
H A Dtarg.c434 PRINTBIT(OP_EXEC, ".EXEC"); in Targ_PrintType()
504 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in Targ_PrintNode()
H A Dmake.h250 OP_EXEC = 1 << 5, enumerator
322 OP_NOTARGET = OP_NOTMAIN | OP_USE | OP_EXEC | OP_TRANSFORM
/dports/net/kippo/kippo-0.9/kippo/core/
H A Dttylog.py8 OP_OPEN, OP_CLOSE, OP_WRITE, OP_EXEC = 1, 2, 3, 4 variable
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/core/
H A Dttylog.py15 OP_OPEN, OP_CLOSE, OP_WRITE, OP_EXEC = 1, 2, 3, 4 variable
/dports/editors/hexer/hexer-1.0.3/
H A Dcalc.c108 OP_EXEC, enumerator
863 case OP_EXEC: in calc_operation()
922 else if (x.u.uo == OP_EXEC && sp > 3) in calc_reduce()
1228 x.u.uo = OP_EXEC; in calc_scan()
1273 if (stack[1].type != CO_UNARY_OPERATOR || stack[1].u.uo != OP_EXEC) in main()
1321 if (stack[1].type != CO_UNARY_OPERATOR || stack[1].u.uo != OP_EXEC) in calculator()
/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/disasm-lib/
H A Ddisasm.h369 #define OP_EXEC (1<<15) // operand is executed macro
372 #define OP_COND_EXEC (OP_CONDE|OP_EXEC) // executed only if the pre-conditions are met
/dports/net/kippo/kippo-0.9/utils/
H A Dplaylog.py8 OP_OPEN, OP_CLOSE, OP_WRITE, OP_EXEC = 1, 2, 3, 4 variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/apparmor/include/
H A Daudit.h91 #define OP_EXEC "exec" macro
/dports/security/cowrie/cowrie-2.2.0/bin/
H A Dplaylog12 OP_OPEN, OP_CLOSE, OP_WRITE, OP_EXEC = 1, 2, 3, 4
H A Dasciinema9 OP_OPEN, OP_CLOSE, OP_WRITE, OP_EXEC = 1, 2, 3, 4
/dports/multimedia/libv4l/linux-5.13-rc2/security/apparmor/include/
H A Daudit.h91 #define OP_EXEC "exec" macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/apparmor/include/
H A Daudit.h91 #define OP_EXEC "exec" macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dopnames.h335 OP_EXEC = 318, enumerator
/dports/lang/perl5.32/perl-5.32.1/
H A Dopnames.h335 OP_EXEC = 318, enumerator
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dopnames.h335 OP_EXEC = 318, enumerator
/dports/lang/perl5.34/perl-5.34.0/
H A Dopnames.h335 OP_EXEC = 318, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/apparmor/
H A Ddomain.c712 aa_audit_file(profile, &perms, OP_EXEC, MAY_EXEC, name, target, new, in profile_transition()
788 return aa_audit_file(profile, &perms, OP_EXEC, AA_MAY_ONEXEC, xname, in profile_onexec()
972 aa_audit_file(profile, &nullperms, OP_EXEC, MAY_EXEC, in apparmor_bprm_creds_for_exec()

1234