Home
last modified time | relevance | path

Searched refs:EXIT (Results 1 - 25 of 116) sorted by relevance

12345

/third_party/backends/frontend/
H A Djpegtopdf.c159 goto EXIT; in re_write_if_fail()
165 goto EXIT; in re_write_if_fail()
169 EXIT: in re_write_if_fail()
189 goto EXIT; in _get_current_time()
196 goto EXIT; in _get_current_time()
201 goto EXIT; in _get_current_time()
220 EXIT: in _get_current_time()
231 goto EXIT; in sane_pdf_open()
235 goto EXIT; in sane_pdf_open()
247 EXIT in sane_pdf_open()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c100 if (nestlevel == 0) goto EXIT; in find_text_end()
104 else if (*ptr == CHAR_COLON && !last && nestlevel == 0) goto EXIT; in find_text_end()
138 goto EXIT; in find_text_end()
153 goto EXIT; in find_text_end()
160 EXIT: in find_text_end()
352 goto EXIT; in pcre2_substitute()
368 goto EXIT; in pcre2_substitute()
405 if (rc != PCRE2_ERROR_NOMATCH) goto EXIT; in pcre2_substitute()
450 goto EXIT; in pcre2_substitute()
470 goto EXIT; in pcre2_substitute()
[all...]
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_01.c102 goto EXIT; in umount2_verify()
113 goto EXIT; in umount2_verify()
136 goto EXIT; in umount2_verify()
141 EXIT: in umount2_verify()
/third_party/protobuf/kokoro/linux/bazel/
H A Dbuild.sh25 trap print_test_logs EXIT
34 trap - EXIT
/third_party/ltp/testcases/lib/
H A Dcmdlib.sh38 # Disable the trap EXIT handler.
39 trap '' EXIT
72 trap tst_cleanup EXIT
/third_party/openssl/ohos_lite/
H A De_os.h213 # define EXIT(n) exit(n) macro
283 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) macro
301 # define EXIT(n) exit(n) macro
/third_party/mbedtls/tests/
H A Dcompat.sh840 # wait for client to terminate and set EXIT
851 EXIT=$?
856 echo "EXIT: $EXIT" >> $CLI_OUT
929 if [ $EXIT -eq 0 ]; then
954 if [ $EXIT -eq 0 ]; then
979 case $EXIT in
1004 echo "EXIT: $EXIT" >> $CLI_OUT
/third_party/ltp/testcases/kernel/syscalls/mq_unlink/
H A Dmq_unlink01.c89 goto EXIT; in do_test()
102 EXIT: in do_test()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DInstrumentationMap.h40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; member in llvm::xray::SledEntry::FunctionKinds
106 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT); in enumeration()
H A DXRayRecord.h59 EXIT, member in llvm::xray::RecordTypes
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh114 trap "cleanup ${TEST_NAME}" EXIT
141 trap - EXIT
/third_party/node/deps/openssl/openssl/
H A De_os.h160 # define EXIT(n) exit(n) macro
230 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) macro
244 # define EXIT(n) exit(n) macro
/third_party/openssl/
H A De_os.h160 # define EXIT(n) exit(n) macro
230 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) macro
244 # define EXIT(n) exit(n) macro
/third_party/python/Objects/
H A Dcapsule.c227 goto EXIT; in PyCapsule_Import()
243 EXIT: in PyCapsule_Import()
/third_party/ltp/testcases/misc/lvm/
H A Dgenerate_lvm_runfile.sh17 trap '[ $? -eq 0 ] || tst_brk TBROK "Cannot create LVM runfile"' EXIT
/third_party/FatFs/source/
H A Dff.c5736 if (!pte[4]) {fr = FR_MKFS_ABORTED; goto EXIT;} /* No partition? */
5741 if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_vol) != RES_OK) {fr = FR_DISK_ERR; goto EXIT;}
5742 b_vol = (fsopt & FM_SFD) ? 0 : 63; /* Volume start sector */ if (sz_vol < b_vol) {fr = FR_MKFS_ABORTED; goto EXIT;}
5745 if (sz_vol < 128) {fr = FR_MKFS_ABORTED; goto EXIT;} /* Check if volume size is >=128s */
5750 if (sz_au > 128) {fr = FR_INVALID_PARAMETER; goto EXIT;} /* Invalid AU for FAT/FAT32? */
5756 if (!(fsopt & FM_FAT)) {fr = FR_INVALID_PARAMETER; goto EXIT;} /* no-FAT? */
5773 if (n_clst <= MAX_FAT16 || n_clst > MAX_FAT32) {fr = FR_MKFS_ABORTED; goto EXIT;}
5807 goto EXIT;
5813 {fr = FR_MKFS_ABORTED; goto EXIT;}
5825 {fr = FR_MKFS_ABORTED; goto EXIT;}
[all...]
/third_party/node/tools/dep_updaters/
H A Dupdate-ada.sh28 trap cleanup INT TERM EXIT
H A Dupdate-nghttp3.sh41 trap cleanup INT TERM EXIT
H A Dupdate-npm.sh32 trap cleanup INT TERM EXIT
H A Dupdate-histogram.sh41 trap cleanup INT TERM EXIT
H A Dupdate-simdutf.sh39 trap cleanup INT TERM EXIT
/third_party/protobuf/
H A Dbuild_files_updated_unittest.sh41 trap cleanup EXIT
/third_party/node/deps/v8/tools/cppgc/
H A Dtest_cmake.sh27 trap cleanup EXIT
/third_party/node/tools/
H A Dupdate-llhttp.sh24 trap cleanup INT TERM EXIT
/third_party/musl/porting/linux/user/tools/
H A Dinstall.sh48 trap 'rm -f "$tmp"' EXIT INT QUIT TERM HUP

Completed in 25 milliseconds

12345