/third_party/mbedtls/programs/pkey/ |
H A D | rsa_verify_pss.c | 50 psa_status_t status = psa_crypto_init(); in main() local 51 if (status != PSA_SUCCESS) { in main() 53 (int) status); in main()
|
H A D | pk_decrypt.c | 59 psa_status_t status = psa_crypto_init(); in main() local 60 if (status != PSA_SUCCESS) { in main() 62 (int) status); in main()
|
H A D | pk_sign.c | 55 psa_status_t status = psa_crypto_init(); in main() local 56 if (status != PSA_SUCCESS) { in main() 58 (int) status); in main()
|
H A D | pk_encrypt.c | 55 psa_status_t status = psa_crypto_init(); in main() local 56 if (status != PSA_SUCCESS) { in main() 58 (int) status); in main()
|
H A D | pk_verify.c | 47 psa_status_t status = psa_crypto_init(); in main() local 48 if (status != PSA_SUCCESS) { in main() 50 (int) status); in main()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_core03.c | 33 int status, ret; in wait_for_pid() local 36 ret = waitpid(pid, &status, 0); in wait_for_pid() 44 if (WIFSIGNALED(status)) in wait_for_pid()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns05.c | 83 int i, status, children; in run() local 100 SAFE_WAITPID(0, &status, 0); in run() 109 waitpid(pids[i], &status, 0); in run()
|
/third_party/node/test/node-api/test_policy/ |
H A D | test_policy.js | 39 const { status, stdout, stderr } = spawnSync(process.execPath, [ 47 assert.notStrictEqual(status, 0); 49 assert.strictEqual(status, 0);
|
/third_party/musl/src/linux/liteos_a/ |
H A D | clone.c | 32 int status; in __start_child() local 49 status = func(arg); in __start_child() 50 exit(status); in __start_child()
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
H A D | clone.c | 17 int status; in __start_child() local 34 status = func(arg); in __start_child() 35 exit(status); in __start_child()
|
/third_party/nghttp2/src/ |
H A D | shrpx_dual_dns_resolver.cc | 34 auto status = this->get_status(&result); in DualDNSResolver() 35 switch (status) { in DualDNSResolver() 44 cb(status, &result); in DualDNSResolver()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbisetb.h | 54 RangeDescriptor(UErrorCode &status); 55 RangeDescriptor(const RangeDescriptor &other, UErrorCode &status); 57 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with
|
H A D | cmemory.cpp | 116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status) in u_setMemoryFunctions() argument 118 if (U_FAILURE(*status)) { in u_setMemoryFunctions() 122 *status = U_ILLEGAL_ARGUMENT_ERROR; in u_setMemoryFunctions()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | zonemeta.h | 34 * If the given system tzid is not known, U_ILLEGAL_ARGUMENT_ERROR is set in the status. 39 static UnicodeString& U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status); 45 * is set in the status. 47 * @param status Receives the status 50 static const char16_t* U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status); 59 * If the given system tzid is not known, U_ILLEGAL_ARGUMENT_ERROR is set in the status. 63 * @param status Receives the status 66 static UnicodeString& U_EXPORT2 getIanaID(const UnicodeString& tzid, UnicodeString& ianaID, UErrorCode& status); [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucbuf.h | 186 int32_t* signatureLength, UErrorCode* status); 205 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status); 214 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | winutil.cpp | 44 UErrorCode status = U_ZERO_ERROR; in EnumLocalesProc() local 60 localeIDLen = uprv_convertToPosix(lcidRecords[lcidCount].lcid, localeID, UPRV_LENGTHOF(localeID), &status); in EnumLocalesProc() 61 if (U_SUCCESS(status)) { in EnumLocalesProc()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucbuf.h | 186 int32_t* signatureLength, UErrorCode* status); 205 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status); 214 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open05.c | 54 int e_code, status, retval = 0; in main() local 99 wait(&status); in main() 100 /* make sure the child returned a good exit status */ in main() 101 e_code = status >> 8; in main()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages02.c | 91 int status[TEST_PAGES]; in main() local 104 numa_move_pages(0, TEST_PAGES, pages, nodes, status, in main() 117 verify_pages_on_node(pages, status, TEST_PAGES, to_node); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
H A D | mprotect03.c | 61 int status; variable 109 waitpid(pid, &status, 0); in main() 110 if (WEXITSTATUS(status) != 0) { in main() 112 "unexpected status"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl03.c | 17 * status. 62 int status, ret; in verify_prctl() local 105 ret = wait(&status); in verify_prctl() 107 tst_res(TPASS, "wait() got orphaned process, pid %d, status %d", in verify_prctl() 108 ret, status); in verify_prctl()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid03.c | 80 int status, ret; in main() local 137 ret = waitpid(pid[MAXUPRC / 2], &status, 0); in main() 151 ret = waitpid(pid[MAXUPRC / 2], &status, 0); in main()
|
/third_party/libevdev/test/ |
H A D | test-main.c | 30 int status; in is_debugger_attached() local 46 waitpid(pid, &status, 0); in is_debugger_attached() 47 rc = WEXITSTATUS(status); in is_debugger_attached()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 5-1.c | 64 int status; in main() local 68 wait(&status); in main() 69 if (WEXITSTATUS(status)) { in main()
|
/third_party/lzma/C/ |
H A D | Lzma2Dec.h | 42 status:
50 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
53 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
107 status:
117 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc);
|