Home
last modified time | relevance | path

Searched defs:STATUS (Results 1 – 25 of 1436) sorted by relevance

12345678910>>...58

/dports/devel/py-moto/moto-2.2.16/moto/stepfunctions/
H A Dexceptions.py6 STATUS = 400 variable in ExecutionAlreadyExists
11 STATUS = 400 variable in ExecutionDoesNotExist
16 STATUS = 400 variable in InvalidArn
21 STATUS = 400 variable in InvalidName
26 STATUS = 400 variable in InvalidExecutionInput
31 STATUS = 400 variable in StateMachineDoesNotExist
36 STATUS = 400 variable in InvalidToken
44 STATUS = 400 variable in ResourceNotFound
/dports/security/ossec-hids-server/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dapparmor.ini2 …:88986): apparmor="ALLOWED" operation="getattr" profile="/usr/sbin/dovecot//null-1//null-2//null-4…
4 rule = 52001
5 alert = 0
6 decoder = iptables
9 …7:2): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=2185 comm="apparmor_parser"
11 rule = 52001
12 alert = 0
13 decoder = iptables
/dports/security/ossec-hids-local/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dapparmor.ini2 …:88986): apparmor="ALLOWED" operation="getattr" profile="/usr/sbin/dovecot//null-1//null-2//null-4…
4 rule = 52001
5 alert = 0
6 decoder = iptables
9 …7:2): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=2185 comm="apparmor_parser"
11 rule = 52001
12 alert = 0
13 decoder = iptables
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dapparmor.ini2 …:88986): apparmor="ALLOWED" operation="getattr" profile="/usr/sbin/dovecot//null-1//null-2//null-4…
4 rule = 52001
5 alert = 0
6 decoder = iptables
9 …7:2): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=2185 comm="apparmor_parser"
11 rule = 52001
12 alert = 0
13 decoder = iptables
/dports/lang/scheme48/scheme48-1.9.2/c/
H A Dunix.h11 #define RETRY_NULL(STATUS, CALL) \ argument
16 #define RETRY_NEG(STATUS, CALL) \ argument
21 #define RETRY_OR_RAISE_NULL(STATUS, CALL) \ argument
31 #define RETRY_OR_RAISE_NEG(STATUS, CALL) \ argument
/dports/devel/py-moto/moto-2.2.16/moto/eks/
H A Dexceptions.py18 STATUS = 409 variable in ResourceInUseException
23 STATUS = 404 variable in ResourceNotFoundException
28 STATUS = 400 variable in InvalidParameterException
33 STATUS = 400 variable in InvalidRequestException
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Djimiocompat.h49 #define WIFEXITED(STATUS) (((STATUS) & 0xff00) == 0) argument
50 #define WEXITSTATUS(STATUS) ((STATUS) & 0x00ff) argument
51 #define WIFSIGNALED(STATUS) (((STATUS) & 0xff00) != 0) argument
52 #define WTERMSIG(STATUS) (((STATUS) >> 8) & 0xff) argument
/dports/databases/pgrouting/pgrouting-3.2.0/
H A DREADME.md5 ## STATUS section in pgRouting - Routing on PostgreSQL
7 ### Branches
22 ## STATUS section in pgRouting - Routing on PostgreSQL
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/test/
H A Dsnmp_compiler_SUITE.erl640 STATUS current function
646 STATUS current function
654 STATUS current function
662 STATUS current function
678 STATUS current function
686 STATUS current function
694 STATUS current function
702 STATUS current function
711 STATUS current function
717 STATUS current function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/test/
H A Dsnmp_compiler_SUITE.erl640 STATUS current function
646 STATUS current function
654 STATUS current function
662 STATUS current function
678 STATUS current function
686 STATUS current function
694 STATUS current function
702 STATUS current function
711 STATUS current function
717 STATUS current function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/test/
H A Dsnmp_compiler_test.erl593 STATUS current function
599 STATUS current function
607 STATUS current function
615 STATUS current function
631 STATUS current function
639 STATUS current function
647 STATUS current function
655 STATUS current function
664 STATUS current function
670 STATUS current function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/test/
H A Dsnmp_compiler_SUITE.erl640 STATUS current function
646 STATUS current function
654 STATUS current function
662 STATUS current function
678 STATUS current function
686 STATUS current function
694 STATUS current function
702 STATUS current function
711 STATUS current function
717 STATUS current function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/test/
H A Dsnmp_compiler_SUITE.erl640 STATUS current function
646 STATUS current function
654 STATUS current function
662 STATUS current function
678 STATUS current function
686 STATUS current function
694 STATUS current function
702 STATUS current function
711 STATUS current function
717 STATUS current function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/test/
H A Dsnmp_compiler_SUITE.erl640 STATUS current function
646 STATUS current function
654 STATUS current function
662 STATUS current function
678 STATUS current function
686 STATUS current function
694 STATUS current function
702 STATUS current function
711 STATUS current function
717 STATUS current function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/test/
H A Dsnmp_compiler_SUITE.erl640 STATUS current function
646 STATUS current function
654 STATUS current function
662 STATUS current function
678 STATUS current function
686 STATUS current function
694 STATUS current function
702 STATUS current function
711 STATUS current function
717 STATUS current function
[all …]
/dports/lang/jimtcl/jimtcl-0.81/
H A Djimiocompat.h50 #define WIFEXITED(STATUS) (((STATUS) & 0xff00) == 0) argument
51 #define WEXITSTATUS(STATUS) ((STATUS) & 0x00ff) argument
52 #define WIFSIGNALED(STATUS) (((STATUS) & 0xff00) != 0) argument
53 #define WTERMSIG(STATUS) (((STATUS) >> 8) & 0xff) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_ragel/
H A Ddecoder_internal.h23 #define SET_DATA16_PREFIX(STATUS) instruction.prefix.data16 = (STATUS) argument
24 #define SET_LOCK_PREFIX(STATUS) instruction.prefix.lock = (STATUS) argument
25 #define SET_REPZ_PREFIX(STATUS) instruction.prefix.repz = (STATUS) argument
26 #define SET_REPNZ_PREFIX(STATUS) instruction.prefix.repnz = (STATUS) argument
27 #define SET_BRANCH_TAKEN(STATUS) instruction.prefix.branch_taken = (STATUS) argument
28 #define SET_BRANCH_NOT_TAKEN(STATUS) \ argument
/dports/deskutils/recoll/recoll-1.31.2/xaposix/
H A Dsafesyswait.h32 # define WIFEXITED(STATUS) (STATUS != -1) argument
35 # define WEXITSTATUS(STATUS) (STATUS) argument
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dsafesyswait.h32 # define WIFEXITED(STATUS) (STATUS != -1) argument
35 # define WEXITSTATUS(STATUS) (STATUS) argument
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dsafesyswait.h32 # define WIFEXITED(STATUS) (STATUS != -1) argument
35 # define WEXITSTATUS(STATUS) (STATUS) argument
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dsafesyswait.h32 # define WIFEXITED(STATUS) (STATUS != -1) argument
35 # define WEXITSTATUS(STATUS) (STATUS) argument
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dsafesyswait.h32 # define WIFEXITED(STATUS) (STATUS != -1) argument
35 # define WEXITSTATUS(STATUS) (STATUS) argument
/dports/graphics/pgplot/pgplot/sys/
H A Dgrgmsg.f4 SUBROUTINE GRGMSG (STATUS) argument
5 INTEGER STATUS local
/dports/science/siesta/siesta-4.1.5/Util/Bands/
H A Df2kcli.F9045 SUBROUTINE GET_COMMAND(COMMAND,LENGTH,STATUS) argument
73 INTEGER , INTENT(OUT), OPTIONAL :: STATUS local
134 SUBROUTINE GET_COMMAND_ARGUMENT(NUMBER,VALUE,LENGTH,STATUS) argument
179 INTEGER , INTENT(OUT), OPTIONAL :: STATUS local
/dports/science/siesta/siesta-4.1.5/Util/DensityMatrix/
H A Df2kcli.F9045 SUBROUTINE GET_COMMAND(COMMAND,LENGTH,STATUS) argument
73 INTEGER , INTENT(OUT), OPTIONAL :: STATUS local
134 SUBROUTINE GET_COMMAND_ARGUMENT(NUMBER,VALUE,LENGTH,STATUS) argument
179 INTEGER , INTENT(OUT), OPTIONAL :: STATUS local

12345678910>>...58