#if !defined(__clang__) || defined(__EMSCRIPTEN__) #if defined(__EMSCRIPTEN__) #pragma message("This source file was transformed for Clang, but it seems you are attempting to compile it with Emcc. That could be the cause of errors or other unexpected results. It is intended that the compiler used to compile the source be the same as that specified in the --Environment or --Compiler command line options to Tigress.") #elif defined(__GNUC__) #pragma message("This source file was transformed for Clang, but it seems you are attempting to compile it with Gcc. That could be the cause of errors or other unexpected results. It is intended that the compiler used to compile the source be the same as that specified in the --Environment or --Compiler command line options to Tigress.") #elif defined(_MSC_VER) #pragma message("This source file was transformed for Clang, but it seems you are attempting to compile it with Msvc. That could be the cause of errors or other unexpected results. It is intended that the compiler used to compile the source be the same as that specified in the --Environment or --Compiler command line options to Tigress.") #else #pragma message("This source file was transformed for Clang, but it seems you are attempting to compile it with some other compiler. That could be the cause of errors or other unexpected results. It is intended that the compiler used to compile the source be the same as that specified in the --Environment or --Compiler command line options to Tigress.") #endif #endif /* BEGIN-TIGRESS { "Tigress": { "Source": "This file was generated by Tigress, a product of the University of Arizona.", "Author": "Christian Collberg", "Contact": "collberg@gmail.com", "Version": "4.0.11,Operating system=Darwin, Architecture=x86_64, Git hash=ca7bf5794ca092b6c38b474a40597f413ea9f03f, Date=2025-07-25T08:10:49:+0000", "Url": "https://tigress.wtf" }, "Usage": { "Research": "Tigress is free to use for research purposes.", "Commercial": "Any use in a commercial setting requires a license from the University of Arizona." } } END-TIGRESS */ /* BEGIN-CONFIG [ { "Environment": { "architecture": "x86", "wordsize": "64", "os": "Darwin", "compiler": "Clang", "compilerVersion": "(1,0)" } }, { "Major version number": 4, "Minor version number": 2, "gcc version string": "Apple LLVM 16.0.0 (clang-1600.0.26.3)", "If assembly names have leading underscore": false, "Size of 'short'": 2, "Size of 'int'": 4, "Size of '_Bool'": 1, "Size of 'long'": 8, "Size of 'long long'": 8, "Size of pointers": 8, "Size of 'float'": 4, "Size of '_Float32x'": 0, "Size of '_Float64x'": 0, "Size of 'double'": 8, "Size of 'long double'": 16, "Size of '_Float16'": 2, "Size of '_Float128'": 0, "Size of 'float _Complex'": 8, "Size of 'double _Complex'": 16, "Size of 'long double _Complex'": 32, "Size of '_Float128 _Complex'": 0, "Size of 'void'": 1, "Size of function": 2, "Type of 'sizeof(T)'": "unsigned long", "Type of 'wchar_t'": "int", "Type of 'char16_t'": "unsigned short", "Type of 'char32_t'": "unsigned int", "Alignment of 'short'": 2, "Alignment of 'int'": 4, "Alignment of '_Bool'": 1, "Alignment of 'long'": 8, "Alignment of 'long long'": 8, "Alignment of pointers": 8, "Alignment of enum types": 4, "Alignment of 'float'": 4, "Alignment of '_Float32x'": 0, "Alignment of '_Float64x'": 0, "Alignment of 'double'": 8, "Alignment of 'long double'": 16, "Alignment of '_Float16'": 2, "Alignment of '_Float128'": 0, "Alignment of 'float _Complex'": 4, "Alignment of 'double _Complex'": 8, "Alignment of 'long double _Complex'": 16, "Alignment of '_Float128 _Complex'": 0, "Alignment of strings": 1, "Alignment of function": 4, "Alignment of anything with the 'aligned' attribute": 16, "Whether 'char' is unsigned": false, "whether the machine is little endian": true, "whether __thread is a keyword": true, "whether __builtin_va_list is builtin (gccism)": true }, { "C language specification": "C99", "Generate code for Microsoct MSVC": false, "Whether to convert local static variables into global static variables": false, "Whether to use the logical operands LAnd and LOr": false, "Whether to use GCC's computed gotos": true, "Whether to expand ranges of values in case statements": false }, { "Bitsize of char": 8, "Bitsize of signed char": 8, "Bitsize of unsigned char": 8, "Bitsize of _Bool": 8, "Bitsize of short": 16, "Bitsize of unsigned short": 16, "Bitsize of int": 32, "Bitsize of unsigned int": 32, "Bitsize of long": 64, "Bitsize of unsigned long": 64, "Bitsize of long long": 64, "Bitsize of unsigned long long": 64, "Bitsize of __int128": 128, "Bitsize of unsigned __int128": 128, "Bitsize of float": 32, "Bitsize of double": 64, "Bitsize of long double": 128, "Bitsize of float16": 16, "Bitsize of float128": 0, "Bitsize of float _Complex": 64, "Bitsize of double _Complex": 128, "Bitsize of long double _Complex": 256, "Bitsize of _float128 _Complex": 0 } ] END-CONFIG */ /* BEGIN-OPTIONS [ { "task": 1, "kind": "InitEntropy", "prefix": "", "seed": "", "funSpec": [ [ "id(init_tigress)", "" ] ], "globalVarSpec": [], "localVarSpec": [], "exclude": [], "funs": [ "init_tigress" ], "options": { "common": { "prefix": "", "verbosity": "None", "statistics": "None", "transformationKind": "Ident", "vlaTransformation": "alloca", "transformationNumber": "0" }, "updateKinds": [ "vars" ], "trace": [], "vars": [ "?1" ], "threadName": "entropyThread", "threadSleep": "100", "debug": "false", "obfuscate": "false" } }, { "task": 2, "kind": "InitOpaque", "prefix": "", "seed": "", "funSpec": [ [ "id(init_tigress)", "" ] ], "globalVarSpec": [], "localVarSpec": [], "exclude": [], "funs": [ "init_tigress" ], "options": { "common": { "prefix": "", "verbosity": "None", "statistics": "None", "transformationKind": "Ident", "vlaTransformation": "alloca", "transformationNumber": "0" }, "count": "1", "kinds": [ "list", "array", "env" ], "size": "30", "trace": [], "allowAddNodes": "false", "debug": "false" } }, { "task": 3, "kind": "Merge", "prefix": "", "seed": "", "funSpec": [ [ "id(fib)", "" ], [ "id(fac)", "" ], [ "id(init_tigress)", "" ] ], "globalVarSpec": [], "localVarSpec": [], "exclude": [], "funs": [ "fac", "fib", "init_tigress" ], "options": { "common": { "prefix": "", "verbosity": "None", "statistics": "None", "transformationKind": "Ident", "vlaTransformation": "alloca", "transformationNumber": "0" }, "name": "MERGED", "flatten": "false", "flattenDispatchKinds": [ "switch" ], "obfuscateSelect": "false", "opaque_kinds": [ "array" ], "splitBasicBlocks": "false", "randomizeBlocks": "false", "conditionalKinds": [ "branch" ] } }, { "task": 4, "kind": "Virtualize", "prefix": "", "seed": "", "funSpec": [ [ "id(MERGED)", "" ] ], "globalVarSpec": [], "localVarSpec": [], "exclude": [], "funs": [ "MERGED" ], "options": { "common": { "prefix": "", "verbosity": "None", "statistics": "None", "transformationKind": "Ident", "vlaTransformation": "alloca", "transformationNumber": "0" }, "kind": "direct", "operands": "stack", "maxDuplicateOps": "1", "maxMergeLength": "1", "stackSize": "32", "seed": "0", "superOperatorRatio": "2.", "taggedStore": "false", "randomizeOperators": "true", "randomizeOperandOrder": "true", "numberOfBogusFuns": "0", "bogusFunsGenerateOutput": "true", "bogusFunKinds": [ "arithSeq", "collatz" ], "bogusLoopKinds": [ "arithSeq", "collatz" ], "bogusLoopIterations": "0", "trace": [], "doPrintComment": "false", "doOptimizeBody": "false", "doOptimizeTreeCode": "false", "doReentrant": "false", "selfModifyingIndirectBranches": "false", "instructionHandlerSplitCount": "0", "addOpaqueToVPC": "false", "addOpaqueToBogusFuns": "false", "shortIdents": "false", "dump": [], "performance": [ "PointerStack" ], "implicitFlow": [], "implicitFlowOptions": { "common": { "prefix": "", "verbosity": "None", "statistics": "None", "transformationKind": "Ident", "vlaTransformation": "alloca", "transformationNumber": "0" }, "handlerCount": "1", "jitCount": "1", "jitFunctionBody": "(for (for (for (for (if (bb 2) (bb 2))))))", "kinds": [ "counter_int" ], "combiner": "*", "trainingKind": "gap", "time": "false", "trace": "false", "train": "false", "trainingTimesClock": "0", "trainingTimesThread": "0", "trainingMaxFailureRateClock": "5", "trainingMaxFailureRateThread": "1", "trainingMinGap": "80", "trainingData": "None", "trainingConfidenceLevel": "0.95", "trainingTargetErrorRate": "0.0001", "trainingParameterRange": [ "(trivial_clock,(1,10000))", "(trivial_thread_1,(1,10000))", "(trivial_thread_2,(1,10000))", "(trivial_counter,(1,10000))", "(file_cache_time,(1,1024))", "(file_cache_thread_1,(1,1024))", "(file_cache_thread_2,(1,1024))", "(file_cache_thread_timer,(1,1024))", "(mem_cache_time,(2,64))", "(mem_cache_thread_1,(2,64))", "(mem_cache_thread_2,(2,64))", "(jit_time,(0,0))", "(jit_thread_1,(0,0))", "(jit_thread_2,(0,0))", "(jit_thread_timer,(0,0))", "(branchPrediction_time,(2,10))" ] }, "conditionalKinds": [ "branch" ], "encodeByteArray": [], "obfuscateDecodeByteArray": "false", "structs": "None", "dynamicBytecode": "false", "dynamic": { "common": { "prefix": "", "verbosity": "None", "statistics": "None", "transformationKind": "Ident", "vlaTransformation": "alloca", "transformationNumber": "0" }, "encoding": [ "hard" ], "block_fraction": "*", "codecs": [ "xor_transfer", "xtea" ], "keyTypes": [ "data", "code" ], "frequency": "1", "reEncode": "true", "optimize_binary": [ "OMIT_FRAME_PTR", "OMIT_UNUSED_ASSIGNEMENTS", "JOIN_ADDMUL" ], "dump_opcodes": "0", "dump_tree": "false", "annotateTree": "false", "randomize_blocks": "false", "dump_intermediate": "false", "dump_cfg": "false", "implicitFlow": "false", "obfuscateHandle": "false", "obfuscateArguments": "false", "trace": "0", "traceExec": "false", "traceBlock": "false", "optimize": "true", "implicitFlowOptions": "None", "compileCommand": "gcc -std=c99 -o %o %i" } } }, { "task": 5, "kind": "RndArgs", "prefix": "", "seed": "", "funSpec": [ [ "id(MERGED)", "" ] ], "globalVarSpec": [], "localVarSpec": [], "exclude": [], "funs": [ "MERGED" ], "options": { "common": { "prefix": "", "verbosity": "None", "statistics": "None", "transformationKind": "Ident", "vlaTransformation": "alloca", "transformationNumber": "0" }, "bogusNo": "10" } } ] END-OPTIONS */ /* BEGIN-UNIVERSE { "Not added to universe": [ "__sync_fetch_and_xor_2", "__sync_nand_and_fetch_1", "__sync_and_and_fetch", "__sync_val_compare_and_swap_16", "__atomic_or_fetch", "__sync_sub_and_fetch_1", "__atomic_fetch_and", "__atomic_xor_fetch_16", "__atomic_fetch_nand_16", "__sync_add_and_fetch_4", "__sync_and_and_fetch_8", "__sync_fetch_and_add_2", "__sync_synchronize", "__sync_or_and_fetch", "__atomic_xor_fetch_8", "__atomic_xor_fetch_2", "__sync_fetch_and_and_8", "__atomic_store_16", "__atomic_fetch_and_8", "__sync_sub_and_fetch_2", "__atomic_and_fetch_2", "__atomic_fetch_add_8", "__c11_atomic_thread_fence", "__atomic_fetch_nand", "__atomic_store", "__atomic_add_fetch_2", "__sync_fetch_and_or_2", "__sync_sub_and_fetch", "__sync_fetch_and_add_1", "__sync_and_and_fetch_1", "__atomic_nand_fetch_16", "__sync_val_compare_and_swap_8", "__sync_xor_and_fetch_1", "__atomic_fetch_xor_8", "__sync_or_and_fetch_2", "__sync_fetch_and_sub_16", "__atomic_exchange_1", "__sync_fetch_and_and_2", "__sync_fetch_and_and", "__atomic_feraiseexcept", "__atomic_and_fetch_4", "__atomic_or_fetch_4", "__sync_xor_and_fetch_2", "__sync_swap_2", "__atomic_fetch_and_2", "__sync_val_compare_and_swap_4", "__sync_lock_release", "__sync_swap", "__atomic_fetch_nand_8", "__sync_fetch_and_add_4", "__atomic_fetch_nand_2", "__atomic_load_n", "__atomic_exchange_n", "__atomic_fetch_or_8", "__sync_lock_release_4", "__sync_fetch_and_max", "__atomic_fetch_or_4", "__atomic_load_2", "__atomic_fetch_sub_4", "__atomic_compare_exchange_1", "__sync_fetch_and_sub_2", "__atomic_load", "__atomic_or_fetch_16", "__atomic_add_fetch_16", "__sync_lock_release_1", "__atomic_fetch_add_16", "__sync_fetch_and_and_1", "__atomic_compare_exchange_2", "__sync_and_and_fetch_16", "__atomic_exchange", "__atomic_sub_fetch_2", "__atomic_fetch_xor_16", "__sync_xor_and_fetch_4", "__atomic_fetch_or_16", "__atomic_load_4", "__sync_fetch_and_sub_1", "__atomic_store_n", "__sync_fetch_and_sub_8", "__sync_fetch_and_or_16", "__sync_lock_test_and_set", "__atomic_fetch_and_16", "__sync_lock_test_and_set_2", "__atomic_nand_fetch", "__atomic_load_8", "__atomic_xor_fetch_4", "__atomic_fetch_sub_2", "__sync_fetch_and_xor_4", "__sync_fetch_and_or_1", "__atomic_store_8", "__sync_nand_and_fetch_4", "__atomic_or_fetch_2", "__atomic_fetch_xor", "__sync_add_and_fetch_8", "__atomic_fetch_xor_4", "__sync_bool_compare_and_swap", "__sync_fetch_and_xor_16", "__atomic_and_fetch_1", "__sync_lock_release_2", "__atomic_xor_fetch_1", "__sync_xor_and_fetch_8", "__warn_memset_zero_len", "__sync_fetch_and_xor_8", "__sync_fetch_and_sub", "__atomic_fetch_add_2", "__sync_swap_1", "__sync_fetch_and_xor_1", "__sync_fetch_and_add_16", "__sync_fetch_and_umin", "__atomic_fetch_sub", "__sync_fetch_and_nand_4", "__sync_add_and_fetch_2", "__c11_atomic_signal_fence", "__atomic_add_fetch_4", "__sync_fetch_and_min", "__sync_swap_8", "__sync_fetch_and_or", "__sync_sub_and_fetch_4", "__sync_lock_test_and_set_4", "__sync_or_and_fetch_8", "__sync_lock_release_16", "__sync_fetch_and_or_4", "__atomic_nand_fetch_8", "__atomic_sub_fetch_1", "__atomic_fetch_or", "__sync_fetch_and_nand_16", "__atomic_nand_fetch_4", "__sync_lock_release_8", "__sync_bool_compare_and_swap_1", "__atomic_sub_fetch_4", "__atomic_compare_exchange_n", "__sync_add_and_fetch", "__atomic_signal_fence", "__atomic_fetch_nand_1", "__atomic_and_fetch_16", "__sync_fetch_and_nand", "__atomic_thread_fence", "__sync_swap_4", "__atomic_test_and_set", "__sync_fetch_and_sub_4", "__atomic_exchange_16", "__xray_customevent", "__atomic_clear", "__atomic_fetch_xor_1", "__atomic_and_fetch", "__atomic_compare_exchange_4", "__sync_fetch_and_add_8", "__sync_or_and_fetch_16", "__sync_nand_and_fetch", "__atomic_load_16", "__atomic_always_lock_free", "__sync_xor_and_fetch", "__atomic_exchange_8", "__sync_xor_and_fetch_16", "__atomic_or_fetch_8", "__sync_add_and_fetch_1", "__sync_bool_compare_and_swap_2", "__atomic_or_fetch_1", "__sync_fetch_and_nand_8", "__atomic_fetch_add", "__atomic_nand_fetch_1", "__sync_bool_compare_and_swap_16", "__atomic_compare_exchange_16", "__atomic_fetch_or_1", "__atomic_fetch_add_1", "__c11_atomic_is_lock_free", "__xray_typedevent", "__sync_swap_16", "__atomic_fetch_sub_1", "__atomic_store_2", "__sync_sub_and_fetch_16", "__sync_fetch_and_nand_1", "__atomic_exchange_4", "__sync_fetch_and_nand_2", "__sync_nand_and_fetch_2", "__sync_fetch_and_xor", "__atomic_fetch_and_4", "__sync_or_and_fetch_1", "__atomic_compare_exchange", "__sync_or_and_fetch_4", "__sync_lock_test_and_set_16", "__atomic_load_1", "__sync_bool_compare_and_swap_8", "__atomic_fetch_xor_2", "__sync_val_compare_and_swap", "__atomic_store_4", "__atomic_fetch_and_1", "__atomic_fetch_nand_4", "__sync_sub_and_fetch_8", "__atomic_sub_fetch_8", "__atomic_fetch_sub_16", "__sync_bool_compare_and_swap_4", "__sync_val_compare_and_swap_2", "__sync_and_and_fetch_4", "__sync_lock_test_and_set_8", "__atomic_exchange_2", "__sync_fetch_and_or_8", "__sync_nand_and_fetch_16", "__atomic_fetch_add_4", "__atomic_nand_fetch_2", "__atomic_sub_fetch", "__sync_lock_test_and_set_1", "__atomic_compare_exchange_8", "__atomic_add_fetch", "__atomic_xor_fetch", "__sync_fetch_and_add", "__sync_and_and_fetch_2", "__atomic_add_fetch_1", "__atomic_add_fetch_8", "__sync_fetch_and_and_4", "__atomic_fetch_sub_8", "__sync_fetch_and_and_16", "__sync_val_compare_and_swap_1", "__atomic_store_1", "__atomic_fetch_or_2", "__atomic_sub_fetch_16", "__sync_add_and_fetch_16", "__sync_nand_and_fetch_8", "__atomic_is_lock_free", "__sync_fetch_and_umax", "__atomic_and_fetch_8" ], "Transformations": [ { "TransformationNumber": 200, "TransformationKind": "PlatformFixes", "TransformationUpdates": {} }, { "TransformationNumber": 5, "TransformationKind": "RndArgs", "TransformationUpdates": { "Modified Function Implementations": [ "main" ], "Modified Function Specifications": [ "MERGED" ] } }, { "TransformationNumber": 4, "TransformationKind": "Virtualize", "TransformationUpdates": { "Modified Function Implementations": [ "MERGED" ], "New Global Variables": { "_TIG_VZ_6LuO_4_MERGED_$strings": "INIT_FUN: '_TIG_VZ_6LuO_4_MERGED_$strings__INIT'" }, "New Types": [ "_TIG_VZ_6LuO_4_MERGED_$node" ] } }, { "TransformationNumber": 3, "TransformationKind": "Merge", "TransformationUpdates": { "Modified Function Implementations": [ "main" ], "New Functions": [ "MERGED" ], "Dead Functions": [ "init_tigress", "fib", "fac" ] } }, { "TransformationNumber": 2, "TransformationKind": "InitOpaque", "TransformationUpdates": { "Modified Function Implementations": [ "init_tigress" ], "New Global Variables": { "_TIG_iO_6LuO_2_init_tigress_1__opaque_array": "INIT_FUN: '_TIG_iO_6LuO_2_init_tigress_1__opaque_array__INIT'", "_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2": "INIT_FUN: '_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2__INIT'", "_TIG_iO_6LuO_2_init_tigress_1_opaque_list_2": "INIT_FUN: '_TIG_iO_6LuO_2_init_tigress_1_opaque_list_2__INIT'", "_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1": "INIT_FUN: '_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1__INIT'", "_TIG_iO_6LuO_2_init_tigress_1_opaque_list_1": "INIT_FUN: '_TIG_iO_6LuO_2_init_tigress_1_opaque_list_1__INIT'" }, "New Types": [ "_TIG_iO_6LuO_2_init_tigress_1_opaqueStructureType", "_TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct" ] } }, { "TransformationNumber": 1, "TransformationKind": "InitEntropy", "TransformationUpdates": { "New Global Variables": { "_TIG_iE_6LuO_1_alwaysZero": "INIT_FUN: '_TIG_iE_6LuO_1_alwaysZero__INIT'", "_TIG_iE_6LuO_1_entropy": "INIT_FUN: '_TIG_iE_6LuO_1_entropy__INIT'" } } }, { "TransformationNumber": 0, "TransformationKind": "Initialize", "TransformationUpdates": { "Modified Function Implementations": [ "main" ], "New Global Variables": { "_TIG_IZ_6LuO_envp": "INIT_FUN: '_TIG_IZ_6LuO_envp__INIT'", "_TIG_IZ_6LuO_argv": "INIT_FUN: '_TIG_IZ_6LuO_argv__INIT'", "_TIG_IZ_6LuO_argc": "INIT_FUN: '_TIG_IZ_6LuO_argc__INIT'" } } }, { "TransformationNumber": -1, "TransformationKind": "Initialize", "TransformationUpdates": { "New Functions": [ "main", "fib", "fac", "init_tigress", "__darwin_fd_clr", "__darwin_fd_set", "__darwin_fd_isset", "__darwin_check_fd_set", "_OSSwapInt64", "_OSSwapInt32", "_OSSwapInt16", "__sputc", "__sigbits", "__sincospi", "__sincospif", "__sincos", "__sincosf", "__inline_isnormall", "__inline_isnormald", "__inline_isnormalf", "__inline_signbitl", "__inline_signbitd", "__inline_signbitf", "__inline_isnanl", "__inline_isnand", "__inline_isnanf", "__inline_isinfl", "__inline_isinfd", "__inline_isinff", "__inline_isfinitel", "__inline_isfinited", "__inline_isfinitef" ], "New Externs": [ "__builtin_catanhf", "__builtin_ia32_psrawi", "__builtin_rotateright8", "__builtin_fdimf128", "__builtin_log1pf", "__builtin_ia32_vec_init_v4hi", "__builtin_isless", "__builtin_ia32_paddsw", "__builtin_snprintf", "__builtin_ia32_psubd", "__builtin_fmaxf", "__builtin_ia32_unpckhps", "__builtin_acos", "__builtin_ssubl_overflow", "__builtin___sprintf_chk", "__builtin_lgammaf", "__builtin_assume_aligned", "__builtin_stpncpy", "__builtin_signbitl", "__builtin_lround", "__builtin_rotateleft32", "__builtin_rindex", "__builtin_ilogbf128", "__builtin_subc", "__builtin_ia32_pmulhw", "__builtin_tanhf", "__builtin_copysignf16", "__builtin_mempcpy", "__builtin_subcs", "__builtin_strrchr", "__builtin_fprintf", "__builtin_ia32_pand", "__builtin_ctanhl", "__builtin_ia32_pslldi", "__builtin_sub_overflow", "__builtin_acoshf128", "__builtin_cpowf", "__builtin_sqrtl", "__builtin_parity", "__builtin_cosl", "__builtin_remainderf", "__builtin_char_memchr", "__builtin_ia32_psrlq", "__builtin_acosl", "__builtin_log2l", "__builtin_conjl", "__builtin_clz", "__builtin_add_overflow", "__builtin_log10", "__builtin___strcat_chk", "__builtin_cprojl", "__builtin_copysignf", "__builtin_modff", "__builtin_realloc", "__builtin_logf16", "__builtin_expm1f128", "__builtin_nanf128", "__builtin_cacoshl", "__builtin_frexp", "__builtin_acosf", "__builtin_sinhl", "__builtin___stpcpy_chk", "__builtin_is_aligned", "__builtin_dwarf_cfa", "__builtin_ia32_packuswb", "__builtin_ia32_psraw", "__builtin_casinhl", "__builtin_nexttowardl", "__builtin_va_start", "__builtin_scalbln", "__builtin_bswap16", "__builtin_wcslen", "__builtin_log10f16", "__builtin_init_dwarf_reg_size_table", "__builtin_ctz", "__builtin_strpbrk", "__builtin_strcpy", "__builtin_next_arg", "__builtin_sinf16", "__builtin_umull_overflow", "__builtin_scalbnf128", "__builtin_ia32_pandn", "__builtin_log10f", "__builtin_fmodf16", "__builtin_csinh", "__builtin_floorf", "__builtin_matrix_transpose", "__builtin_ia32_pcmpeqw", "__builtin___get_unsafe_stack_top", "__builtin_log2f", "__builtin_wmemchr", "__builtin_ia32_subps", "__builtin_scalblnf", "__builtin_fmal", "__builtin_ia32_punpckhwd", "__builtin_parityll", "__builtin_va_end", "__builtin_bzero", "__builtin_strncmp", "__builtin_fminl", "__builtin_ia32_psradi", "__builtin_ssubll_overflow", "__builtin_sqrtf16", "__builtin_smull_overflow", "__builtin___vsprintf_chk", "__builtin_nansf128", "__builtin_lgammal", "__builtin_nans", "__builtin_ceilf16", "__builtin_exp", "__builtin_acosf128", "__builtin_rintf16", "__builtin_ia32_paddusw", "__builtin_wmemcmp", "__builtin_round", "__builtin_hypot", "__builtin_subcb", "__builtin___strlcpy_chk", "__builtin_csqrt", "__builtin_powif", "__builtin_log10l", "__builtin_log10f128", "__builtin_erff128", "__builtin_addcl", "__builtin_return_address", "__builtin_fabsf", "__builtin_ctanh", "__builtin_ctan", "__builtin_cbrtf128", "__builtin_atanhf", "__builtin_ia32_paddusb128", "__builtin_free", "__builtin_object_size", "__builtin_va_arg_pack_len", "__builtin_tanl", "__builtin_shufflevector", "__builtin_csinhl", "__builtin_stpcpy", "__builtin_eh_return_data_regno", "__builtin_cexpl", "__builtin_sinl", "__builtin_uaddll_overflow", "__builtin_rotateleft16", "__builtin_powf16", "__builtin_convertvector", "__builtin_sinhf", "__builtin_hypotl", "__builtin_ia32_stmxcsr", "__builtin_bswap64", "__builtin_objc_memmove_collectable", "__builtin_ia32_mulps", "__builtin_tan", "__builtin_llabs", "__builtin_inff", "__builtin_umul_overflow", "__builtin_fmax", "__builtin_erf", "__builtin_clzl", "__builtin_ia32_paddq", "__builtin_cosf16", "__builtin_tgammal", "__builtin_atan", "__builtin___fprintf_chk", "__builtin_wmemcpy", "__builtin_llrintf128", "__builtin_casin", "__builtin_logbf128", "__builtin_ctanf", "__builtin_ffsll", "__builtin_ia32_pshufw", "__builtin_logf128", "__builtin_index", "__builtin_ccosl", "__builtin_abort", "__builtin_powi", "__builtin_canonicalize", "__builtin_ia32_psllqi", "__builtin_strchr", "__builtin_logb", "__builtin_expf128", "__builtin_cimagf", "__builtin_creall", "__builtin_atanh", "__builtin_frexpl", "__builtin_exp2f128", "__builtin_csinf", "__builtin_ia32_psubusb", "__builtin_ia32_paddsb", "__builtin_creal", "__builtin_logl", "__builtin_remquo", "__builtin_fmaxl", "__builtin_ia32_cvtsi642ss", "__builtin_prefetch", "__builtin_nansl", "__builtin_erfc", "__builtin_ccoshl", "__builtin_ia32_emms", "__builtin_tanh", "__builtin_scalblnf128", "__builtin_ia32_psubusw128", "__builtin_unreachable", "__builtin_calloc", "__builtin_copysignl", "__builtin_llrint", "__builtin_ceil", "__builtin_usub_overflow", "__builtin_os_log_format", "__builtin_cproj", "__builtin_ia32_packssdw", "__builtin_powil", "__builtin_ia32_vec_init_v8qi", "__builtin_expl", "__builtin_memchr", "__builtin_ia32_cvttss2si64", "__builtin_copysign", "__builtin_addcb", "__builtin_logf", "__builtin_operator_delete", "__builtin_isunordered", "__builtin_casinf", "__builtin_ia32_cvtss2si64", "__builtin_ia32_paddusw128", "__builtin_os_log_format_buffer_size", "__builtin_memmove", "__builtin_fmaf", "__builtin_debugtrap", "__builtin_dynamic_object_size", "__builtin_ffs", "__builtin_usubl_overflow", "__builtin_addcs", "__builtin_cargl", "__builtin_tgammaf128", "__builtin_launder", "__builtin___memcpy_chk", "__builtin_cpowl", "__builtin_remainderf128", "__builtin_ssub_overflow", "__builtin_tgamma", "__builtin_matrix_column_major_store", "__builtin_strspn", "__builtin_conj", "__builtin_cprojf", "__builtin_canonicalizef", "__builtin_lrintl", "__builtin_fmaxf16", "__builtin_nan", "__builtin_strstr", "__builtin_expm1f", "__builtin___get_unsafe_stack_bottom", "__builtin_ia32_pcmpeqb", "__builtin_isnormal", "__builtin_atanl", "__builtin_wcsncmp", "__builtin_huge_valf128", "__builtin_clzll", "__builtin_cbrt", "__builtin_huge_valf", "__builtin_uadd_overflow", "__builtin_copysignf128", "__builtin_truncl", "__builtin___stpncpy_chk", "__builtin_ia32_punpckhbw", "__builtin_ia32_vec_init_v2si", "__builtin_roundf", "__builtin_cimag", "__builtin_ia32_pmaddwd", "__builtin___vsnprintf_chk", "__builtin_scalbn", "__builtin_lgammaf128", "__builtin_ia32_pcmpgtd", "__builtin_nanf", "__builtin_roundl", "__builtin_remainderl", "__builtin_saddl_overflow", "__builtin_ceilf128", "__builtin_signbitf", "__builtin_tgmath", "__builtin_ceill", "__builtin_smul_overflow", "__builtin_cabsl", "__builtin_ia32_psrad", "__builtin_fmin", "__builtin_floor", "__builtin_scalblnl", "__builtin_atan2f", "__builtin_cacosh", "__builtin___strlcat_chk", "__builtin_sinh", "__builtin_ilogbf", "__builtin_catanl", "__builtin_ia32_psubsw128", "__builtin_clzs", "__builtin_remquof", "__builtin_logbf", "__builtin_fma", "__builtin_asinhf128", "__builtin_infl", "__builtin_fminf128", "__builtin_bitreverse64", "__builtin_vsprintf", "__builtin_remquof128", "__builtin_atanhf128", "__builtin___get_unsafe_stack_ptr", "__builtin_signbit", "__builtin_lroundf", "__builtin_islessequal", "__builtin_exp2l", "__builtin_frame_address", "__builtin_nexttowardf128", "__builtin_isinf_sign", "__builtin_inff128", "__builtin_va_copy", "__builtin_erfcl", "__builtin_cacosf", "__builtin_frob_return_address", "__builtin_vsnprintf", "__builtin_sadd_overflow", "__builtin_tanf128", "__builtin_rotateleft64", "__builtin_matrix_column_major_load", "__builtin_popcountll", "__builtin_nearbyintf", "__builtin_atanf", "__builtin_rint", "__builtin_ia32_addps", "__builtin_rotateright64", "__builtin_readcyclecounter", "__builtin_llroundf", "__builtin_strcspn", "__builtin_asinf", "__builtin_lrint", "__builtin_erff", "__builtin_ia32_maxps", "__builtin_bcmp", "__builtin_asinf128", "__builtin_rotateleft8", "__builtin_ia32_por", "__builtin_nextafterf128", "__builtin_cosh", "__builtin_tgammaf", "__builtin_operator_new", "__builtin_crealf", "__builtin_longjmp", "__builtin_nextafterf", "__builtin_mul_overflow", "__builtin_ia32_psrlwi", "__builtin_coshl", "__builtin_ilogb", "__builtin_ia32_vec_ext_v8hi", "__builtin_cosf", "__builtin_strndup", "__builtin_cpow", "__builtin___mempcpy_chk", "__builtin_llrintf", "__builtin_hypotf128", "__builtin_complex", "__builtin_remainder", "__builtin_preserve_access_index", "__builtin_fmaf128", "__builtin_acosh", "__builtin_sin", "__builtin_llround", "__builtin_fabs", "__builtin_trunc", "__builtin_fmaxf128", "__builtin_ccosf", "__builtin_acoshl", "__builtin___clear_cache", "__builtin_strncasecmp", "__builtin_fdiml", "__builtin_ia32_paddw", "__builtin_sinhf128", "__builtin_isnan", "__builtin_fdim", "__builtin_isgreaterequal", "__builtin_nexttowardf", "__builtin_fminf16", "__builtin_ia32_packsswb", "__builtin_sqrt", "__builtin_umulll_overflow", "__builtin_floorf16", "__builtin_casinh", "__builtin_llrintl", "__builtin_expm1", "__builtin_exp2f", "__builtin_fabsl", "__builtin_setjmp", "__builtin_nearbyintl", "__builtin_nearbyintf128", "__builtin_lrintf", "__builtin_floorl", "__builtin_carg", "__builtin_csin", "__builtin_clogl", "__builtin_expect_with_probability", "__builtin_erfl", "__builtin_asinhl", "__builtin_memcpy", "__builtin_islessgreater", "__builtin_ia32_psrlqi", "__builtin_ia32_psubsb", "__builtin_ctanhf", "__builtin_wcscmp", "__builtin_ia32_psubusb128", "__builtin_bitreverse16", "__builtin_classify_type", "__builtin_cacos", "__builtin_lroundl", "__builtin_printf", "__builtin_sqrtf", "__builtin_assume", "__builtin_rintf", "__builtin_powf", "__builtin_powl", "__builtin_cimagl", "__builtin_addcll", "__builtin_ia32_psrlw", "__builtin_ia32_pslld", "__builtin_canonicalizef16", "__builtin___memccpy_chk", "__builtin_truncf128", "__builtin_nextafter", "__builtin_ia32_pxor", "__builtin_strdup", "__builtin_fabsf16", "__builtin_strcmp", "__builtin_atanf128", "__builtin_ia32_psubsb128", "__builtin_ia32_paddsw128", "__builtin_ldexpf", "__builtin_ia32_psrld", "__builtin_truncf16", "__builtin___memmove_chk", "__builtin_modff128", "__builtin_isfinite", "__builtin_conjf", "__builtin_roundf128", "__builtin_powf128", "__builtin_ctzs", "__builtin_roundf16", "__builtin_ia32_pcmpgtb", "__builtin_log1pf128", "__builtin_rotateright16", "__builtin_alloca", "__builtin_ldexpf128", "__builtin_cbrtl", "__builtin_csinhf", "__builtin_log2", "__builtin_ia32_paddd", "__builtin_modfl", "__builtin_ccos", "__builtin_casinhf", "__builtin_asin", "__builtin_erfcf128", "__builtin_clrsbll", "__builtin_ctzl", "__builtin_tanhl", "__builtin_saddll_overflow", "__builtin_labs", "__builtin_cabsf", "__builtin_ia32_punpckhdq", "__builtin_ia32_psubb", "__builtin_rintf128", "__builtin_fdimf", "__builtin_ia32_vec_ext_v2si", "__builtin_alloca_with_align", "__builtin_wmemmove", "__builtin_ia32_psubsw", "__builtin_strncpy", "__builtin_eh_return", "__builtin___memset_chk", "__builtin_scalbnf", "__builtin_fpclassify", "__builtin_huge_val", "__builtin_ia32_pcmpeqd", "__builtin_frexpf", "__builtin_wcschr", "__builtin_truncf", "__builtin_ia32_paddusb", "__builtin_canonicalizel", "__builtin_ia32_pcmpgtw", "__builtin_fmodl", "__builtin_isinf", "__builtin_ia32_psubq", "__builtin_strcat", "__builtin_ilogbl", "__builtin_bitreverse32", "__builtin_ceilf", "__builtin_dump_struct", "__builtin_return", "__builtin_asinl", "__builtin_frexpf128", "__builtin_ia32_psllwi", "__builtin_bitreverse8", "__builtin_va_arg_pack", "__builtin___strncpy_chk", "__builtin_nontemporal_store", "__builtin_lrintf128", "__builtin_malloc", "__builtin_atanhl", "__builtin_uaddl_overflow", "__builtin___strncat_chk", "__builtin_flt_rounds", "__builtin_huge_vall", "__builtin_ffsl", "__builtin___vprintf_chk", "__builtin_rintl", "__builtin_erfcf", "__builtin_ia32_unpcklps", "__builtin_strncat", "__builtin_ctzll", "__builtin_stdarg_start", "__builtin_nontemporal_load", "__builtin_cbrtf", "__builtin_ia32_pmullw", "__builtin_catan", "__builtin_ia32_punpcklbw", "__builtin_nexttoward", "__builtin_tanf", "__builtin_rotateright32", "__builtin_exp2", "__builtin_log1p", "__builtin_catanf", "__builtin_va_arg", "__builtin_expect", "__builtin_subcl", "__builtin_ia32_paddsb128", "__builtin___printf_chk", "__builtin_subcll", "__builtin___vfprintf_chk", "__builtin_fmod", "__builtin_ia32_paddb", "__builtin_call_with_static_chain", "__builtin_align_up", "__builtin_lgamma", "__builtin_ccosh", "__builtin_sqrtf128", "__builtin_ia32_vec_set_v8hi", "__builtin_ldexpl", "__builtin_usubll_overflow", "__builtin_sprintf", "__builtin_nearbyint", "__builtin_apply", "__builtin_sinf", "__builtin_logbl", "__builtin_log1pl", "__builtin_ia32_punpcklwd", "__builtin_asinh", "__builtin_constant_p", "__builtin_memcpy_inline", "__builtin_fminf", "__builtin_llroundl", "__builtin_csinl", "__builtin_ia32_punpckldq", "__builtin_log", "__builtin_expf", "__builtin_exp2f16", "__builtin_types_compatible_p", "__builtin_atan2l", "__builtin_apply_args", "__builtin_clrsb", "__builtin_catanhl", "__builtin___get_unsafe_stack_start", "__builtin_ia32_psubusw", "__builtin_llroundf128", "__builtin_ctanl", "__builtin_abs", "__builtin_log2f128", "__builtin_clogf", "__builtin_strlen", "__builtin_ia32_psubw", "__builtin_inf", "__builtin_cosf128", "__builtin_remquol", "__builtin_fmaf16", "__builtin_coshf128", "__builtin_cargf", "__builtin_acoshf", "__builtin_cacoshf", "__builtin_ia32_psllq", "__builtin_trap", "__builtin_smulll_overflow", "__builtin_parityl", "__builtin_cacosl", "__builtin_log2f16", "__builtin_annotation", "__builtin_clog", "__builtin_varargs_start", "__builtin_fabsf128", "__builtin_cexpf", "__builtin_unwind_init", "__builtin_isgreater", "__builtin___snprintf_chk", "__builtin_ia32_vec_ext_v4hi", "__builtin_cabs", "__builtin_expm1l", "__builtin_coshf", "__builtin_casinl", "__builtin_nansf", "__builtin_strcasecmp", "__builtin_hypotf", "__builtin_nextafterl", "__builtin_lroundf128", "__builtin_csqrtf", "__builtin_catanh", "__builtin_align_down", "__builtin_scalbnl", "__builtin_ia32_vec_set_v4hi", "__builtin_csqrtl", "__builtin_sinf128", "__builtin_atan2", "__builtin_popcountl", "__builtin_ia32_psllw", "__builtin___strcpy_chk", "__builtin_atan2f128", "__builtin_thread_pointer", "__builtin_addc", "__builtin_cos", "__builtin_cexp", "__builtin_memset", "__builtin_nanl", "__builtin_popcount", "__builtin_tanhf128", "__builtin_expf16", "__builtin_dwarf_sp_column", "__builtin_bcopy", "__builtin_memcmp", "__builtin_ccoshf", "__builtin_clrsbl", "__builtin_asinhf", "__builtin_floorf128", "__builtin_extend_pointer", "__builtin_ia32_ldmxcsr", "__builtin_extract_return_addr", "__builtin_bswap32", "__builtin_ldexp", "__builtin_unpredictable", "__builtin_fmodf", "__builtin_fmodf128", "__builtin_ia32_psrldi", "__assert_rtn", "dladdr", "dlclose", "dlerror", "dlopen", "dlsym", "dlopen_preflight", "__error", "__math_errhandling", "__fpclassifyf", "__fpclassifyd", "__fpclassifyl", "__inline_isfinitef", "__inline_isfinited", "__inline_isfinitel", "__inline_isinff", "__inline_isinfd", "__inline_isinfl", "__inline_isnanf", "__inline_isnand", "__inline_isnanl", "__inline_isnormalf", "__inline_isnormald", "__inline_isnormall", "__inline_signbitf", "__inline_signbitd", "__inline_signbitl", "acosf", "acos", "acosl", "asinf", "asin", "asinl", "atanf", "atan", "atanl", "atan2f", "atan2", "atan2l", "cosf", "cos", "cosl", "sinf", "sin", "sinl", "tanf", "tan", "tanl", "acoshf", "acosh", "acoshl", "asinhf", "asinh", "asinhl", "atanhf", "atanh", "atanhl", "coshf", "cosh", "coshl", "sinhf", "sinh", "sinhl", "tanhf", "tanh", "tanhl", "expf", "exp", "expl", "exp2f", "exp2", "exp2l", "expm1f", "expm1", "expm1l", "logf", "log", "logl", "log10f", "log10", "log10l", "log2f", "log2", "log2l", "log1pf", "log1p", "log1pl", "logbf", "logb", "logbl", "modff", "modf", "modfl", "ldexpf", "ldexp", "ldexpl", "frexpf", "frexp", "frexpl", "ilogbf", "ilogb", "ilogbl", "scalbnf", "scalbn", "scalbnl", "scalblnf", "scalbln", "scalblnl", "fabsf", "fabs", "fabsl", "cbrtf", "cbrt", "cbrtl", "hypotf", "hypot", "hypotl", "powf", "pow", "powl", "sqrtf", "sqrt", "sqrtl", "erff", "erf", "erfl", "erfcf", "erfc", "erfcl", "lgammaf", "lgamma", "lgammal", "tgammaf", "tgamma", "tgammal", "ceilf", "ceil", "ceill", "floorf", "floor", "floorl", "nearbyintf", "nearbyint", "nearbyintl", "rintf", "rint", "rintl", "lrintf", "lrint", "lrintl", "roundf", "round", "roundl", "lroundf", "lround", "lroundl", "llrintf", "llrint", "llrintl", "llroundf", "llround", "llroundl", "truncf", "trunc", "truncl", "fmodf", "fmod", "fmodl", "remainderf", "remainder", "remainderl", "remquof", "remquo", "remquol", "copysignf", "copysign", "copysignl", "nanf", "nan", "nanl", "nextafterf", "nextafter", "nextafterl", "nexttoward", "nexttowardf", "nexttowardl", "fdimf", "fdim", "fdiml", "fmaxf", "fmax", "fmaxl", "fminf", "fmin", "fminl", "fmaf", "fma", "fmal", "__inff", "__inf", "__infl", "__nan", "__exp10f", "__exp10", "__sincosf", "__sincos", "__cospif", "__cospi", "__sinpif", "__sinpi", "__tanpif", "__tanpi", "__sincospif", "__sincospi", "__sincosf_stret", "__sincos_stret", "__sincospif_stret", "__sincospi_stret", "j0", "j1", "jn", "y0", "y1", "yn", "scalb", "signgam", "rinttol", "roundtol", "drem", "finite", "gamma", "significand", "sched_yield", "sched_get_priority_min", "sched_get_priority_max", "tzname", "getdate_err", "timezone", "daylight", "asctime", "clock", "ctime", "difftime", "getdate", "gmtime", "localtime", "mktime", "strftime", "strptime", "time", "tzset", "asctime_r", "ctime_r", "gmtime_r", "localtime_r", "posix2time", "tzsetwall", "time2posix", "timelocal", "timegm", "nanosleep", "clock_getres", "clock_gettime", "clock_gettime_nsec_np", "clock_settime", "timespec_get", "qos_class_self", "qos_class_main", "pthread_attr_set_qos_class_np", "pthread_attr_get_qos_class_np", "pthread_set_qos_class_self_np", "pthread_get_qos_class_np", "pthread_override_qos_class_start_np", "pthread_override_qos_class_end_np", "pthread_atfork", "pthread_attr_destroy", "pthread_attr_getdetachstate", "pthread_attr_getguardsize", "pthread_attr_getinheritsched", "pthread_attr_getschedparam", "pthread_attr_getschedpolicy", "pthread_attr_getscope", "pthread_attr_getstack", "pthread_attr_getstackaddr", "pthread_attr_getstacksize", "pthread_attr_init", "pthread_attr_setdetachstate", "pthread_attr_setguardsize", "pthread_attr_setinheritsched", "pthread_attr_setschedparam", "pthread_attr_setschedpolicy", "pthread_attr_setscope", "pthread_attr_setstack", "pthread_attr_setstackaddr", "pthread_attr_setstacksize", "pthread_cancel", "pthread_cond_broadcast", "pthread_cond_destroy", "pthread_cond_init", "pthread_cond_signal", "pthread_cond_timedwait", "pthread_cond_wait", "pthread_condattr_destroy", "pthread_condattr_init", "pthread_condattr_getpshared", "pthread_condattr_setpshared", "pthread_create", "pthread_detach", "pthread_equal", "pthread_exit", "pthread_getconcurrency", "pthread_getschedparam", "pthread_getspecific", "pthread_join", "pthread_key_create", "pthread_key_delete", "pthread_mutex_destroy", "pthread_mutex_getprioceiling", "pthread_mutex_init", "pthread_mutex_lock", "pthread_mutex_setprioceiling", "pthread_mutex_trylock", "pthread_mutex_unlock", "pthread_mutexattr_destroy", "pthread_mutexattr_getprioceiling", "pthread_mutexattr_getprotocol", "pthread_mutexattr_getpshared", "pthread_mutexattr_gettype", "pthread_mutexattr_getpolicy_np", "pthread_mutexattr_init", "pthread_mutexattr_setprioceiling", "pthread_mutexattr_setprotocol", "pthread_mutexattr_setpshared", "pthread_mutexattr_settype", "pthread_mutexattr_setpolicy_np", "pthread_once", "pthread_rwlock_destroy", "pthread_rwlock_init", "pthread_rwlock_rdlock", "pthread_rwlock_tryrdlock", "pthread_rwlock_trywrlock", "pthread_rwlock_wrlock", "pthread_rwlock_unlock", "pthread_rwlockattr_destroy", "pthread_rwlockattr_getpshared", "pthread_rwlockattr_init", "pthread_rwlockattr_setpshared", "pthread_self", "pthread_setcancelstate", "pthread_setcanceltype", "pthread_setconcurrency", "pthread_setschedparam", "pthread_setspecific", "pthread_testcancel", "pthread_is_threaded_np", "pthread_threadid_np", "pthread_getname_np", "pthread_setname_np", "pthread_main_np", "pthread_mach_thread_np", "pthread_get_stacksize_np", "pthread_get_stackaddr_np", "pthread_cond_signal_thread_np", "pthread_cond_timedwait_relative_np", "pthread_create_suspended_np", "pthread_kill", "pthread_from_mach_thread_np", "pthread_sigmask", "pthread_yield_np", "signal", "sys_signame", "sys_siglist", "raise", "bsd_signal", "kill", "killpg", "sigaction", "sigaddset", "sigaltstack", "sigdelset", "sigemptyset", "sigfillset", "sighold", "sigignore", "siginterrupt", "sigismember", "sigpause", "sigpending", "sigprocmask", "sigrelse", "sigset", "sigsuspend", "sigwait", "psignal", "sigblock", "sigsetmask", "sigvec", "renameat", "renamex_np", "renameatx_np", "__stdinp", "__stdoutp", "__stderrp", "clearerr", "fclose", "feof", "ferror", "fflush", "fgetc", "fgetpos", "fgets", "fopen", "fprintf", "fputc", "fputs", "fread", "freopen", "fscanf", "fseek", "fsetpos", "ftell", "fwrite", "getc", "getchar", "gets", "perror", "printf", "putc", "putchar", "puts", "remove", "rename", "rewind", "scanf", "setbuf", "setvbuf", "sprintf", "sscanf", "tmpfile", "tmpnam", "ungetc", "vfprintf", "vprintf", "vsprintf", "ctermid", "fdopen", "fileno", "pclose", "popen", "__srget", "__svfscanf", "__swbuf", "flockfile", "ftrylockfile", "funlockfile", "getc_unlocked", "getchar_unlocked", "putc_unlocked", "putchar_unlocked", "getw", "putw", "tempnam", "fseeko", "ftello", "snprintf", "vfscanf", "vscanf", "vsnprintf", "vsscanf", "dprintf", "vdprintf", "getdelim", "getline", "fmemopen", "open_memstream", "sys_nerr", "sys_errlist", "asprintf", "ctermid_r", "fgetln", "fmtcheck", "fpurge", "setbuffer", "setlinebuf", "vasprintf", "zopen", "funopen", "__sprintf_chk", "__snprintf_chk", "__vsprintf_chk", "__vsnprintf_chk", "getpriority", "getiopolicy_np", "getrlimit", "getrusage", "setpriority", "setiopolicy_np", "setrlimit", "wait", "waitpid", "waitid", "wait3", "wait4", "alloca", "__mb_cur_max", "malloc", "calloc", "free", "realloc", "valloc", "aligned_alloc", "posix_memalign", "abort", "abs", "atexit", "atof", "atoi", "atol", "atoll", "bsearch", "div", "exit", "getenv", "labs", "ldiv", "llabs", "lldiv", "mblen", "mbstowcs", "mbtowc", "qsort", "rand", "srand", "strtod", "strtof", "strtol", "strtold", "strtoll", "strtoul", "strtoull", "system", "wcstombs", "wctomb", "_Exit", "a64l", "drand48", "ecvt", "erand48", "fcvt", "gcvt", "getsubopt", "grantpt", "initstate", "jrand48", "l64a", "lcong48", "lrand48", "mktemp", "mkstemp", "mrand48", "nrand48", "posix_openpt", "ptsname", "ptsname_r", "putenv", "random", "rand_r", "realpath", "seed48", "setenv", "setkey", "setstate", "srand48", "srandom", "unlockpt", "unsetenv", "arc4random", "arc4random_addrandom", "arc4random_buf", "arc4random_stir", "arc4random_uniform", "cgetcap", "cgetclose", "cgetent", "cgetfirst", "cgetmatch", "cgetnext", "cgetnum", "cgetset", "cgetstr", "cgetustr", "daemon", "devname", "devname_r", "getbsize", "getloadavg", "getprogname", "setprogname", "heapsort", "mergesort", "psort", "psort_r", "qsort_r", "radixsort", "rpmatch", "sradixsort", "sranddev", "srandomdev", "reallocf", "strtoq", "strtouq", "suboptarg", "memchr", "memcmp", "memcpy", "memmove", "memset", "strcat", "strchr", "strcmp", "strcoll", "strcpy", "strcspn", "strerror", "strlen", "strncat", "strncmp", "strncpy", "strpbrk", "strrchr", "strspn", "strstr", "strtok", "strxfrm", "strtok_r", "strerror_r", "strdup", "memccpy", "stpcpy", "stpncpy", "strndup", "strnlen", "strsignal", "memset_s", "memmem", "memset_pattern4", "memset_pattern8", "memset_pattern16", "strcasestr", "strnstr", "strlcat", "strlcpy", "strmode", "strsep", "swab", "timingsafe_bcmp", "bcmp", "bcopy", "bzero", "index", "rindex", "ffs", "strcasecmp", "strncasecmp", "ffsl", "ffsll", "fls", "flsl", "flsll", "mlockall", "munlockall", "mlock", "mmap", "mprotect", "msync", "munlock", "munmap", "shm_open", "shm_unlink", "posix_madvise", "madvise", "mincore", "minherit", "__darwin_check_fd_set_overflow", "adjtime", "futimes", "lutimes", "settimeofday", "getitimer", "gettimeofday", "select", "setitimer", "utimes", "getattrlistbulk", "getattrlistat", "setattrlistat", "faccessat", "fchownat", "linkat", "readlinkat", "symlinkat", "unlinkat", "_exit", "access", "alarm", "chdir", "chown", "close", "dup", "dup2", "execl", "execle", "execlp", "execv", "execve", "execvp", "fork", "fpathconf", "getcwd", "getegid", "geteuid", "getgid", "getgroups", "getlogin", "getpgrp", "getpid", "getppid", "getuid", "isatty", "link", "lseek", "pathconf", "pause", "pipe", "read", "rmdir", "setgid", "setpgid", "setsid", "setuid", "sleep", "sysconf", "tcgetpgrp", "tcsetpgrp", "ttyname", "ttyname_r", "unlink", "write", "confstr", "getopt", "optarg", "optind", "opterr", "optopt", "brk", "chroot", "crypt", "encrypt", "fchdir", "gethostid", "getpgid", "getsid", "getdtablesize", "getpagesize", "getpass", "getwd", "lchown", "lockf", "nice", "pread", "pwrite", "sbrk", "setpgrp", "setregid", "setreuid", "sync", "truncate", "ualarm", "usleep", "vfork", "fsync", "ftruncate", "getlogin_r", "fchown", "gethostname", "readlink", "setegid", "seteuid", "symlink", "pselect", "accessx_np", "acct", "add_profil", "endusershell", "execvP", "fflagstostr", "getdomainname", "getgrouplist", "gethostuuid", "getmode", "getpeereid", "getsgroups_np", "getusershell", "getwgroups_np", "initgroups", "issetugid", "mkdtemp", "mknod", "mkpath_np", "mkpathat_np", "mkstemps", "mkostemp", "mkostemps", "mkstemp_dprotected_np", "mkdtempat_np", "mkstempsat_np", "mkostempsat_np", "nfssvc", "profil", "pthread_setugid_np", "pthread_getugid_np", "reboot", "revoke", "rcmd", "rcmd_af", "rresvport", "rresvport_af", "iruserok", "iruserok_sa", "ruserok", "setdomainname", "setgroups", "sethostid", "sethostname", "setlogin", "setmode", "setrgid", "setruid", "setsgroups_np", "setusershell", "setwgroups_np", "strtofflags", "swapon", "ttyslot", "undelete", "unwhiteout", "syscall", "fgetattrlist", "fsetattrlist", "getattrlist", "setattrlist", "exchangedata", "getdirentriesattr", "searchfs", "fsctl", "ffsctl", "fsync_volume_np", "sync_volume_np", "optreset", "open", "openat", "creat", "fcntl", "openx_np", "open_dprotected_np", "flock", "filesec_init", "filesec_dup", "filesec_free", "filesec_get_property", "filesec_query_property", "filesec_set_property", "filesec_unset_property", "sys_cache_control", "sys_icache_invalidate", "sys_dcache_flush" ], "New Types": [ "max_align_t", "ptrdiff_t", "filesec_property_t", "__anonenum_filesec_property_t_291559284", "filesec_t", "_filesec", "log2phys", "fbootstraptransfer_t", "fbootstraptransfer", "fspecread_t", "fspecread", "ftrimactivefile_t", "ftrimactivefile", "fpunchhole_t", "fpunchhole", "fstore_t", "fstore", "fchecklv_t", "fchecklv", "fsignatures_t", "fsignatures", "fcodeblobs_t", "fcodeblobs", "radvisory", "flocktimeout", "flock", "searchstate", "fssearchblock", "uuid_t", "accessx_descriptor", "fsfilcnt_t", "fsblkcnt_t", "fd_mask", "useconds_t", "swblk_t", "segsz_t", "nlink_t", "key_t", "ino64_t", "ino_t", "in_port_t", "in_addr_t", "gid_t", "blksize_t", "blkcnt_t", "fixpt_t", "daddr_t", "caddr_t", "qaddr_t", "quad_t", "u_quad_t", "uint", "ushort", "u_long", "u_int", "u_short", "u_char", "clockinfo", "timezone", "itimerval", "suseconds_t", "timeval64", "fd_set", "fd_set", "rsize_t", "mode_t", "dev_t", "lldiv_t", "__anonstruct_lldiv_t_86583852", "ldiv_t", "__anonstruct_ldiv_t_748949161", "div_t", "__anonstruct_div_t_773697287", "wchar_t", "rune_t", "ct_rune_t", "wait", "__anonstruct_w_S_529377835", "__anonstruct_w_T_529377834", "proc_rlimit_control_wakeupmon", "rlimit", "rusage_info_current", "rusage_info_v4", "rusage_info_v3", "rusage_info_v2", "rusage_info_v1", "rusage_info_v0", "rusage_info_t", "rusage", "rlim_t", "timeval", "uintmax_t", "intmax_t", "uint_fast64_t", "uint_fast32_t", "uint_fast16_t", "uint_fast8_t", "int_fast64_t", "int_fast32_t", "int_fast16_t", "int_fast8_t", "uint_least64_t", "uint_least32_t", "uint_least16_t", "uint_least8_t", "int_least64_t", "int_least32_t", "int_least16_t", "int_least8_t", "uint64_t", "uint32_t", "uint16_t", "uint8_t", "id_t", "idtype_t", "__anonenum_idtype_t_558242672", "ssize_t", "off_t", "FILE", "__sFILE", "__sFILEX", "__sbuf", "fpos_t", "va_list___0", "__gnuc_va_list", "va_list", "sigstack", "sigvec", "sig_t", "sigaction", "__sigaction", "__sigaction_u", "siginfo_t", "__siginfo", "sigevent", "sigval", "uid_t", "pid_t", "ucontext_t", "__darwin_ucontext", "stack_t", "__darwin_sigaltstack", "mcontext_t", "__darwin_mcontext_avx512_64_full", "__darwin_mcontext_avx512_64", "__darwin_mcontext_avx64_full", "__darwin_mcontext_avx64", "__darwin_mcontext64_full", "__darwin_mcontext64", "__darwin_mcontext_avx512_32", "__darwin_mcontext_avx32", "__darwin_mcontext32", "__darwin_x86_cpmu_state64", "__darwin_x86_debug_state64", "__darwin_x86_exception_state64", "__darwin_x86_avx512_state64", "__darwin_x86_avx_state64", "__darwin_x86_float_state64", "__darwin_x86_thread_full_state64", "__darwin_x86_thread_state64", "__x86_pagein_state", "__darwin_x86_debug_state32", "__darwin_i386_exception_state", "__darwin_i386_avx512_state", "__darwin_i386_avx_state", "__darwin_i386_float_state", "__darwin_opmask_reg", "__darwin_zmm_reg", "__darwin_ymm_reg", "__darwin_xmm_reg", "__darwin_mmst_reg", "__darwin_fp_status_t", "__darwin_fp_status", "__darwin_fp_control_t", "__darwin_fp_control", "__darwin_i386_thread_state", "sig_atomic_t", "sigset_t", "mach_port_t", "pthread_override_t", "pthread_override_s", "qos_class_t", "__anonenum_788482901", "pthread_t", "pthread_rwlockattr_t", "pthread_rwlock_t", "pthread_once_t", "pthread_mutexattr_t", "pthread_mutex_t", "pthread_key_t", "pthread_condattr_t", "pthread_cond_t", "pthread_attr_t", "clockid_t", "__anonenum_clockid_t_447627989", "tm", "timespec", "time_t", "size_t", "clock_t", "syscall_arg_t", "user_off_t", "user_time_t", "user_ulong_t", "user_long_t", "user_ssize_t", "user_size_t", "user_addr_t", "uintptr_t", "intptr_t", "register_t", "u_int64_t", "u_int32_t", "u_int16_t", "u_int8_t", "int64_t", "int32_t", "int16_t", "int8_t", "sched_param", "__darwin_wctype_t", "__darwin_wctrans_t", "__darwin_nl_item", "__darwin_pthread_t", "__darwin_pthread_rwlockattr_t", "__darwin_pthread_rwlock_t", "__darwin_pthread_once_t", "__darwin_pthread_mutexattr_t", "__darwin_pthread_mutex_t", "__darwin_pthread_key_t", "__darwin_pthread_condattr_t", "__darwin_pthread_cond_t", "__darwin_pthread_attr_t", "_opaque_pthread_t", "_opaque_pthread_rwlockattr_t", "_opaque_pthread_rwlock_t", "_opaque_pthread_once_t", "_opaque_pthread_mutexattr_t", "_opaque_pthread_mutex_t", "_opaque_pthread_condattr_t", "_opaque_pthread_cond_t", "_opaque_pthread_attr_t", "__darwin_pthread_handler_rec", "__darwin_uuid_string_t", "__darwin_uuid_t", "__darwin_useconds_t", "__darwin_uid_t", "__darwin_suseconds_t", "__darwin_sigset_t", "__darwin_pid_t", "__darwin_off_t", "__darwin_mode_t", "__darwin_mach_port_t", "__darwin_mach_port_name_t", "__darwin_ino_t", "__darwin_ino64_t", "__darwin_id_t", "__darwin_gid_t", "__darwin_fsfilcnt_t", "__darwin_fsblkcnt_t", "__darwin_dev_t", "__darwin_blksize_t", "__darwin_blkcnt_t", "__darwin_time_t", "__darwin_ssize_t", "__darwin_socklen_t", "__darwin_clock_t", "__darwin_wint_t", "__darwin_rune_t", "__darwin_wchar_t", "__darwin_va_list", "__darwin_size_t", "__darwin_ptrdiff_t", "__darwin_mbstate_t", "__mbstate_t", "__anonunion___mbstate_t_250061491", "__darwin_ct_rune_t", "__darwin_natural_t", "__darwin_intptr_t", "__uint64_t", "__int64_t", "__uint32_t", "__int32_t", "__uint16_t", "__int16_t", "__uint8_t", "__int8_t", "exception", "__double2", "__float2", "__anonunion___u_125149148", "__anonstruct___p_715729531", "__anonunion___u_660569121", "__anonunion___u_631409264", "double_t", "float_t", "errno_t", "Dl_info", "dl_info" ], "New Texts/Asms/Pragmas": [ "Pragma", "Pragma", "Pragma", "Pragma", "Pragma", "Pragma", "Pragma", "Pragma" ] } } ] } END-UNIVERSE */ #line 106 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" #pragma clang assume_nonnull begin #line 561 #pragma clang assume_nonnull end #line 33 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/pthread_impl.h" #pragma clang assume_nonnull begin #line 34 #pragma clang assume_nonnull end #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" #pragma clang assume_nonnull begin #line 294 #pragma clang assume_nonnull end #line 487 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" #pragma pack(4) #line 499 #pragma pack() /* BEGIN TYPEDEF __int64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:46 */ #line 46 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef long long __int64_t; /* END TYPEDEF __int64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:46 */ /* BEGIN TYPEDEF __int32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:44 */ #line 44 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef int __int32_t; /* END TYPEDEF __int32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:44 */ /* BEGIN TYPEDEF __darwin_natural_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:50 */ #line 50 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef unsigned int __darwin_natural_t; /* END TYPEDEF __darwin_natural_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:50 */ /* BEGIN TYPEDEF __uint32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:45 */ #line 45 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef unsigned int __uint32_t; /* END TYPEDEF __uint32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:45 */ /* BEGIN TYPEDEF __uint64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:47 */ #line 47 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef unsigned long long __uint64_t; /* END TYPEDEF __uint64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:47 */ /* BEGIN TYPEDEF __darwin_off_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71 */ #line 71 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __int64_t __darwin_off_t; /* END TYPEDEF __darwin_off_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71 */ /* BEGIN TYPEDEF __darwin_pid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72 */ #line 72 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __int32_t __darwin_pid_t; /* END TYPEDEF __darwin_pid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72 */ /* BEGIN TYPEDEF __darwin_mach_port_name_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68 */ #line 68 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __darwin_natural_t __darwin_mach_port_name_t; /* END TYPEDEF __darwin_mach_port_name_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68 */ /* BEGIN TYPEDEF __uint16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:43 */ #line 43 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef unsigned short __uint16_t; /* END TYPEDEF __uint16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:43 */ /* BEGIN TYPEDEF __darwin_pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:113 */ #line 113 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_mutex_t __darwin_pthread_mutex_t; /* END TYPEDEF __darwin_pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:113 */ /* BEGIN TYPEDEF __darwin_pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:114 */ #line 114 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_mutexattr_t __darwin_pthread_mutexattr_t; /* END TYPEDEF __darwin_pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:114 */ /* BEGIN TYPEDEF __darwin_size_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:92 */ #line 92 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef unsigned long __darwin_size_t; /* END TYPEDEF __darwin_size_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:92 */ /* BEGIN TYPEDEF __darwin_clock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:117 */ #line 117 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef unsigned long __darwin_clock_t; /* END TYPEDEF __darwin_clock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:117 */ /* BEGIN TYPEDEF __darwin_pthread_key_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:112 */ #line 112 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef unsigned long __darwin_pthread_key_t; /* END TYPEDEF __darwin_pthread_key_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:112 */ /* BEGIN TYPEDEF __darwin_gid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60 */ #line 60 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __uint32_t __darwin_gid_t; /* END TYPEDEF __darwin_gid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60 */ /* BEGIN TYPEDEF __darwin_uid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75 */ #line 75 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __uint32_t __darwin_uid_t; /* END TYPEDEF __darwin_uid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75 */ /* BEGIN TYPEDEF __darwin_wchar_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:104 */ #line 104 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef int __darwin_wchar_t; /* END TYPEDEF __darwin_wchar_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:104 */ /* BEGIN TYPEDEF __darwin_pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:118 */ #line 118 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_t *__darwin_pthread_t; /* END TYPEDEF __darwin_pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:118 */ /* BEGIN TYPEDEF __darwin_id_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61 */ #line 61 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __uint32_t __darwin_id_t; /* END TYPEDEF __darwin_id_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61 */ /* BEGIN TYPEDEF __darwin_ssize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:119 */ #line 119 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef long __darwin_ssize_t; /* END TYPEDEF __darwin_ssize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:119 */ /* BEGIN TYPEDEF __darwin_time_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:120 */ #line 120 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef long __darwin_time_t; /* END TYPEDEF __darwin_time_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:120 */ /* BEGIN TYPEDEF __darwin_suseconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74 */ #line 74 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __int32_t __darwin_suseconds_t; /* END TYPEDEF __darwin_suseconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74 */ /* BEGIN TYPEDEF __darwin_pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:109 */ #line 109 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_attr_t __darwin_pthread_attr_t; /* END TYPEDEF __darwin_pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:109 */ /* BEGIN TYPEDEF __uint8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:41 */ #line 41 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef unsigned char __uint8_t; /* END TYPEDEF __uint8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:41 */ /* BEGIN STRUCT __darwin_fp_control LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:92 33 */ #line 92 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_fp_control { unsigned short __invalid : 1 ; unsigned short __denorm : 1 ; unsigned short __zdiv : 1 ; unsigned short __ovrfl : 1 ; unsigned short __undfl : 1 ; unsigned short __precis : 1 ; unsigned short : 2 ; unsigned short __pc : 2 ; unsigned short __rc : 2 ; unsigned short : 1 ; unsigned short : 3 ; }; /* END STRUCT __darwin_fp_control LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:92 33 */ /* BEGIN STRUCT __darwin_fp_status LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:150 34 */ #line 150 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_fp_status { unsigned short __invalid : 1 ; unsigned short __denorm : 1 ; unsigned short __zdiv : 1 ; unsigned short __ovrfl : 1 ; unsigned short __undfl : 1 ; unsigned short __precis : 1 ; unsigned short __stkflt : 1 ; unsigned short __errsumm : 1 ; unsigned short __c0 : 1 ; unsigned short __c1 : 1 ; unsigned short __c2 : 1 ; unsigned short __tos : 3 ; unsigned short __c3 : 1 ; unsigned short __busy : 1 ; }; /* END STRUCT __darwin_fp_status LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:150 34 */ /* BEGIN STRUCT __darwin_mmst_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:194 35 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_mmst_reg { char __mmst_reg[10] ; char __mmst_rsrv[6] ; }; /* END STRUCT __darwin_mmst_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:194 35 */ /* BEGIN STRUCT __darwin_xmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:213 36 */ #line 213 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_xmm_reg { char __xmm_reg[16] ; }; /* END STRUCT __darwin_xmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:213 36 */ /* BEGIN TYPEDEF __darwin_va_list LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:98 */ #line 98 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef __builtin_va_list __darwin_va_list; /* END TYPEDEF __darwin_va_list LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:98 */ /* BEGIN STRUCT __darwin_x86_thread_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:633 46 */ #line 633 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_thread_state64 { __uint64_t __rax ; __uint64_t __rbx ; __uint64_t __rcx ; __uint64_t __rdx ; __uint64_t __rdi ; __uint64_t __rsi ; __uint64_t __rbp ; __uint64_t __rsp ; __uint64_t __r8 ; __uint64_t __r9 ; __uint64_t __r10 ; __uint64_t __r11 ; __uint64_t __r12 ; __uint64_t __r13 ; __uint64_t __r14 ; __uint64_t __r15 ; __uint64_t __rip ; __uint64_t __rflags ; __uint64_t __cs ; __uint64_t __fs ; __uint64_t __gs ; }; /* END STRUCT __darwin_x86_thread_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:633 46 */ /* BEGIN STRUCT __darwin_ymm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:229 37 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_ymm_reg { char __ymm_reg[32] ; }; /* END STRUCT __darwin_ymm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:229 37 */ /* BEGIN STRUCT __darwin_zmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:245 38 */ #line 245 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_zmm_reg { char __zmm_reg[64] ; }; /* END STRUCT __darwin_zmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:245 38 */ /* BEGIN STRUCT __darwin_opmask_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:259 39 */ #line 259 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_opmask_reg { char __opmask_reg[8] ; }; /* END STRUCT __darwin_opmask_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:259 39 */ /* BEGIN TYPEDEF __darwin_pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:117 */ #line 117 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_rwlockattr_t __darwin_pthread_rwlockattr_t; /* END TYPEDEF __darwin_pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:117 */ /* BEGIN TYPEDEF __darwin_pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:111 */ #line 111 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_condattr_t __darwin_pthread_condattr_t; /* END TYPEDEF __darwin_pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:111 */ /* BEGIN TYPEDEF __darwin_sigset_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73 */ #line 73 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __uint32_t __darwin_sigset_t; /* END TYPEDEF __darwin_sigset_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73 */ /* BEGIN STRUCT-DECL __siginfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:177 67 */ #line 177 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct __siginfo ; /* END STRUCT-DECL __siginfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:177 67 */ /* BEGIN TYPEDEF off_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h" typedef __darwin_off_t off_t; /* END TYPEDEF off_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_off_t.h:31 */ /* BEGIN TYPEDEF pid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h" typedef __darwin_pid_t pid_t; /* END TYPEDEF pid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h:31 */ /* BEGIN TYPEDEF __darwin_mach_port_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:69 */ #line 69 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __darwin_mach_port_name_t __darwin_mach_port_t; /* END TYPEDEF __darwin_mach_port_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:69 */ /* BEGIN TYPEDEF __darwin_pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:116 */ #line 116 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_rwlock_t __darwin_pthread_rwlock_t; /* END TYPEDEF __darwin_pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:116 */ /* BEGIN TYPEDEF __darwin_mode_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70 */ #line 70 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __uint16_t __darwin_mode_t; /* END TYPEDEF __darwin_mode_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70 */ /* BEGIN TYPEDEF __darwin_pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:110 */ #line 110 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_cond_t __darwin_pthread_cond_t; /* END TYPEDEF __darwin_pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:110 */ /* BEGIN TYPEDEF __darwin_dev_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57 */ #line 57 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __int32_t __darwin_dev_t; /* END TYPEDEF __darwin_dev_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57 */ /* BEGIN TYPEDEF int64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h" typedef long long int64_t; /* END TYPEDEF int64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h:30 */ /* BEGIN TYPEDEF __darwin_useconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76 */ #line 76 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __uint32_t __darwin_useconds_t; /* END TYPEDEF __darwin_useconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76 */ /* BEGIN TYPEDEF __darwin_ino64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62 */ #line 62 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __uint64_t __darwin_ino64_t; /* END TYPEDEF __darwin_ino64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62 */ /* BEGIN TYPEDEF __darwin_pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:115 */ #line 115 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" typedef struct _opaque_pthread_once_t __darwin_pthread_once_t; /* END TYPEDEF __darwin_pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:115 */ /* BEGIN TYPEDEF pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h" typedef __darwin_pthread_mutex_t pthread_mutex_t; /* END TYPEDEF pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:31 */ /* BEGIN TYPEDEF pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h" typedef __darwin_pthread_mutexattr_t pthread_mutexattr_t; /* END TYPEDEF pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:31 */ /* BEGIN TYPEDEF size_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h" typedef __darwin_size_t size_t; /* END TYPEDEF size_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h:31 */ /* BEGIN TYPEDEF clock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h" typedef __darwin_clock_t clock_t; /* END TYPEDEF clock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_clock_t.h:31 */ /* BEGIN TYPEDEF FILE LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:126 */ #line 126 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h" typedef struct __sFILE FILE; /* END TYPEDEF FILE LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:126 */ /* BEGIN TYPEDEF pthread_key_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h" typedef __darwin_pthread_key_t pthread_key_t; /* END TYPEDEF pthread_key_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_key_t.h:31 */ /* BEGIN TYPEDEF filesec_property_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:512 */ #line 512 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef enum __anonenum_filesec_property_t_291559284 filesec_property_t; /* END TYPEDEF filesec_property_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:512 */ /* BEGIN TYPEDEF filesec_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_filesec_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_filesec_t.h" typedef struct _filesec *filesec_t; /* END TYPEDEF filesec_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_filesec_t.h:31 */ /* BEGIN TYPEDEF gid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h" typedef __darwin_gid_t gid_t; /* END TYPEDEF gid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_gid_t.h:31 */ /* BEGIN TYPEDEF uid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h" typedef __darwin_uid_t uid_t; /* END TYPEDEF uid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h:31 */ /* BEGIN TYPEDEF wchar_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h:34 */ #line 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h" typedef __darwin_wchar_t wchar_t; /* END TYPEDEF wchar_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h:34 */ /* BEGIN TYPEDEF pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h" typedef __darwin_pthread_t pthread_t; /* END TYPEDEF pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_t.h:31 */ /* BEGIN TYPEDEF uint64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h" typedef unsigned long long uint64_t; /* END TYPEDEF uint64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h:31 */ /* BEGIN TYPEDEF uint8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h" typedef unsigned char uint8_t; /* END TYPEDEF uint8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h:31 */ /* BEGIN TYPEDEF id_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h" typedef __darwin_id_t id_t; /* END TYPEDEF id_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h:31 */ /* BEGIN TYPEDEF clockid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:153 */ #line 153 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" typedef enum __anonenum_clockid_t_447627989 clockid_t; /* END TYPEDEF clockid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:153 */ /* BEGIN TYPEDEF int32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h" typedef int int32_t; /* END TYPEDEF int32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h:30 */ /* BEGIN TYPEDEF ssize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h" typedef __darwin_ssize_t ssize_t; /* END TYPEDEF ssize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ssize_t.h:31 */ /* BEGIN STRUCT-DECL tm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:75 30 */ #line 75 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" struct tm ; /* END STRUCT-DECL tm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:75 30 */ /* BEGIN TYPEDEF time_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h" typedef __darwin_time_t time_t; /* END TYPEDEF time_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_time_t.h:31 */ /* BEGIN STRUCT-DECL timeval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h:34 76 */ #line 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h" struct timeval ; /* END STRUCT-DECL timeval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h:34 76 */ /* BEGIN TYPEDEF fd_set LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:50 */ #line 50 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" typedef struct fd_set fd_set; /* END TYPEDEF fd_set LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:50 */ /* BEGIN STRUCT timeval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h:34 76 */ #line 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h" struct timeval { __darwin_time_t tv_sec ; __darwin_suseconds_t tv_usec ; }; /* END STRUCT timeval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h:34 76 */ /* BEGIN TYPEDEF pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h" typedef __darwin_pthread_attr_t pthread_attr_t; /* END TYPEDEF pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:31 */ /* BEGIN TYPEDEF idtype_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:79 */ #line 79 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" typedef enum __anonenum_idtype_t_558242672 idtype_t; /* END TYPEDEF idtype_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:79 */ /* BEGIN TYPEDEF siginfo_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:177 */ #line 177 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" typedef struct __siginfo siginfo_t; /* END TYPEDEF siginfo_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:177 */ /* BEGIN STRUCT-DECL fd_set LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:50 91 */ #line 50 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" struct fd_set ; /* END STRUCT-DECL fd_set LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:50 91 */ /* BEGIN STRUCT __darwin_x86_float_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:714 48 */ #line 714 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_float_state64 { int __fpu_reserved[2] ; struct __darwin_fp_control __fpu_fcw ; struct __darwin_fp_status __fpu_fsw ; __uint8_t __fpu_ftw ; __uint8_t __fpu_rsrv1 ; __uint16_t __fpu_fop ; __uint32_t __fpu_ip ; __uint16_t __fpu_cs ; __uint16_t __fpu_rsrv2 ; __uint32_t __fpu_dp ; __uint16_t __fpu_ds ; __uint16_t __fpu_rsrv3 ; __uint32_t __fpu_mxcsr ; __uint32_t __fpu_mxcsrmask ; struct __darwin_mmst_reg __fpu_stmm0 ; struct __darwin_mmst_reg __fpu_stmm1 ; struct __darwin_mmst_reg __fpu_stmm2 ; struct __darwin_mmst_reg __fpu_stmm3 ; struct __darwin_mmst_reg __fpu_stmm4 ; struct __darwin_mmst_reg __fpu_stmm5 ; struct __darwin_mmst_reg __fpu_stmm6 ; struct __darwin_mmst_reg __fpu_stmm7 ; struct __darwin_xmm_reg __fpu_xmm0 ; struct __darwin_xmm_reg __fpu_xmm1 ; struct __darwin_xmm_reg __fpu_xmm2 ; struct __darwin_xmm_reg __fpu_xmm3 ; struct __darwin_xmm_reg __fpu_xmm4 ; struct __darwin_xmm_reg __fpu_xmm5 ; struct __darwin_xmm_reg __fpu_xmm6 ; struct __darwin_xmm_reg __fpu_xmm7 ; struct __darwin_xmm_reg __fpu_xmm8 ; struct __darwin_xmm_reg __fpu_xmm9 ; struct __darwin_xmm_reg __fpu_xmm10 ; struct __darwin_xmm_reg __fpu_xmm11 ; struct __darwin_xmm_reg __fpu_xmm12 ; struct __darwin_xmm_reg __fpu_xmm13 ; struct __darwin_xmm_reg __fpu_xmm14 ; struct __darwin_xmm_reg __fpu_xmm15 ; char __fpu_rsrv4[96] ; int __fpu_reserved1 ; }; /* END STRUCT __darwin_x86_float_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:714 48 */ /* BEGIN STRUCT __darwin_x86_exception_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1172 51 */ #line 1172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_exception_state64 { __uint16_t __trapno ; __uint16_t __cpu ; __uint32_t __err ; __uint64_t __faultvaddr ; }; /* END STRUCT __darwin_x86_exception_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1172 51 */ /* BEGIN STRUCT-DECL __float2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:642 14 */ #line 642 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" struct __float2 ; /* END STRUCT-DECL __float2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:642 14 */ /* BEGIN TYPEDEF va_list___0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h:32 */ #line 32 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h" typedef __darwin_va_list va_list___0; /* END TYPEDEF va_list___0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h:32 */ /* BEGIN TYPEDEF __darwin_blksize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56 */ #line 56 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __int32_t __darwin_blksize_t; /* END TYPEDEF __darwin_blksize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56 */ /* BEGIN TYPEDEF u_int64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h" typedef unsigned long long u_int64_t; /* END TYPEDEF u_int64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h:30 */ /* BEGIN STRUCT __darwin_x86_thread_full_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:691 47 */ #line 691 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_thread_full_state64 { struct __darwin_x86_thread_state64 __ss64 ; __uint64_t __ds ; __uint64_t __es ; __uint64_t __ss ; __uint64_t __gsbase ; }; /* END STRUCT __darwin_x86_thread_full_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:691 47 */ /* BEGIN STRUCT __darwin_x86_avx512_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:833 50 */ #line 833 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_avx512_state64 { int __fpu_reserved[2] ; struct __darwin_fp_control __fpu_fcw ; struct __darwin_fp_status __fpu_fsw ; __uint8_t __fpu_ftw ; __uint8_t __fpu_rsrv1 ; __uint16_t __fpu_fop ; __uint32_t __fpu_ip ; __uint16_t __fpu_cs ; __uint16_t __fpu_rsrv2 ; __uint32_t __fpu_dp ; __uint16_t __fpu_ds ; __uint16_t __fpu_rsrv3 ; __uint32_t __fpu_mxcsr ; __uint32_t __fpu_mxcsrmask ; struct __darwin_mmst_reg __fpu_stmm0 ; struct __darwin_mmst_reg __fpu_stmm1 ; struct __darwin_mmst_reg __fpu_stmm2 ; struct __darwin_mmst_reg __fpu_stmm3 ; struct __darwin_mmst_reg __fpu_stmm4 ; struct __darwin_mmst_reg __fpu_stmm5 ; struct __darwin_mmst_reg __fpu_stmm6 ; struct __darwin_mmst_reg __fpu_stmm7 ; struct __darwin_xmm_reg __fpu_xmm0 ; struct __darwin_xmm_reg __fpu_xmm1 ; struct __darwin_xmm_reg __fpu_xmm2 ; struct __darwin_xmm_reg __fpu_xmm3 ; struct __darwin_xmm_reg __fpu_xmm4 ; struct __darwin_xmm_reg __fpu_xmm5 ; struct __darwin_xmm_reg __fpu_xmm6 ; struct __darwin_xmm_reg __fpu_xmm7 ; struct __darwin_xmm_reg __fpu_xmm8 ; struct __darwin_xmm_reg __fpu_xmm9 ; struct __darwin_xmm_reg __fpu_xmm10 ; struct __darwin_xmm_reg __fpu_xmm11 ; struct __darwin_xmm_reg __fpu_xmm12 ; struct __darwin_xmm_reg __fpu_xmm13 ; struct __darwin_xmm_reg __fpu_xmm14 ; struct __darwin_xmm_reg __fpu_xmm15 ; char __fpu_rsrv4[96] ; int __fpu_reserved1 ; char __avx_reserved1[64] ; struct __darwin_xmm_reg __fpu_ymmh0 ; struct __darwin_xmm_reg __fpu_ymmh1 ; struct __darwin_xmm_reg __fpu_ymmh2 ; struct __darwin_xmm_reg __fpu_ymmh3 ; struct __darwin_xmm_reg __fpu_ymmh4 ; struct __darwin_xmm_reg __fpu_ymmh5 ; struct __darwin_xmm_reg __fpu_ymmh6 ; struct __darwin_xmm_reg __fpu_ymmh7 ; struct __darwin_xmm_reg __fpu_ymmh8 ; struct __darwin_xmm_reg __fpu_ymmh9 ; struct __darwin_xmm_reg __fpu_ymmh10 ; struct __darwin_xmm_reg __fpu_ymmh11 ; struct __darwin_xmm_reg __fpu_ymmh12 ; struct __darwin_xmm_reg __fpu_ymmh13 ; struct __darwin_xmm_reg __fpu_ymmh14 ; struct __darwin_xmm_reg __fpu_ymmh15 ; struct __darwin_opmask_reg __fpu_k0 ; struct __darwin_opmask_reg __fpu_k1 ; struct __darwin_opmask_reg __fpu_k2 ; struct __darwin_opmask_reg __fpu_k3 ; struct __darwin_opmask_reg __fpu_k4 ; struct __darwin_opmask_reg __fpu_k5 ; struct __darwin_opmask_reg __fpu_k6 ; struct __darwin_opmask_reg __fpu_k7 ; struct __darwin_ymm_reg __fpu_zmmh0 ; struct __darwin_ymm_reg __fpu_zmmh1 ; struct __darwin_ymm_reg __fpu_zmmh2 ; struct __darwin_ymm_reg __fpu_zmmh3 ; struct __darwin_ymm_reg __fpu_zmmh4 ; struct __darwin_ymm_reg __fpu_zmmh5 ; struct __darwin_ymm_reg __fpu_zmmh6 ; struct __darwin_ymm_reg __fpu_zmmh7 ; struct __darwin_ymm_reg __fpu_zmmh8 ; struct __darwin_ymm_reg __fpu_zmmh9 ; struct __darwin_ymm_reg __fpu_zmmh10 ; struct __darwin_ymm_reg __fpu_zmmh11 ; struct __darwin_ymm_reg __fpu_zmmh12 ; struct __darwin_ymm_reg __fpu_zmmh13 ; struct __darwin_ymm_reg __fpu_zmmh14 ; struct __darwin_ymm_reg __fpu_zmmh15 ; struct __darwin_zmm_reg __fpu_zmm16 ; struct __darwin_zmm_reg __fpu_zmm17 ; struct __darwin_zmm_reg __fpu_zmm18 ; struct __darwin_zmm_reg __fpu_zmm19 ; struct __darwin_zmm_reg __fpu_zmm20 ; struct __darwin_zmm_reg __fpu_zmm21 ; struct __darwin_zmm_reg __fpu_zmm22 ; struct __darwin_zmm_reg __fpu_zmm23 ; struct __darwin_zmm_reg __fpu_zmm24 ; struct __darwin_zmm_reg __fpu_zmm25 ; struct __darwin_zmm_reg __fpu_zmm26 ; struct __darwin_zmm_reg __fpu_zmm27 ; struct __darwin_zmm_reg __fpu_zmm28 ; struct __darwin_zmm_reg __fpu_zmm29 ; struct __darwin_zmm_reg __fpu_zmm30 ; struct __darwin_zmm_reg __fpu_zmm31 ; }; /* END STRUCT __darwin_x86_avx512_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:833 50 */ /* BEGIN STRUCT-DECL __double2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:643 15 */ #line 643 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" struct __double2 ; /* END STRUCT-DECL __double2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:643 15 */ /* BEGIN TYPEDEF pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h" typedef __darwin_pthread_rwlockattr_t pthread_rwlockattr_t; /* END TYPEDEF pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:31 */ /* BEGIN TYPEDEF pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h" typedef __darwin_pthread_condattr_t pthread_condattr_t; /* END TYPEDEF pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:31 */ /* BEGIN TYPEDEF sigset_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h" typedef __darwin_sigset_t sigset_t; /* END TYPEDEF sigset_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h:31 */ /* BEGIN UNION __sigaction_u LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:269 CKEY=68 */ #line 269 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" union __sigaction_u { void (*__sa_handler)(int ) ; void (*__sa_sigaction)(int , struct __siginfo * , void * ) ; }; /* END UNION __sigaction_u LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:269 CKEY=68 */ /* BEGIN TYPEDEF __darwin_uuid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:77 */ #line 77 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef unsigned char __darwin_uuid_t[16]; /* END TYPEDEF __darwin_uuid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:77 */ /* BEGIN STRUCT-DECL rusage LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:152 77 */ #line 152 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage ; /* END STRUCT-DECL rusage LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:152 77 */ /* BEGIN TYPEDEF stack_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:48 */ #line 48 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h" typedef struct __darwin_sigaltstack stack_t; /* END TYPEDEF stack_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:48 */ /* BEGIN STRUCT-DECL timespec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h:33 29 */ #line 33 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h" struct timespec ; /* END STRUCT-DECL timespec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h:33 29 */ /* BEGIN STRUCT-DECL rlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:365 83 */ #line 365 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rlimit ; /* END STRUCT-DECL rlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:365 83 */ /* BEGIN STRUCT timespec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h:33 29 */ #line 33 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h" struct timespec { __darwin_time_t tv_sec ; long tv_nsec ; }; /* END STRUCT timespec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timespec.h:33 29 */ /* BEGIN STRUCT flock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:343 99 */ #line 343 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct flock { off_t l_start ; off_t l_len ; pid_t l_pid ; short l_type ; short l_whence ; }; /* END STRUCT flock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:343 99 */ /* BEGIN STRUCT-DECL timezone LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:129 94 */ #line 129 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" struct timezone ; /* END STRUCT-DECL timezone LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:129 94 */ /* BEGIN UNION-DECL sigval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:158 CKEY=65 */ #line 158 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" union sigval ; /* END UNION-DECL sigval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:158 CKEY=65 */ /* BEGIN UNION sigval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:158 CKEY=65 */ #line 158 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" union sigval { int sival_int ; void *sival_ptr ; }; /* END UNION sigval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:158 CKEY=65 */ /* BEGIN TYPEDEF mach_port_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h:50 */ #line 50 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h" typedef __darwin_mach_port_t mach_port_t; /* END TYPEDEF mach_port_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h:50 */ /* BEGIN TYPEDEF pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h" typedef __darwin_pthread_rwlock_t pthread_rwlock_t; /* END TYPEDEF pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:31 */ /* BEGIN STRUCT __darwin_i386_thread_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:46 32 */ #line 46 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_thread_state { unsigned int __eax ; unsigned int __ebx ; unsigned int __ecx ; unsigned int __edx ; unsigned int __edi ; unsigned int __esi ; unsigned int __ebp ; unsigned int __esp ; unsigned int __ss ; unsigned int __eflags ; unsigned int __eip ; unsigned int __cs ; unsigned int __ds ; unsigned int __es ; unsigned int __fs ; unsigned int __gs ; }; /* END STRUCT __darwin_i386_thread_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:46 32 */ /* BEGIN STRUCT __darwin_i386_avx512_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:364 42 */ #line 364 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_avx512_state { int __fpu_reserved[2] ; struct __darwin_fp_control __fpu_fcw ; struct __darwin_fp_status __fpu_fsw ; __uint8_t __fpu_ftw ; __uint8_t __fpu_rsrv1 ; __uint16_t __fpu_fop ; __uint32_t __fpu_ip ; __uint16_t __fpu_cs ; __uint16_t __fpu_rsrv2 ; __uint32_t __fpu_dp ; __uint16_t __fpu_ds ; __uint16_t __fpu_rsrv3 ; __uint32_t __fpu_mxcsr ; __uint32_t __fpu_mxcsrmask ; struct __darwin_mmst_reg __fpu_stmm0 ; struct __darwin_mmst_reg __fpu_stmm1 ; struct __darwin_mmst_reg __fpu_stmm2 ; struct __darwin_mmst_reg __fpu_stmm3 ; struct __darwin_mmst_reg __fpu_stmm4 ; struct __darwin_mmst_reg __fpu_stmm5 ; struct __darwin_mmst_reg __fpu_stmm6 ; struct __darwin_mmst_reg __fpu_stmm7 ; struct __darwin_xmm_reg __fpu_xmm0 ; struct __darwin_xmm_reg __fpu_xmm1 ; struct __darwin_xmm_reg __fpu_xmm2 ; struct __darwin_xmm_reg __fpu_xmm3 ; struct __darwin_xmm_reg __fpu_xmm4 ; struct __darwin_xmm_reg __fpu_xmm5 ; struct __darwin_xmm_reg __fpu_xmm6 ; struct __darwin_xmm_reg __fpu_xmm7 ; char __fpu_rsrv4[224] ; int __fpu_reserved1 ; char __avx_reserved1[64] ; struct __darwin_xmm_reg __fpu_ymmh0 ; struct __darwin_xmm_reg __fpu_ymmh1 ; struct __darwin_xmm_reg __fpu_ymmh2 ; struct __darwin_xmm_reg __fpu_ymmh3 ; struct __darwin_xmm_reg __fpu_ymmh4 ; struct __darwin_xmm_reg __fpu_ymmh5 ; struct __darwin_xmm_reg __fpu_ymmh6 ; struct __darwin_xmm_reg __fpu_ymmh7 ; struct __darwin_opmask_reg __fpu_k0 ; struct __darwin_opmask_reg __fpu_k1 ; struct __darwin_opmask_reg __fpu_k2 ; struct __darwin_opmask_reg __fpu_k3 ; struct __darwin_opmask_reg __fpu_k4 ; struct __darwin_opmask_reg __fpu_k5 ; struct __darwin_opmask_reg __fpu_k6 ; struct __darwin_opmask_reg __fpu_k7 ; struct __darwin_ymm_reg __fpu_zmmh0 ; struct __darwin_ymm_reg __fpu_zmmh1 ; struct __darwin_ymm_reg __fpu_zmmh2 ; struct __darwin_ymm_reg __fpu_zmmh3 ; struct __darwin_ymm_reg __fpu_zmmh4 ; struct __darwin_ymm_reg __fpu_zmmh5 ; struct __darwin_ymm_reg __fpu_zmmh6 ; struct __darwin_ymm_reg __fpu_zmmh7 ; }; /* END STRUCT __darwin_i386_avx512_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:364 42 */ /* BEGIN STRUCT __darwin_i386_exception_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:575 43 */ #line 575 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_exception_state { __uint16_t __trapno ; __uint16_t __cpu ; __uint32_t __err ; __uint32_t __faultvaddr ; }; /* END STRUCT __darwin_i386_exception_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:575 43 */ /* BEGIN STRUCT-DECL sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:286 70 */ #line 286 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigaction ; /* END STRUCT-DECL sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:286 70 */ /* BEGIN TYPEDEF mode_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h" typedef __darwin_mode_t mode_t; /* END TYPEDEF mode_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h:31 */ /* BEGIN STRUCT-DECL sched_param LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:35 28 */ #line 35 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h" struct sched_param ; /* END STRUCT-DECL sched_param LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:35 28 */ /* BEGIN TYPEDEF rlim_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:89 */ #line 89 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" typedef __uint64_t rlim_t; /* END TYPEDEF rlim_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:89 */ /* BEGIN STRUCT __darwin_sigaltstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:42 63 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h" struct __darwin_sigaltstack { void *ss_sp ; __darwin_size_t ss_size ; int ss_flags ; }; /* END STRUCT __darwin_sigaltstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:42 63 */ /* BEGIN STRUCT-DECL sigvec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:348 71 */ #line 348 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigvec ; /* END STRUCT-DECL sigvec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:348 71 */ /* BEGIN TYPEDEF qos_class_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:130 */ #line 130 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h" typedef unsigned int qos_class_t; /* END TYPEDEF qos_class_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:130 */ /* BEGIN TYPEDEF pthread_override_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:211 */ #line 211 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" typedef struct pthread_override_s *pthread_override_t; /* END TYPEDEF pthread_override_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:211 */ /* BEGIN TYPEDEF pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h" typedef __darwin_pthread_cond_t pthread_cond_t; /* END TYPEDEF pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:31 */ /* BEGIN STRUCT-DECL accessx_descriptor LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:132 96 */ #line 132 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" struct accessx_descriptor ; /* END STRUCT-DECL accessx_descriptor LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:132 96 */ /* BEGIN TYPEDEF dev_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h" typedef __darwin_dev_t dev_t; /* END TYPEDEF dev_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h:31 */ /* BEGIN TYPEDEF __darwin_fsfilcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:59 */ #line 59 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef unsigned int __darwin_fsfilcnt_t; /* END TYPEDEF __darwin_fsfilcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:59 */ /* BEGIN TYPEDEF uint16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h" typedef unsigned short uint16_t; /* END TYPEDEF uint16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h:31 */ /* BEGIN TYPEDEF Dl_info LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:52 */ #line 52 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" typedef struct dl_info Dl_info; /* END TYPEDEF Dl_info LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:52 */ /* BEGIN TYPEDEF __darwin_ct_rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:70 */ #line 70 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef int __darwin_ct_rune_t; /* END TYPEDEF __darwin_ct_rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:70 */ /* BEGIN TYPEDEF __darwin_intptr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:49 */ #line 49 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef long __darwin_intptr_t; /* END TYPEDEF __darwin_intptr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:49 */ /* BEGIN STRUCT-DECL fssearchblock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:769 97 */ #line 769 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" struct fssearchblock ; /* END STRUCT-DECL fssearchblock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:769 97 */ /* BEGIN STRUCT-DECL searchstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:770 98 */ #line 770 struct searchstate ; /* END STRUCT-DECL searchstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:770 98 */ /* BEGIN TYPEDEF div_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:83 */ #line 83 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" typedef struct __anonstruct_div_t_773697287 div_t; /* END TYPEDEF div_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:83 */ /* BEGIN TYPEDEF uint32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h" typedef unsigned int uint32_t; /* END TYPEDEF uint32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h:31 */ /* BEGIN TYPEDEF u_int32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h" typedef unsigned int u_int32_t; /* END TYPEDEF u_int32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h:30 */ /* BEGIN STRUCT-DECL itimerval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:91 93 */ #line 91 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" struct itimerval ; /* END STRUCT-DECL itimerval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:91 93 */ /* BEGIN TYPEDEF int16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h" typedef short int16_t; /* END TYPEDEF int16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h:30 */ /* BEGIN TYPEDEF errno_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h" typedef int errno_t; /* END TYPEDEF errno_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_errno_t.h:30 */ /* BEGIN TYPEDEF rsize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h" typedef __darwin_size_t rsize_t; /* END TYPEDEF rsize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rsize_t.h:31 */ /* BEGIN STRUCT __anonstruct_w_T_529377834 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 86 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" struct __anonstruct_w_T_529377834 { unsigned int w_Termsig : 7 ; unsigned int w_Coredump : 1 ; unsigned int w_Retcode : 8 ; unsigned int w_Filler : 16 ; }; /* END STRUCT __anonstruct_w_T_529377834 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 86 */ /* BEGIN STRUCT __anonstruct_w_S_529377835 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 87 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" struct __anonstruct_w_S_529377835 { unsigned int w_Stopval : 8 ; unsigned int w_Stopsig : 8 ; unsigned int w_Filler : 16 ; }; /* END STRUCT __anonstruct_w_S_529377835 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 87 */ /* BEGIN TYPEDEF quad_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:96 */ #line 96 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef int64_t quad_t; /* END TYPEDEF quad_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:96 */ /* BEGIN TYPEDEF int8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h" typedef signed char int8_t; /* END TYPEDEF int8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h:30 */ /* BEGIN TYPEDEF useconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h" typedef __darwin_useconds_t useconds_t; /* END TYPEDEF useconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_useconds_t.h:31 */ /* BEGIN STRUCT __darwin_x86_avx_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:765 49 */ #line 765 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_avx_state64 { int __fpu_reserved[2] ; struct __darwin_fp_control __fpu_fcw ; struct __darwin_fp_status __fpu_fsw ; __uint8_t __fpu_ftw ; __uint8_t __fpu_rsrv1 ; __uint16_t __fpu_fop ; __uint32_t __fpu_ip ; __uint16_t __fpu_cs ; __uint16_t __fpu_rsrv2 ; __uint32_t __fpu_dp ; __uint16_t __fpu_ds ; __uint16_t __fpu_rsrv3 ; __uint32_t __fpu_mxcsr ; __uint32_t __fpu_mxcsrmask ; struct __darwin_mmst_reg __fpu_stmm0 ; struct __darwin_mmst_reg __fpu_stmm1 ; struct __darwin_mmst_reg __fpu_stmm2 ; struct __darwin_mmst_reg __fpu_stmm3 ; struct __darwin_mmst_reg __fpu_stmm4 ; struct __darwin_mmst_reg __fpu_stmm5 ; struct __darwin_mmst_reg __fpu_stmm6 ; struct __darwin_mmst_reg __fpu_stmm7 ; struct __darwin_xmm_reg __fpu_xmm0 ; struct __darwin_xmm_reg __fpu_xmm1 ; struct __darwin_xmm_reg __fpu_xmm2 ; struct __darwin_xmm_reg __fpu_xmm3 ; struct __darwin_xmm_reg __fpu_xmm4 ; struct __darwin_xmm_reg __fpu_xmm5 ; struct __darwin_xmm_reg __fpu_xmm6 ; struct __darwin_xmm_reg __fpu_xmm7 ; struct __darwin_xmm_reg __fpu_xmm8 ; struct __darwin_xmm_reg __fpu_xmm9 ; struct __darwin_xmm_reg __fpu_xmm10 ; struct __darwin_xmm_reg __fpu_xmm11 ; struct __darwin_xmm_reg __fpu_xmm12 ; struct __darwin_xmm_reg __fpu_xmm13 ; struct __darwin_xmm_reg __fpu_xmm14 ; struct __darwin_xmm_reg __fpu_xmm15 ; char __fpu_rsrv4[96] ; int __fpu_reserved1 ; char __avx_reserved1[64] ; struct __darwin_xmm_reg __fpu_ymmh0 ; struct __darwin_xmm_reg __fpu_ymmh1 ; struct __darwin_xmm_reg __fpu_ymmh2 ; struct __darwin_xmm_reg __fpu_ymmh3 ; struct __darwin_xmm_reg __fpu_ymmh4 ; struct __darwin_xmm_reg __fpu_ymmh5 ; struct __darwin_xmm_reg __fpu_ymmh6 ; struct __darwin_xmm_reg __fpu_ymmh7 ; struct __darwin_xmm_reg __fpu_ymmh8 ; struct __darwin_xmm_reg __fpu_ymmh9 ; struct __darwin_xmm_reg __fpu_ymmh10 ; struct __darwin_xmm_reg __fpu_ymmh11 ; struct __darwin_xmm_reg __fpu_ymmh12 ; struct __darwin_xmm_reg __fpu_ymmh13 ; struct __darwin_xmm_reg __fpu_ymmh14 ; struct __darwin_xmm_reg __fpu_ymmh15 ; }; /* END STRUCT __darwin_x86_avx_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:765 49 */ /* BEGIN STRUCT __darwin_i386_avx_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:318 41 */ #line 318 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_avx_state { int __fpu_reserved[2] ; struct __darwin_fp_control __fpu_fcw ; struct __darwin_fp_status __fpu_fsw ; __uint8_t __fpu_ftw ; __uint8_t __fpu_rsrv1 ; __uint16_t __fpu_fop ; __uint32_t __fpu_ip ; __uint16_t __fpu_cs ; __uint16_t __fpu_rsrv2 ; __uint32_t __fpu_dp ; __uint16_t __fpu_ds ; __uint16_t __fpu_rsrv3 ; __uint32_t __fpu_mxcsr ; __uint32_t __fpu_mxcsrmask ; struct __darwin_mmst_reg __fpu_stmm0 ; struct __darwin_mmst_reg __fpu_stmm1 ; struct __darwin_mmst_reg __fpu_stmm2 ; struct __darwin_mmst_reg __fpu_stmm3 ; struct __darwin_mmst_reg __fpu_stmm4 ; struct __darwin_mmst_reg __fpu_stmm5 ; struct __darwin_mmst_reg __fpu_stmm6 ; struct __darwin_mmst_reg __fpu_stmm7 ; struct __darwin_xmm_reg __fpu_xmm0 ; struct __darwin_xmm_reg __fpu_xmm1 ; struct __darwin_xmm_reg __fpu_xmm2 ; struct __darwin_xmm_reg __fpu_xmm3 ; struct __darwin_xmm_reg __fpu_xmm4 ; struct __darwin_xmm_reg __fpu_xmm5 ; struct __darwin_xmm_reg __fpu_xmm6 ; struct __darwin_xmm_reg __fpu_xmm7 ; char __fpu_rsrv4[224] ; int __fpu_reserved1 ; char __avx_reserved1[64] ; struct __darwin_xmm_reg __fpu_ymmh0 ; struct __darwin_xmm_reg __fpu_ymmh1 ; struct __darwin_xmm_reg __fpu_ymmh2 ; struct __darwin_xmm_reg __fpu_ymmh3 ; struct __darwin_xmm_reg __fpu_ymmh4 ; struct __darwin_xmm_reg __fpu_ymmh5 ; struct __darwin_xmm_reg __fpu_ymmh6 ; struct __darwin_xmm_reg __fpu_ymmh7 ; }; /* END STRUCT __darwin_i386_avx_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:318 41 */ /* BEGIN STRUCT __darwin_i386_float_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:281 40 */ #line 281 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_float_state { int __fpu_reserved[2] ; struct __darwin_fp_control __fpu_fcw ; struct __darwin_fp_status __fpu_fsw ; __uint8_t __fpu_ftw ; __uint8_t __fpu_rsrv1 ; __uint16_t __fpu_fop ; __uint32_t __fpu_ip ; __uint16_t __fpu_cs ; __uint16_t __fpu_rsrv2 ; __uint32_t __fpu_dp ; __uint16_t __fpu_ds ; __uint16_t __fpu_rsrv3 ; __uint32_t __fpu_mxcsr ; __uint32_t __fpu_mxcsrmask ; struct __darwin_mmst_reg __fpu_stmm0 ; struct __darwin_mmst_reg __fpu_stmm1 ; struct __darwin_mmst_reg __fpu_stmm2 ; struct __darwin_mmst_reg __fpu_stmm3 ; struct __darwin_mmst_reg __fpu_stmm4 ; struct __darwin_mmst_reg __fpu_stmm5 ; struct __darwin_mmst_reg __fpu_stmm6 ; struct __darwin_mmst_reg __fpu_stmm7 ; struct __darwin_xmm_reg __fpu_xmm0 ; struct __darwin_xmm_reg __fpu_xmm1 ; struct __darwin_xmm_reg __fpu_xmm2 ; struct __darwin_xmm_reg __fpu_xmm3 ; struct __darwin_xmm_reg __fpu_xmm4 ; struct __darwin_xmm_reg __fpu_xmm5 ; struct __darwin_xmm_reg __fpu_xmm6 ; struct __darwin_xmm_reg __fpu_xmm7 ; char __fpu_rsrv4[224] ; int __fpu_reserved1 ; }; /* END STRUCT __darwin_i386_float_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:281 40 */ /* BEGIN TYPEDEF ldiv_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:88 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" typedef struct __anonstruct_ldiv_t_748949161 ldiv_t; /* END TYPEDEF ldiv_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:88 */ /* BEGIN TYPEDEF fpos_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:81 */ #line 81 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h" typedef __darwin_off_t fpos_t; /* END TYPEDEF fpos_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:81 */ /* BEGIN STRUCT __sbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:92 73 */ #line 92 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h" struct __sbuf { unsigned char *_base ; int _size ; }; /* END STRUCT __sbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:92 73 */ /* BEGIN TYPEDEF __darwin_ino_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:64 */ #line 64 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __darwin_ino64_t __darwin_ino_t; /* END TYPEDEF __darwin_ino_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:64 */ /* BEGIN TYPEDEF __darwin_fsblkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:58 */ #line 58 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef unsigned int __darwin_fsblkcnt_t; /* END TYPEDEF __darwin_fsblkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:58 */ /* BEGIN TYPEDEF pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h" typedef __darwin_pthread_once_t pthread_once_t; /* END TYPEDEF pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_once_t.h:31 */ /* BEGIN STRUCT __anonstruct___p_715729531 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 13 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" struct __anonstruct___p_715729531 { unsigned long long __m ; unsigned short __sexp ; }; /* END STRUCT __anonstruct___p_715729531 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 13 */ /* BEGIN TYPEDEF __mbstate_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:76 */ #line 76 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef union __anonunion___mbstate_t_250061491 __mbstate_t; /* END TYPEDEF __mbstate_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:76 */ /* BEGIN TYPEDEF __darwin_blkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55 */ #line 55 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef __int64_t __darwin_blkcnt_t; /* END TYPEDEF __darwin_blkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55 */ /* BEGIN TYPEDEF lldiv_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:94 */ #line 94 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" typedef struct __anonstruct_lldiv_t_86583852 lldiv_t; /* END TYPEDEF lldiv_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:94 */ /* BEGIN TYPEDEF __darwin_rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:109 */ #line 109 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef __darwin_wchar_t __darwin_rune_t; /* END TYPEDEF __darwin_rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:109 */ /* BEGIN TYPEDEF caddr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h" typedef char *caddr_t; /* END TYPEDEF caddr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_caddr_t.h:30 */ /* BEGIN FUNCTION-DECL-EXTERN sbrk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:584 VKEY=4738 */ #line 584 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) void __attribute__((__availability__(watchos,unavailable), __availability__(tvos,unavailable))) *sbrk(int ) ; /* END FUNCTION-DECL-EXTERN sbrk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:584 VKEY=4738 */ /* BEGIN STRUCT-DECL radvisory LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:371 101 */ #line 371 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct radvisory ; /* END STRUCT-DECL radvisory LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:371 101 */ /* BEGIN FUNCTION-DECL-EXTERN dlerror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:65 VKEY=993 */ #line 65 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" extern char *dlerror(void) __attribute__((__availability__(driverkit,unavailable))) ; /* END FUNCTION-DECL-EXTERN dlerror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:65 VKEY=993 */ /* BEGIN FUNCTION-DECL-EXTERN strtok_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:104 VKEY=4001 */ #line 104 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strtok_r(char *__str , char const *__sep , char **__lasts ) ; /* END FUNCTION-DECL-EXTERN strtok_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:104 VKEY=4001 */ /* BEGIN FUNCTION-DECL-EXTERN chdir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:434 VKEY=4466 */ #line 434 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int chdir(char const * ) ; /* END FUNCTION-DECL-EXTERN chdir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:434 VKEY=4466 */ /* BEGIN FUNCTION-DECL __darwin_check_fd_set LOC=UNKNOWN VKEY=4285 */ __inline int ( __attribute__((__always_inline__)) __darwin_check_fd_set)(int _a , void const *_b ) ; /* END FUNCTION-DECL __darwin_check_fd_set LOC=UNKNOWN VKEY=4285 */ /* BEGIN STRUCT _opaque_pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:93 25 */ #line 93 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_rwlock_t { long __sig ; char __opaque[192] ; }; /* END STRUCT _opaque_pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:93 25 */ /* BEGIN FUNCTION-DECL-EXTERN strtok LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:90 VKEY=3987 */ #line 90 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strtok(char *__str , char const *__sep ) ; /* END FUNCTION-DECL-EXTERN strtok LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:90 VKEY=3987 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutex_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:379 VKEY=2334 */ #line 379 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutex_init(pthread_mutex_t * __restrict , pthread_mutexattr_t const * _Nullable __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutex_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:379 VKEY=2334 */ /* BEGIN FUNCTION-DECL __inline_isinfl LOC=UNKNOWN VKEY=1039 */ __inline int ( __attribute__((__always_inline__)) __inline_isinfl)(long double __x ) ; /* END FUNCTION-DECL __inline_isinfl LOC=UNKNOWN VKEY=1039 */ /* BEGIN FUNCTION-DECL-EXTERN ptsname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221 VKEY=3591 */ #line 221 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *ptsname(int ) ; /* END FUNCTION-DECL-EXTERN ptsname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:221 VKEY=3591 */ /* BEGIN FUNCTION-DECL-EXTERN bzero LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:72 VKEY=4153 */ #line 72 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern void bzero(void * , size_t ) ; /* END FUNCTION-DECL-EXTERN bzero LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:72 VKEY=4153 */ /* BEGIN FUNCTION-DECL-EXTERN __sprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:42 VKEY=3191 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h" extern int __sprintf_chk(char * __restrict , int , size_t , char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN __sprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:42 VKEY=3191 */ /* BEGIN FUNCTION-DECL-EXTERN clock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:109 VKEY=1966 */ #line 109 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern clock_t clock(void) __asm__("_clock") ; /* END FUNCTION-DECL-EXTERN clock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:109 VKEY=1966 */ /* BEGIN UNION-DECL __sigaction_u LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:269 CKEY=68 */ #line 269 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" union __sigaction_u ; /* END UNION-DECL __sigaction_u LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:269 CKEY=68 */ /* BEGIN FUNCTION-DECL-EXTERN putc_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:291 VKEY=3003 */ #line 291 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int putc_unlocked(int , FILE * ) ; /* END FUNCTION-DECL-EXTERN putc_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:291 VKEY=3003 */ /* BEGIN TYPEDEF __int8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:37 */ #line 37 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef signed char __int8_t; /* END TYPEDEF __int8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:37 */ /* BEGIN FUNCTION-DECL-EXTERN putc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:171 VKEY=2865 */ #line 171 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int putc(int , FILE * ) ; /* END FUNCTION-DECL-EXTERN putc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:171 VKEY=2865 */ /* BEGIN FUNCTION-DECL-EXTERN acct LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:644 VKEY=4848 */ #line 644 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int acct(char const * ) ; /* END FUNCTION-DECL-EXTERN acct LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:644 VKEY=4848 */ /* BEGIN TYPEDEF suseconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h" typedef __darwin_suseconds_t suseconds_t; /* END TYPEDEF suseconds_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_suseconds_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN strnstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:161 VKEY=4096 */ #line 161 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strnstr(char const *__big , char const *__little , size_t __len ) ; /* END FUNCTION-DECL-EXTERN strnstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:161 VKEY=4096 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_getspecific LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:359 VKEY=2306 */ #line 359 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern void __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) * _Nullable pthread_getspecific(pthread_key_t ) ; /* END FUNCTION-DECL-EXTERN pthread_getspecific LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:359 VKEY=2306 */ /* BEGIN FUNCTION-DECL-EXTERN filesec_get_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:548 VKEY=5338 */ #line 548 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int filesec_get_property(filesec_t , filesec_property_t , void * ) ; /* END FUNCTION-DECL-EXTERN filesec_get_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:548 VKEY=5338 */ /* BEGIN FUNCTION-DECL-EXTERN trunc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:496 VKEY=1612 */ #line 496 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double trunc(double ) ; /* END FUNCTION-DECL-EXTERN trunc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:496 VKEY=1612 */ /* BEGIN FUNCTION-DECL-EXTERN tcgetpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:484 VKEY=4617 */ #line 484 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t tcgetpgrp(int ) ; /* END FUNCTION-DECL-EXTERN tcgetpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:484 VKEY=4617 */ /* BEGIN STRUCT-DECL __darwin_mcontext_avx512_32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:56 56 */ #line 56 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx512_32 ; /* END STRUCT-DECL __darwin_mcontext_avx512_32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:56 56 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_setugid_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:699 VKEY=5014 */ #line 699 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__("Use of per-thread security contexts is error-prone and discouraged."))) int pthread_setugid_np(uid_t , gid_t ) ; /* END FUNCTION-DECL-EXTERN pthread_setugid_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:699 VKEY=5014 */ /* BEGIN FUNCTION-DECL-EXTERN aligned_alloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:50 VKEY=3339 */ #line 50 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h" extern void *( __attribute__((__warn_unused_result__)) aligned_alloc)(size_t __alignment , size_t __size ) __attribute__((__availability__(watchos,introduced=6.0), __availability__(tvos,introduced=13.0), __availability__(ios,introduced=13.0), __availability__(macosx,introduced=10.15), __alloc_size__(2))) ; /* END FUNCTION-DECL-EXTERN aligned_alloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:50 VKEY=3339 */ /* BEGIN TYPEDEF __darwin_wint_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:112 */ #line 112 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef int __darwin_wint_t; /* END TYPEDEF __darwin_wint_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:112 */ /* BEGIN FUNCTION-DECL-EXTERN atol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136 VKEY=3366 */ #line 136 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long atol(char const * ) ; /* END FUNCTION-DECL-EXTERN atol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:136 VKEY=3366 */ /* BEGIN STRUCT-DECL fbootstraptransfer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:459 109 */ #line 459 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fbootstraptransfer ; /* END STRUCT-DECL fbootstraptransfer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:459 109 */ /* BEGIN FUNCTION-DECL-EXTERN mbtowc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158 VKEY=3430 */ #line 158 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int mbtowc(wchar_t * __restrict , char const * __restrict , size_t ) ; /* END FUNCTION-DECL-EXTERN mbtowc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:158 VKEY=3430 */ /* BEGIN FUNCTION-DECL-EXTERN siginterrupt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:93 VKEY=2650 */ #line 93 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int siginterrupt(int , int ) ; /* END FUNCTION-DECL-EXTERN siginterrupt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:93 VKEY=2650 */ /* BEGIN FUNCTION-DECL-EXTERN llround LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:491 VKEY=1603 */ #line 491 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long long llround(double ) ; /* END FUNCTION-DECL-EXTERN llround LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:491 VKEY=1603 */ /* BEGIN FUNCTION-DECL-EXTERN hypotf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:424 VKEY=1455 */ #line 424 extern float hypotf(float , float ) ; /* END FUNCTION-DECL-EXTERN hypotf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:424 VKEY=1455 */ /* BEGIN FUNCTION-DECL-EXTERN log1pl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:386 VKEY=1339 */ #line 386 extern long double log1pl(long double ) ; /* END FUNCTION-DECL-EXTERN log1pl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:386 VKEY=1339 */ /* BEGIN FUNCTION-DECL-EXTERN strtofflags LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:730 VKEY=5143 */ #line 730 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int strtofflags(char ** , unsigned long * , unsigned long * ) ; /* END FUNCTION-DECL-EXTERN strtofflags LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:730 VKEY=5143 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cancel LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:290 VKEY=2229 */ #line 290 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cancel(pthread_t ) __asm__("_pthread_cancel") ; /* END FUNCTION-DECL-EXTERN pthread_cancel LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:290 VKEY=2229 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_getname_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:510 VKEY=2498 */ #line 510 extern int __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.6))) pthread_getname_np(pthread_t , char * , size_t ) ; /* END FUNCTION-DECL-EXTERN pthread_getname_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:510 VKEY=2498 */ /* BEGIN FUNCTION-DECL-EXTERN setrgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:725 VKEY=5120 */ #line 725 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setrgid(gid_t ) ; /* END FUNCTION-DECL-EXTERN setrgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:725 VKEY=5120 */ /* BEGIN STRUCT rusage_info_v4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:282 82 */ #line 282 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v4 { uint8_t ri_uuid[16] ; uint64_t ri_user_time ; uint64_t ri_system_time ; uint64_t ri_pkg_idle_wkups ; uint64_t ri_interrupt_wkups ; uint64_t ri_pageins ; uint64_t ri_wired_size ; uint64_t ri_resident_size ; uint64_t ri_phys_footprint ; uint64_t ri_proc_start_abstime ; uint64_t ri_proc_exit_abstime ; uint64_t ri_child_user_time ; uint64_t ri_child_system_time ; uint64_t ri_child_pkg_idle_wkups ; uint64_t ri_child_interrupt_wkups ; uint64_t ri_child_pageins ; uint64_t ri_child_elapsed_abstime ; uint64_t ri_diskio_bytesread ; uint64_t ri_diskio_byteswritten ; uint64_t ri_cpu_time_qos_default ; uint64_t ri_cpu_time_qos_maintenance ; uint64_t ri_cpu_time_qos_background ; uint64_t ri_cpu_time_qos_utility ; uint64_t ri_cpu_time_qos_legacy ; uint64_t ri_cpu_time_qos_user_initiated ; uint64_t ri_cpu_time_qos_user_interactive ; uint64_t ri_billed_system_time ; uint64_t ri_serviced_system_time ; uint64_t ri_logical_writes ; uint64_t ri_lifetime_max_phys_footprint ; uint64_t ri_instructions ; uint64_t ri_cycles ; uint64_t ri_billed_energy ; uint64_t ri_serviced_energy ; uint64_t ri_interval_max_phys_footprint ; uint64_t ri_runnable_time ; }; /* END STRUCT rusage_info_v4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:282 82 */ /* BEGIN FUNCTION-DECL-EXTERN memmem LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:155 VKEY=4063 */ #line 155 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void *memmem(void const *__big , size_t __big_len , void const *__little , size_t __little_len ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN memmem LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:155 VKEY=4063 */ /* BEGIN FUNCTION-DECL-EXTERN flock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:544 VKEY=5322 */ #line 544 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int flock(int , int ) ; /* END FUNCTION-DECL-EXTERN flock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:544 VKEY=5322 */ /* BEGIN FUNCTION-DECL-EXTERN __snprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:52 VKEY=3202 */ #line 52 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h" extern int __snprintf_chk(char * __restrict , size_t , int , size_t , char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN __snprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:52 VKEY=3202 */ /* BEGIN STRUCT-DECL __darwin_x86_exception_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1172 51 */ #line 1172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_exception_state64 ; /* END STRUCT-DECL __darwin_x86_exception_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1172 51 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_setpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:428 VKEY=2396 */ #line 428 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_setpshared(pthread_mutexattr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_setpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:428 VKEY=2396 */ /* BEGIN TYPEDEF __darwin_fp_status_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:167 */ #line 167 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" typedef struct __darwin_fp_status __darwin_fp_status_t; /* END TYPEDEF __darwin_fp_status_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:167 */ /* BEGIN FUNCTION-DECL-EXTERN labs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:148 VKEY=3398 */ #line 148 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long labs(long ) __attribute__((__const__)) ; /* END FUNCTION-DECL-EXTERN labs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:148 VKEY=3398 */ /* BEGIN FUNCTION-DECL-EXTERN fls LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:87 VKEY=4187 */ #line 87 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int fls(int ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN fls LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:87 VKEY=4187 */ /* BEGIN FUNCTION-DECL-EXTERN getpriority LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:445 VKEY=3231 */ #line 445 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" extern int getpriority(int , id_t ) ; /* END FUNCTION-DECL-EXTERN getpriority LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:445 VKEY=3231 */ /* BEGIN FUNCTION-DECL-EXTERN strndup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:132 VKEY=4037 */ #line 132 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strndup(char const *__s1 , size_t __n ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN strndup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:132 VKEY=4037 */ /* BEGIN FUNCTION-DECL-EXTERN rinttol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:740 VKEY=1929 */ #line 740 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long rinttol(double ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,replacement="lrint"))) ; /* END FUNCTION-DECL-EXTERN rinttol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:740 VKEY=1929 */ /* BEGIN FUNCTION-DECL-EXTERN index LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:73 VKEY=4158 */ #line 73 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern char *index(char const * , int ) ; /* END FUNCTION-DECL-EXTERN index LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:73 VKEY=4158 */ /* BEGIN STRUCT fchecklv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:411 104 */ #line 411 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fchecklv { off_t lv_file_start ; size_t lv_error_message_size ; void *lv_error_message ; }; /* END STRUCT fchecklv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:411 104 */ /* BEGIN FUNCTION-DECL-EXTERN clock_gettime_nsec_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:182 VKEY=2061 */ #line 182 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern __uint64_t __attribute__((__availability__(macosx,introduced=10.12), __availability__(ios,introduced=10.0), __availability__(tvos,introduced=10.0), __availability__(watchos,introduced=3.0))) clock_gettime_nsec_np(clockid_t __clock_id ) ; /* END FUNCTION-DECL-EXTERN clock_gettime_nsec_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:182 VKEY=2061 */ /* BEGIN FUNCTION-DECL-EXTERN drand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:200 VKEY=3516 */ #line 200 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern double drand48(void) ; /* END FUNCTION-DECL-EXTERN drand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:200 VKEY=3516 */ /* BEGIN FUNCTION-DECL-EXTERN modf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:393 VKEY=1358 */ #line 393 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double modf(double , double * ) ; /* END FUNCTION-DECL-EXTERN modf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:393 VKEY=1358 */ /* BEGIN FUNCTION-DECL-EXTERN memset_pattern8 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:157 VKEY=4077 */ #line 157 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void memset_pattern8(void *__b , void const *__pattern8 , size_t __len ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN memset_pattern8 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:157 VKEY=4077 */ /* BEGIN FUNCTION-DECL-EXTERN freopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:159 VKEY=2816 */ #line 159 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *freopen(char const * __restrict , char const * __restrict , FILE * __restrict ) __asm__("_freopen") ; /* END FUNCTION-DECL-EXTERN freopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:159 VKEY=2816 */ /* BEGIN FUNCTION-DECL-EXTERN frexpf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:400 VKEY=1383 */ #line 400 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float frexpf(float , int * ) ; /* END FUNCTION-DECL-EXTERN frexpf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:400 VKEY=1383 */ /* BEGIN FUNCTION-DECL-EXTERN crypt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:544 VKEY=4671 */ #line 544 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *crypt(char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN crypt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:544 VKEY=4671 */ /* BEGIN FUNCTION-DECL-EXTERN cosh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:349 VKEY=1255 */ #line 349 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double cosh(double ) ; /* END FUNCTION-DECL-EXTERN cosh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:349 VKEY=1255 */ /* BEGIN FUNCTION-DECL-EXTERN cgetustr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290 VKEY=3715 */ #line 290 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetustr(char * , char const * , char ** ) ; /* END FUNCTION-DECL-EXTERN cgetustr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:290 VKEY=3715 */ /* BEGIN FUNCTION-DECL-EXTERN undelete LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:733 VKEY=5152 */ #line 733 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int undelete(char const * ) ; /* END FUNCTION-DECL-EXTERN undelete LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:733 VKEY=5152 */ /* BEGIN FUNCTION-DECL-EXTERN log1p LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:385 VKEY=1336 */ #line 385 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double log1p(double ) ; /* END FUNCTION-DECL-EXTERN log1p LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:385 VKEY=1336 */ /* BEGIN FUNCTION-DECL-EXTERN mlockall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:218 VKEY=4196 */ #line 218 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int mlockall(int ) ; /* END FUNCTION-DECL-EXTERN mlockall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:218 VKEY=4196 */ /* BEGIN TYPEDEF va_list LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stdarg.h:14 */ #line 14 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stdarg.h" typedef __builtin_va_list va_list; /* END TYPEDEF va_list LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stdarg.h:14 */ /* BEGIN TYPEDEF swblk_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:126 */ #line 126 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef int32_t swblk_t; /* END TYPEDEF swblk_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:126 */ /* BEGIN FUNCTION-DECL-EXTERN expl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:362 VKEY=1285 */ #line 362 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double expl(long double ) ; /* END FUNCTION-DECL-EXTERN expl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:362 VKEY=1285 */ /* BEGIN FUNCTION-DECL-EXTERN pread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:573 VKEY=4726 */ #line 573 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern ssize_t pread(int __fd , void *__buf , size_t __nbyte , off_t __offset ) __asm__("_pread") ; /* END FUNCTION-DECL-EXTERN pread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:573 VKEY=4726 */ /* BEGIN FUNCTION-DECL-EXTERN timelocal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:137 VKEY=2040 */ #line 137 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern time_t timelocal(struct tm * ) ; /* END FUNCTION-DECL-EXTERN timelocal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:137 VKEY=2040 */ /* BEGIN FUNCTION-DECL __inline_isfinited LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:175 VKEY=1027 */ #line 175 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" __inline int ( __attribute__((__always_inline__)) __inline_isfinited)(double __x ) ; /* END FUNCTION-DECL __inline_isfinited LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:175 VKEY=1027 */ /* BEGIN FUNCTION-DECL-EXTERN fdim LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:528 VKEY=1730 */ #line 528 extern double fdim(double , double ) ; /* END FUNCTION-DECL-EXTERN fdim LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:528 VKEY=1730 */ /* BEGIN STRUCT-DECL rusage_info_v4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:282 82 */ #line 282 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v4 ; /* END STRUCT-DECL rusage_info_v4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:282 82 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutex_getprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:375 VKEY=2329 */ #line 375 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutex_getprioceiling(pthread_mutex_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutex_getprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:375 VKEY=2329 */ /* BEGIN FUNCTION-DECL __sigbits LOC=UNKNOWN VKEY=2707 */ __inline int ( __attribute__((__always_inline__)) __sigbits)(int __signo ) ; /* END FUNCTION-DECL __sigbits LOC=UNKNOWN VKEY=2707 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutex_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:372 VKEY=2324 */ #line 372 extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutex_destroy(pthread_mutex_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_mutex_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:372 VKEY=2324 */ /* BEGIN FUNCTION-DECL-EXTERN logl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:374 VKEY=1312 */ #line 374 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double logl(long double ) ; /* END FUNCTION-DECL-EXTERN logl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:374 VKEY=1312 */ /* BEGIN FUNCTION-DECL-EXTERN fclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:143 VKEY=2756 */ #line 143 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fclose(FILE * ) ; /* END FUNCTION-DECL-EXTERN fclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:143 VKEY=2756 */ /* BEGIN FUNCTION-DECL-EXTERN fscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:161 VKEY=2821 */ #line 161 extern int ( /* format attribute */ fscanf)(FILE * __restrict , char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN fscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:161 VKEY=2821 */ /* BEGIN STRUCT-DECL fspecread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:450 108 */ #line 450 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fspecread ; /* END STRUCT-DECL fspecread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:450 108 */ /* BEGIN FUNCTION-DECL-EXTERN strtod LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165 VKEY=3454 */ #line 165 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern double strtod(char const * , char ** ) __asm__("_strtod") ; /* END FUNCTION-DECL-EXTERN strtod LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:165 VKEY=3454 */ /* BEGIN FUNCTION-DECL-EXTERN lcong48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214 VKEY=3570 */ #line 214 extern void lcong48(unsigned short * ) ; /* END FUNCTION-DECL-EXTERN lcong48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:214 VKEY=3570 */ /* BEGIN FUNCTION-DECL-EXTERN select LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h:39 VKEY=4349 */ #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h" extern int select(int , fd_set * __restrict , fd_set * __restrict , fd_set * __restrict , struct timeval * __restrict ) __asm__("_select$1050") ; /* END FUNCTION-DECL-EXTERN select LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_select.h:39 VKEY=4349 */ /* BEGIN STRUCT-DECL __anonstruct_w_T_529377834 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 86 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" struct __anonstruct_w_T_529377834 ; /* END STRUCT-DECL __anonstruct_w_T_529377834 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 86 */ /* BEGIN FUNCTION-DECL-EXTERN lroundf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:479 VKEY=1582 */ #line 479 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long lroundf(float ) ; /* END FUNCTION-DECL-EXTERN lroundf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:479 VKEY=1582 */ /* BEGIN TYPEDEF double_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:45 */ #line 45 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" typedef double double_t; /* END TYPEDEF double_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:45 */ /* BEGIN STRUCT _opaque_pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:83 23 */ #line 83 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_mutexattr_t { long __sig ; char __opaque[8] ; }; /* END STRUCT _opaque_pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:83 23 */ /* BEGIN FUNCTION-DECL-EXTERN fabsf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:416 VKEY=1435 */ #line 416 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float fabsf(float ) ; /* END FUNCTION-DECL-EXTERN fabsf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:416 VKEY=1435 */ /* BEGIN FUNCTION-DECL-EXTERN raise LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:74 VKEY=2580 */ #line 74 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int raise(int ) ; /* END FUNCTION-DECL-EXTERN raise LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:74 VKEY=2580 */ /* BEGIN FUNCTION-DECL-EXTERN setlinebuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:376 VKEY=3137 */ #line 376 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int setlinebuf(FILE * ) ; /* END FUNCTION-DECL-EXTERN setlinebuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:376 VKEY=3137 */ /* BEGIN FUNCTION-DECL-EXTERN srand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:164 VKEY=3449 */ #line 164 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void srand(unsigned int ) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN srand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:164 VKEY=3449 */ /* BEGIN FUNCTION-DECL-EXTERN fdimf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:527 VKEY=1725 */ #line 527 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float fdimf(float , float ) ; /* END FUNCTION-DECL-EXTERN fdimf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:527 VKEY=1725 */ /* BEGIN FUNCTION-DECL-EXTERN fflush LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:146 VKEY=2765 */ #line 146 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fflush(FILE * ) ; /* END FUNCTION-DECL-EXTERN fflush LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:146 VKEY=2765 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_atfork LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:222 VKEY=2126 */ #line 222 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_atfork(void (* _Nullable )(void) , void (* _Nullable )(void) , void (* _Nullable )(void) ) ; /* END FUNCTION-DECL-EXTERN pthread_atfork LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:222 VKEY=2126 */ /* BEGIN FUNCTION-DECL-EXTERN mktime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:115 VKEY=1986 */ #line 115 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern time_t mktime(struct tm * ) __asm__("_mktime") ; /* END FUNCTION-DECL-EXTERN mktime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:115 VKEY=1986 */ /* BEGIN FUNCTION-DECL-EXTERN sched_get_priority_min LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:39 VKEY=1953 */ #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h" extern int sched_get_priority_min(int ) ; /* END FUNCTION-DECL-EXTERN sched_get_priority_min LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:39 VKEY=1953 */ /* BEGIN FUNCTION-DECL-EXTERN significand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:755 VKEY=1946 */ #line 755 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double significand(double ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,message="Use `2*frexp( )` or `scalbn(x, -ilogb(x))` instead."))) ; /* END FUNCTION-DECL-EXTERN significand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:755 VKEY=1946 */ /* BEGIN FUNCTION-DECL-EXTERN a64l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199 VKEY=3513 */ #line 199 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long a64l(char const * ) ; /* END FUNCTION-DECL-EXTERN a64l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:199 VKEY=3513 */ /* BEGIN FUNCTION-DECL __sincospif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:634 VKEY=1843 */ #line 634 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" __inline void ( __attribute__((__always_inline__)) __sincospif)(float __x , float *__sinp , float *__cosp ) ; /* END FUNCTION-DECL __sincospif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:634 VKEY=1843 */ /* BEGIN FUNCTION-DECL-EXTERN qsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160 VKEY=3443 */ #line 160 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void qsort(void *__base , size_t __nel , size_t __width , int (* _Nonnull __compar)(void const * , void const * ) ) ; /* END FUNCTION-DECL-EXTERN qsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:160 VKEY=3443 */ /* BEGIN FUNCTION-DECL-EXTERN link LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:464 VKEY=4566 */ #line 464 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int link(char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN link LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:464 VKEY=4566 */ /* BEGIN FUNCTION-DECL-EXTERN chroot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:541 VKEY=4666 */ #line 541 extern int chroot(char const * ) ; /* END FUNCTION-DECL-EXTERN chroot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:541 VKEY=4666 */ /* BEGIN FUNCTION-DECL-EXTERN rand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:162 VKEY=3446 */ #line 162 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int rand(void) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN rand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:162 VKEY=3446 */ /* BEGIN FUNCTION-DECL-EXTERN getw LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:296 VKEY=3009 */ #line 296 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int getw(FILE * ) ; /* END FUNCTION-DECL-EXTERN getw LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:296 VKEY=3009 */ /* BEGIN TYPEDEF __darwin_ptrdiff_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:84 */ #line 84 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef long __darwin_ptrdiff_t; /* END TYPEDEF __darwin_ptrdiff_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:84 */ /* BEGIN STRUCT __float2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:642 14 */ #line 642 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" struct __float2 { float __sinval ; float __cosval ; }; /* END STRUCT __float2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:642 14 */ /* BEGIN FUNCTION-DECL-EXTERN setsid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:477 VKEY=4605 */ #line 477 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t setsid(void) ; /* END FUNCTION-DECL-EXTERN setsid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:477 VKEY=4605 */ /* BEGIN FUNCTION-DECL-EXTERN getgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:452 VKEY=4538 */ #line 452 extern gid_t getgid(void) ; /* END FUNCTION-DECL-EXTERN getgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:452 VKEY=4538 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_self LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:477 VKEY=2455 */ #line 477 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern pthread_t __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) pthread_self(void) ; /* END FUNCTION-DECL-EXTERN pthread_self LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:477 VKEY=2455 */ /* BEGIN FUNCTION-DECL-EXTERN tzset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:121 VKEY=2008 */ #line 121 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern void tzset(void) ; /* END FUNCTION-DECL-EXTERN tzset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:121 VKEY=2008 */ /* BEGIN FUNCTION-DECL-EXTERN realloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:43 VKEY=3331 */ #line 43 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h" extern void *( __attribute__((__warn_unused_result__)) realloc)(void *__ptr , size_t __size ) __attribute__((__alloc_size__(2))) ; /* END FUNCTION-DECL-EXTERN realloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:43 VKEY=3331 */ /* BEGIN FUNCTION-DECL-EXTERN nfssvc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:695 VKEY=5000 */ #line 695 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int nfssvc(int , void * ) ; /* END FUNCTION-DECL-EXTERN nfssvc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:695 VKEY=5000 */ /* BEGIN FUNCTION-DECL-EXTERN acoshf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:336 VKEY=1225 */ #line 336 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float acoshf(float ) ; /* END FUNCTION-DECL-EXTERN acoshf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:336 VKEY=1225 */ /* BEGIN FUNCTION-DECL-EXTERN sync LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:598 VKEY=4761 */ #line 598 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern void sync(void) ; /* END FUNCTION-DECL-EXTERN sync LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:598 VKEY=4761 */ /* BEGIN FUNCTION-DECL-EXTERN strrchr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:87 VKEY=3972 */ #line 87 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strrchr(char const *__s , int __c ) ; /* END FUNCTION-DECL-EXTERN strrchr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:87 VKEY=3972 */ /* BEGIN STRUCT-DECL _opaque_pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:63 19 */ #line 63 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_attr_t ; /* END STRUCT-DECL _opaque_pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:63 19 */ /* BEGIN FUNCTION-DECL-EXTERN strtof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166 VKEY=3459 */ #line 166 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern float strtof(char const * , char ** ) __asm__("_strtof") ; /* END FUNCTION-DECL-EXTERN strtof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:166 VKEY=3459 */ /* BEGIN FUNCTION-DECL-EXTERN __exp10 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:587 VKEY=1804 */ #line 587 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double __exp10(double ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __exp10 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:587 VKEY=1804 */ /* BEGIN STRUCT timezone LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:129 94 */ #line 129 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" struct timezone { int tz_minuteswest ; int tz_dsttime ; }; /* END STRUCT timezone LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:129 94 */ /* BEGIN FUNCTION-DECL-EXTERN setbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:178 VKEY=2890 */ #line 178 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern void setbuf(FILE * __restrict , char * __restrict ) ; /* END FUNCTION-DECL-EXTERN setbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:178 VKEY=2890 */ /* BEGIN FUNCTION-DECL-EXTERN scalbn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:409 VKEY=1412 */ #line 409 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double scalbn(double , int ) ; /* END FUNCTION-DECL-EXTERN scalbn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:409 VKEY=1412 */ /* BEGIN FUNCTION-DECL-EXTERN ctermid_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:371 VKEY=3114 */ #line 371 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern char *ctermid_r(char * ) ; /* END FUNCTION-DECL-EXTERN ctermid_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:371 VKEY=3114 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutex_setprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:386 VKEY=2344 */ #line 386 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutex_setprioceiling(pthread_mutex_t * __restrict , int , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutex_setprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:386 VKEY=2344 */ /* BEGIN FUNCTION-DECL-EXTERN strerror_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:116 VKEY=4008 */ #line 116 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern int strerror_r(int __errnum , char *__strerrbuf , size_t __buflen ) ; /* END FUNCTION-DECL-EXTERN strerror_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:116 VKEY=4008 */ /* BEGIN STRUCT itimerval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:91 93 */ #line 91 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" struct itimerval { struct timeval it_interval ; struct timeval it_value ; }; /* END STRUCT itimerval LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:91 93 */ /* BEGIN FUNCTION-DECL-EXTERN j0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:676 VKEY=1901 */ #line 676 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double j0(double ) __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.0))) ; /* END FUNCTION-DECL-EXTERN j0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:676 VKEY=1901 */ /* BEGIN FUNCTION-DECL-EXTERN expm1l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:370 VKEY=1303 */ #line 370 extern long double expm1l(long double ) ; /* END FUNCTION-DECL-EXTERN expm1l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:370 VKEY=1303 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:248 VKEY=2166 */ #line 248 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getstack(pthread_attr_t const * __restrict , void * _Nullable * _Nonnull __restrict , size_t * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:248 VKEY=2166 */ /* BEGIN FUNCTION-DECL-EXTERN remquo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:508 VKEY=1659 */ #line 508 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double remquo(double , double , int * ) ; /* END FUNCTION-DECL-EXTERN remquo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:508 VKEY=1659 */ /* BEGIN FUNCTION-DECL-EXTERN waitid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:251 VKEY=3295 */ #line 251 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" extern int waitid(idtype_t , id_t , siginfo_t * , int ) __asm__("_waitid") ; /* END FUNCTION-DECL-EXTERN waitid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:251 VKEY=3295 */ /* BEGIN FUNCTION-DECL-EXTERN sigsetmask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:105 VKEY=2699 */ #line 105 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigsetmask(int ) ; /* END FUNCTION-DECL-EXTERN sigsetmask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:105 VKEY=2699 */ /* BEGIN FUNCTION-DECL-EXTERN lgammal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:449 VKEY=1516 */ #line 449 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double lgammal(long double ) ; /* END FUNCTION-DECL-EXTERN lgammal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:449 VKEY=1516 */ /* BEGIN FUNCTION-DECL-EXTERN cbrtl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:422 VKEY=1450 */ #line 422 extern long double cbrtl(long double ) ; /* END FUNCTION-DECL-EXTERN cbrtl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:422 VKEY=1450 */ /* BEGIN FUNCTION-DECL-EXTERN openat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:532 VKEY=5291 */ #line 532 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int openat(int , char const * , int , ...) __asm__("_openat") __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN openat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:532 VKEY=5291 */ /* BEGIN FUNCTION-DECL-EXTERN scalbnl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:410 VKEY=1417 */ #line 410 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double scalbnl(long double , int ) ; /* END FUNCTION-DECL-EXTERN scalbnl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:410 VKEY=1417 */ /* BEGIN FUNCTION-DECL-EXTERN atan2f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:320 VKEY=1185 */ #line 320 extern float atan2f(float , float ) ; /* END FUNCTION-DECL-EXTERN atan2f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:320 VKEY=1185 */ /* BEGIN FUNCTION-DECL-EXTERN tmpnam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188 VKEY=2915 */ #line 188 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern __attribute__((__deprecated__("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead."))) char __attribute__((__availability__(swift,unavailable,message="Use mkstemp(3) instead."))) *tmpnam(char * ) ; /* END FUNCTION-DECL-EXTERN tmpnam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188 VKEY=2915 */ /* BEGIN FUNCTION-DECL-EXTERN sigset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:99 VKEY=2680 */ #line 99 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern void (* _Nullable sigset(int , void (* _Nullable )(int ) ))(int ) ; /* END FUNCTION-DECL-EXTERN sigset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:99 VKEY=2680 */ /* BEGIN FUNCTION-DECL main LOC=UNKNOWN VKEY=5553 */ int main(int argc , char **argv , char **_TIG_IZ_6LuO_formal_envp ) ; /* END FUNCTION-DECL main LOC=UNKNOWN VKEY=5553 */ /* BEGIN STRUCT-DECL __darwin_fp_control LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:92 33 */ #line 92 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_fp_control ; /* END STRUCT-DECL __darwin_fp_control LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:92 33 */ /* BEGIN STRUCT-DECL __darwin_mcontext64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:97 57 */ #line 97 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext64 ; /* END STRUCT-DECL __darwin_mcontext64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:97 57 */ /* BEGIN FUNCTION-DECL-EXTERN atanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:316 VKEY=1174 */ #line 316 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float atanf(float ) ; /* END FUNCTION-DECL-EXTERN atanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:316 VKEY=1174 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_equal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:346 VKEY=2290 */ #line 346 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_equal(pthread_t __attribute__((__nullable__)) , pthread_t __attribute__((__nullable__)) ) ; /* END FUNCTION-DECL-EXTERN pthread_equal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:346 VKEY=2290 */ /* BEGIN STRUCT _opaque_pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:78 22 */ #line 78 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_mutex_t { long __sig ; char __opaque[56] ; }; /* END STRUCT _opaque_pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:78 22 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_join LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:362 VKEY=2311 */ #line 362 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_join(pthread_t , void * _Nullable * _Nullable ) __asm__("_pthread_join") ; /* END FUNCTION-DECL-EXTERN pthread_join LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:362 VKEY=2311 */ /* BEGIN FUNCTION-DECL-EXTERN fread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:158 VKEY=2809 */ #line 158 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern size_t fread(void * __restrict __ptr , size_t __size , size_t __nitems , FILE * __restrict __stream ) ; /* END FUNCTION-DECL-EXTERN fread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:158 VKEY=2809 */ /* BEGIN FUNCTION-DECL-EXTERN getegid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:450 VKEY=4532 */ #line 450 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern gid_t getegid(void) ; /* END FUNCTION-DECL-EXTERN getegid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:450 VKEY=4532 */ /* BEGIN TYPEDEF sig_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:331 */ #line 331 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" typedef void (*sig_t)(int ); /* END TYPEDEF sig_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:331 */ /* BEGIN FUNCTION-DECL __darwin_fd_set LOC=UNKNOWN VKEY=4297 */ __inline void ( __attribute__((__always_inline__)) __darwin_fd_set)(int _fd , struct fd_set *_p ) ; /* END FUNCTION-DECL __darwin_fd_set LOC=UNKNOWN VKEY=4297 */ /* BEGIN FUNCTION-DECL-EXTERN ldexpf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:396 VKEY=1368 */ #line 396 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float ldexpf(float , int ) ; /* END FUNCTION-DECL-EXTERN ldexpf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:396 VKEY=1368 */ /* BEGIN STRUCT-DECL _opaque_pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:103 27 */ #line 103 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_t ; /* END STRUCT-DECL _opaque_pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:103 27 */ /* BEGIN STRUCT __darwin_mcontext64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:97 57 */ #line 97 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext64 { struct __darwin_x86_exception_state64 __es ; struct __darwin_x86_thread_state64 __ss ; struct __darwin_x86_float_state64 __fs ; }; /* END STRUCT __darwin_mcontext64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:97 57 */ /* BEGIN FUNCTION-DECL-EXTERN gethostid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:551 VKEY=4682 */ #line 551 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern long gethostid(void) ; /* END FUNCTION-DECL-EXTERN gethostid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:551 VKEY=4682 */ /* BEGIN FUNCTION-DECL-EXTERN setusershell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:728 VKEY=5131 */ #line 728 extern void setusershell(void) ; /* END FUNCTION-DECL-EXTERN setusershell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:728 VKEY=5131 */ /* BEGIN FUNCTION-DECL-EXTERN exp2l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:366 VKEY=1294 */ #line 366 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double exp2l(long double ) ; /* END FUNCTION-DECL-EXTERN exp2l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:366 VKEY=1294 */ /* BEGIN FUNCTION-DECL-EXTERN isatty LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:463 VKEY=4561 */ #line 463 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int isatty(int ) ; /* END FUNCTION-DECL-EXTERN isatty LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:463 VKEY=4561 */ /* BEGIN FUNCTION-DECL-EXTERN floorl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:461 VKEY=1543 */ #line 461 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double floorl(long double ) ; /* END FUNCTION-DECL-EXTERN floorl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:461 VKEY=1543 */ /* BEGIN FUNCTION-DECL-EXTERN fcvt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203 VKEY=3537 */ #line 203 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *fcvt(double , int , int * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN fcvt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:203 VKEY=3537 */ /* BEGIN FUNCTION-DECL-EXTERN expf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:360 VKEY=1279 */ #line 360 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float expf(float ) ; /* END FUNCTION-DECL-EXTERN expf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:360 VKEY=1279 */ /* BEGIN FUNCTION-DECL-EXTERN scalb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:682 VKEY=1925 */ #line 682 extern double scalb(double , double ) ; /* END FUNCTION-DECL-EXTERN scalb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:682 VKEY=1925 */ /* BEGIN FUNCTION-DECL-EXTERN fmin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:536 VKEY=1760 */ #line 536 extern double fmin(double , double ) ; /* END FUNCTION-DECL-EXTERN fmin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:536 VKEY=1760 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:419 VKEY=2381 */ #line 419 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_init(pthread_mutexattr_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:419 VKEY=2381 */ /* BEGIN FUNCTION-DECL-EXTERN tempnam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:304 VKEY=3019 */ #line 304 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern __attribute__((__deprecated__("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead."))) char __attribute__((__availability__(swift,unavailable,message="Use mkstemp(3) instead."))) *tempnam(char const *__dir , char const *__prefix ) __asm__("_tempnam") ; /* END FUNCTION-DECL-EXTERN tempnam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:304 VKEY=3019 */ /* BEGIN STRUCT-DECL __darwin_pthread_handler_rec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:57 18 */ #line 57 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct __darwin_pthread_handler_rec ; /* END STRUCT-DECL __darwin_pthread_handler_rec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:57 18 */ /* BEGIN TYPEDEF rusage_info_current LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:321 */ #line 321 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" typedef struct rusage_info_v4 rusage_info_current; /* END TYPEDEF rusage_info_current LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:321 */ /* BEGIN FUNCTION-DECL-EXTERN nanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:515 VKEY=1684 */ #line 515 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float nanf(char const * ) ; /* END FUNCTION-DECL-EXTERN nanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:515 VKEY=1684 */ /* BEGIN FUNCTION-DECL-EXTERN frexpl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:402 VKEY=1393 */ #line 402 extern long double frexpl(long double , int * ) ; /* END FUNCTION-DECL-EXTERN frexpl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:402 VKEY=1393 */ /* BEGIN FUNCTION-DECL-EXTERN gmtime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:127 VKEY=2023 */ #line 127 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern struct tm *gmtime_r(time_t const * __restrict , struct tm * __restrict ) ; /* END FUNCTION-DECL-EXTERN gmtime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:127 VKEY=2023 */ /* BEGIN FUNCTION-DECL-EXTERN strmode LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:164 VKEY=4115 */ #line 164 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void strmode(int __mode , char *__bp ) ; /* END FUNCTION-DECL-EXTERN strmode LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:164 VKEY=4115 */ /* BEGIN FUNCTION-DECL-EXTERN write LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:496 VKEY=4642 */ #line 496 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern ssize_t write(int __fd , void const *__buf , size_t __nbyte ) __asm__("_write") ; /* END FUNCTION-DECL-EXTERN write LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:496 VKEY=4642 */ /* BEGIN TYPEDEF user_long_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:100 */ #line 100 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef int64_t user_long_t; /* END TYPEDEF user_long_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:100 */ /* BEGIN FUNCTION-DECL-EXTERN logbf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:388 VKEY=1342 */ #line 388 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float logbf(float ) ; /* END FUNCTION-DECL-EXTERN logbf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:388 VKEY=1342 */ /* BEGIN FUNCTION-DECL-EXTERN pathconf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:466 VKEY=4578 */ #line 466 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern long pathconf(char const * , int ) ; /* END FUNCTION-DECL-EXTERN pathconf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:466 VKEY=4578 */ /* BEGIN FUNCTION-DECL-EXTERN sched_get_priority_max LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:40 VKEY=1956 */ #line 40 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h" extern int sched_get_priority_max(int ) ; /* END FUNCTION-DECL-EXTERN sched_get_priority_max LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:40 VKEY=1956 */ /* BEGIN FUNCTION-DECL-EXTERN __sincospif_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:647 VKEY=1859 */ #line 647 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern struct __float2 __sincospif_stret(float ) ; /* END FUNCTION-DECL-EXTERN __sincospif_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:647 VKEY=1859 */ /* BEGIN VARIABLE-DECL-EXTERN sys_nerr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:367 VKEY=3105 */ #line 367 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int const sys_nerr ; /* END VARIABLE-DECL-EXTERN sys_nerr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:367 VKEY=3105 */ /* BEGIN STRUCT log2phys LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:489 110 */ #line 489 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct log2phys { unsigned int l2p_flags ; off_t l2p_contigbytes ; off_t l2p_devoffset ; }; /* END STRUCT log2phys LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:489 110 */ /* BEGIN FUNCTION-DECL-EXTERN lseek LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:465 VKEY=4573 */ #line 465 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern off_t lseek(int , off_t , int ) ; /* END FUNCTION-DECL-EXTERN lseek LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:465 VKEY=4573 */ /* BEGIN STRUCT-DECL fcodeblobs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:378 102 */ #line 378 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fcodeblobs ; /* END STRUCT-DECL fcodeblobs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:378 102 */ /* BEGIN FUNCTION-DECL-EXTERN filesec_unset_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:551 VKEY=5357 */ #line 551 extern int filesec_unset_property(filesec_t , filesec_property_t ) __attribute__((__availability__(macosx,introduced=10.6))) ; /* END FUNCTION-DECL-EXTERN filesec_unset_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:551 VKEY=5357 */ /* BEGIN STRUCT-DECL __darwin_ymm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:229 37 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_ymm_reg ; /* END STRUCT-DECL __darwin_ymm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:229 37 */ /* BEGIN FUNCTION-DECL-EXTERN setiopolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:453 VKEY=3260 */ #line 453 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" extern int setiopolicy_np(int , int , int ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN setiopolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:453 VKEY=3260 */ /* BEGIN FUNCTION-DECL-EXTERN __vsprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:61 VKEY=3213 */ #line 61 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h" extern int __vsprintf_chk(char * __restrict , int , size_t , char const * __restrict , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN __vsprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:61 VKEY=3213 */ /* BEGIN FUNCTION-DECL-EXTERN getlogin_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:608 VKEY=4790 */ #line 608 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getlogin_r(char * , size_t ) ; /* END FUNCTION-DECL-EXTERN getlogin_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:608 VKEY=4790 */ /* BEGIN FUNCTION-DECL-EXTERN open_memstream LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:357 VKEY=3104 */ #line 357 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *open_memstream(char **__bufp , size_t *__sizep ) __attribute__((__availability__(watchos,introduced=4.0), __availability__(tvos,introduced=11.0), __availability__(ios,introduced=11.0), __availability__(macos,introduced=10.13))) ; /* END FUNCTION-DECL-EXTERN open_memstream LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:357 VKEY=3104 */ /* BEGIN TYPEDEF blksize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h" typedef __darwin_blksize_t blksize_t; /* END TYPEDEF blksize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blksize_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN getlogin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:458 VKEY=4546 */ #line 458 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *getlogin(void) ; /* END FUNCTION-DECL-EXTERN getlogin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:458 VKEY=4546 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setdetachstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:262 VKEY=2184 */ #line 262 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setdetachstate(pthread_attr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setdetachstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:262 VKEY=2184 */ /* BEGIN FUNCTION-DECL-EXTERN sqrtf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:432 VKEY=1483 */ #line 432 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float sqrtf(float ) ; /* END FUNCTION-DECL-EXTERN sqrtf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:432 VKEY=1483 */ /* BEGIN TYPEDEF ptrdiff_t LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:35 */ #line 35 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h" typedef long ptrdiff_t; /* END TYPEDEF ptrdiff_t LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stddef.h:35 */ /* BEGIN TYPEDEF fd_mask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:189 */ #line 189 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef __int32_t fd_mask; /* END TYPEDEF fd_mask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:189 */ /* BEGIN FUNCTION-DECL-EXTERN swab LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:168 VKEY=4127 */ #line 168 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void swab(void const * __restrict , void * __restrict , ssize_t ) ; /* END FUNCTION-DECL-EXTERN swab LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:168 VKEY=4127 */ /* BEGIN FUNCTION-DECL-EXTERN sigblock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:104 VKEY=2696 */ #line 104 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigblock(int ) ; /* END FUNCTION-DECL-EXTERN sigblock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:104 VKEY=2696 */ /* BEGIN VARIABLE-DECL _TIG_IZ_6LuO_envp LOC=UNKNOWN VKEY=5399 */ char **_TIG_IZ_6LuO_envp ; /* END VARIABLE-DECL _TIG_IZ_6LuO_envp LOC=UNKNOWN VKEY=5399 */ /* BEGIN TYPEDEF user_ulong_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:101 */ #line 101 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef u_int64_t user_ulong_t; /* END TYPEDEF user_ulong_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:101 */ /* BEGIN TYPEDEF __darwin_nl_item LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:40 */ #line 40 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h" typedef int __darwin_nl_item; /* END TYPEDEF __darwin_nl_item LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:40 */ /* BEGIN FUNCTION-DECL-EXTERN setlogin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:723 VKEY=5114 */ #line 723 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setlogin(char const * ) ; /* END FUNCTION-DECL-EXTERN setlogin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:723 VKEY=5114 */ /* BEGIN STRUCT __darwin_mcontext_avx512_64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:138 62 */ #line 138 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx512_64_full { struct __darwin_x86_exception_state64 __es ; struct __darwin_x86_thread_full_state64 __ss ; struct __darwin_x86_avx512_state64 __fs ; }; /* END STRUCT __darwin_mcontext_avx512_64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:138 62 */ /* BEGIN STRUCT-DECL rusage_info_v3 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:251 81 */ #line 251 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v3 ; /* END STRUCT-DECL rusage_info_v3 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:251 81 */ /* BEGIN FUNCTION-DECL-EXTERN __sincospi_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:648 VKEY=1862 */ #line 648 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern struct __double2 __sincospi_stret(double ) ; /* END FUNCTION-DECL-EXTERN __sincospi_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:648 VKEY=1862 */ /* BEGIN FUNCTION-DECL-EXTERN asinhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:340 VKEY=1234 */ #line 340 extern float asinhf(float ) ; /* END FUNCTION-DECL-EXTERN asinhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:340 VKEY=1234 */ /* BEGIN VARIABLE-DECL-EXTERN optopt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:512 VKEY=4660 */ #line 512 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int optopt ; /* END VARIABLE-DECL-EXTERN optopt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:512 VKEY=4660 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlockattr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:464 VKEY=2439 */ #line 464 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlockattr_destroy(pthread_rwlockattr_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_rwlockattr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:464 VKEY=2439 */ /* BEGIN FUNCTION-DECL-EXTERN __sincosf_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:645 VKEY=1853 */ #line 645 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern struct __float2 __sincosf_stret(float ) ; /* END FUNCTION-DECL-EXTERN __sincosf_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:645 VKEY=1853 */ /* BEGIN FUNCTION-DECL-EXTERN abs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:132 VKEY=3352 */ #line 132 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int abs(int ) __attribute__((__const__)) ; /* END FUNCTION-DECL-EXTERN abs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:132 VKEY=3352 */ /* BEGIN FUNCTION-DECL-EXTERN atan2l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:322 VKEY=1195 */ #line 322 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double atan2l(long double , long double ) ; /* END FUNCTION-DECL-EXTERN atan2l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:322 VKEY=1195 */ /* BEGIN FUNCTION-DECL-EXTERN arc4random_addrandom LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265 VKEY=3648 */ #line 265 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void arc4random_addrandom(unsigned char * , int ) __attribute__((__availability__(watchos,deprecated=3.0,message="use arc4random_stir"), __availability__(watchos,introduced=1.0), __availability__(tvos,deprecated=10.0,message="use arc4random_stir"), __availability__(tvos,introduced=2.0), __availability__(ios,deprecated=10.0,message="use arc4random_stir"), __availability__(ios,introduced=2.0), __availability__(macosx,deprecated=10.12,message="use arc4random_stir"), __availability__(macosx,introduced=10.0))) ; /* END FUNCTION-DECL-EXTERN arc4random_addrandom LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:265 VKEY=3648 */ /* BEGIN FUNCTION-DECL-EXTERN nexttowardf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:524 VKEY=1715 */ #line 524 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float nexttowardf(float , long double ) ; /* END FUNCTION-DECL-EXTERN nexttowardf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:524 VKEY=1715 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_condattr_getpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:324 VKEY=2266 */ #line 324 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_condattr_getpshared(pthread_condattr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_condattr_getpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:324 VKEY=2266 */ /* BEGIN FUNCTION-DECL-EXTERN filesec_query_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:549 VKEY=5345 */ #line 549 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int filesec_query_property(filesec_t , filesec_property_t , int * ) ; /* END FUNCTION-DECL-EXTERN filesec_query_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:549 VKEY=5345 */ /* BEGIN FUNCTION-DECL-EXTERN fwrite LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:165 VKEY=2845 */ #line 165 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern size_t fwrite(void const * __restrict __ptr , size_t __size , size_t __nitems , FILE * __restrict __stream ) __asm__("_fwrite") ; /* END FUNCTION-DECL-EXTERN fwrite LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:165 VKEY=2845 */ /* BEGIN FUNCTION-DECL-EXTERN open_dprotected_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:543 VKEY=5317 */ #line 543 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int open_dprotected_np(char const * , int , int , int , ...) ; /* END FUNCTION-DECL-EXTERN open_dprotected_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:543 VKEY=5317 */ /* BEGIN FUNCTION-DECL-EXTERN round LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:476 VKEY=1576 */ #line 476 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double round(double ) ; /* END FUNCTION-DECL-EXTERN round LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:476 VKEY=1576 */ /* BEGIN FUNCTION-DECL-EXTERN malloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:40 VKEY=3318 */ #line 40 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h" extern void *( __attribute__((__warn_unused_result__)) malloc)(size_t __size ) __attribute__((__alloc_size__(1))) ; /* END FUNCTION-DECL-EXTERN malloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:40 VKEY=3318 */ /* BEGIN STRUCT-DECL __sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:276 69 */ #line 276 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct __sigaction ; /* END STRUCT-DECL __sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:276 69 */ /* BEGIN FUNCTION-DECL-EXTERN _Exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:198 VKEY=3510 */ #line 198 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern __attribute__((__noreturn__)) void _Exit(int ) ; /* END FUNCTION-DECL-EXTERN _Exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:198 VKEY=3510 */ /* BEGIN FUNCTION-DECL-EXTERN arc4random_buf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270 VKEY=3653 */ #line 270 extern void arc4random_buf(void *__buf , size_t __nbytes ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN arc4random_buf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:270 VKEY=3653 */ /* BEGIN TYPEDEF u_char LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h" typedef unsigned char u_char; /* END TYPEDEF u_char LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_char.h:30 */ /* BEGIN STRUCT rusage_info_v0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:195 78 */ #line 195 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v0 { uint8_t ri_uuid[16] ; uint64_t ri_user_time ; uint64_t ri_system_time ; uint64_t ri_pkg_idle_wkups ; uint64_t ri_interrupt_wkups ; uint64_t ri_pageins ; uint64_t ri_wired_size ; uint64_t ri_resident_size ; uint64_t ri_phys_footprint ; uint64_t ri_proc_start_abstime ; uint64_t ri_proc_exit_abstime ; }; /* END STRUCT rusage_info_v0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:195 78 */ /* BEGIN FUNCTION-DECL-EXTERN lround LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:480 VKEY=1585 */ #line 480 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long lround(double ) ; /* END FUNCTION-DECL-EXTERN lround LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:480 VKEY=1585 */ /* BEGIN FUNCTION-DECL-EXTERN madvise LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:242 VKEY=4263 */ #line 242 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int madvise(void * , size_t , int ) ; /* END FUNCTION-DECL-EXTERN madvise LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:242 VKEY=4263 */ /* BEGIN STRUCT __sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:276 69 */ #line 276 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct __sigaction { union __sigaction_u __sigaction_u ; void (*sa_tramp)(void * , int , int , siginfo_t * , void * ) ; sigset_t sa_mask ; int sa_flags ; }; /* END STRUCT __sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:276 69 */ /* BEGIN TYPEDEF uuid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h" typedef __darwin_uuid_t uuid_t; /* END TYPEDEF uuid_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uuid_t.h:31 */ /* BEGIN VARIABLE-DECL _TIG_VZ_6LuO_4_MERGED_$strings LOC=UNKNOWN VKEY=5528 */ char const *_TIG_VZ_6LuO_4_MERGED_$strings ; /* END VARIABLE-DECL _TIG_VZ_6LuO_4_MERGED_$strings LOC=UNKNOWN VKEY=5528 */ /* BEGIN STRUCT fstore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:427 105 */ #line 427 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fstore { unsigned int fst_flags ; int fst_posmode ; off_t fst_offset ; off_t fst_length ; off_t fst_bytesalloc ; }; /* END STRUCT fstore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:427 105 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_getprotocol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:403 VKEY=2363 */ #line 403 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_getprotocol(pthread_mutexattr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_getprotocol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:403 VKEY=2363 */ /* BEGIN FUNCTION-DECL-EXTERN mktemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216 VKEY=3576 */ #line 216 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *mktemp(char * ) ; /* END FUNCTION-DECL-EXTERN mktemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:216 VKEY=3576 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutex_unlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:393 VKEY=2350 */ #line 393 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutex_unlock(pthread_mutex_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_mutex_unlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:393 VKEY=2350 */ /* BEGIN FUNCTION-DECL-EXTERN vdprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:353 VKEY=3076 */ #line 353 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vdprintf)(int , char const * __restrict , va_list___0 ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN vdprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:353 VKEY=3076 */ /* BEGIN FUNCTION-DECL-EXTERN _exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:430 VKEY=4455 */ #line 430 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__noreturn__)) void _exit(int ) ; /* END FUNCTION-DECL-EXTERN _exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:430 VKEY=4455 */ /* BEGIN FUNCTION-DECL-EXTERN sighold LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:91 VKEY=2642 */ #line 91 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sighold(int ) ; /* END FUNCTION-DECL-EXTERN sighold LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:91 VKEY=2642 */ /* BEGIN TYPEDEF daddr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:101 */ #line 101 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef int32_t daddr_t; /* END TYPEDEF daddr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:101 */ /* BEGIN FUNCTION-DECL-EXTERN mlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:221 VKEY=4204 */ #line 221 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int mlock(void const * , size_t ) ; /* END FUNCTION-DECL-EXTERN mlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:221 VKEY=4204 */ /* BEGIN FUNCTION-DECL-EXTERN execlp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:443 VKEY=4499 */ #line 443 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int execlp(char const *__file , char const *__arg0 , ...) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN execlp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:443 VKEY=4499 */ /* BEGIN ENUM __anonenum_clockid_t_447627989 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:153 */ #line 153 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" enum __anonenum_clockid_t_447627989 { _CLOCK_REALTIME = 0, _CLOCK_MONOTONIC = 6, _CLOCK_MONOTONIC_RAW = 4, _CLOCK_MONOTONIC_RAW_APPROX = 5, _CLOCK_UPTIME_RAW = 8, _CLOCK_UPTIME_RAW_APPROX = 9, _CLOCK_PROCESS_CPUTIME_ID = 12, _CLOCK_THREAD_CPUTIME_ID = 16 } ; /* END ENUM __anonenum_clockid_t_447627989 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:153 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:259 VKEY=2179 */ #line 259 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_init(pthread_attr_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:259 VKEY=2179 */ /* BEGIN FUNCTION-DECL-EXTERN getrusage LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:450 VKEY=3246 */ #line 450 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" extern int getrusage(int , struct rusage * ) ; /* END FUNCTION-DECL-EXTERN getrusage LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:450 VKEY=3246 */ /* BEGIN FUNCTION-DECL-EXTERN __error LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h:80 VKEY=1009 */ #line 80 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h" extern int *__error(void) ; /* END FUNCTION-DECL-EXTERN __error LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/errno.h:80 VKEY=1009 */ /* BEGIN TYPEDEF __int16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:42 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef short __int16_t; /* END TYPEDEF __int16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:42 */ /* BEGIN TYPEDEF mcontext_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:204 */ #line 204 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" typedef struct __darwin_mcontext64 *mcontext_t; /* END TYPEDEF mcontext_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:204 */ /* BEGIN FUNCTION-DECL-EXTERN sigaltstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:87 VKEY=2628 */ #line 87 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigaltstack(stack_t const * __restrict , stack_t * __restrict ) __asm__("_sigaltstack") __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN sigaltstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:87 VKEY=2628 */ /* BEGIN FUNCTION-DECL-EXTERN nanosleep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:142 VKEY=2048 */ #line 142 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern int nanosleep(struct timespec const *__rqtp , struct timespec *__rmtp ) __asm__("_nanosleep") ; /* END FUNCTION-DECL-EXTERN nanosleep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:142 VKEY=2048 */ /* BEGIN VARIABLE-DECL-EXTERN daylight LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:105 VKEY=1960 */ #line 105 extern int daylight ; /* END VARIABLE-DECL-EXTERN daylight LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:105 VKEY=1960 */ /* BEGIN FUNCTION-DECL-EXTERN setrlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:455 VKEY=3265 */ #line 455 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" extern int setrlimit(int , struct rlimit const * ) __asm__("_setrlimit") ; /* END FUNCTION-DECL-EXTERN setrlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:455 VKEY=3265 */ /* BEGIN FUNCTION-DECL-EXTERN sigrelse LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:98 VKEY=2671 */ #line 98 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigrelse(int ) ; /* END FUNCTION-DECL-EXTERN sigrelse LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:98 VKEY=2671 */ /* BEGIN FUNCTION-DECL-EXTERN logf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:372 VKEY=1306 */ #line 372 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float logf(float ) ; /* END FUNCTION-DECL-EXTERN logf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:372 VKEY=1306 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setschedpolicy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:275 VKEY=2204 */ #line 275 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setschedpolicy(pthread_attr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setschedpolicy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:275 VKEY=2204 */ /* BEGIN FUNCTION-DECL-EXTERN access LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:431 VKEY=4460 */ #line 431 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int access(char const * , int ) ; /* END FUNCTION-DECL-EXTERN access LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:431 VKEY=4460 */ /* BEGIN FUNCTION-DECL-EXTERN truncl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:497 VKEY=1615 */ #line 497 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double truncl(long double ) ; /* END FUNCTION-DECL-EXTERN truncl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:497 VKEY=1615 */ /* BEGIN FUNCTION-DECL-EXTERN cgetcap LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281 VKEY=3666 */ #line 281 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *cgetcap(char * , char const * , int ) ; /* END FUNCTION-DECL-EXTERN cgetcap LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:281 VKEY=3666 */ /* BEGIN FUNCTION-DECL-EXTERN __srget LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:249 VKEY=2961 */ #line 249 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int __srget(FILE * ) ; /* END FUNCTION-DECL-EXTERN __srget LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:249 VKEY=2961 */ /* BEGIN STRUCT-DECL __anonstruct_w_S_529377835 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 87 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" struct __anonstruct_w_S_529377835 ; /* END STRUCT-DECL __anonstruct_w_S_529377835 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 87 */ /* BEGIN FUNCTION-DECL-EXTERN timingsafe_bcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:172 VKEY=4134 */ #line 172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern int __attribute__((__availability__(watchos,introduced=3.1), __availability__(tvos,introduced=10.0.1), __availability__(ios,introduced=10.1), __availability__(macosx,introduced=10.12.1))) timingsafe_bcmp(void const *__b1 , void const *__b2 , size_t __len ) ; /* END FUNCTION-DECL-EXTERN timingsafe_bcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:172 VKEY=4134 */ /* BEGIN STRUCT-DECL __darwin_x86_avx512_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:833 50 */ #line 833 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_avx512_state64 ; /* END STRUCT-DECL __darwin_x86_avx512_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:833 50 */ /* BEGIN STRUCT flocktimeout LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:358 100 */ #line 358 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct flocktimeout { struct flock fl ; struct timespec timeout ; }; /* END STRUCT flocktimeout LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:358 100 */ /* BEGIN FUNCTION-DECL-EXTERN fmtcheck LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:373 VKEY=3124 */ #line 373 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern char const *fmtcheck(char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN fmtcheck LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:373 VKEY=3124 */ /* BEGIN FUNCTION-DECL-EXTERN strchr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:76 VKEY=3915 */ #line 76 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strchr(char const *__s , int __c ) ; /* END FUNCTION-DECL-EXTERN strchr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:76 VKEY=3915 */ /* BEGIN STRUCT fcodeblobs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:378 102 */ #line 378 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fcodeblobs { void *f_cd_hash ; size_t f_hash_size ; void *f_cd_buffer ; size_t f_cd_size ; unsigned int *f_out_size ; int f_arch ; int __padding ; }; /* END STRUCT fcodeblobs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:378 102 */ /* BEGIN TYPEDEF fbootstraptransfer_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:459 */ #line 459 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct fbootstraptransfer fbootstraptransfer_t; /* END TYPEDEF fbootstraptransfer_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:459 */ /* BEGIN TYPEDEF fsignatures_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:395 */ #line 395 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct fsignatures fsignatures_t; /* END TYPEDEF fsignatures_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:395 */ /* BEGIN FUNCTION-DECL-EXTERN settimeofday LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:193 VKEY=4328 */ #line 193 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" extern int settimeofday(struct timeval const * , struct timezone const * ) ; /* END FUNCTION-DECL-EXTERN settimeofday LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:193 VKEY=4328 */ /* BEGIN FUNCTION-DECL-EXTERN __swbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:251 VKEY=2973 */ #line 251 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int __swbuf(int , FILE * ) ; /* END FUNCTION-DECL-EXTERN __swbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:251 VKEY=2973 */ /* BEGIN FUNCTION-DECL-EXTERN ctime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:126 VKEY=2018 */ #line 126 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern char *ctime_r(time_t const * , char * ) ; /* END FUNCTION-DECL-EXTERN ctime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:126 VKEY=2018 */ /* BEGIN STRUCT rusage_info_v1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:209 79 */ #line 209 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v1 { uint8_t ri_uuid[16] ; uint64_t ri_user_time ; uint64_t ri_system_time ; uint64_t ri_pkg_idle_wkups ; uint64_t ri_interrupt_wkups ; uint64_t ri_pageins ; uint64_t ri_wired_size ; uint64_t ri_resident_size ; uint64_t ri_phys_footprint ; uint64_t ri_proc_start_abstime ; uint64_t ri_proc_exit_abstime ; uint64_t ri_child_user_time ; uint64_t ri_child_system_time ; uint64_t ri_child_pkg_idle_wkups ; uint64_t ri_child_interrupt_wkups ; uint64_t ri_child_pageins ; uint64_t ri_child_elapsed_abstime ; }; /* END STRUCT rusage_info_v1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:209 79 */ /* BEGIN FUNCTION-DECL-EXTERN __exp10f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:586 VKEY=1801 */ #line 586 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float __exp10f(float ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __exp10f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:586 VKEY=1801 */ /* BEGIN FUNCTION-DECL-EXTERN getchar LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:167 VKEY=2851 */ #line 167 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int getchar(void) ; /* END FUNCTION-DECL-EXTERN getchar LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:167 VKEY=2851 */ /* BEGIN FUNCTION-DECL-EXTERN ftruncate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:607 VKEY=4785 */ #line 607 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int ftruncate(int , off_t ) ; /* END FUNCTION-DECL-EXTERN ftruncate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:607 VKEY=4785 */ /* BEGIN STRUCT fd_set LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:50 91 */ #line 50 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" struct fd_set { __int32_t fds_bits[1024UL / (sizeof(__int32_t ) * 8UL)] ; }; /* END STRUCT fd_set LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:50 91 */ /* BEGIN FUNCTION-DECL-EXTERN fileno LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:212 VKEY=2950 */ #line 212 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fileno(FILE * ) ; /* END FUNCTION-DECL-EXTERN fileno LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:212 VKEY=2950 */ /* BEGIN FUNCTION-DECL-EXTERN pclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:228 VKEY=2953 */ #line 228 extern int pclose(FILE * ) __attribute__((__availability__(swift,unavailable,message="Use posix_spawn APIs or NSTask instead."))) ; /* END FUNCTION-DECL-EXTERN pclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:228 VKEY=2953 */ /* BEGIN FUNCTION-DECL-EXTERN asprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:370 VKEY=3111 */ #line 370 extern int ( /* format attribute */ asprintf)(char ** __restrict , char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN asprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:370 VKEY=3111 */ /* BEGIN FUNCTION-DECL-EXTERN logbl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:390 VKEY=1348 */ #line 390 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double logbl(long double ) ; /* END FUNCTION-DECL-EXTERN logbl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:390 VKEY=1348 */ /* BEGIN STRUCT sigevent LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:168 66 */ #line 168 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigevent { int sigev_notify ; int sigev_signo ; union sigval sigev_value ; void (*sigev_notify_function)(union sigval ) ; pthread_attr_t *sigev_notify_attributes ; }; /* END STRUCT sigevent LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:168 66 */ /* BEGIN TYPEDEF rusage_info_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:193 */ #line 193 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" typedef void *rusage_info_t; /* END TYPEDEF rusage_info_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:193 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setguardsize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:265 VKEY=2189 */ #line 265 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setguardsize(pthread_attr_t * , size_t ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setguardsize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:265 VKEY=2189 */ /* BEGIN FUNCTION-DECL-EXTERN strlcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:163 VKEY=4110 */ #line 163 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern size_t strlcpy(char *__dst , char const *__source , size_t __size ) ; /* END FUNCTION-DECL-EXTERN strlcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:163 VKEY=4110 */ /* BEGIN VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1 LOC=UNKNOWN VKEY=5413 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_list_1 ; /* END VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1 LOC=UNKNOWN VKEY=5413 */ /* BEGIN FUNCTION-DECL-EXTERN tzsetwall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:135 VKEY=2034 */ #line 135 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern void tzsetwall(void) ; /* END FUNCTION-DECL-EXTERN tzsetwall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:135 VKEY=2034 */ /* BEGIN FUNCTION-DECL-EXTERN fchownat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:208 VKEY=4418 */ #line 208 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int fchownat(int , char const * , uid_t , gid_t , int ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN fchownat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:208 VKEY=4418 */ /* BEGIN STRUCT-DECL clockinfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:172 95 */ #line 172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" struct clockinfo ; /* END STRUCT-DECL clockinfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:172 95 */ /* BEGIN STRUCT-DECL __sFILEX LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:98 74 */ #line 98 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h" struct __sFILEX ; /* END STRUCT-DECL __sFILEX LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:98 74 */ /* BEGIN FUNCTION-DECL-EXTERN mkostempsat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:692 VKEY=4995 */ #line 692 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int mkostempsat_np(int dfd , char *path , int slen , int oflags ) __attribute__((__availability__(watchos,introduced=4.0), __availability__(tvos,introduced=11.0), __availability__(ios,introduced=11.0), __availability__(macosx,introduced=10.13))) ; /* END FUNCTION-DECL-EXTERN mkostempsat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:692 VKEY=4995 */ /* BEGIN FUNCTION-DECL-EXTERN munlockall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:219 VKEY=4199 */ #line 219 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int munlockall(void) ; /* END FUNCTION-DECL-EXTERN munlockall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:219 VKEY=4199 */ /* BEGIN FUNCTION-DECL-EXTERN sprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180 VKEY=2904 */ #line 180 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ sprintf)(char * __restrict , char const * __restrict , ...) __attribute__((__availability__(swift,unavailable,message="Use snprintf instead."))) ; /* END FUNCTION-DECL-EXTERN sprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180 VKEY=2904 */ /* BEGIN FUNCTION-DECL-EXTERN flsll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:89 VKEY=4193 */ #line 89 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int flsll(long long ) __attribute__((__availability__(macosx,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN flsll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:89 VKEY=4193 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mach_thread_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:521 VKEY=2507 */ #line 521 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern mach_port_t __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) pthread_mach_thread_np(pthread_t ) ; /* END FUNCTION-DECL-EXTERN pthread_mach_thread_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:521 VKEY=2507 */ /* BEGIN FUNCTION-DECL-EXTERN ilogbl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:406 VKEY=1402 */ #line 406 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern int ilogbl(long double ) ; /* END FUNCTION-DECL-EXTERN ilogbl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:406 VKEY=1402 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlockattr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:471 VKEY=2447 */ #line 471 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlockattr_init(pthread_rwlockattr_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_rwlockattr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:471 VKEY=2447 */ /* BEGIN FUNCTION-DECL-EXTERN sigprocmask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:97 VKEY=2668 */ #line 97 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigprocmask(int , sigset_t const * __restrict , sigset_t * __restrict ) ; /* END FUNCTION-DECL-EXTERN sigprocmask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:97 VKEY=2668 */ /* BEGIN FUNCTION-DECL-EXTERN bcopy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:71 VKEY=4148 */ #line 71 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern void bcopy(void const * , void * , size_t ) ; /* END FUNCTION-DECL-EXTERN bcopy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:71 VKEY=4148 */ /* BEGIN FUNCTION-DECL-EXTERN linkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:209 VKEY=4429 */ #line 209 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int linkat(int , char const * , int , char const * , int ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN linkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:209 VKEY=4429 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlock_wrlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:458 VKEY=2433 */ #line 458 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlock_wrlock(pthread_rwlock_t * ) __asm__("_pthread_rwlock_wrlock") ; /* END FUNCTION-DECL-EXTERN pthread_rwlock_wrlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:458 VKEY=2433 */ /* BEGIN FUNCTION-DECL-EXTERN nearbyintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:463 VKEY=1546 */ #line 463 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float nearbyintf(float ) ; /* END FUNCTION-DECL-EXTERN nearbyintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:463 VKEY=1546 */ /* BEGIN STRUCT fbootstraptransfer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:459 109 */ #line 459 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fbootstraptransfer { off_t fbt_offset ; size_t fbt_length ; void *fbt_buffer ; }; /* END STRUCT fbootstraptransfer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:459 109 */ /* BEGIN FUNCTION-DECL-EXTERN fmod LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:500 VKEY=1625 */ #line 500 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double fmod(double , double ) ; /* END FUNCTION-DECL-EXTERN fmod LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:500 VKEY=1625 */ /* BEGIN FUNCTION-DECL-EXTERN sscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:181 VKEY=2909 */ #line 181 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ sscanf)(char const * __restrict , char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN sscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:181 VKEY=2909 */ /* BEGIN STRUCT-DECL __darwin_mcontext_avx512_64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:130 61 */ #line 130 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx512_64 ; /* END STRUCT-DECL __darwin_mcontext_avx512_64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:130 61 */ /* BEGIN VARIABLE-DECL-EXTERN optind LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:512 VKEY=4658 */ #line 512 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int optind ; /* END VARIABLE-DECL-EXTERN optind LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:512 VKEY=4658 */ /* BEGIN STRUCT __darwin_mcontext_avx512_32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:56 56 */ #line 56 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx512_32 { struct __darwin_i386_exception_state __es ; struct __darwin_i386_thread_state __ss ; struct __darwin_i386_avx512_state __fs ; }; /* END STRUCT __darwin_mcontext_avx512_32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:56 56 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_get_stacksize_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:524 VKEY=2510 */ #line 524 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern size_t __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) pthread_get_stacksize_np(pthread_t ) ; /* END FUNCTION-DECL-EXTERN pthread_get_stacksize_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:524 VKEY=2510 */ /* BEGIN FUNCTION-DECL-EXTERN getchar_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:290 VKEY=2998 */ #line 290 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int getchar_unlocked(void) ; /* END FUNCTION-DECL-EXTERN getchar_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:290 VKEY=2998 */ /* BEGIN ENUM __anonenum_788482901 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:130 */ #line 130 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h" enum __anonenum_788482901 { QOS_CLASS_USER_INTERACTIVE = 33, QOS_CLASS_USER_INITIATED = 25, QOS_CLASS_DEFAULT = 21, QOS_CLASS_UTILITY = 17, QOS_CLASS_BACKGROUND = 9, QOS_CLASS_UNSPECIFIED = 0 } ; /* END ENUM __anonenum_788482901 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:130 */ /* BEGIN FUNCTION-DECL __inline_isnormald LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:184 VKEY=1054 */ #line 184 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" __inline int ( __attribute__((__always_inline__)) __inline_isnormald)(double __x ) ; /* END FUNCTION-DECL __inline_isnormald LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:184 VKEY=1054 */ /* BEGIN FUNCTION-DECL-EXTERN ffs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:77 VKEY=4166 */ #line 77 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int ffs(int ) ; /* END FUNCTION-DECL-EXTERN ffs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:77 VKEY=4166 */ /* BEGIN FUNCTION-DECL-EXTERN cgetclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:282 VKEY=3669 */ #line 282 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetclose(void) ; /* END FUNCTION-DECL-EXTERN cgetclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:282 VKEY=3669 */ /* BEGIN ENUM __anonenum_filesec_property_t_291559284 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:512 */ #line 512 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" enum __anonenum_filesec_property_t_291559284 { FILESEC_OWNER = 1, FILESEC_GROUP = 2, FILESEC_UUID = 3, FILESEC_MODE = 4, FILESEC_ACL = 5, FILESEC_GRPUUID = 6, FILESEC_ACL_RAW = 100, FILESEC_ACL_ALLOCSIZE = 101 } ; /* END ENUM __anonenum_filesec_property_t_291559284 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:512 */ /* BEGIN FUNCTION-DECL-EXTERN tanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:332 VKEY=1216 */ #line 332 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float tanf(float ) ; /* END FUNCTION-DECL-EXTERN tanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:332 VKEY=1216 */ /* BEGIN STRUCT-DECL pthread_override_s LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:211 31 */ #line 211 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" struct pthread_override_s ; /* END STRUCT-DECL pthread_override_s LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:211 31 */ /* BEGIN STRUCT-DECL __x86_pagein_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:622 45 */ #line 622 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __x86_pagein_state ; /* END STRUCT-DECL __x86_pagein_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:622 45 */ /* BEGIN FUNCTION-DECL __sputc LOC=UNKNOWN VKEY=2974 */ __inline int ( __attribute__((__always_inline__)) __sputc)(int _c , FILE *_p ) ; /* END FUNCTION-DECL __sputc LOC=UNKNOWN VKEY=2974 */ /* BEGIN FUNCTION-DECL-EXTERN erfcl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:442 VKEY=1507 */ #line 442 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double erfcl(long double ) ; /* END FUNCTION-DECL-EXTERN erfcl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:442 VKEY=1507 */ /* BEGIN STRUCT sched_param LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:35 28 */ #line 35 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h" struct sched_param { int sched_priority ; char __opaque[4] ; }; /* END STRUCT sched_param LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:35 28 */ /* BEGIN FUNCTION-DECL-EXTERN __vsnprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:70 VKEY=3226 */ #line 70 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h" extern int __vsnprintf_chk(char * __restrict , size_t , int , size_t , char const * __restrict , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN __vsnprintf_chk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:70 VKEY=3226 */ /* BEGIN FUNCTION-DECL-EXTERN filesec_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:545 VKEY=5325 */ #line 545 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern filesec_t filesec_init(void) ; /* END FUNCTION-DECL-EXTERN filesec_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:545 VKEY=5325 */ /* BEGIN FUNCTION-DECL-EXTERN getpeereid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:661 VKEY=4901 */ #line 661 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getpeereid(int , uid_t * , gid_t * ) ; /* END FUNCTION-DECL-EXTERN getpeereid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:661 VKEY=4901 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_getugid_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:700 VKEY=5019 */ #line 700 extern int pthread_getugid_np(uid_t * , gid_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_getugid_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:700 VKEY=5019 */ /* BEGIN FUNCTION-DECL-EXTERN sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:84 VKEY=2618 */ #line 84 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigaction(int , struct sigaction const * __restrict , struct sigaction * __restrict ) ; /* END FUNCTION-DECL-EXTERN sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:84 VKEY=2618 */ /* BEGIN STRUCT sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:286 70 */ #line 286 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigaction { union __sigaction_u __sigaction_u ; sigset_t sa_mask ; int sa_flags ; }; /* END STRUCT sigaction LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:286 70 */ /* BEGIN FUNCTION-DECL-EXTERN fsync_volume_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:779 VKEY=5273 */ #line 779 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int fsync_volume_np(int , int ) __attribute__((__availability__(macosx,introduced=10.8))) ; /* END FUNCTION-DECL-EXTERN fsync_volume_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:779 VKEY=5273 */ /* BEGIN ENUM __anonenum_idtype_t_558242672 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:79 */ #line 79 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" enum __anonenum_idtype_t_558242672 { P_ALL = 0, P_PID = 1, P_PGID = 2 } ; /* END ENUM __anonenum_idtype_t_558242672 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:79 */ /* BEGIN FUNCTION-DECL-EXTERN creat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:534 VKEY=5296 */ #line 534 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int creat(char const * , mode_t ) __asm__("_creat") ; /* END FUNCTION-DECL-EXTERN creat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:534 VKEY=5296 */ /* BEGIN FUNCTION-DECL-EXTERN getmode LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:660 VKEY=4894 */ #line 660 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern mode_t getmode(void const * , mode_t ) ; /* END FUNCTION-DECL-EXTERN getmode LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:660 VKEY=4894 */ /* BEGIN FUNCTION-DECL-EXTERN sradixsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345 VKEY=3844 */ #line 345 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int sradixsort(unsigned char const **__base , int __nel , unsigned char const *__table , unsigned int __endbyte ) ; /* END FUNCTION-DECL-EXTERN sradixsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:345 VKEY=3844 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlock_tryrdlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:452 VKEY=2427 */ #line 452 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlock_tryrdlock(pthread_rwlock_t * ) __asm__("_pthread_rwlock_tryrdlock") ; /* END FUNCTION-DECL-EXTERN pthread_rwlock_tryrdlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:452 VKEY=2427 */ /* BEGIN VARIABLE-DECL _TIG_iE_6LuO_1_alwaysZero LOC=UNKNOWN VKEY=5404 */ unsigned long _TIG_iE_6LuO_1_alwaysZero ; /* END VARIABLE-DECL _TIG_iE_6LuO_1_alwaysZero LOC=UNKNOWN VKEY=5404 */ /* BEGIN STRUCT-DECL exception LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:759 16 */ #line 759 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" struct exception ; /* END STRUCT-DECL exception LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:759 16 */ /* BEGIN STRUCT-DECL __darwin_mcontext_avx32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:47 55 */ #line 47 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx32 ; /* END STRUCT-DECL __darwin_mcontext_avx32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:47 55 */ /* BEGIN VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_list_2 LOC=UNKNOWN VKEY=5415 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_list_2 ; /* END VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_list_2 LOC=UNKNOWN VKEY=5415 */ /* BEGIN FUNCTION-DECL-EXTERN tanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:334 VKEY=1222 */ #line 334 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double tanl(long double ) ; /* END FUNCTION-DECL-EXTERN tanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:334 VKEY=1222 */ /* BEGIN FUNCTION-DECL-EXTERN reboot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:702 VKEY=5022 */ #line 702 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int reboot(int ) ; /* END FUNCTION-DECL-EXTERN reboot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:702 VKEY=5022 */ /* BEGIN FUNCTION-DECL-EXTERN mkstemp_dprotected_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:683 VKEY=4974 */ #line 683 extern int mkstemp_dprotected_np(char *path , int dpclass , int dpflags ) __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,unavailable))) ; /* END FUNCTION-DECL-EXTERN mkstemp_dprotected_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:683 VKEY=4974 */ /* BEGIN FUNCTION-DECL-EXTERN strsignal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:134 VKEY=4045 */ #line 134 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strsignal(int __sig ) ; /* END FUNCTION-DECL-EXTERN strsignal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:134 VKEY=4045 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_setschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:491 VKEY=2475 */ #line 491 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_setschedparam(pthread_t , int , struct sched_param const * ) ; /* END FUNCTION-DECL-EXTERN pthread_setschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:491 VKEY=2475 */ /* BEGIN STRUCT-DECL __darwin_i386_avx_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:318 41 */ #line 318 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_avx_state ; /* END STRUCT-DECL __darwin_i386_avx_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:318 41 */ /* BEGIN FUNCTION-DECL-EXTERN getopt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:509 VKEY=4656 */ #line 509 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getopt(int , char ** , char const * ) __asm__("_getopt") ; /* END FUNCTION-DECL-EXTERN getopt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:509 VKEY=4656 */ /* BEGIN FUNCTION-DECL-EXTERN copysign LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:512 VKEY=1676 */ #line 512 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double copysign(double , double ) ; /* END FUNCTION-DECL-EXTERN copysign LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:512 VKEY=1676 */ /* BEGIN FUNCTION-DECL-EXTERN roundl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:477 VKEY=1579 */ #line 477 extern long double roundl(long double ) ; /* END FUNCTION-DECL-EXTERN roundl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:477 VKEY=1579 */ /* BEGIN TYPEDEF fchecklv_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:411 */ #line 411 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct fchecklv fchecklv_t; /* END TYPEDEF fchecklv_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:411 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_setspecific LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:494 VKEY=2480 */ #line 494 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_setspecific(pthread_key_t , void const * _Nullable ) ; /* END FUNCTION-DECL-EXTERN pthread_setspecific LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:494 VKEY=2480 */ /* BEGIN FUNCTION-DECL-EXTERN readlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:623 VKEY=4809 */ #line 623 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern ssize_t readlink(char const * __restrict , char * __restrict , size_t ) ; /* END FUNCTION-DECL-EXTERN readlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:623 VKEY=4809 */ /* BEGIN STRUCT rlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:365 83 */ #line 365 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rlimit { rlim_t rlim_cur ; rlim_t rlim_max ; }; /* END STRUCT rlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:365 83 */ /* BEGIN STRUCT __anonstruct_lldiv_t_86583852 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:94 90 */ #line 94 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" struct __anonstruct_lldiv_t_86583852 { long long quot ; long long rem ; }; /* END STRUCT __anonstruct_lldiv_t_86583852 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:94 90 */ /* BEGIN STRUCT __darwin_mcontext_avx512_64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:130 61 */ #line 130 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx512_64 { struct __darwin_x86_exception_state64 __es ; struct __darwin_x86_thread_state64 __ss ; struct __darwin_x86_avx512_state64 __fs ; }; /* END STRUCT __darwin_mcontext_avx512_64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:130 61 */ /* BEGIN FUNCTION-DECL __inline_isnanf LOC=UNKNOWN VKEY=1042 */ __inline int ( __attribute__((__always_inline__)) __inline_isnanf)(float __x ) ; /* END FUNCTION-DECL __inline_isnanf LOC=UNKNOWN VKEY=1042 */ /* BEGIN FUNCTION-DECL-EXTERN logb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:389 VKEY=1345 */ #line 389 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double logb(double ) ; /* END FUNCTION-DECL-EXTERN logb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:389 VKEY=1345 */ /* BEGIN FUNCTION-DECL-EXTERN grantpt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:206 VKEY=3554 */ #line 206 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int grantpt(int ) ; /* END FUNCTION-DECL-EXTERN grantpt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:206 VKEY=3554 */ /* BEGIN FUNCTION-DECL-EXTERN strerror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:81 VKEY=3938 */ #line 81 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strerror(int __errnum ) __asm__("_strerror") ; /* END FUNCTION-DECL-EXTERN strerror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:81 VKEY=3938 */ /* BEGIN FUNCTION-DECL-EXTERN getc_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:289 VKEY=2995 */ #line 289 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int getc_unlocked(FILE * ) ; /* END FUNCTION-DECL-EXTERN getc_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:289 VKEY=2995 */ /* BEGIN FUNCTION-DECL-EXTERN strlcat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:162 VKEY=4103 */ #line 162 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern size_t strlcat(char *__dst , char const *__source , size_t __size ) ; /* END FUNCTION-DECL-EXTERN strlcat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:162 VKEY=4103 */ /* BEGIN FUNCTION-DECL-EXTERN clock_settime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:187 VKEY=2066 */ #line 187 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern int __attribute__((__availability__(watchos,unavailable), __availability__(tvos,unavailable), __availability__(ios,unavailable), __availability__(macosx,introduced=10.12))) clock_settime(clockid_t __clock_id , struct timespec const *__tp ) ; /* END FUNCTION-DECL-EXTERN clock_settime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:187 VKEY=2066 */ /* BEGIN FUNCTION-DECL-EXTERN powl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:430 VKEY=1480 */ #line 430 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double powl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN powl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:430 VKEY=1480 */ /* BEGIN FUNCTION-DECL-EXTERN getsid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:553 VKEY=4688 */ #line 553 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t getsid(pid_t ) ; /* END FUNCTION-DECL-EXTERN getsid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:553 VKEY=4688 */ /* BEGIN STRUCT __double2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:643 15 */ #line 643 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" struct __double2 { double __sinval ; double __cosval ; }; /* END STRUCT __double2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:643 15 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlockattr_setpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:474 VKEY=2452 */ #line 474 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlockattr_setpshared(pthread_rwlockattr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_rwlockattr_setpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:474 VKEY=2452 */ /* BEGIN FUNCTION-DECL-EXTERN tgamma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:452 VKEY=1522 */ #line 452 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double tgamma(double ) ; /* END FUNCTION-DECL-EXTERN tgamma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:452 VKEY=1522 */ /* BEGIN FUNCTION-DECL-EXTERN getuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:462 VKEY=4558 */ #line 462 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern uid_t getuid(void) ; /* END FUNCTION-DECL-EXTERN getuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:462 VKEY=4558 */ /* BEGIN FUNCTION-DECL-EXTERN log10 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:377 VKEY=1318 */ #line 377 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double log10(double ) ; /* END FUNCTION-DECL-EXTERN log10 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:377 VKEY=1318 */ /* BEGIN FUNCTION-DECL-EXTERN fmemopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:356 VKEY=3099 */ #line 356 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *fmemopen(void * __restrict __buf , size_t __size , char const * __restrict __mode ) __attribute__((__availability__(watchos,introduced=4.0), __availability__(tvos,introduced=11.0), __availability__(ios,introduced=11.0), __availability__(macos,introduced=10.13))) ; /* END FUNCTION-DECL-EXTERN fmemopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:356 VKEY=3099 */ /* BEGIN FUNCTION-DECL-EXTERN atan2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:321 VKEY=1190 */ #line 321 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double atan2(double , double ) ; /* END FUNCTION-DECL-EXTERN atan2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:321 VKEY=1190 */ /* BEGIN FUNCTION-DECL __inline_isnanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:182 VKEY=1048 */ #line 182 __inline int ( __attribute__((__always_inline__)) __inline_isnanl)(long double __x ) ; /* END FUNCTION-DECL __inline_isnanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:182 VKEY=1048 */ /* BEGIN FUNCTION-DECL-EXTERN memset_pattern4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:156 VKEY=4070 */ #line 156 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void memset_pattern4(void *__b , void const *__pattern4 , size_t __len ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN memset_pattern4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:156 VKEY=4070 */ /* BEGIN FUNCTION-DECL-EXTERN strtoull LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178 VKEY=3492 */ #line 178 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern unsigned long long strtoull(char const *__str , char **__endptr , int __base ) ; /* END FUNCTION-DECL-EXTERN strtoull LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:178 VKEY=3492 */ /* BEGIN FUNCTION-DECL-EXTERN strptime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:117 VKEY=2002 */ #line 117 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern char *strptime(char const * __restrict , char const * __restrict , struct tm * __restrict ) __asm__("_strptime") ; /* END FUNCTION-DECL-EXTERN strptime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:117 VKEY=2002 */ /* BEGIN STRUCT-DECL __darwin_mcontext_avx512_64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:138 62 */ #line 138 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx512_64_full ; /* END STRUCT-DECL __darwin_mcontext_avx512_64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:138 62 */ /* BEGIN STRUCT __darwin_ucontext LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:42 64 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h" struct __darwin_ucontext { int uc_onstack ; __darwin_sigset_t uc_sigmask ; struct __darwin_sigaltstack uc_stack ; struct __darwin_ucontext *uc_link ; __darwin_size_t uc_mcsize ; struct __darwin_mcontext64 *uc_mcontext ; }; /* END STRUCT __darwin_ucontext LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:42 64 */ /* BEGIN FUNCTION-DECL-EXTERN fseek LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:162 VKEY=2828 */ #line 162 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fseek(FILE * , long , int ) ; /* END FUNCTION-DECL-EXTERN fseek LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:162 VKEY=2828 */ /* BEGIN FUNCTION-DECL-EXTERN time2posix LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:136 VKEY=2037 */ #line 136 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern time_t time2posix(time_t ) ; /* END FUNCTION-DECL-EXTERN time2posix LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:136 VKEY=2037 */ /* BEGIN STRUCT __anonstruct_div_t_773697287 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:83 88 */ #line 83 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" struct __anonstruct_div_t_773697287 { int quot ; int rem ; }; /* END STRUCT __anonstruct_div_t_773697287 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:83 88 */ /* BEGIN STRUCT __darwin_mcontext64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:105 58 */ #line 105 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext64_full { struct __darwin_x86_exception_state64 __es ; struct __darwin_x86_thread_full_state64 __ss ; struct __darwin_x86_float_state64 __fs ; }; /* END STRUCT __darwin_mcontext64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:105 58 */ /* BEGIN FUNCTION-DECL _OSSwapInt32 LOC=UNKNOWN VKEY=3269 */ __inline static __uint32_t _OSSwapInt32(__uint32_t _data ) ; /* END FUNCTION-DECL _OSSwapInt32 LOC=UNKNOWN VKEY=3269 */ /* BEGIN FUNCTION-DECL-EXTERN popen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:232 VKEY=2958 */ #line 232 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *popen(char const * , char const * ) __asm__("_popen") __attribute__((__availability__(swift,unavailable,message="Use posix_spawn APIs or NSTask instead."))) ; /* END FUNCTION-DECL-EXTERN popen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:232 VKEY=2958 */ /* BEGIN FUNCTION-DECL-EXTERN atoll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139 VKEY=3369 */ #line 139 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long long atoll(char const * ) ; /* END FUNCTION-DECL-EXTERN atoll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:139 VKEY=3369 */ /* BEGIN FUNCTION-DECL-EXTERN ecvt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201 VKEY=3525 */ #line 201 extern char *ecvt(double , int , int * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN ecvt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:201 VKEY=3525 */ /* BEGIN FUNCTION-DECL __darwin_fd_clr LOC=UNKNOWN VKEY=4303 */ __inline void ( __attribute__((__always_inline__)) __darwin_fd_clr)(int _fd , struct fd_set *_p ) ; /* END FUNCTION-DECL __darwin_fd_clr LOC=UNKNOWN VKEY=4303 */ /* BEGIN STRUCT rusage_info_v2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:229 80 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v2 { uint8_t ri_uuid[16] ; uint64_t ri_user_time ; uint64_t ri_system_time ; uint64_t ri_pkg_idle_wkups ; uint64_t ri_interrupt_wkups ; uint64_t ri_pageins ; uint64_t ri_wired_size ; uint64_t ri_resident_size ; uint64_t ri_phys_footprint ; uint64_t ri_proc_start_abstime ; uint64_t ri_proc_exit_abstime ; uint64_t ri_child_user_time ; uint64_t ri_child_system_time ; uint64_t ri_child_pkg_idle_wkups ; uint64_t ri_child_interrupt_wkups ; uint64_t ri_child_pageins ; uint64_t ri_child_elapsed_abstime ; uint64_t ri_diskio_bytesread ; uint64_t ri_diskio_byteswritten ; }; /* END STRUCT rusage_info_v2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:229 80 */ /* BEGIN FUNCTION-DECL-EXTERN memcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:72 VKEY=3891 */ #line 72 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void *memcpy(void *__dst , void const *__src , size_t __n ) ; /* END FUNCTION-DECL-EXTERN memcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:72 VKEY=3891 */ /* BEGIN FUNCTION-DECL-EXTERN munlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:232 VKEY=4236 */ #line 232 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int munlock(void const * , size_t ) ; /* END FUNCTION-DECL-EXTERN munlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:232 VKEY=4236 */ /* BEGIN FUNCTION-DECL-EXTERN ferror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:145 VKEY=2762 */ #line 145 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ferror(FILE * ) ; /* END FUNCTION-DECL-EXTERN ferror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:145 VKEY=2762 */ /* BEGIN FUNCTION-DECL-EXTERN fputc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:156 VKEY=2795 */ #line 156 extern int fputc(int , FILE * ) ; /* END FUNCTION-DECL-EXTERN fputc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:156 VKEY=2795 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_setpolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:434 VKEY=2406 */ #line 434 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=5.0), __availability__(macos,introduced=10.7))) pthread_mutexattr_setpolicy_np(pthread_mutexattr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_setpolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:434 VKEY=2406 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_condattr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:321 VKEY=2261 */ #line 321 extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_condattr_init(pthread_condattr_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_condattr_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:321 VKEY=2261 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlock_trywrlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:455 VKEY=2430 */ #line 455 extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlock_trywrlock(pthread_rwlock_t * ) __asm__("_pthread_rwlock_trywrlock") ; /* END FUNCTION-DECL-EXTERN pthread_rwlock_trywrlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:455 VKEY=2430 */ /* BEGIN FUNCTION-DECL-EXTERN powf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:428 VKEY=1470 */ #line 428 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float powf(float , float ) ; /* END FUNCTION-DECL-EXTERN powf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:428 VKEY=1470 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_getconcurrency LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:352 VKEY=2296 */ #line 352 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_getconcurrency(void) ; /* END FUNCTION-DECL-EXTERN pthread_getconcurrency LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:352 VKEY=2296 */ /* BEGIN FUNCTION-DECL-EXTERN fdopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:210 VKEY=2947 */ #line 210 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *fdopen(int , char const * ) __asm__("_fdopen") ; /* END FUNCTION-DECL-EXTERN fdopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:210 VKEY=2947 */ /* BEGIN TYPEDEF syscall_arg_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:111 */ #line 111 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef u_int64_t syscall_arg_t; /* END TYPEDEF syscall_arg_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:111 */ /* BEGIN FUNCTION-DECL-EXTERN getwgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:664 VKEY=4914 */ #line 664 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getwgroups_np(int * , unsigned char * ) ; /* END FUNCTION-DECL-EXTERN getwgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:664 VKEY=4914 */ /* BEGIN VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1 LOC=UNKNOWN VKEY=5414 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1 ; /* END VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1 LOC=UNKNOWN VKEY=5414 */ /* BEGIN FUNCTION-DECL-EXTERN wctomb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195 VKEY=3507 */ #line 195 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int wctomb(char * , wchar_t ) ; /* END FUNCTION-DECL-EXTERN wctomb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:195 VKEY=3507 */ /* BEGIN FUNCTION-DECL-EXTERN setbuffer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:375 VKEY=3134 */ #line 375 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern void setbuffer(FILE * , char * , int ) ; /* END FUNCTION-DECL-EXTERN setbuffer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:375 VKEY=3134 */ /* BEGIN FUNCTION-DECL-EXTERN nexttoward LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:523 VKEY=1710 */ #line 523 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double nexttoward(double , long double ) ; /* END FUNCTION-DECL-EXTERN nexttoward LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:523 VKEY=1710 */ /* BEGIN FUNCTION-DECL-EXTERN strncmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:84 VKEY=3955 */ #line 84 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern int strncmp(char const *__s1 , char const *__s2 , size_t __n ) ; /* END FUNCTION-DECL-EXTERN strncmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:84 VKEY=3955 */ /* BEGIN FUNCTION-DECL-EXTERN sigvec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:106 VKEY=2706 */ #line 106 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigvec(int , struct sigvec * , struct sigvec * ) ; /* END FUNCTION-DECL-EXTERN sigvec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:106 VKEY=2706 */ /* BEGIN FUNCTION-DECL-EXTERN setwgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:729 VKEY=5136 */ #line 729 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setwgroups_np(int , unsigned char * const ) ; /* END FUNCTION-DECL-EXTERN setwgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:729 VKEY=5136 */ /* BEGIN FUNCTION-DECL-EXTERN ftell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:164 VKEY=2836 */ #line 164 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern long ftell(FILE * ) ; /* END FUNCTION-DECL-EXTERN ftell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:164 VKEY=2836 */ /* BEGIN FUNCTION-DECL-EXTERN __nan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:557 VKEY=1798 */ #line 557 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float __nan(void) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.14,message="use `NAN` instead"))) ; /* END FUNCTION-DECL-EXTERN __nan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:557 VKEY=1798 */ /* BEGIN FUNCTION-DECL __inline_isnormalf LOC=UNKNOWN VKEY=1051 */ __inline int ( __attribute__((__always_inline__)) __inline_isnormalf)(float __x ) ; /* END FUNCTION-DECL __inline_isnormalf LOC=UNKNOWN VKEY=1051 */ /* BEGIN STRUCT rusage_info_v3 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:251 81 */ #line 251 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v3 { uint8_t ri_uuid[16] ; uint64_t ri_user_time ; uint64_t ri_system_time ; uint64_t ri_pkg_idle_wkups ; uint64_t ri_interrupt_wkups ; uint64_t ri_pageins ; uint64_t ri_wired_size ; uint64_t ri_resident_size ; uint64_t ri_phys_footprint ; uint64_t ri_proc_start_abstime ; uint64_t ri_proc_exit_abstime ; uint64_t ri_child_user_time ; uint64_t ri_child_system_time ; uint64_t ri_child_pkg_idle_wkups ; uint64_t ri_child_interrupt_wkups ; uint64_t ri_child_pageins ; uint64_t ri_child_elapsed_abstime ; uint64_t ri_diskio_bytesread ; uint64_t ri_diskio_byteswritten ; uint64_t ri_cpu_time_qos_default ; uint64_t ri_cpu_time_qos_maintenance ; uint64_t ri_cpu_time_qos_background ; uint64_t ri_cpu_time_qos_utility ; uint64_t ri_cpu_time_qos_legacy ; uint64_t ri_cpu_time_qos_user_initiated ; uint64_t ri_cpu_time_qos_user_interactive ; uint64_t ri_billed_system_time ; uint64_t ri_serviced_system_time ; }; /* END STRUCT rusage_info_v3 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:251 81 */ /* BEGIN FUNCTION-DECL-EXTERN fmaxf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:531 VKEY=1740 */ #line 531 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float fmaxf(float , float ) ; /* END FUNCTION-DECL-EXTERN fmaxf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:531 VKEY=1740 */ /* BEGIN FUNCTION-DECL __inline_signbitl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:188 VKEY=1066 */ #line 188 __inline int ( __attribute__((__always_inline__)) __inline_signbitl)(long double __x ) ; /* END FUNCTION-DECL __inline_signbitl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:188 VKEY=1066 */ /* BEGIN FUNCTION-DECL-EXTERN scalbnf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:408 VKEY=1407 */ #line 408 extern float scalbnf(float , int ) ; /* END FUNCTION-DECL-EXTERN scalbnf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:408 VKEY=1407 */ /* BEGIN FUNCTION-DECL-EXTERN lroundl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:481 VKEY=1588 */ #line 481 extern long lroundl(long double ) ; /* END FUNCTION-DECL-EXTERN lroundl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:481 VKEY=1588 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_setprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:422 VKEY=2386 */ #line 422 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_setprioceiling(pthread_mutexattr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_setprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:422 VKEY=2386 */ /* BEGIN FUNCTION-DECL-EXTERN asin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:313 VKEY=1168 */ #line 313 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double asin(double ) ; /* END FUNCTION-DECL-EXTERN asin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:313 VKEY=1168 */ /* BEGIN FUNCTION-DECL-EXTERN truncate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:599 VKEY=4766 */ #line 599 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int truncate(char const * , off_t ) ; /* END FUNCTION-DECL-EXTERN truncate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:599 VKEY=4766 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_get_qos_class_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:186 VKEY=2103 */ #line 186 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" extern int __attribute__((__availability__(ios,introduced=8.0), __availability__(macos,introduced=10.10))) pthread_get_qos_class_np(pthread_t __pthread , qos_class_t * _Nullable __restrict __qos_class , int * _Nullable __restrict __relative_priority ) ; /* END FUNCTION-DECL-EXTERN pthread_get_qos_class_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:186 VKEY=2103 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_setcanceltype LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:484 VKEY=2465 */ #line 484 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_setcanceltype(int , int * _Nullable ) __asm__("_pthread_setcanceltype") ; /* END FUNCTION-DECL-EXTERN pthread_setcanceltype LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:484 VKEY=2465 */ /* BEGIN FUNCTION-DECL-EXTERN strsep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:165 VKEY=4120 */ #line 165 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strsep(char **__stringp , char const *__delim ) ; /* END FUNCTION-DECL-EXTERN strsep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:165 VKEY=4120 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlock_unlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:461 VKEY=2436 */ #line 461 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlock_unlock(pthread_rwlock_t * ) __asm__("_pthread_rwlock_unlock") ; /* END FUNCTION-DECL-EXTERN pthread_rwlock_unlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:461 VKEY=2436 */ /* BEGIN FUNCTION-DECL-EXTERN psort_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331 VKEY=3806 */ #line 331 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void psort_r(void *__base , size_t __nel , size_t __width , void * , int (* _Nonnull __compar)(void * , void const * , void const * ) ) __attribute__((__availability__(macosx,introduced=10.6))) ; /* END FUNCTION-DECL-EXTERN psort_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:331 VKEY=3806 */ /* BEGIN FUNCTION-DECL-EXTERN remainderf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:503 VKEY=1635 */ #line 503 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float remainderf(float , float ) ; /* END FUNCTION-DECL-EXTERN remainderf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:503 VKEY=1635 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_getschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:355 VKEY=2303 */ #line 355 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_getschedparam(pthread_t , int * _Nullable __restrict , struct sched_param * _Nullable __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_getschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:355 VKEY=2303 */ /* BEGIN TYPEDEF __gnuc_va_list LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stdarg.h:32 */ #line 32 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stdarg.h" typedef __builtin_va_list __gnuc_va_list; /* END TYPEDEF __gnuc_va_list LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/stdarg.h:32 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setinheritsched LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:268 VKEY=2194 */ #line 268 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setinheritsched(pthread_attr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setinheritsched LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:268 VKEY=2194 */ /* BEGIN FUNCTION-DECL-EXTERN setuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:478 VKEY=4608 */ #line 478 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setuid(uid_t ) ; /* END FUNCTION-DECL-EXTERN setuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:478 VKEY=4608 */ /* BEGIN FUNCTION-DECL-EXTERN execve LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:445 VKEY=4511 */ #line 445 extern int execve(char const *__file , char **__argv , char **__envp ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN execve LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:445 VKEY=4511 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_override_qos_class_start_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:265 VKEY=2110 */ #line 265 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" extern pthread_override_t __attribute__((__availability__(macos,introduced=10.10), __availability__(ios,introduced=8.0))) pthread_override_qos_class_start_np(pthread_t __pthread , qos_class_t __qos_class , int __relative_priority ) ; /* END FUNCTION-DECL-EXTERN pthread_override_qos_class_start_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:265 VKEY=2110 */ /* BEGIN STRUCT-DECL sigevent LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:168 66 */ #line 168 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigevent ; /* END STRUCT-DECL sigevent LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:168 66 */ /* BEGIN FUNCTION-DECL-EXTERN cgetset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288 VKEY=3701 */ #line 288 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetset(char const * ) ; /* END FUNCTION-DECL-EXTERN cgetset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:288 VKEY=3701 */ /* BEGIN UNION-DECL __anonunion___u_125149148 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 CKEY=12 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" union __anonunion___u_125149148 ; /* END UNION-DECL __anonunion___u_125149148 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 CKEY=12 */ /* BEGIN FUNCTION-DECL-EXTERN sqrt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:433 VKEY=1486 */ #line 433 extern double sqrt(double ) ; /* END FUNCTION-DECL-EXTERN sqrt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:433 VKEY=1486 */ /* BEGIN FUNCTION-DECL-EXTERN llrintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:486 VKEY=1591 */ #line 486 extern long long llrintf(float ) ; /* END FUNCTION-DECL-EXTERN llrintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:486 VKEY=1591 */ /* BEGIN TYPEDEF register_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:87 */ #line 87 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef int64_t register_t; /* END TYPEDEF register_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:87 */ /* BEGIN FUNCTION-DECL-EXTERN __fpclassifyd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:132 VKEY=1018 */ #line 132 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern int __fpclassifyd(double ) ; /* END FUNCTION-DECL-EXTERN __fpclassifyd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:132 VKEY=1018 */ /* BEGIN FUNCTION-DECL-EXTERN sys_dcache_flush LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h:61 VKEY=5374 */ #line 61 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h" extern void sys_dcache_flush(void *start , size_t len ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN sys_dcache_flush LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h:61 VKEY=5374 */ /* BEGIN FUNCTION-DECL-EXTERN fmodf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:499 VKEY=1620 */ #line 499 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float fmodf(float , float ) ; /* END FUNCTION-DECL-EXTERN fmodf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:499 VKEY=1620 */ /* BEGIN FUNCTION-DECL-EXTERN asinhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:342 VKEY=1240 */ #line 342 extern long double asinhl(long double ) ; /* END FUNCTION-DECL-EXTERN asinhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:342 VKEY=1240 */ /* BEGIN FUNCTION-DECL-EXTERN acoshl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:338 VKEY=1231 */ #line 338 extern long double acoshl(long double ) ; /* END FUNCTION-DECL-EXTERN acoshl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:338 VKEY=1231 */ /* BEGIN FUNCTION-DECL-EXTERN unlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:494 VKEY=4635 */ #line 494 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int unlink(char const * ) ; /* END FUNCTION-DECL-EXTERN unlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:494 VKEY=4635 */ /* BEGIN FUNCTION-DECL-EXTERN expm1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:369 VKEY=1300 */ #line 369 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double expm1(double ) ; /* END FUNCTION-DECL-EXTERN expm1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:369 VKEY=1300 */ /* BEGIN FUNCTION-DECL-EXTERN fminl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:537 VKEY=1765 */ #line 537 extern long double fminl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN fminl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:537 VKEY=1765 */ /* BEGIN FUNCTION-DECL-EXTERN fmax LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:532 VKEY=1745 */ #line 532 extern double fmax(double , double ) ; /* END FUNCTION-DECL-EXTERN fmax LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:532 VKEY=1745 */ /* BEGIN FUNCTION-DECL-EXTERN fpurge LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:374 VKEY=3127 */ #line 374 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fpurge(FILE * ) ; /* END FUNCTION-DECL-EXTERN fpurge LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:374 VKEY=3127 */ /* BEGIN FUNCTION-DECL-EXTERN ffsctl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:774 VKEY=5268 */ #line 774 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int ffsctl(int , unsigned long , void * , unsigned int ) __attribute__((__availability__(macosx,introduced=10.6))) ; /* END FUNCTION-DECL-EXTERN ffsctl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:774 VKEY=5268 */ /* BEGIN FUNCTION-DECL-EXTERN strncasecmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:79 VKEY=4178 */ #line 79 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int strncasecmp(char const * , char const * , size_t ) ; /* END FUNCTION-DECL-EXTERN strncasecmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:79 VKEY=4178 */ /* BEGIN STRUCT-DECL sigstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:367 72 */ #line 367 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigstack ; /* END STRUCT-DECL sigstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:367 72 */ /* BEGIN STRUCT _opaque_pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:63 19 */ #line 63 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_attr_t { long __sig ; char __opaque[56] ; }; /* END STRUCT _opaque_pthread_attr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:63 19 */ /* BEGIN FUNCTION-DECL-EXTERN ilogb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:405 VKEY=1399 */ #line 405 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern int ilogb(double ) ; /* END FUNCTION-DECL-EXTERN ilogb LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:405 VKEY=1399 */ /* BEGIN VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_list_2 LOC=UNKNOWN VKEY=5415 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_list_2 ; /* END VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_list_2 LOC=UNKNOWN VKEY=5415 */ /* BEGIN FUNCTION-DECL-EXTERN rintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:469 VKEY=1561 */ #line 469 extern long double rintl(long double ) ; /* END FUNCTION-DECL-EXTERN rintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:469 VKEY=1561 */ /* BEGIN FUNCTION-DECL-EXTERN strncpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:85 VKEY=3962 */ #line 85 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strncpy(char *__dst , char const *__src , size_t __n ) ; /* END FUNCTION-DECL-EXTERN strncpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:85 VKEY=3962 */ /* BEGIN FUNCTION-DECL-EXTERN ldexpl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:398 VKEY=1378 */ #line 398 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double ldexpl(long double , int ) ; /* END FUNCTION-DECL-EXTERN ldexpl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:398 VKEY=1378 */ /* BEGIN FUNCTION-DECL-EXTERN mrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:218 VKEY=3582 */ #line 218 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long mrand48(void) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN mrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:218 VKEY=3582 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_setprotocol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:425 VKEY=2391 */ #line 425 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_setprotocol(pthread_mutexattr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_setprotocol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:425 VKEY=2391 */ /* BEGIN FUNCTION-DECL-EXTERN ftello LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:328 VKEY=3029 */ #line 328 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern off_t ftello(FILE *__stream ) ; /* END FUNCTION-DECL-EXTERN ftello LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:328 VKEY=3029 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:226 VKEY=2129 */ #line 226 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_destroy(pthread_attr_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:226 VKEY=2129 */ /* BEGIN FUNCTION-DECL-EXTERN dup2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:440 VKEY=4484 */ #line 440 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int dup2(int , int ) ; /* END FUNCTION-DECL-EXTERN dup2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:440 VKEY=4484 */ /* BEGIN FUNCTION-DECL-EXTERN remainder LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:504 VKEY=1640 */ #line 504 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double remainder(double , double ) ; /* END FUNCTION-DECL-EXTERN remainder LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:504 VKEY=1640 */ /* BEGIN FUNCTION-DECL-EXTERN lutimes LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:192 VKEY=4323 */ #line 192 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" extern int lutimes(char const * , struct timeval const * ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN lutimes LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:192 VKEY=4323 */ /* BEGIN VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1 LOC=UNKNOWN VKEY=5413 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_list_1 ; /* END VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1 LOC=UNKNOWN VKEY=5413 */ /* BEGIN FUNCTION-DECL-EXTERN rresvport LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:708 VKEY=5056 */ #line 708 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) int rresvport(int * ) ; /* END FUNCTION-DECL-EXTERN rresvport LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:708 VKEY=5056 */ /* BEGIN FUNCTION-DECL-EXTERN strtold LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169 VKEY=3471 */ #line 169 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long double strtold(char const * , char ** ) ; /* END FUNCTION-DECL-EXTERN strtold LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:169 VKEY=3471 */ /* BEGIN STRUCT-DECL __darwin_i386_avx512_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:364 42 */ #line 364 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_avx512_state ; /* END STRUCT-DECL __darwin_i386_avx512_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:364 42 */ /* BEGIN FUNCTION-DECL-EXTERN log10f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:376 VKEY=1315 */ #line 376 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float log10f(float ) ; /* END FUNCTION-DECL-EXTERN log10f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:376 VKEY=1315 */ /* BEGIN FUNCTION-DECL-EXTERN encrypt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:546 VKEY=4676 */ #line 546 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern void encrypt(char * , int ) __asm__("_encrypt") ; /* END FUNCTION-DECL-EXTERN encrypt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:546 VKEY=4676 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:314 VKEY=2255 */ #line 314 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_wait(pthread_cond_t * __restrict , pthread_mutex_t * __restrict ) __asm__("_pthread_cond_wait") ; /* END FUNCTION-DECL-EXTERN pthread_cond_wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:314 VKEY=2255 */ /* BEGIN FUNCTION-DECL __inline_signbitd LOC=UNKNOWN VKEY=1063 */ __inline int ( __attribute__((__always_inline__)) __inline_signbitd)(double __x ) ; /* END FUNCTION-DECL __inline_signbitd LOC=UNKNOWN VKEY=1063 */ /* BEGIN STRUCT-DECL flocktimeout LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:358 100 */ #line 358 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct flocktimeout ; /* END STRUCT-DECL flocktimeout LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:358 100 */ /* BEGIN TYPEDEF in_addr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h" typedef __uint32_t in_addr_t; /* END TYPEDEF in_addr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_addr_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN feof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:144 VKEY=2759 */ #line 144 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int feof(FILE * ) ; /* END FUNCTION-DECL-EXTERN feof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:144 VKEY=2759 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_setname_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:513 VKEY=2501 */ #line 513 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.6))) pthread_setname_np(char const * ) ; /* END FUNCTION-DECL-EXTERN pthread_setname_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:513 VKEY=2501 */ /* BEGIN VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1__opaque_array LOC=UNKNOWN VKEY=5417 */ unsigned int _TIG_iO_6LuO_2_init_tigress_1__opaque_array[30] ; /* END VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1__opaque_array LOC=UNKNOWN VKEY=5417 */ /* BEGIN FUNCTION-DECL __sincosf LOC=UNKNOWN VKEY=1811 */ __inline void ( __attribute__((__always_inline__)) __sincosf)(float __x , float *__sinp , float *__cosp ) ; /* END FUNCTION-DECL __sincosf LOC=UNKNOWN VKEY=1811 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getscope LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:245 VKEY=2159 */ #line 245 extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getscope(pthread_attr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getscope LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:245 VKEY=2159 */ /* BEGIN FUNCTION-DECL-EXTERN fdiml LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:529 VKEY=1735 */ #line 529 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double fdiml(long double , long double ) ; /* END FUNCTION-DECL-EXTERN fdiml LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:529 VKEY=1735 */ /* BEGIN FUNCTION-DECL-EXTERN accessx_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:643 VKEY=4845 */ #line 643 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int accessx_np(struct accessx_descriptor const * , size_t , int * , uid_t ) ; /* END FUNCTION-DECL-EXTERN accessx_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:643 VKEY=4845 */ /* BEGIN FUNCTION-DECL-EXTERN log10l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:378 VKEY=1321 */ #line 378 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double log10l(long double ) ; /* END FUNCTION-DECL-EXTERN log10l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:378 VKEY=1321 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:296 VKEY=2235 */ #line 296 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_destroy(pthread_cond_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_cond_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:296 VKEY=2235 */ /* BEGIN FUNCTION-DECL-EXTERN gmtime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:113 VKEY=1980 */ #line 113 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern struct tm *gmtime(time_t const * ) ; /* END FUNCTION-DECL-EXTERN gmtime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:113 VKEY=1980 */ /* BEGIN FUNCTION-DECL-EXTERN cgetstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289 VKEY=3708 */ #line 289 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetstr(char * , char const * , char ** ) ; /* END FUNCTION-DECL-EXTERN cgetstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:289 VKEY=3708 */ /* BEGIN FUNCTION-DECL-EXTERN shm_open LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:236 VKEY=4246 */ #line 236 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int shm_open(char const * , int , ...) ; /* END FUNCTION-DECL-EXTERN shm_open LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:236 VKEY=4246 */ /* BEGIN FUNCTION-DECL-EXTERN cbrt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:421 VKEY=1447 */ #line 421 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double cbrt(double ) ; /* END FUNCTION-DECL-EXTERN cbrt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:421 VKEY=1447 */ /* BEGIN FUNCTION-DECL-EXTERN fchown LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:621 VKEY=4797 */ #line 621 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int fchown(int , uid_t , gid_t ) ; /* END FUNCTION-DECL-EXTERN fchown LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:621 VKEY=4797 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getinheritsched LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:235 VKEY=2144 */ #line 235 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getinheritsched(pthread_attr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getinheritsched LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:235 VKEY=2144 */ /* BEGIN FUNCTION-DECL __inline_isnand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:181 VKEY=1045 */ #line 181 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" __inline int ( __attribute__((__always_inline__)) __inline_isnand)(double __x ) ; /* END FUNCTION-DECL __inline_isnand LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:181 VKEY=1045 */ /* BEGIN FUNCTION-DECL-EXTERN snprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:334 VKEY=3036 */ #line 334 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ snprintf)(char * __restrict __str , size_t __size , char const * __restrict __format , ...) ; /* END FUNCTION-DECL-EXTERN snprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:334 VKEY=3036 */ /* BEGIN FUNCTION-DECL-EXTERN faccessat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:207 VKEY=4407 */ #line 207 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int faccessat(int , char const * , int , int ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN faccessat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:207 VKEY=4407 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:299 VKEY=2240 */ #line 299 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_init(pthread_cond_t * __restrict , pthread_condattr_t const * _Nullable __restrict ) __asm__("_pthread_cond_init") ; /* END FUNCTION-DECL-EXTERN pthread_cond_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:299 VKEY=2240 */ /* BEGIN FUNCTION-DECL-EXTERN cosl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:326 VKEY=1204 */ #line 326 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double cosl(long double ) ; /* END FUNCTION-DECL-EXTERN cosl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:326 VKEY=1204 */ /* BEGIN FUNCTION-DECL-EXTERN setsgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:727 VKEY=5128 */ #line 727 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setsgroups_np(int , unsigned char * const ) ; /* END FUNCTION-DECL-EXTERN setsgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:727 VKEY=5128 */ /* BEGIN FUNCTION-DECL-EXTERN memccpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:118 VKEY=4020 */ #line 118 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void *memccpy(void *__dst , void const *__src , int __c , size_t __n ) ; /* END FUNCTION-DECL-EXTERN memccpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:118 VKEY=4020 */ /* BEGIN VARIABLE-DEF _TIG_VZ_6LuO_4_MERGED_$strings LOC=UNKNOWN VKEY=5528 */ char const *_TIG_VZ_6LuO_4_MERGED_$strings ; /* END VARIABLE-DEF _TIG_VZ_6LuO_4_MERGED_$strings LOC=UNKNOWN VKEY=5528 */ /* BEGIN FUNCTION-DECL-EXTERN endusershell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:646 VKEY=4860 */ #line 646 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern void endusershell(void) ; /* END FUNCTION-DECL-EXTERN endusershell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:646 VKEY=4860 */ /* BEGIN FUNCTION-DECL-EXTERN exp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:361 VKEY=1282 */ #line 361 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double exp(double ) ; /* END FUNCTION-DECL-EXTERN exp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:361 VKEY=1282 */ /* BEGIN FUNCTION-DECL-EXTERN clock_getres LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:175 VKEY=2053 */ #line 175 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern int __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,introduced=10.12))) clock_getres(clockid_t __clock_id , struct timespec *__res ) ; /* END FUNCTION-DECL-EXTERN clock_getres LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:175 VKEY=2053 */ /* BEGIN FUNCTION-DECL-EXTERN atanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:318 VKEY=1180 */ #line 318 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double atanl(long double ) ; /* END FUNCTION-DECL-EXTERN atanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:318 VKEY=1180 */ /* BEGIN FUNCTION-DECL-EXTERN getsgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:662 VKEY=4906 */ #line 662 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getsgroups_np(int * , unsigned char * ) ; /* END FUNCTION-DECL-EXTERN getsgroups_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:662 VKEY=4906 */ /* BEGIN STRUCT-DECL __darwin_sigaltstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:42 63 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h" struct __darwin_sigaltstack ; /* END STRUCT-DECL __darwin_sigaltstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:42 63 */ /* BEGIN FUNCTION-DECL-EXTERN memchr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:70 VKEY=3877 */ #line 70 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void *memchr(void const *__s , int __c , size_t __n ) ; /* END FUNCTION-DECL-EXTERN memchr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:70 VKEY=3877 */ /* BEGIN FUNCTION-DECL __inline_isinff LOC=UNKNOWN VKEY=1033 */ __inline int ( __attribute__((__always_inline__)) __inline_isinff)(float __x ) ; /* END FUNCTION-DECL __inline_isinff LOC=UNKNOWN VKEY=1033 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_broadcast LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:293 VKEY=2232 */ #line 293 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_broadcast(pthread_cond_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_cond_broadcast LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:293 VKEY=2232 */ /* BEGIN FUNCTION-DECL-EXTERN putchar LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:172 VKEY=2868 */ #line 172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int putchar(int ) ; /* END FUNCTION-DECL-EXTERN putchar LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:172 VKEY=2868 */ /* BEGIN STRUCT dl_info LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:52 9 */ #line 52 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" struct dl_info { char const *dli_fname ; void *dli_fbase ; char const *dli_sname ; void *dli_saddr ; }; /* END STRUCT dl_info LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:52 9 */ /* BEGIN VARIABLE-DECL _TIG_IZ_6LuO_argc LOC=UNKNOWN VKEY=5396 */ int _TIG_IZ_6LuO_argc ; /* END VARIABLE-DECL _TIG_IZ_6LuO_argc LOC=UNKNOWN VKEY=5396 */ /* BEGIN FUNCTION-DECL-EXTERN sqrtl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:434 VKEY=1489 */ #line 434 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double sqrtl(long double ) ; /* END FUNCTION-DECL-EXTERN sqrtl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:434 VKEY=1489 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_create_suspended_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:541 VKEY=2536 */ #line 541 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_create_suspended_np(pthread_t __attribute__((__nullable__)) * _Nonnull , pthread_attr_t const * _Nullable , void * _Nullable (* _Nonnull )(void * _Nullable ) , void * _Nullable ) ; /* END FUNCTION-DECL-EXTERN pthread_create_suspended_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:541 VKEY=2536 */ /* BEGIN FUNCTION-DECL-EXTERN atanhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:344 VKEY=1243 */ #line 344 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float atanhf(float ) ; /* END FUNCTION-DECL-EXTERN atanhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:344 VKEY=1243 */ /* BEGIN FUNCTION-DECL-EXTERN ilogbf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:404 VKEY=1396 */ #line 404 extern int ilogbf(float ) ; /* END FUNCTION-DECL-EXTERN ilogbf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:404 VKEY=1396 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_getpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:407 VKEY=2368 */ #line 407 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_getpshared(pthread_mutexattr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_getpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:407 VKEY=2368 */ /* BEGIN FUNCTION-DECL-EXTERN qos_class_main LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:194 VKEY=2077 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h" extern qos_class_t __attribute__((__availability__(macos,introduced=10.10), __availability__(ios,introduced=8.0))) qos_class_main(void) ; /* END FUNCTION-DECL-EXTERN qos_class_main LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:194 VKEY=2077 */ /* BEGIN STRUCT-DECL proc_rlimit_control_wakeupmon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:400 84 */ #line 400 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct proc_rlimit_control_wakeupmon ; /* END STRUCT-DECL proc_rlimit_control_wakeupmon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:400 84 */ /* BEGIN TYPEDEF user_ssize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:99 */ #line 99 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef int64_t user_ssize_t; /* END TYPEDEF user_ssize_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:99 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_timedwait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:308 VKEY=2250 */ #line 308 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_timedwait(pthread_cond_t * __restrict , pthread_mutex_t * __restrict , struct timespec const * _Nullable __restrict ) __asm__("_pthread_cond_timedwait") ; /* END FUNCTION-DECL-EXTERN pthread_cond_timedwait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:308 VKEY=2250 */ /* BEGIN FUNCTION-DECL-EXTERN devname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293 VKEY=3725 */ #line 293 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *devname(dev_t , mode_t ) ; /* END FUNCTION-DECL-EXTERN devname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:293 VKEY=3725 */ /* BEGIN STRUCT-DECL __darwin_x86_debug_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1192 52 */ #line 1192 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_debug_state64 ; /* END STRUCT-DECL __darwin_x86_debug_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1192 52 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_getpolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:415 VKEY=2378 */ #line 415 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(tvos,introduced=11.3), __availability__(watchos,introduced=4.3), __availability__(ios,introduced=11.3), __availability__(macos,introduced=10.13.4))) pthread_mutexattr_getpolicy_np(pthread_mutexattr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_getpolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:415 VKEY=2378 */ /* BEGIN FUNCTION-DECL-EXTERN calloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:41 VKEY=3323 */ #line 41 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h" extern void *( __attribute__((__warn_unused_result__)) calloc)(size_t __count , size_t __size ) __attribute__((__alloc_size__(1,2))) ; /* END FUNCTION-DECL-EXTERN calloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:41 VKEY=3323 */ /* BEGIN VARIABLE-DECL-EXTERN optreset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:782 VKEY=5279 */ #line 782 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int optreset ; /* END VARIABLE-DECL-EXTERN optreset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:782 VKEY=5279 */ /* BEGIN FUNCTION-DECL-EXTERN symlinkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:211 VKEY=4445 */ #line 211 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int symlinkat(char const * , int , char const * ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN symlinkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:211 VKEY=4445 */ /* BEGIN FUNCTION-DECL-EXTERN sigwait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:101 VKEY=2688 */ #line 101 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigwait(sigset_t const * __restrict , int * __restrict ) __asm__("_sigwait") ; /* END FUNCTION-DECL-EXTERN sigwait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:101 VKEY=2688 */ /* BEGIN FUNCTION-DECL-EXTERN mkstemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217 VKEY=3579 */ #line 217 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int mkstemp(char * ) ; /* END FUNCTION-DECL-EXTERN mkstemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:217 VKEY=3579 */ /* BEGIN FUNCTION-DECL-EXTERN wait4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:255 VKEY=3311 */ #line 255 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" extern pid_t wait4(pid_t , int * , int , struct rusage * ) ; /* END FUNCTION-DECL-EXTERN wait4 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:255 VKEY=3311 */ /* BEGIN STRUCT-DECL __darwin_zmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:245 38 */ #line 245 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_zmm_reg ; /* END STRUCT-DECL __darwin_zmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:245 38 */ /* BEGIN FUNCTION-DECL-EXTERN tan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:333 VKEY=1219 */ #line 333 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double tan(double ) ; /* END FUNCTION-DECL-EXTERN tan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:333 VKEY=1219 */ /* BEGIN FUNCTION-DECL-EXTERN setattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:752 VKEY=5213 */ #line 752 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setattrlist(char const * , void * , void * , size_t , unsigned int ) __asm__("_setattrlist") ; /* END FUNCTION-DECL-EXTERN setattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:752 VKEY=5213 */ /* BEGIN TYPEDEF fsfilcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h" typedef __darwin_fsfilcnt_t fsfilcnt_t; /* END TYPEDEF fsfilcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsfilcnt_t.h:31 */ /* BEGIN STRUCT-DECL __darwin_x86_float_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:714 48 */ #line 714 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_float_state64 ; /* END STRUCT-DECL __darwin_x86_float_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:714 48 */ /* BEGIN FUNCTION-DECL-EXTERN mincore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:243 VKEY=4270 */ #line 243 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int mincore(void const * , size_t , char * ) ; /* END FUNCTION-DECL-EXTERN mincore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:243 VKEY=4270 */ /* BEGIN FUNCTION-DECL-EXTERN acosl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:310 VKEY=1162 */ #line 310 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double acosl(long double ) ; /* END FUNCTION-DECL-EXTERN acosl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:310 VKEY=1162 */ /* BEGIN FUNCTION-DECL-EXTERN erff LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:436 VKEY=1492 */ #line 436 extern float erff(float ) ; /* END FUNCTION-DECL-EXTERN erff LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:436 VKEY=1492 */ /* BEGIN UNION _TIG_VZ_6LuO_4_MERGED_$node LOC=UNKNOWN CKEY=117 */ union _TIG_VZ_6LuO_4_MERGED_$node { long long _long_long ; char *_char_star ; unsigned int _unsigned_int ; signed char _signed_char ; unsigned long _unsigned_long ; int _int ; short _short ; long _long ; unsigned short _unsigned_short ; long double _long_double ; char _char ; unsigned char _unsigned_char ; unsigned long long _unsigned_long_long ; float _float ; double _double ; }; /* END UNION _TIG_VZ_6LuO_4_MERGED_$node LOC=UNKNOWN CKEY=117 */ /* BEGIN STRUCT fpunchhole LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:436 106 */ #line 436 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fpunchhole { unsigned int fp_flags ; unsigned int reserved ; off_t fp_offset ; off_t fp_length ; }; /* END STRUCT fpunchhole LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:436 106 */ /* BEGIN FUNCTION-DECL-EXTERN getgroups LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:456 VKEY=4543 */ #line 456 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getgroups(int , gid_t * ) ; /* END FUNCTION-DECL-EXTERN getgroups LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:456 VKEY=4543 */ /* BEGIN TYPEDEF u_short LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h" typedef unsigned short u_short; /* END TYPEDEF u_short LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_short.h:30 */ /* BEGIN FUNCTION-DECL-EXTERN strlen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:82 VKEY=3941 */ #line 82 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern size_t strlen(char const *__s ) ; /* END FUNCTION-DECL-EXTERN strlen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:82 VKEY=3941 */ /* BEGIN FUNCTION-DECL-EXTERN heapsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309 VKEY=3763 */ #line 309 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int heapsort(void *__base , size_t __nel , size_t __width , int (* _Nonnull __compar)(void const * , void const * ) ) ; /* END FUNCTION-DECL-EXTERN heapsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:309 VKEY=3763 */ /* BEGIN FUNCTION-DECL-EXTERN erfl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:438 VKEY=1498 */ #line 438 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double erfl(long double ) ; /* END FUNCTION-DECL-EXTERN erfl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:438 VKEY=1498 */ /* BEGIN FUNCTION-DECL-EXTERN coshf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:348 VKEY=1252 */ #line 348 extern float coshf(float ) ; /* END FUNCTION-DECL-EXTERN coshf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:348 VKEY=1252 */ /* BEGIN TYPEDEF uint_least16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:34 */ #line 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint16_t uint_least16_t; /* END TYPEDEF uint_least16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:34 */ /* BEGIN FUNCTION-DECL-EXTERN devname_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294 VKEY=3734 */ #line 294 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *devname_r(dev_t , mode_t , char *buf , int len ) ; /* END FUNCTION-DECL-EXTERN devname_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:294 VKEY=3734 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_from_mach_thread_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:553 VKEY=2544 */ #line 553 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern pthread_t __attribute__((__nullable__, __availability__(macos,introduced=10.5), __availability__(ios,introduced=2.0))) pthread_from_mach_thread_np(mach_port_t ) ; /* END FUNCTION-DECL-EXTERN pthread_from_mach_thread_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:553 VKEY=2544 */ /* BEGIN FUNCTION-DECL-EXTERN ceilf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:455 VKEY=1528 */ #line 455 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float ceilf(float ) ; /* END FUNCTION-DECL-EXTERN ceilf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:455 VKEY=1528 */ /* BEGIN STRUCT-DECL __anonstruct_div_t_773697287 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:83 88 */ #line 83 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" struct __anonstruct_div_t_773697287 ; /* END STRUCT-DECL __anonstruct_div_t_773697287 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:83 88 */ /* BEGIN VARIABLE-DEF _TIG_iE_6LuO_1_entropy LOC=UNKNOWN VKEY=5403 */ unsigned long _TIG_iE_6LuO_1_entropy ; /* END VARIABLE-DEF _TIG_iE_6LuO_1_entropy LOC=UNKNOWN VKEY=5403 */ /* BEGIN FUNCTION-DECL-EXTERN wait3 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:254 VKEY=3302 */ #line 254 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" extern pid_t wait3(int * , int , struct rusage * ) ; /* END FUNCTION-DECL-EXTERN wait3 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:254 VKEY=3302 */ /* BEGIN FUNCTION-DECL-EXTERN strtoq LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352 VKEY=3862 */ #line 352 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long long strtoq(char const *__str , char **__endptr , int __base ) ; /* END FUNCTION-DECL-EXTERN strtoq LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:352 VKEY=3862 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutex_trylock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:390 VKEY=2347 */ #line 390 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutex_trylock(pthread_mutex_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_mutex_trylock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:390 VKEY=2347 */ /* BEGIN FUNCTION-DECL-EXTERN atoi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135 VKEY=3363 */ #line 135 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int atoi(char const * ) ; /* END FUNCTION-DECL-EXTERN atoi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:135 VKEY=3363 */ /* BEGIN FUNCTION-DECL-EXTERN clearerr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:142 VKEY=2753 */ #line 142 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern void clearerr(FILE * ) ; /* END FUNCTION-DECL-EXTERN clearerr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:142 VKEY=2753 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_is_threaded_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:503 VKEY=2486 */ #line 503 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_is_threaded_np(void) ; /* END FUNCTION-DECL-EXTERN pthread_is_threaded_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:503 VKEY=2486 */ /* BEGIN FUNCTION-DECL-EXTERN chown LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:435 VKEY=4473 */ #line 435 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int chown(char const * , uid_t , gid_t ) ; /* END FUNCTION-DECL-EXTERN chown LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:435 VKEY=4473 */ /* BEGIN STRUCT-DECL fchecklv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:411 104 */ #line 411 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fchecklv ; /* END STRUCT-DECL fchecklv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:411 104 */ /* BEGIN FUNCTION-DECL-EXTERN futimes LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:191 VKEY=4318 */ #line 191 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" extern int futimes(int , struct timeval const * ) ; /* END FUNCTION-DECL-EXTERN futimes LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:191 VKEY=4318 */ /* BEGIN FUNCTION-DECL-EXTERN sinf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:328 VKEY=1207 */ #line 328 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float sinf(float ) ; /* END FUNCTION-DECL-EXTERN sinf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:328 VKEY=1207 */ /* BEGIN FUNCTION-DECL-EXTERN log2l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:382 VKEY=1330 */ #line 382 extern long double log2l(long double ) ; /* END FUNCTION-DECL-EXTERN log2l LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:382 VKEY=1330 */ /* BEGIN VARIABLE-DECL-EXTERN __stdoutp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:68 VKEY=2749 */ #line 68 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *__stdoutp ; /* END VARIABLE-DECL-EXTERN __stdoutp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:68 VKEY=2749 */ /* BEGIN FUNCTION-DECL-EXTERN dladdr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:59 VKEY=987 */ #line 59 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" extern int dladdr(void const * , Dl_info * ) ; /* END FUNCTION-DECL-EXTERN dladdr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:59 VKEY=987 */ /* BEGIN FUNCTION-DECL-EXTERN mblen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156 VKEY=3416 */ #line 156 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int mblen(char const *__s , size_t __n ) ; /* END FUNCTION-DECL-EXTERN mblen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:156 VKEY=3416 */ /* BEGIN FUNCTION-DECL-EXTERN setmode LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:724 VKEY=5117 */ #line 724 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern void *setmode(char const * ) __asm__("_setmode") ; /* END FUNCTION-DECL-EXTERN setmode LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:724 VKEY=5117 */ /* BEGIN FUNCTION-DECL-EXTERN atan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:317 VKEY=1177 */ #line 317 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double atan(double ) ; /* END FUNCTION-DECL-EXTERN atan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:317 VKEY=1177 */ /* BEGIN FUNCTION-DECL-EXTERN getpgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:552 VKEY=4685 */ #line 552 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t getpgid(pid_t ) ; /* END FUNCTION-DECL-EXTERN getpgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:552 VKEY=4685 */ /* BEGIN FUNCTION-DECL-EXTERN nan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:516 VKEY=1687 */ #line 516 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double nan(char const * ) ; /* END FUNCTION-DECL-EXTERN nan LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:516 VKEY=1687 */ /* BEGIN FUNCTION-DECL-EXTERN arc4random_stir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:271 VKEY=3656 */ #line 271 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void arc4random_stir(void) ; /* END FUNCTION-DECL-EXTERN arc4random_stir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:271 VKEY=3656 */ /* BEGIN FUNCTION-DECL-EXTERN nextafter LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:520 VKEY=1700 */ #line 520 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double nextafter(double , double ) ; /* END FUNCTION-DECL-EXTERN nextafter LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:520 VKEY=1700 */ /* BEGIN FUNCTION-DECL-EXTERN __inff LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:551 VKEY=1789 */ #line 551 extern float __inff(void) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,message="use `(float)INFINITY` instead"))) ; /* END FUNCTION-DECL-EXTERN __inff LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:551 VKEY=1789 */ /* BEGIN FUNCTION-DECL-EXTERN initstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208 VKEY=3561 */ #line 208 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *initstate(unsigned int , char * , size_t ) ; /* END FUNCTION-DECL-EXTERN initstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:208 VKEY=3561 */ /* BEGIN FUNCTION-DECL-EXTERN nearbyintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:465 VKEY=1552 */ #line 465 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double nearbyintl(long double ) ; /* END FUNCTION-DECL-EXTERN nearbyintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:465 VKEY=1552 */ /* BEGIN FUNCTION-DECL-EXTERN fabs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:417 VKEY=1438 */ #line 417 extern double fabs(double ) ; /* END FUNCTION-DECL-EXTERN fabs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:417 VKEY=1438 */ /* BEGIN STRUCT __darwin_x86_cpmu_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1220 53 */ #line 1220 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_cpmu_state64 { __uint64_t __ctrs[16] ; }; /* END STRUCT __darwin_x86_cpmu_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1220 53 */ /* BEGIN STRUCT __darwin_x86_debug_state32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:595 44 */ #line 595 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_debug_state32 { unsigned int __dr0 ; unsigned int __dr1 ; unsigned int __dr2 ; unsigned int __dr3 ; unsigned int __dr4 ; unsigned int __dr5 ; unsigned int __dr6 ; unsigned int __dr7 ; }; /* END STRUCT __darwin_x86_debug_state32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:595 44 */ /* BEGIN FUNCTION-DECL-EXTERN fcntl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:535 VKEY=5301 */ #line 535 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int fcntl(int , int , ...) __asm__("_fcntl") ; /* END FUNCTION-DECL-EXTERN fcntl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:535 VKEY=5301 */ /* BEGIN FUNCTION-DECL-EXTERN getrlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:449 VKEY=3241 */ #line 449 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" extern int getrlimit(int , struct rlimit * ) __asm__("_getrlimit") ; /* END FUNCTION-DECL-EXTERN getrlimit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:449 VKEY=3241 */ /* BEGIN TYPEDEF ct_rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h:32 */ #line 32 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h" typedef __darwin_ct_rune_t ct_rune_t; /* END TYPEDEF ct_rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h:32 */ /* BEGIN TYPEDEF intptr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h:32 */ #line 32 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h" typedef __darwin_intptr_t intptr_t; /* END TYPEDEF intptr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h:32 */ /* BEGIN FUNCTION-DECL-EXTERN pause LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:468 VKEY=4581 */ #line 468 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int pause(void) __asm__("_pause") ; /* END FUNCTION-DECL-EXTERN pause LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:468 VKEY=4581 */ /* BEGIN FUNCTION-DECL MERGED LOC=UNKNOWN VKEY=5554 */ void MERGED(int bogus___1 , int n__0 , int bogus___4 , double bogus___6 , long bogus___2 , double bogus___3 , double bogus___9 , int bogus___5 , double bogus___10 , int bogus___7 , char *tigressRetVal , int bogus___8 , int whichBlock__7 ) ; /* END FUNCTION-DECL MERGED LOC=UNKNOWN VKEY=5554 */ /* BEGIN STRUCT-DECL _opaque_pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:73 21 */ #line 73 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_condattr_t ; /* END STRUCT-DECL _opaque_pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:73 21 */ /* BEGIN FUNCTION-DECL __inline_signbitf LOC=UNKNOWN VKEY=1060 */ __inline int ( __attribute__((__always_inline__)) __inline_signbitf)(float __x ) ; /* END FUNCTION-DECL __inline_signbitf LOC=UNKNOWN VKEY=1060 */ /* BEGIN UNION __anonunion___mbstate_t_250061491 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:76 CKEY=17 */ #line 76 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" union __anonunion___mbstate_t_250061491 { char __mbstate8[128] ; long long _mbstateL ; }; /* END UNION __anonunion___mbstate_t_250061491 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:76 CKEY=17 */ /* BEGIN FUNCTION-DECL-EXTERN vfork LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:602 VKEY=4777 */ #line 602 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t vfork(void) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN vfork LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:602 VKEY=4777 */ /* BEGIN FUNCTION-DECL-EXTERN copysignf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:511 VKEY=1671 */ #line 511 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float copysignf(float , float ) ; /* END FUNCTION-DECL-EXTERN copysignf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:511 VKEY=1671 */ /* BEGIN FUNCTION-DECL-EXTERN mkstemps LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:674 VKEY=4952 */ #line 674 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int mkstemps(char * , int ) ; /* END FUNCTION-DECL-EXTERN mkstemps LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:674 VKEY=4952 */ /* BEGIN FUNCTION-DECL-EXTERN modfl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:394 VKEY=1363 */ #line 394 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double modfl(long double , long double * ) ; /* END FUNCTION-DECL-EXTERN modfl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:394 VKEY=1363 */ /* BEGIN TYPEDEF sig_atomic_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/signal.h:39 */ #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/signal.h" typedef int sig_atomic_t; /* END TYPEDEF sig_atomic_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/signal.h:39 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getstacksize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:256 VKEY=2176 */ #line 256 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getstacksize(pthread_attr_t const * __restrict , size_t * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getstacksize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:256 VKEY=2176 */ /* BEGIN STRUCT-DECL __darwin_ucontext LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:42 64 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h" struct __darwin_ucontext ; /* END STRUCT-DECL __darwin_ucontext LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:42 64 */ /* BEGIN FUNCTION-DECL-EXTERN unlinkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:212 VKEY=4452 */ #line 212 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int unlinkat(int , char const * , int ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN unlinkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:212 VKEY=4452 */ /* BEGIN FUNCTION-DECL-EXTERN hypot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:425 VKEY=1460 */ #line 425 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double hypot(double , double ) ; /* END FUNCTION-DECL-EXTERN hypot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:425 VKEY=1460 */ /* BEGIN FUNCTION-DECL-EXTERN __inf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:553 VKEY=1792 */ #line 553 extern double __inf(void) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,message="use `INFINITY` instead"))) ; /* END FUNCTION-DECL-EXTERN __inf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:553 VKEY=1792 */ /* BEGIN TYPEDEF fcodeblobs_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:378 */ #line 378 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct fcodeblobs fcodeblobs_t; /* END TYPEDEF fcodeblobs_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:378 */ /* BEGIN FUNCTION-DECL-EXTERN free LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:42 VKEY=3326 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h" extern void free(void * ) ; /* END FUNCTION-DECL-EXTERN free LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:42 VKEY=3326 */ /* BEGIN FUNCTION-DECL-EXTERN searchfs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:772 VKEY=5250 */ #line 772 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int searchfs(char const * , struct fssearchblock * , unsigned long * , unsigned int , unsigned int , struct searchstate * ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN searchfs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:772 VKEY=5250 */ /* BEGIN STRUCT-DECL __darwin_i386_float_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:281 40 */ #line 281 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_float_state ; /* END STRUCT-DECL __darwin_i386_float_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:281 40 */ /* BEGIN FUNCTION-DECL-EXTERN llrint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:487 VKEY=1594 */ #line 487 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long long llrint(double ) ; /* END FUNCTION-DECL-EXTERN llrint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:487 VKEY=1594 */ /* BEGIN FUNCTION-DECL-EXTERN __tanpi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:608 VKEY=1836 */ #line 608 extern double __tanpi(double ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __tanpi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:608 VKEY=1836 */ /* BEGIN TYPEDEF fstore_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:427 */ #line 427 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct fstore fstore_t; /* END TYPEDEF fstore_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:427 */ /* BEGIN FUNCTION-DECL-EXTERN yn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:681 VKEY=1920 */ #line 681 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double yn(int , double ) __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.0))) ; /* END FUNCTION-DECL-EXTERN yn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:681 VKEY=1920 */ /* BEGIN STRUCT exception LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:759 16 */ #line 759 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" struct exception { int type ; char *name ; double arg1 ; double arg2 ; double retval ; }; /* END STRUCT exception LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:759 16 */ /* BEGIN FUNCTION-DECL-EXTERN clock_gettime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:178 VKEY=2058 */ #line 178 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern int __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,introduced=10.12))) clock_gettime(clockid_t __clock_id , struct timespec *__tp ) ; /* END FUNCTION-DECL-EXTERN clock_gettime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:178 VKEY=2058 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_testcancel LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:497 VKEY=2483 */ #line 497 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern void __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) pthread_testcancel(void) __asm__("_pthread_testcancel") ; /* END FUNCTION-DECL-EXTERN pthread_testcancel LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:497 VKEY=2483 */ /* BEGIN STRUCT-DECL __darwin_x86_avx_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:765 49 */ #line 765 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_avx_state64 ; /* END STRUCT-DECL __darwin_x86_avx_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:765 49 */ /* BEGIN FUNCTION-DECL-EXTERN mprotect LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:228 VKEY=4224 */ #line 228 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int mprotect(void * , size_t , int ) __asm__("_mprotect") ; /* END FUNCTION-DECL-EXTERN mprotect LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:228 VKEY=4224 */ /* BEGIN FUNCTION-DECL-EXTERN getline LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:355 VKEY=3092 */ #line 355 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern ssize_t getline(char ** __restrict __linep , size_t * __restrict __linecapp , FILE * __restrict __stream ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN getline LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:355 VKEY=3092 */ /* BEGIN STRUCT-DECL log2phys LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:489 110 */ #line 489 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct log2phys ; /* END STRUCT-DECL log2phys LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:489 110 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_kill LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:550 VKEY=2541 */ #line 550 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_kill(pthread_t , int ) ; /* END FUNCTION-DECL-EXTERN pthread_kill LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:550 VKEY=2541 */ /* BEGIN FUNCTION-DECL-EXTERN valloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:45 VKEY=3334 */ #line 45 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h" extern void *valloc(size_t ) __attribute__((__alloc_size__(1))) ; /* END FUNCTION-DECL-EXTERN valloc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:45 VKEY=3334 */ /* BEGIN FUNCTION-DECL-EXTERN dlsym LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:67 VKEY=1003 */ #line 67 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" extern void *dlsym(void *__handle , char const *__symbol ) __attribute__((__availability__(driverkit,unavailable))) ; /* END FUNCTION-DECL-EXTERN dlsym LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:67 VKEY=1003 */ /* BEGIN FUNCTION-DECL-EXTERN zopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:378 VKEY=3151 */ #line 378 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *zopen(char const * , char const * , int ) ; /* END FUNCTION-DECL-EXTERN zopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:378 VKEY=3151 */ /* BEGIN STRUCT fsignatures LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:395 103 */ #line 395 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fsignatures { off_t fs_file_start ; void *fs_blob_start ; size_t fs_blob_size ; }; /* END STRUCT fsignatures LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:395 103 */ /* BEGIN FUNCTION-DECL-EXTERN getusershell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:663 VKEY=4909 */ #line 663 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *getusershell(void) ; /* END FUNCTION-DECL-EXTERN getusershell LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:663 VKEY=4909 */ /* BEGIN TYPEDEF float_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:44 */ #line 44 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" typedef float float_t; /* END TYPEDEF float_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:44 */ /* BEGIN FUNCTION-DECL-EXTERN scalblnl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:414 VKEY=1432 */ #line 414 extern long double scalblnl(long double , long ) ; /* END FUNCTION-DECL-EXTERN scalblnl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:414 VKEY=1432 */ /* BEGIN FUNCTION-DECL-EXTERN y1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:680 VKEY=1915 */ #line 680 extern double y1(double ) __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.0))) ; /* END FUNCTION-DECL-EXTERN y1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:680 VKEY=1915 */ /* BEGIN FUNCTION-DECL __sincos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:594 VKEY=1818 */ #line 594 __inline void ( __attribute__((__always_inline__)) __sincos)(double __x , double *__sinp , double *__cosp ) ; /* END FUNCTION-DECL __sincos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:594 VKEY=1818 */ /* BEGIN STRUCT-DECL __anonstruct___p_715729531 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 13 */ #line 229 struct __anonstruct___p_715729531 ; /* END STRUCT-DECL __anonstruct___p_715729531 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 13 */ /* BEGIN STRUCT-DECL __darwin_mcontext32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:39 54 */ #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext32 ; /* END STRUCT-DECL __darwin_mcontext32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:39 54 */ /* BEGIN FUNCTION-DECL-EXTERN llroundl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:492 VKEY=1606 */ #line 492 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long long llroundl(long double ) ; /* END FUNCTION-DECL-EXTERN llroundl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:492 VKEY=1606 */ /* BEGIN FUNCTION-DECL-EXTERN wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:248 VKEY=3279 */ #line 248 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" extern pid_t wait(int * ) __asm__("_wait") ; /* END FUNCTION-DECL-EXTERN wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:248 VKEY=3279 */ /* BEGIN FUNCTION-DECL-EXTERN log1pf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:384 VKEY=1333 */ #line 384 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float log1pf(float ) ; /* END FUNCTION-DECL-EXTERN log1pf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:384 VKEY=1333 */ /* BEGIN FUNCTION-DECL-EXTERN asinl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:314 VKEY=1171 */ #line 314 extern long double asinl(long double ) ; /* END FUNCTION-DECL-EXTERN asinl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:314 VKEY=1171 */ /* BEGIN FUNCTION-DECL-EXTERN setruid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:726 VKEY=5123 */ #line 726 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setruid(uid_t ) ; /* END FUNCTION-DECL-EXTERN setruid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:726 VKEY=5123 */ /* BEGIN FUNCTION-DECL-EXTERN strdup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:117 VKEY=4011 */ #line 117 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strdup(char const *__s1 ) ; /* END FUNCTION-DECL-EXTERN strdup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:117 VKEY=4011 */ /* BEGIN FUNCTION-DECL-EXTERN ceil LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:456 VKEY=1531 */ #line 456 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double ceil(double ) ; /* END FUNCTION-DECL-EXTERN ceil LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:456 VKEY=1531 */ /* BEGIN STRUCT-DECL __darwin_x86_thread_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:633 46 */ #line 633 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_thread_state64 ; /* END STRUCT-DECL __darwin_x86_thread_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:633 46 */ /* BEGIN VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2 LOC=UNKNOWN VKEY=5416 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2 ; /* END VARIABLE-DECL _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2 LOC=UNKNOWN VKEY=5416 */ /* BEGIN FUNCTION-DECL-EXTERN wcstombs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194 VKEY=3502 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern size_t wcstombs(char * __restrict , wchar_t const * __restrict , size_t ) ; /* END FUNCTION-DECL-EXTERN wcstombs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:194 VKEY=3502 */ /* BEGIN FUNCTION-DECL-EXTERN fminf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:535 VKEY=1755 */ #line 535 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float fminf(float , float ) ; /* END FUNCTION-DECL-EXTERN fminf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:535 VKEY=1755 */ /* BEGIN STRUCT-DECL __darwin_i386_thread_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:46 32 */ #line 46 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_thread_state ; /* END STRUCT-DECL __darwin_i386_thread_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:46 32 */ /* BEGIN FUNCTION-DECL-EXTERN setreuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:595 VKEY=4751 */ #line 595 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setreuid(uid_t , uid_t ) __asm__("_setreuid") ; /* END FUNCTION-DECL-EXTERN setreuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:595 VKEY=4751 */ /* BEGIN FUNCTION-DECL-EXTERN reallocf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349 VKEY=3855 */ #line 349 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void *reallocf(void *__ptr , size_t __size ) __attribute__((__alloc_size__(2))) ; /* END FUNCTION-DECL-EXTERN reallocf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:349 VKEY=3855 */ /* BEGIN FUNCTION-DECL-EXTERN jrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212 VKEY=3564 */ #line 212 extern long jrand48(unsigned short * ) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN jrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:212 VKEY=3564 */ /* BEGIN STRUCT radvisory LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:371 101 */ #line 371 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct radvisory { off_t ra_offset ; int ra_count ; }; /* END STRUCT radvisory LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:371 101 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:271 VKEY=2199 */ #line 271 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setschedparam(pthread_attr_t * __restrict , struct sched_param const * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:271 VKEY=2199 */ /* BEGIN FUNCTION-DECL-EXTERN execl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:441 VKEY=4489 */ #line 441 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int execl(char const *__path , char const *__arg0 , ...) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN execl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:441 VKEY=4489 */ /* BEGIN STRUCT-DECL __darwin_i386_exception_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:575 43 */ #line 575 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_i386_exception_state ; /* END STRUCT-DECL __darwin_i386_exception_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:575 43 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_settype LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:431 VKEY=2401 */ #line 431 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_settype(pthread_mutexattr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_settype LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:431 VKEY=2401 */ /* BEGIN FUNCTION-DECL-EXTERN psort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323 VKEY=3789 */ #line 323 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void psort(void *__base , size_t __nel , size_t __width , int (* _Nonnull __compar)(void const * , void const * ) ) __attribute__((__availability__(macosx,introduced=10.6))) ; /* END FUNCTION-DECL-EXTERN psort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:323 VKEY=3789 */ /* BEGIN VARIABLE-DECL-EXTERN sys_errlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:368 VKEY=3106 */ #line 368 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern char const *sys_errlist[] ; /* END VARIABLE-DECL-EXTERN sys_errlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:368 VKEY=3106 */ /* BEGIN FUNCTION-DECL-EXTERN fgetln LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:372 VKEY=3119 */ #line 372 extern char *fgetln(FILE * , size_t * ) ; /* END FUNCTION-DECL-EXTERN fgetln LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:372 VKEY=3119 */ /* BEGIN FUNCTION-DECL-EXTERN div LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:144 VKEY=3389 */ #line 144 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern div_t div(int , int ) __attribute__((__const__)) ; /* END FUNCTION-DECL-EXTERN div LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:144 VKEY=3389 */ /* BEGIN FUNCTION-DECL _OSSwapInt16 LOC=UNKNOWN VKEY=3266 */ __inline static __uint16_t _OSSwapInt16(__uint16_t _data ) ; /* END FUNCTION-DECL _OSSwapInt16 LOC=UNKNOWN VKEY=3266 */ /* BEGIN FUNCTION-DECL-EXTERN cgetnum LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287 VKEY=3698 */ #line 287 extern int cgetnum(char * , char const * , long * ) ; /* END FUNCTION-DECL-EXTERN cgetnum LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:287 VKEY=3698 */ /* BEGIN FUNCTION-DECL-EXTERN lgammaf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:447 VKEY=1510 */ #line 447 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float lgammaf(float ) ; /* END FUNCTION-DECL-EXTERN lgammaf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:447 VKEY=1510 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getguardsize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:232 VKEY=2139 */ #line 232 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getguardsize(pthread_attr_t const * __restrict , size_t * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getguardsize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:232 VKEY=2139 */ /* BEGIN TYPEDEF u_long LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:88 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef unsigned long u_long; /* END TYPEDEF u_long LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:88 */ /* BEGIN STRUCT proc_rlimit_control_wakeupmon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:400 84 */ #line 400 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct proc_rlimit_control_wakeupmon { uint32_t wm_flags ; int32_t wm_rate ; }; /* END STRUCT proc_rlimit_control_wakeupmon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:400 84 */ /* BEGIN FUNCTION-DECL-EXTERN getattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:751 VKEY=5202 */ #line 751 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getattrlist(char const * , void * , void * , size_t , unsigned int ) __asm__("_getattrlist") ; /* END FUNCTION-DECL-EXTERN getattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:751 VKEY=5202 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:396 VKEY=2353 */ #line 396 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_destroy(pthread_mutexattr_t * ) __asm__("_pthread_mutexattr_destroy") ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:396 VKEY=2353 */ /* BEGIN UNION __anonunion___u_631409264 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:218 CKEY=10 */ #line 218 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" union __anonunion___u_631409264 { float __f ; unsigned int __u ; }; /* END UNION __anonunion___u_631409264 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:218 CKEY=10 */ /* BEGIN FUNCTION-DECL-EXTERN killpg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:81 VKEY=2599 */ #line 81 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int killpg(pid_t , int ) __asm__("_killpg") ; /* END FUNCTION-DECL-EXTERN killpg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:81 VKEY=2599 */ /* BEGIN TYPEDEF uint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:92 */ #line 92 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef unsigned int uint; /* END TYPEDEF uint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:92 */ /* BEGIN FUNCTION-DECL-EXTERN l64a LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213 VKEY=3567 */ #line 213 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *l64a(long ) ; /* END FUNCTION-DECL-EXTERN l64a LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:213 VKEY=3567 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getschedpolicy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:242 VKEY=2154 */ #line 242 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getschedpolicy(pthread_attr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getschedpolicy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:242 VKEY=2154 */ /* BEGIN FUNCTION-DECL-EXTERN exp2f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:364 VKEY=1288 */ #line 364 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float exp2f(float ) ; /* END FUNCTION-DECL-EXTERN exp2f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:364 VKEY=1288 */ /* BEGIN STRUCT-DECL _opaque_pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:93 25 */ #line 93 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_rwlock_t ; /* END STRUCT-DECL _opaque_pthread_rwlock_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:93 25 */ /* BEGIN TYPEDEF fixpt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:105 */ #line 105 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef u_int32_t fixpt_t; /* END TYPEDEF fixpt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:105 */ /* BEGIN FUNCTION-DECL-EXTERN unlockpt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:250 VKEY=3637 */ #line 250 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int unlockpt(int ) ; /* END FUNCTION-DECL-EXTERN unlockpt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:250 VKEY=3637 */ /* BEGIN FUNCTION-DECL-EXTERN setitimer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:201 VKEY=4356 */ #line 201 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" extern int setitimer(int , struct itimerval const * __restrict , struct itimerval * __restrict ) ; /* END FUNCTION-DECL-EXTERN setitimer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:201 VKEY=4356 */ /* BEGIN FUNCTION-DECL-EXTERN getitimer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:196 VKEY=4333 */ #line 196 extern int getitimer(int , struct itimerval * ) ; /* END FUNCTION-DECL-EXTERN getitimer LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:196 VKEY=4333 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_set_qos_class_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:83 VKEY=2084 */ #line 83 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" extern int __attribute__((__availability__(ios,introduced=8.0), __availability__(macos,introduced=10.10))) pthread_attr_set_qos_class_np(pthread_attr_t *__attr , qos_class_t __qos_class , int __relative_priority ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_set_qos_class_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:83 VKEY=2084 */ /* BEGIN FUNCTION-DECL-EXTERN asinh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:341 VKEY=1237 */ #line 341 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double asinh(double ) ; /* END FUNCTION-DECL-EXTERN asinh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:341 VKEY=1237 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_key_delete LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:369 VKEY=2321 */ #line 369 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_key_delete(pthread_key_t ) ; /* END FUNCTION-DECL-EXTERN pthread_key_delete LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:369 VKEY=2321 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getdetachstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:229 VKEY=2134 */ #line 229 extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getdetachstate(pthread_attr_t const * , int * ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getdetachstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:229 VKEY=2134 */ /* BEGIN FUNCTION-DECL-EXTERN __svfscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:250 VKEY=2968 */ #line 250 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ __svfscanf)(FILE * , char const * , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN __svfscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:250 VKEY=2968 */ /* BEGIN STRUCT-DECL __darwin_mmst_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:194 35 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_mmst_reg ; /* END STRUCT-DECL __darwin_mmst_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:194 35 */ /* BEGIN TYPEDEF ushort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:91 */ #line 91 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef unsigned short ushort; /* END TYPEDEF ushort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:91 */ /* BEGIN TYPEDEF int_fast16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:41 */ #line 41 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int16_t int_fast16_t; /* END TYPEDEF int_fast16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:41 */ /* BEGIN FUNCTION-DECL-EXTERN memset_s LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:145 VKEY=4054 */ #line 145 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern errno_t memset_s(void *__s , rsize_t __smax , int __c , rsize_t __n ) __attribute__((__availability__(macosx,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN memset_s LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:145 VKEY=4054 */ /* BEGIN FUNCTION-DECL-EXTERN __sincos_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:646 VKEY=1856 */ #line 646 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern struct __double2 __sincos_stret(double ) ; /* END FUNCTION-DECL-EXTERN __sincos_stret LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:646 VKEY=1856 */ /* BEGIN FUNCTION-DECL-EXTERN __fpclassifyf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:131 VKEY=1015 */ #line 131 extern int __fpclassifyf(float ) ; /* END FUNCTION-DECL-EXTERN __fpclassifyf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:131 VKEY=1015 */ /* BEGIN STRUCT-DECL _opaque_pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:78 22 */ #line 78 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_mutex_t ; /* END STRUCT-DECL _opaque_pthread_mutex_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:78 22 */ /* BEGIN UNION-DECL __anonunion___u_660569121 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:223 CKEY=11 */ #line 223 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" union __anonunion___u_660569121 ; /* END UNION-DECL __anonunion___u_660569121 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:223 CKEY=11 */ /* BEGIN UNION wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 CKEY=85 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" union wait { int w_status ; struct __anonstruct_w_T_529377834 w_T ; struct __anonstruct_w_S_529377835 w_S ; }; /* END UNION wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 CKEY=85 */ /* BEGIN FUNCTION-DECL-EXTERN __darwin_check_fd_set_overflow LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:54 VKEY=4284 */ #line 54 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" extern int __darwin_check_fd_set_overflow(int , void const * , int ) __attribute__((__weak_import__)) ; /* END FUNCTION-DECL-EXTERN __darwin_check_fd_set_overflow LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:54 VKEY=4284 */ /* BEGIN STRUCT sigstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:367 72 */ #line 367 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigstack { char *ss_sp ; int ss_onstack ; }; /* END STRUCT sigstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:367 72 */ /* BEGIN TYPEDEF qaddr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:97 */ #line 97 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef quad_t *qaddr_t; /* END TYPEDEF qaddr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:97 */ /* BEGIN FUNCTION-DECL-EXTERN qsort_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339 VKEY=3823 */ #line 339 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void qsort_r(void *__base , size_t __nel , size_t __width , void * , int (* _Nonnull __compar)(void * , void const * , void const * ) ) ; /* END FUNCTION-DECL-EXTERN qsort_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:339 VKEY=3823 */ /* BEGIN FUNCTION-DECL-EXTERN remove LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:174 VKEY=2874 */ #line 174 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int remove(char const * ) ; /* END FUNCTION-DECL-EXTERN remove LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:174 VKEY=2874 */ /* BEGIN FUNCTION-DECL-EXTERN readlinkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:210 VKEY=4438 */ #line 210 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern ssize_t readlinkat(int , char const * , char * , size_t ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN readlinkat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:210 VKEY=4438 */ /* BEGIN STRUCT-DECL __darwin_fp_status LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:150 34 */ #line 150 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_fp_status ; /* END STRUCT-DECL __darwin_fp_status LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:150 34 */ /* BEGIN FUNCTION-DECL-EXTERN nexttowardl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:525 VKEY=1720 */ #line 525 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double nexttowardl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN nexttowardl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:525 VKEY=1720 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_override_qos_class_end_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:293 VKEY=2113 */ #line 293 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" extern int __attribute__((__availability__(ios,introduced=8.0), __availability__(macos,introduced=10.10))) pthread_override_qos_class_end_np(pthread_override_t __override ) ; /* END FUNCTION-DECL-EXTERN pthread_override_qos_class_end_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:293 VKEY=2113 */ /* BEGIN STRUCT timeval64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h:34 92 */ #line 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h" struct timeval64 { __int64_t tv_sec ; __int64_t tv_usec ; }; /* END STRUCT timeval64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h:34 92 */ /* BEGIN FUNCTION-DECL-EXTERN fma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:540 VKEY=1779 */ #line 540 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double fma(double , double , double ) ; /* END FUNCTION-DECL-EXTERN fma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:540 VKEY=1779 */ /* BEGIN TYPEDEF user_addr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:97 */ #line 97 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef u_int64_t user_addr_t; /* END TYPEDEF user_addr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:97 */ /* BEGIN STRUCT rusage LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:152 77 */ #line 152 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage { struct timeval ru_utime ; struct timeval ru_stime ; long ru_maxrss ; long ru_ixrss ; long ru_idrss ; long ru_isrss ; long ru_minflt ; long ru_majflt ; long ru_nswap ; long ru_inblock ; long ru_oublock ; long ru_msgsnd ; long ru_msgrcv ; long ru_nsignals ; long ru_nvcsw ; long ru_nivcsw ; }; /* END STRUCT rusage LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:152 77 */ /* BEGIN FUNCTION-DECL _OSSwapInt64 LOC=UNKNOWN VKEY=3273 */ __inline static __uint64_t _OSSwapInt64(__uint64_t _data ) ; /* END FUNCTION-DECL _OSSwapInt64 LOC=UNKNOWN VKEY=3273 */ /* BEGIN FUNCTION-DECL-EXTERN fchdir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:550 VKEY=4679 */ #line 550 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int fchdir(int ) ; /* END FUNCTION-DECL-EXTERN fchdir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:550 VKEY=4679 */ /* BEGIN FUNCTION-DECL-EXTERN sigpause LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:95 VKEY=2658 */ #line 95 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigpause(int ) __asm__("_sigpause") ; /* END FUNCTION-DECL-EXTERN sigpause LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:95 VKEY=2658 */ /* BEGIN FUNCTION-DECL-EXTERN roundf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:475 VKEY=1573 */ #line 475 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float roundf(float ) ; /* END FUNCTION-DECL-EXTERN roundf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:475 VKEY=1573 */ /* BEGIN FUNCTION-DECL-EXTERN ungetc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:189 VKEY=2920 */ #line 189 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ungetc(int , FILE * ) ; /* END FUNCTION-DECL-EXTERN ungetc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:189 VKEY=2920 */ /* BEGIN FUNCTION-DECL-EXTERN alarm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:433 VKEY=4463 */ #line 433 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern unsigned int alarm(unsigned int ) ; /* END FUNCTION-DECL-EXTERN alarm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:433 VKEY=4463 */ /* BEGIN STRUCT sigvec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:348 71 */ #line 348 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct sigvec { void (*sv_handler)(int ) ; int sv_mask ; int sv_flags ; }; /* END STRUCT sigvec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:348 71 */ /* BEGIN FUNCTION-DECL-EXTERN strcspn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:80 VKEY=3935 */ #line 80 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern size_t strcspn(char const *__s , char const *__charset ) ; /* END FUNCTION-DECL-EXTERN strcspn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:80 VKEY=3935 */ /* BEGIN FUNCTION-DECL-EXTERN vfscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:335 VKEY=3043 */ #line 335 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vfscanf)(FILE * __restrict __stream , char const * __restrict __format , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN vfscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:335 VKEY=3043 */ /* BEGIN VARIABLE-DECL-EXTERN optarg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:511 VKEY=4657 */ #line 511 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *optarg ; /* END VARIABLE-DECL-EXTERN optarg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:511 VKEY=4657 */ /* BEGIN TYPEDEF __darwin_socklen_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:118 */ #line 118 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef __uint32_t __darwin_socklen_t; /* END TYPEDEF __darwin_socklen_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:118 */ /* BEGIN FUNCTION-DECL-EXTERN seed48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236 VKEY=3615 */ #line 236 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern unsigned short *seed48(unsigned short * ) ; /* END FUNCTION-DECL-EXTERN seed48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:236 VKEY=3615 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_gettype LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:411 VKEY=2373 */ #line 411 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_gettype(pthread_mutexattr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_gettype LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:411 VKEY=2373 */ /* BEGIN FUNCTION-DECL-EXTERN perror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:169 VKEY=2857 */ #line 169 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern void perror(char const * ) __attribute__((__cold__)) ; /* END FUNCTION-DECL-EXTERN perror LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:169 VKEY=2857 */ /* BEGIN FUNCTION-DECL-EXTERN arc4random_uniform LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:273 VKEY=3659 */ #line 273 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern uint32_t arc4random_uniform(uint32_t __upper_bound ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN arc4random_uniform LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:273 VKEY=3659 */ /* BEGIN STRUCT-DECL __darwin_x86_debug_state32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:595 44 */ #line 595 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_debug_state32 ; /* END STRUCT-DECL __darwin_x86_debug_state32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:595 44 */ /* BEGIN STRUCT-DECL fstore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:427 105 */ #line 427 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fstore ; /* END STRUCT-DECL fstore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:427 105 */ /* BEGIN FUNCTION-DECL-EXTERN memset_pattern16 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:158 VKEY=4084 */ #line 158 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void memset_pattern16(void *__b , void const *__pattern16 , size_t __len ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN memset_pattern16 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:158 VKEY=4084 */ /* BEGIN FUNCTION-DECL-EXTERN setprogname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299 VKEY=3750 */ #line 299 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void setprogname(char const * ) ; /* END FUNCTION-DECL-EXTERN setprogname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:299 VKEY=3750 */ /* BEGIN FUNCTION-DECL-EXTERN strstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:89 VKEY=3982 */ #line 89 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strstr(char const *__big , char const *__little ) ; /* END FUNCTION-DECL-EXTERN strstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:89 VKEY=3982 */ /* BEGIN FUNCTION-DECL-EXTERN atanh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:345 VKEY=1246 */ #line 345 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double atanh(double ) ; /* END FUNCTION-DECL-EXTERN atanh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:345 VKEY=1246 */ /* BEGIN FUNCTION-DECL-EXTERN ceill LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:457 VKEY=1534 */ #line 457 extern long double ceill(long double ) ; /* END FUNCTION-DECL-EXTERN ceill LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:457 VKEY=1534 */ /* BEGIN FUNCTION-DECL-EXTERN stpncpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:131 VKEY=4032 */ #line 131 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *stpncpy(char *__dst , char const *__src , size_t __n ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN stpncpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:131 VKEY=4032 */ /* BEGIN STRUCT-DECL __sFILE LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:126 75 */ #line 126 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h" struct __sFILE ; /* END STRUCT-DECL __sFILE LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:126 75 */ /* BEGIN FUNCTION-DECL-EXTERN floorf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:459 VKEY=1537 */ #line 459 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float floorf(float ) ; /* END FUNCTION-DECL-EXTERN floorf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:459 VKEY=1537 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:281 VKEY=2216 */ #line 281 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setstack(pthread_attr_t * , void * , size_t ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setstack LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:281 VKEY=2216 */ /* BEGIN FUNCTION-DECL-EXTERN sigpending LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:96 VKEY=2661 */ #line 96 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigpending(sigset_t * ) ; /* END FUNCTION-DECL-EXTERN sigpending LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:96 VKEY=2661 */ /* BEGIN FUNCTION-DECL-EXTERN setgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:475 VKEY=4597 */ #line 475 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setgid(gid_t ) ; /* END FUNCTION-DECL-EXTERN setgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:475 VKEY=4597 */ /* BEGIN FUNCTION-DECL-EXTERN strcasecmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:78 VKEY=4171 */ #line 78 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int strcasecmp(char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN strcasecmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:78 VKEY=4171 */ /* BEGIN FUNCTION-DECL-EXTERN kill LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:80 VKEY=2594 */ #line 80 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int kill(pid_t , int ) __asm__("_kill") ; /* END FUNCTION-DECL-EXTERN kill LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:80 VKEY=2594 */ /* BEGIN FUNCTION-DECL-EXTERN renamex_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h:46 VKEY=2726 */ #line 46 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h" extern int renamex_np(char const * , char const * , unsigned int ) __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,introduced=10.12))) ; /* END FUNCTION-DECL-EXTERN renamex_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h:46 VKEY=2726 */ /* BEGIN STRUCT-DECL _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct LOC=UNKNOWN 114 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct ; /* END STRUCT-DECL _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct LOC=UNKNOWN 114 */ /* BEGIN TYPEDEF uint_fast16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:45 */ #line 45 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint16_t uint_fast16_t; /* END TYPEDEF uint_fast16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:45 */ /* BEGIN UNION __anonunion___u_660569121 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:223 CKEY=11 */ #line 223 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" union __anonunion___u_660569121 { double __f ; unsigned long long __u ; }; /* END UNION __anonunion___u_660569121 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:223 CKEY=11 */ /* BEGIN FUNCTION-DECL-EXTERN rcmd_af LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:706 VKEY=5053 */ #line 706 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) int rcmd_af(char ** , int , char const * , char const * , char const * , int * , int ) ; /* END FUNCTION-DECL-EXTERN rcmd_af LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:706 VKEY=5053 */ /* BEGIN FUNCTION-DECL-EXTERN __sinpif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:605 VKEY=1827 */ #line 605 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float __sinpif(float ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __sinpif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:605 VKEY=1827 */ /* BEGIN FUNCTION-DECL-EXTERN random LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:228 VKEY=3604 */ #line 228 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long random(void) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN random LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:228 VKEY=3604 */ /* BEGIN FUNCTION-DECL-EXTERN putenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227 VKEY=3601 */ #line 227 extern int putenv(char * ) __asm__("_putenv") ; /* END FUNCTION-DECL-EXTERN putenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:227 VKEY=3601 */ /* BEGIN FUNCTION-DECL-EXTERN fprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:155 VKEY=2790 */ #line 155 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ fprintf)(FILE * __restrict , char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN fprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:155 VKEY=2790 */ /* BEGIN FUNCTION-DECL __inline_isnormall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:185 VKEY=1057 */ #line 185 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" __inline int ( __attribute__((__always_inline__)) __inline_isnormall)(long double __x ) ; /* END FUNCTION-DECL __inline_isnormall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:185 VKEY=1057 */ /* BEGIN FUNCTION-DECL-EXTERN getdate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:112 VKEY=1977 */ #line 112 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern struct tm *getdate(char const * ) ; /* END FUNCTION-DECL-EXTERN getdate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:112 VKEY=1977 */ /* BEGIN FUNCTION-DECL-EXTERN difftime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:111 VKEY=1974 */ #line 111 extern double difftime(time_t , time_t ) ; /* END FUNCTION-DECL-EXTERN difftime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:111 VKEY=1974 */ /* BEGIN TYPEDEF int_fast8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:40 */ #line 40 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int8_t int_fast8_t; /* END TYPEDEF int_fast8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:40 */ /* BEGIN STRUCT-DECL flock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:343 99 */ #line 343 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct flock ; /* END STRUCT-DECL flock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:343 99 */ /* BEGIN FUNCTION-DECL-EXTERN llabs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:152 VKEY=3406 */ #line 152 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long long llabs(long long ) ; /* END FUNCTION-DECL-EXTERN llabs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:152 VKEY=3406 */ /* BEGIN FUNCTION-DECL-EXTERN munmap LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:234 VKEY=4241 */ #line 234 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int munmap(void * , size_t ) __asm__("_munmap") ; /* END FUNCTION-DECL-EXTERN munmap LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:234 VKEY=4241 */ /* BEGIN TYPEDEF __darwin_wctype_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43 */ #line 43 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h" typedef __uint32_t __darwin_wctype_t; /* END TYPEDEF __darwin_wctype_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43 */ /* BEGIN FUNCTION-DECL-EXTERN dlclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:64 VKEY=990 */ #line 64 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" extern int dlclose(void *__handle ) __attribute__((__availability__(driverkit,unavailable))) ; /* END FUNCTION-DECL-EXTERN dlclose LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:64 VKEY=990 */ /* BEGIN FUNCTION-DECL-EXTERN strtoll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172 VKEY=3478 */ #line 172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long long strtoll(char const *__str , char **__endptr , int __base ) ; /* END FUNCTION-DECL-EXTERN strtoll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:172 VKEY=3478 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutex_lock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:383 VKEY=2337 */ #line 383 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutex_lock(pthread_mutex_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_mutex_lock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:383 VKEY=2337 */ /* BEGIN STRUCT-DECL __darwin_x86_thread_full_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:691 47 */ #line 691 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_thread_full_state64 ; /* END STRUCT-DECL __darwin_x86_thread_full_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:691 47 */ /* BEGIN FUNCTION-DECL-EXTERN sinl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:330 VKEY=1213 */ #line 330 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double sinl(long double ) ; /* END FUNCTION-DECL-EXTERN sinl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:330 VKEY=1213 */ /* BEGIN FUNCTION-DECL-EXTERN syscall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:742 VKEY=5161 */ #line 742 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int __attribute__((__availability__(macosx,deprecated=10.12,message="syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost()."), __availability__(ios,deprecated=10.0,message="syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost()."), __availability__(tvos,unavailable), __availability__(watchos,unavailable))) syscall(int , ...) ; /* END FUNCTION-DECL-EXTERN syscall LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:742 VKEY=5161 */ /* BEGIN FUNCTION-DECL-EXTERN scanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:177 VKEY=2885 */ #line 177 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ scanf)(char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN scanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:177 VKEY=2885 */ /* BEGIN FUNCTION-DECL-EXTERN puts LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:173 VKEY=2871 */ #line 173 extern int puts(char const * ) ; /* END FUNCTION-DECL-EXTERN puts LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:173 VKEY=2871 */ /* BEGIN STRUCT ftrimactivefile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:444 107 */ #line 444 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct ftrimactivefile { off_t fta_offset ; off_t fta_length ; }; /* END STRUCT ftrimactivefile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:444 107 */ /* BEGIN FUNCTION-DECL-EXTERN sleep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:481 VKEY=4611 */ #line 481 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern unsigned int sleep(unsigned int ) __asm__("_sleep") ; /* END FUNCTION-DECL-EXTERN sleep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:481 VKEY=4611 */ /* BEGIN FUNCTION-DECL __inline_isinfd LOC=UNKNOWN VKEY=1036 */ __inline int ( __attribute__((__always_inline__)) __inline_isinfd)(double __x ) ; /* END FUNCTION-DECL __inline_isinfd LOC=UNKNOWN VKEY=1036 */ /* BEGIN FUNCTION-DECL-EXTERN llrintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:488 VKEY=1597 */ #line 488 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long long llrintl(long double ) ; /* END FUNCTION-DECL-EXTERN llrintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:488 VKEY=1597 */ /* BEGIN FUNCTION-DECL-EXTERN erand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202 VKEY=3528 */ #line 202 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern double erand48(unsigned short * ) ; /* END FUNCTION-DECL-EXTERN erand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:202 VKEY=3528 */ /* BEGIN FUNCTION-DECL-EXTERN strtol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167 VKEY=3466 */ #line 167 extern long strtol(char const *__str , char **__endptr , int __base ) ; /* END FUNCTION-DECL-EXTERN strtol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:167 VKEY=3466 */ /* BEGIN FUNCTION-DECL-EXTERN execvP LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:647 VKEY=4867 */ #line 647 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int execvP(char const *__file , char const *__searchpath , char **__argv ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN execvP LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:647 VKEY=4867 */ /* BEGIN STRUCT-DECL ftrimactivefile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:444 107 */ #line 444 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct ftrimactivefile ; /* END STRUCT-DECL ftrimactivefile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:444 107 */ /* BEGIN FUNCTION-DECL-EXTERN ptsname_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224 VKEY=3598 */ #line 224 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int ptsname_r(int fildes , char *buffer , size_t buflen ) __attribute__((__availability__(watchos,introduced=4.3), __availability__(tvos,introduced=11.3), __availability__(ios,introduced=11.3), __availability__(macos,introduced=10.13.4))) ; /* END FUNCTION-DECL-EXTERN ptsname_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:224 VKEY=3598 */ /* BEGIN FUNCTION-DECL-EXTERN setpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:588 VKEY=4741 */ #line 588 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t setpgrp(void) __asm__("_setpgrp") ; /* END FUNCTION-DECL-EXTERN setpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:588 VKEY=4741 */ /* BEGIN FUNCTION-DECL-EXTERN fopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:153 VKEY=2785 */ #line 153 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *fopen(char const * __restrict __filename , char const * __restrict __mode ) __asm__("_fopen") ; /* END FUNCTION-DECL-EXTERN fopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:153 VKEY=2785 */ /* BEGIN FUNCTION-DECL-EXTERN ualarm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:600 VKEY=4771 */ #line 600 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern useconds_t ualarm(useconds_t , useconds_t ) ; /* END FUNCTION-DECL-EXTERN ualarm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:600 VKEY=4771 */ /* BEGIN FUNCTION-DECL-EXTERN rcmd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:705 VKEY=5038 */ #line 705 extern __attribute__((__deprecated__)) int rcmd(char ** , int , char const * , char const * , char const * , int * ) ; /* END FUNCTION-DECL-EXTERN rcmd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:705 VKEY=5038 */ /* BEGIN STRUCT-DECL _opaque_pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:88 24 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_once_t ; /* END STRUCT-DECL _opaque_pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:88 24 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_sigmask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:556 VKEY=2551 */ #line 556 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_sigmask(int , sigset_t const * _Nullable , sigset_t * _Nullable ) __asm__("_pthread_sigmask") ; /* END FUNCTION-DECL-EXTERN pthread_sigmask LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:556 VKEY=2551 */ /* BEGIN FUNCTION-DECL-EXTERN remainderl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:505 VKEY=1645 */ #line 505 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double remainderl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN remainderl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:505 VKEY=1645 */ /* BEGIN VARIABLE-DEF _TIG_IZ_6LuO_argc LOC=UNKNOWN VKEY=5396 */ int _TIG_IZ_6LuO_argc ; /* END VARIABLE-DEF _TIG_IZ_6LuO_argc LOC=UNKNOWN VKEY=5396 */ /* BEGIN FUNCTION-DECL-EXTERN getdomainname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:649 VKEY=4875 */ #line 649 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getdomainname(char * , int ) ; /* END FUNCTION-DECL-EXTERN getdomainname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:649 VKEY=4875 */ /* BEGIN VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1 LOC=UNKNOWN VKEY=5414 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1 ; /* END VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1 LOC=UNKNOWN VKEY=5414 */ /* BEGIN STRUCT __darwin_mcontext_avx64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:113 59 */ #line 113 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx64 { struct __darwin_x86_exception_state64 __es ; struct __darwin_x86_thread_state64 __ss ; struct __darwin_x86_avx_state64 __fs ; }; /* END STRUCT __darwin_mcontext_avx64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:113 59 */ /* BEGIN FUNCTION-DECL-EXTERN getsubopt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205 VKEY=3551 */ #line 205 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int getsubopt(char ** , char ** , char ** ) ; /* END FUNCTION-DECL-EXTERN getsubopt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:205 VKEY=3551 */ /* BEGIN FUNCTION-DECL-EXTERN flsl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:88 VKEY=4190 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int flsl(long ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN flsl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:88 VKEY=4190 */ /* BEGIN FUNCTION-DECL-EXTERN arc4random LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:264 VKEY=3643 */ #line 264 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern uint32_t arc4random(void) ; /* END FUNCTION-DECL-EXTERN arc4random LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:264 VKEY=3643 */ /* BEGIN FUNCTION-DECL-EXTERN gcvt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204 VKEY=3544 */ #line 204 extern char *gcvt(double , int , char * ) ; /* END FUNCTION-DECL-EXTERN gcvt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:204 VKEY=3544 */ /* BEGIN FUNCTION-DECL-EXTERN ctime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:110 VKEY=1969 */ #line 110 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern char *ctime(time_t const * ) ; /* END FUNCTION-DECL-EXTERN ctime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:110 VKEY=1969 */ /* BEGIN STRUCT tm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:75 30 */ #line 75 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" struct tm { int tm_sec ; int tm_min ; int tm_hour ; int tm_mday ; int tm_mon ; int tm_year ; int tm_wday ; int tm_yday ; int tm_isdst ; long tm_gmtoff ; char *tm_zone ; }; /* END STRUCT tm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:75 30 */ /* BEGIN FUNCTION-DECL-EXTERN lrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:215 VKEY=3573 */ #line 215 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long lrand48(void) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN lrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:215 VKEY=3573 */ /* BEGIN FUNCTION-DECL-EXTERN profil LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:696 VKEY=5009 */ #line 696 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int profil(char * , size_t , unsigned long , unsigned int ) ; /* END FUNCTION-DECL-EXTERN profil LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:696 VKEY=5009 */ /* BEGIN FUNCTION-DECL-EXTERN fpathconf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:448 VKEY=4524 */ #line 448 extern long fpathconf(int , int ) ; /* END FUNCTION-DECL-EXTERN fpathconf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:448 VKEY=4524 */ /* BEGIN FUNCTION-DECL-EXTERN fmaf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:539 VKEY=1772 */ #line 539 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float fmaf(float , float , float ) ; /* END FUNCTION-DECL-EXTERN fmaf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:539 VKEY=1772 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlockattr_getpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:467 VKEY=2444 */ #line 467 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlockattr_getpshared(pthread_rwlockattr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_rwlockattr_getpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:467 VKEY=2444 */ /* BEGIN VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1__opaque_array LOC=UNKNOWN VKEY=5417 */ unsigned int _TIG_iO_6LuO_2_init_tigress_1__opaque_array[30] ; /* END VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1__opaque_array LOC=UNKNOWN VKEY=5417 */ /* BEGIN FUNCTION-DECL-EXTERN getloadavg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296 VKEY=3744 */ #line 296 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int getloadavg(double * , int ) ; /* END FUNCTION-DECL-EXTERN getloadavg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:296 VKEY=3744 */ /* BEGIN STRUCT _opaque_pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:88 24 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_once_t { long __sig ; char __opaque[8] ; }; /* END STRUCT _opaque_pthread_once_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:88 24 */ /* BEGIN STRUCT __darwin_mcontext_avx32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:47 55 */ #line 47 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx32 { struct __darwin_i386_exception_state __es ; struct __darwin_i386_thread_state __ss ; struct __darwin_i386_avx_state __fs ; }; /* END STRUCT __darwin_mcontext_avx32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:47 55 */ /* BEGIN FUNCTION-DECL-EXTERN alloca LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h:32 VKEY=3314 */ #line 32 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h" extern void *alloca(size_t ) ; /* END FUNCTION-DECL-EXTERN alloca LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/alloca.h:32 VKEY=3314 */ /* BEGIN TYPEDEF uintmax_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h:32 */ #line 32 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h" typedef unsigned long uintmax_t; /* END TYPEDEF uintmax_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h:32 */ /* BEGIN TYPEDEF uint_least32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:35 */ #line 35 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint32_t uint_least32_t; /* END TYPEDEF uint_least32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:35 */ /* BEGIN FUNCTION-DECL-EXTERN nrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219 VKEY=3585 */ #line 219 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern long nrand48(unsigned short * ) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN nrand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:219 VKEY=3585 */ /* BEGIN VARIABLE-DECL-EXTERN sys_siglist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:70 VKEY=2577 */ #line 70 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern char const *sys_siglist[32] ; /* END VARIABLE-DECL-EXTERN sys_siglist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:70 VKEY=2577 */ /* BEGIN FUNCTION-DECL-EXTERN lrintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:471 VKEY=1564 */ #line 471 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long lrintf(float ) ; /* END FUNCTION-DECL-EXTERN lrintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:471 VKEY=1564 */ /* BEGIN TYPEDEF uintptr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h" typedef unsigned long uintptr_t; /* END TYPEDEF uintptr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h:30 */ /* BEGIN FUNCTION-DECL-EXTERN execle LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:442 VKEY=4494 */ #line 442 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int execle(char const *__path , char const *__arg0 , ...) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN execle LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:442 VKEY=4494 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getstackaddr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:252 VKEY=2171 */ #line 252 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getstackaddr(pthread_attr_t const * __restrict , void * _Nullable * _Nonnull __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getstackaddr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:252 VKEY=2171 */ /* BEGIN FUNCTION-DECL-EXTERN vfprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:190 VKEY=2927 */ #line 190 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vfprintf)(FILE * __restrict , char const * __restrict , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN vfprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:190 VKEY=2927 */ /* BEGIN FUNCTION-DECL-EXTERN sigismember LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:94 VKEY=2655 */ #line 94 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigismember(sigset_t const * , int ) ; /* END FUNCTION-DECL-EXTERN sigismember LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:94 VKEY=2655 */ /* BEGIN FUNCTION-DECL-EXTERN vsnprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:337 VKEY=3057 */ #line 337 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vsnprintf)(char * __restrict __str , size_t __size , char const * __restrict __format , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN vsnprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:337 VKEY=3057 */ /* BEGIN FUNCTION-DECL-EXTERN vasprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:377 VKEY=3144 */ #line 377 extern int ( /* format attribute */ vasprintf)(char ** __restrict , char const * __restrict , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN vasprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:377 VKEY=3144 */ /* BEGIN FUNCTION-DECL-EXTERN execv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:444 VKEY=4504 */ #line 444 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int execv(char const *__path , char **__argv ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN execv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:444 VKEY=4504 */ /* BEGIN FUNCTION-DECL-EXTERN cgetfirst LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284 VKEY=3681 */ #line 284 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetfirst(char ** , char ** ) ; /* END FUNCTION-DECL-EXTERN cgetfirst LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:284 VKEY=3681 */ /* BEGIN FUNCTION-DECL-EXTERN bsearch LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141 VKEY=3384 */ #line 141 extern void *bsearch(void const *__key , void const *__base , size_t __nel , size_t __width , int (* _Nonnull __compar)(void const * , void const * ) ) ; /* END FUNCTION-DECL-EXTERN bsearch LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:141 VKEY=3384 */ /* BEGIN FUNCTION-DECL-EXTERN rintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:467 VKEY=1555 */ #line 467 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float rintf(float ) ; /* END FUNCTION-DECL-EXTERN rintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:467 VKEY=1555 */ /* BEGIN TYPEDEF uint_fast8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:44 */ #line 44 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint8_t uint_fast8_t; /* END TYPEDEF uint_fast8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:44 */ /* BEGIN TYPEDEF uint_least64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:36 */ #line 36 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint64_t uint_least64_t; /* END TYPEDEF uint_least64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:36 */ /* BEGIN FUNCTION-DECL-EXTERN setattrlistat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:189 VKEY=4398 */ #line 189 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int setattrlistat(int , char const * , void * , void * , size_t , uint32_t ) __attribute__((__availability__(watchos,introduced=4.0), __availability__(tvos,introduced=11.0), __availability__(ios,introduced=11.0), __availability__(macosx,introduced=10.13))) ; /* END FUNCTION-DECL-EXTERN setattrlistat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:189 VKEY=4398 */ /* BEGIN FUNCTION-DECL-EXTERN mkdtemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:667 VKEY=4925 */ #line 667 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *mkdtemp(char * ) ; /* END FUNCTION-DECL-EXTERN mkdtemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:667 VKEY=4925 */ /* BEGIN STRUCT __x86_pagein_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:622 45 */ #line 622 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __x86_pagein_state { int __pagein_error ; }; /* END STRUCT __x86_pagein_state LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:622 45 */ /* BEGIN STRUCT __darwin_mcontext32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:39 54 */ #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext32 { struct __darwin_i386_exception_state __es ; struct __darwin_i386_thread_state __ss ; struct __darwin_i386_float_state __fs ; }; /* END STRUCT __darwin_mcontext32 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:39 54 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_condattr_setpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:328 VKEY=2271 */ #line 328 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_condattr_setpshared(pthread_condattr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_condattr_setpshared LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:328 VKEY=2271 */ /* BEGIN STRUCT-DECL __sbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:92 73 */ #line 92 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h" struct __sbuf ; /* END STRUCT-DECL __sbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:92 73 */ /* BEGIN FUNCTION-DECL-EXTERN system LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190 VKEY=3495 */ #line 190 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0), __availability__(swift,unavailable,message="Use posix_spawn APIs or NSTask instead."))) system(char const * ) __asm__("_system") ; /* END FUNCTION-DECL-EXTERN system LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:190 VKEY=3495 */ /* BEGIN FUNCTION-DECL-EXTERN posix_madvise LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:239 VKEY=4256 */ #line 239 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int posix_madvise(void * , size_t , int ) ; /* END FUNCTION-DECL-EXTERN posix_madvise LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:239 VKEY=4256 */ /* BEGIN FUNCTION-DECL-EXTERN ttyslot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:732 VKEY=5149 */ #line 732 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int ttyslot(void) ; /* END FUNCTION-DECL-EXTERN ttyslot LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:732 VKEY=5149 */ /* BEGIN FUNCTION-DECL-EXTERN mbstowcs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157 VKEY=3423 */ #line 157 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern size_t mbstowcs(wchar_t * __restrict , char const * __restrict , size_t ) ; /* END FUNCTION-DECL-EXTERN mbstowcs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:157 VKEY=3423 */ /* BEGIN FUNCTION-DECL __sincospi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:635 VKEY=1850 */ #line 635 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" __inline void ( __attribute__((__always_inline__)) __sincospi)(double __x , double *__sinp , double *__cosp ) ; /* END FUNCTION-DECL __sincospi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:635 VKEY=1850 */ /* BEGIN FUNCTION-DECL-EXTERN getbsize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295 VKEY=3739 */ #line 295 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *getbsize(int * , long * ) ; /* END FUNCTION-DECL-EXTERN getbsize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:295 VKEY=3739 */ /* BEGIN UNION-DECL _TIG_VZ_6LuO_4_MERGED_$node LOC=UNKNOWN CKEY=117 */ union _TIG_VZ_6LuO_4_MERGED_$node ; /* END UNION-DECL _TIG_VZ_6LuO_4_MERGED_$node LOC=UNKNOWN CKEY=117 */ /* BEGIN FUNCTION-DECL-EXTERN gethostname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:622 VKEY=4802 */ #line 622 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int gethostname(char * , size_t ) ; /* END FUNCTION-DECL-EXTERN gethostname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:622 VKEY=4802 */ /* BEGIN FUNCTION-DECL-EXTERN dlopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:66 VKEY=998 */ #line 66 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" extern void *dlopen(char const *__path , int __mode ) __attribute__((__availability__(driverkit,unavailable))) ; /* END FUNCTION-DECL-EXTERN dlopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:66 VKEY=998 */ /* BEGIN VARIABLE-DEF _TIG_IZ_6LuO_envp LOC=UNKNOWN VKEY=5399 */ char **_TIG_IZ_6LuO_envp ; /* END VARIABLE-DEF _TIG_IZ_6LuO_envp LOC=UNKNOWN VKEY=5399 */ /* BEGIN FUNCTION-DECL-EXTERN strxfrm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:91 VKEY=3994 */ #line 91 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern size_t strxfrm(char *__s1 , char const *__s2 , size_t __n ) ; /* END FUNCTION-DECL-EXTERN strxfrm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:91 VKEY=3994 */ /* BEGIN FUNCTION-DECL-EXTERN acos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:309 VKEY=1159 */ #line 309 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double acos(double ) ; /* END FUNCTION-DECL-EXTERN acos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:309 VKEY=1159 */ /* BEGIN FUNCTION-DECL-EXTERN __cospi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:604 VKEY=1824 */ #line 604 extern double __cospi(double ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __cospi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:604 VKEY=1824 */ /* BEGIN STRUCT-DECL rusage_info_v2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:229 80 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v2 ; /* END STRUCT-DECL rusage_info_v2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:229 80 */ /* BEGIN TYPEDEF ftrimactivefile_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:444 */ #line 444 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct ftrimactivefile ftrimactivefile_t; /* END TYPEDEF ftrimactivefile_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:444 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_signal_thread_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:531 VKEY=2518 */ #line 531 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_signal_thread_np(pthread_cond_t * , pthread_t __attribute__((__nullable__)) ) ; /* END FUNCTION-DECL-EXTERN pthread_cond_signal_thread_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:531 VKEY=2518 */ /* BEGIN VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2 LOC=UNKNOWN VKEY=5416 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2 ; /* END VARIABLE-DEF _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2 LOC=UNKNOWN VKEY=5416 */ /* BEGIN FUNCTION-DECL-EXTERN setenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237 VKEY=3622 */ #line 237 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int setenv(char const *__name , char const *__value , int __overwrite ) __asm__("_setenv") ; /* END FUNCTION-DECL-EXTERN setenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:237 VKEY=3622 */ /* BEGIN VARIABLE-DECL-EXTERN __stdinp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67 VKEY=2748 */ #line 67 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *__stdinp ; /* END VARIABLE-DECL-EXTERN __stdinp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:67 VKEY=2748 */ /* BEGIN TYPEDEF int_least16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int16_t int_least16_t; /* END TYPEDEF int_least16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:30 */ /* BEGIN FUNCTION-DECL-EXTERN realpath LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231 VKEY=3612 */ #line 231 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *realpath(char const * __restrict , char * __restrict ) __asm__("_realpath$DARWIN_EXTSN") ; /* END FUNCTION-DECL-EXTERN realpath LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:231 VKEY=3612 */ /* BEGIN FUNCTION-DECL-EXTERN brk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:540 VKEY=4663 */ #line 540 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) void __attribute__((__availability__(watchos,unavailable), __availability__(tvos,unavailable))) *brk(void const * ) ; /* END FUNCTION-DECL-EXTERN brk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:540 VKEY=4663 */ /* BEGIN FUNCTION-DECL-EXTERN abort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:131 VKEY=3349 */ #line 131 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern __attribute__((__noreturn__)) void abort(void) __attribute__((__cold__)) ; /* END FUNCTION-DECL-EXTERN abort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:131 VKEY=3349 */ /* BEGIN FUNCTION-DECL-EXTERN strftime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:116 VKEY=1995 */ #line 116 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern size_t strftime(char * __restrict , size_t , char const * __restrict , struct tm const * __restrict ) __asm__("_strftime") ; /* END FUNCTION-DECL-EXTERN strftime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:116 VKEY=1995 */ /* BEGIN FUNCTION-DECL-EXTERN srandomdev LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:348 VKEY=3850 */ #line 348 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void srandomdev(void) ; /* END FUNCTION-DECL-EXTERN srandomdev LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:348 VKEY=3850 */ /* BEGIN FUNCTION-DECL-EXTERN llroundf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:490 VKEY=1600 */ #line 490 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long long llroundf(float ) ; /* END FUNCTION-DECL-EXTERN llroundf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:490 VKEY=1600 */ /* BEGIN FUNCTION-DECL-EXTERN ldiv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:149 VKEY=3403 */ #line 149 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern ldiv_t ldiv(long , long ) __attribute__((__const__)) ; /* END FUNCTION-DECL-EXTERN ldiv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:149 VKEY=3403 */ /* BEGIN FUNCTION-DECL-EXTERN vsprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:192 VKEY=2939 */ #line 192 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vsprintf)(char * __restrict , char const * __restrict , va_list___0 ) __attribute__((__availability__(swift,unavailable,message="Use vsnprintf instead."))) ; /* END FUNCTION-DECL-EXTERN vsprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:192 VKEY=2939 */ /* BEGIN STRUCT-DECL rusage_info_v0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:195 78 */ #line 195 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v0 ; /* END STRUCT-DECL rusage_info_v0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:195 78 */ /* BEGIN STRUCT __sFILE LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:126 75 */ #line 126 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h" struct __sFILE { unsigned char *_p ; int _r ; int _w ; short _flags ; short _file ; struct __sbuf _bf ; int _lbfsize ; void *_cookie ; int (* _Nullable _close)(void * ) ; int (* _Nullable _read)(void * , char * , int ) ; fpos_t (* _Nullable _seek)(void * , fpos_t , int ) ; int (* _Nullable _write)(void * , char const * , int ) ; struct __sbuf _ub ; struct __sFILEX *_extra ; int _ur ; unsigned char _ubuf[3] ; unsigned char _nbuf[1] ; struct __sbuf _lb ; int _blksize ; fpos_t _offset ; }; /* END STRUCT __sFILE LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:126 75 */ /* BEGIN FUNCTION-DECL-EXTERN issetugid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:666 VKEY=4922 */ #line 666 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int issetugid(void) ; /* END FUNCTION-DECL-EXTERN issetugid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:666 VKEY=4922 */ /* BEGIN FUNCTION-DECL-EXTERN sigignore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:92 VKEY=2645 */ #line 92 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigignore(int ) ; /* END FUNCTION-DECL-EXTERN sigignore LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:92 VKEY=2645 */ /* BEGIN FUNCTION-DECL-EXTERN setstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243 VKEY=3628 */ #line 243 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *setstate(char const * ) ; /* END FUNCTION-DECL-EXTERN setstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:243 VKEY=3628 */ /* BEGIN FUNCTION-DECL-EXTERN jn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:678 VKEY=1909 */ #line 678 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double jn(int , double ) __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.0))) ; /* END FUNCTION-DECL-EXTERN jn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:678 VKEY=1909 */ /* BEGIN FUNCTION-DECL-EXTERN getpid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:460 VKEY=4552 */ #line 460 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t getpid(void) ; /* END FUNCTION-DECL-EXTERN getpid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:460 VKEY=4552 */ /* BEGIN FUNCTION-DECL-EXTERN mkostemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:676 VKEY=4960 */ #line 676 extern int mkostemp(char *path , int oflags ) __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,introduced=10.12))) ; /* END FUNCTION-DECL-EXTERN mkostemp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:676 VKEY=4960 */ /* BEGIN FUNCTION-DECL-EXTERN renameat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h:39 VKEY=2719 */ #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h" extern int renameat(int , char const * , int , char const * ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN renameat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h:39 VKEY=2719 */ /* BEGIN FUNCTION-DECL-EXTERN mkdtempat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:686 VKEY=4979 */ #line 686 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *mkdtempat_np(int dfd , char *path ) __attribute__((__availability__(watchos,introduced=4.0), __availability__(tvos,introduced=11.0), __availability__(ios,introduced=11.0), __availability__(macosx,introduced=10.13))) ; /* END FUNCTION-DECL-EXTERN mkdtempat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:686 VKEY=4979 */ /* BEGIN STRUCT __darwin_pthread_handler_rec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:57 18 */ #line 57 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct __darwin_pthread_handler_rec { void (*__routine)(void * ) ; void *__arg ; struct __darwin_pthread_handler_rec *__next ; }; /* END STRUCT __darwin_pthread_handler_rec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:57 18 */ /* BEGIN FUNCTION-DECL-EXTERN getgrouplist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:650 VKEY=4884 */ #line 650 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getgrouplist(char const * , int , int * , int * ) ; /* END FUNCTION-DECL-EXTERN getgrouplist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:650 VKEY=4884 */ /* BEGIN TYPEDEF __darwin_wctrans_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:41 */ #line 41 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h" typedef int __darwin_wctrans_t; /* END TYPEDEF __darwin_wctrans_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:41 */ /* BEGIN FUNCTION-DECL-EXTERN fmaxl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:533 VKEY=1750 */ #line 533 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double fmaxl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN fmaxl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:533 VKEY=1750 */ /* BEGIN FUNCTION-DECL-EXTERN rmdir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:474 VKEY=4594 */ #line 474 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int rmdir(char const * ) ; /* END FUNCTION-DECL-EXTERN rmdir LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:474 VKEY=4594 */ /* BEGIN STRUCT-DECL timeval64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h:34 92 */ #line 34 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h" struct timeval64 ; /* END STRUCT-DECL timeval64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval64.h:34 92 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlock_rdlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:449 VKEY=2424 */ #line 449 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlock_rdlock(pthread_rwlock_t * ) __asm__("_pthread_rwlock_rdlock") ; /* END FUNCTION-DECL-EXTERN pthread_rwlock_rdlock LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:449 VKEY=2424 */ /* BEGIN FUNCTION-DECL-EXTERN fputs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:157 VKEY=2800 */ #line 157 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fputs(char const * __restrict , FILE * __restrict ) __asm__("_fputs") ; /* END FUNCTION-DECL-EXTERN fputs LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:157 VKEY=2800 */ /* BEGIN ENUM-DECL __anonenum_clockid_t_447627989 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:153 */ #line 153 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" enum __anonenum_clockid_t_447627989 ; /* END ENUM-DECL __anonenum_clockid_t_447627989 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:153 */ /* BEGIN FUNCTION-DECL-EXTERN usleep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:601 VKEY=4774 */ #line 601 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int usleep(useconds_t ) __asm__("_usleep") ; /* END FUNCTION-DECL-EXTERN usleep LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:601 VKEY=4774 */ /* BEGIN FUNCTION-DECL-EXTERN mkpath_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:669 VKEY=4937 */ #line 669 extern int mkpath_np(char const *path , mode_t omode ) __attribute__((__availability__(macosx,introduced=10.8))) ; /* END FUNCTION-DECL-EXTERN mkpath_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:669 VKEY=4937 */ /* BEGIN FUNCTION-DECL-EXTERN swapon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:731 VKEY=5146 */ #line 731 extern int swapon(char const * ) ; /* END FUNCTION-DECL-EXTERN swapon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:731 VKEY=5146 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_key_create LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:366 VKEY=2318 */ #line 366 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_key_create(pthread_key_t * , void (* _Nullable )(void * ) ) ; /* END FUNCTION-DECL-EXTERN pthread_key_create LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:366 VKEY=2318 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_yield_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:560 VKEY=2554 */ #line 560 extern void __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) pthread_yield_np(void) ; /* END FUNCTION-DECL-EXTERN pthread_yield_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:560 VKEY=2554 */ /* BEGIN FUNCTION-DECL-EXTERN pipe LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:470 VKEY=4584 */ #line 470 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int pipe(int * ) ; /* END FUNCTION-DECL-EXTERN pipe LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:470 VKEY=4584 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_main_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:517 VKEY=2504 */ #line 517 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_main_np(void) ; /* END FUNCTION-DECL-EXTERN pthread_main_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:517 VKEY=2504 */ /* BEGIN TYPEDEF user_off_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:103 */ #line 103 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef int64_t user_off_t; /* END TYPEDEF user_off_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:103 */ /* BEGIN FUNCTION-DECL-EXTERN getpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:459 VKEY=4549 */ #line 459 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t getpgrp(void) ; /* END FUNCTION-DECL-EXTERN getpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:459 VKEY=4549 */ /* BEGIN FUNCTION-DECL-EXTERN srand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:244 VKEY=3631 */ #line 244 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void srand48(long ) ; /* END FUNCTION-DECL-EXTERN srand48 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:244 VKEY=3631 */ /* BEGIN TYPEDEF user_size_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:98 */ #line 98 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef u_int64_t user_size_t; /* END TYPEDEF user_size_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:98 */ /* BEGIN FUNCTION-DECL-EXTERN close LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:437 VKEY=4476 */ #line 437 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int close(int ) __asm__("_close") ; /* END FUNCTION-DECL-EXTERN close LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:437 VKEY=4476 */ /* BEGIN FUNCTION-DECL-EXTERN j1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:677 VKEY=1904 */ #line 677 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double j1(double ) __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.0))) ; /* END FUNCTION-DECL-EXTERN j1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:677 VKEY=1904 */ /* BEGIN FUNCTION-DECL-EXTERN filesec_free LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:547 VKEY=5331 */ #line 547 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern void filesec_free(filesec_t ) ; /* END FUNCTION-DECL-EXTERN filesec_free LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:547 VKEY=5331 */ /* BEGIN FUNCTION-DECL-EXTERN sync_volume_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:780 VKEY=5278 */ #line 780 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int sync_volume_np(char const * , int ) __attribute__((__availability__(macosx,introduced=10.8))) ; /* END FUNCTION-DECL-EXTERN sync_volume_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:780 VKEY=5278 */ /* BEGIN FUNCTION-DECL-EXTERN cgetent LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283 VKEY=3676 */ #line 283 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetent(char ** , char ** , char const * ) ; /* END FUNCTION-DECL-EXTERN cgetent LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:283 VKEY=3676 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setstackaddr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:284 VKEY=2221 */ #line 284 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setstackaddr(pthread_attr_t * , void * ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setstackaddr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:284 VKEY=2221 */ /* BEGIN TYPEDEF ino_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h" typedef __darwin_ino_t ino_t; /* END TYPEDEF ino_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN getenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147 VKEY=3395 */ #line 147 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *getenv(char const * ) ; /* END FUNCTION-DECL-EXTERN getenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:147 VKEY=3395 */ /* BEGIN FUNCTION-DECL-EXTERN strcoll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:78 VKEY=3925 */ #line 78 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern int strcoll(char const *__s1 , char const *__s2 ) ; /* END FUNCTION-DECL-EXTERN strcoll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:78 VKEY=3925 */ /* BEGIN FUNCTION-DECL-EXTERN fsetattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:750 VKEY=5191 */ #line 750 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int fsetattrlist(int , void * , void * , size_t , unsigned int ) __attribute__((__availability__(macosx,introduced=10.6))) ; /* END FUNCTION-DECL-EXTERN fsetattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:750 VKEY=5191 */ /* BEGIN FUNCTION-DECL-EXTERN strpbrk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:86 VKEY=3967 */ #line 86 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strpbrk(char const *__s , char const *__charset ) ; /* END FUNCTION-DECL-EXTERN strpbrk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:86 VKEY=3967 */ /* BEGIN TYPEDEF fsblkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h" typedef __darwin_fsblkcnt_t fsblkcnt_t; /* END TYPEDEF fsblkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fsblkcnt_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN renameatx_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h:47 VKEY=2737 */ #line 47 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h" extern int renameatx_np(int , char const * , int , char const * , unsigned int ) __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,introduced=10.12))) ; /* END FUNCTION-DECL-EXTERN renameatx_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stdio.h:47 VKEY=2737 */ /* BEGIN FUNCTION-DECL-EXTERN mknod LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:668 VKEY=4932 */ #line 668 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int mknod(char const * , mode_t , dev_t ) ; /* END FUNCTION-DECL-EXTERN mknod LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:668 VKEY=4932 */ /* BEGIN FUNCTION-DECL-EXTERN filesec_set_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:550 VKEY=5352 */ #line 550 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int filesec_set_property(filesec_t , filesec_property_t , void const * ) ; /* END FUNCTION-DECL-EXTERN filesec_set_property LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:550 VKEY=5352 */ /* BEGIN FUNCTION-DECL-EXTERN asctime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:125 VKEY=2013 */ #line 125 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern char *asctime_r(struct tm const * __restrict , char * __restrict ) ; /* END FUNCTION-DECL-EXTERN asctime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:125 VKEY=2013 */ /* BEGIN TYPEDEF int_least32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int32_t int_least32_t; /* END TYPEDEF int_least32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN gettimeofday LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:197 VKEY=4338 */ #line 197 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" extern int gettimeofday(struct timeval * __restrict , void * __restrict ) ; /* END FUNCTION-DECL-EXTERN gettimeofday LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:197 VKEY=4338 */ /* BEGIN FUNCTION-DECL-EXTERN strnlen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:133 VKEY=4042 */ #line 133 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern size_t strnlen(char const *__s1 , size_t __n ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN strnlen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:133 VKEY=4042 */ /* BEGIN FUNCTION-DECL-EXTERN __cospif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:603 VKEY=1821 */ #line 603 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float __cospif(float ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __cospif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:603 VKEY=1821 */ /* BEGIN FUNCTION-DECL-EXTERN ftrylockfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:287 VKEY=2989 */ #line 287 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ftrylockfile(FILE * ) ; /* END FUNCTION-DECL-EXTERN ftrylockfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:287 VKEY=2989 */ /* BEGIN FUNCTION-DECL-EXTERN __fpclassifyl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:133 VKEY=1021 */ #line 133 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern int __fpclassifyl(long double ) ; /* END FUNCTION-DECL-EXTERN __fpclassifyl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:133 VKEY=1021 */ /* BEGIN FUNCTION-DECL-EXTERN sinhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:352 VKEY=1261 */ #line 352 extern float sinhf(float ) ; /* END FUNCTION-DECL-EXTERN sinhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:352 VKEY=1261 */ /* BEGIN FUNCTION-DECL-EXTERN gethostuuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h:39 VKEY=4889 */ #line 39 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h" extern int gethostuuid(unsigned char * , struct timespec const * ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN gethostuuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/gethostuuid.h:39 VKEY=4889 */ /* BEGIN FUNCTION-DECL-EXTERN getc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:166 VKEY=2848 */ #line 166 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int getc(FILE * ) ; /* END FUNCTION-DECL-EXTERN getc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:166 VKEY=2848 */ /* BEGIN ENUM-DECL __anonenum_idtype_t_558242672 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:79 */ #line 79 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" enum __anonenum_idtype_t_558242672 ; /* END ENUM-DECL __anonenum_idtype_t_558242672 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:79 */ /* BEGIN STRUCT-DECL rusage_info_v1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:209 79 */ #line 209 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" struct rusage_info_v1 ; /* END STRUCT-DECL rusage_info_v1 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:209 79 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_setconcurrency LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:488 VKEY=2468 */ #line 488 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_setconcurrency(int ) ; /* END FUNCTION-DECL-EXTERN pthread_setconcurrency LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:488 VKEY=2468 */ /* BEGIN FUNCTION-DECL-EXTERN nextafterl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:521 VKEY=1705 */ #line 521 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double nextafterl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN nextafterl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:521 VKEY=1705 */ /* BEGIN FUNCTION-DECL-EXTERN getattrlistat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:188 VKEY=4385 */ #line 188 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int getattrlistat(int , char const * , void * , void * , size_t , unsigned long ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN getattrlistat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:188 VKEY=4385 */ /* BEGIN FUNCTION-DECL-EXTERN sigaddset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:86 VKEY=2623 */ #line 86 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigaddset(sigset_t * , int ) ; /* END FUNCTION-DECL-EXTERN sigaddset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:86 VKEY=2623 */ /* BEGIN FUNCTION-DECL-EXTERN hypotl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:426 VKEY=1465 */ #line 426 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double hypotl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN hypotl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:426 VKEY=1465 */ /* BEGIN FUNCTION-DECL-EXTERN sys_icache_invalidate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h:58 VKEY=5369 */ #line 58 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h" extern void sys_icache_invalidate(void *start , size_t len ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN sys_icache_invalidate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h:58 VKEY=5369 */ /* BEGIN FUNCTION-DECL-EXTERN getattrlistbulk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:187 VKEY=4372 */ #line 187 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" extern int getattrlistbulk(int , void * , void * , size_t , uint64_t ) __attribute__((__availability__(macosx,introduced=10.10))) ; /* END FUNCTION-DECL-EXTERN getattrlistbulk LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:187 VKEY=4372 */ /* BEGIN FUNCTION-DECL-EXTERN mergesort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316 VKEY=3776 */ #line 316 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int mergesort(void *__base , size_t __nel , size_t __width , int (* _Nonnull __compar)(void const * , void const * ) ) ; /* END FUNCTION-DECL-EXTERN mergesort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:316 VKEY=3776 */ /* BEGIN FUNCTION-DECL-EXTERN sethostid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:716 VKEY=5103 */ #line 716 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern void sethostid(long ) ; /* END FUNCTION-DECL-EXTERN sethostid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:716 VKEY=5103 */ /* BEGIN VARIABLE-DECL-EXTERN timezone LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:103 VKEY=1959 */ #line 103 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern long timezone __asm__("_timezone") ; /* END VARIABLE-DECL-EXTERN timezone LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:103 VKEY=1959 */ /* BEGIN TYPEDEF __darwin_uuid_string_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:78 */ #line 78 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h" typedef char __darwin_uuid_string_t[37]; /* END TYPEDEF __darwin_uuid_string_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:78 */ /* BEGIN FUNCTION-DECL-EXTERN flockfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:286 VKEY=2986 */ #line 286 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern void flockfile(FILE * ) ; /* END FUNCTION-DECL-EXTERN flockfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:286 VKEY=2986 */ /* BEGIN STRUCT-DECL __anonstruct_ldiv_t_748949161 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:88 89 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" struct __anonstruct_ldiv_t_748949161 ; /* END STRUCT-DECL __anonstruct_ldiv_t_748949161 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:88 89 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_threadid_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:506 VKEY=2491 */ #line 506 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.6))) pthread_threadid_np(pthread_t __attribute__((__nullable__)) , __uint64_t * _Nullable ) ; /* END FUNCTION-DECL-EXTERN pthread_threadid_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:506 VKEY=2491 */ /* BEGIN FUNCTION-DECL-EXTERN nearbyint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:464 VKEY=1549 */ #line 464 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double nearbyint(double ) ; /* END FUNCTION-DECL-EXTERN nearbyint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:464 VKEY=1549 */ /* BEGIN FUNCTION-DECL-EXTERN ffsl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:85 VKEY=4181 */ #line 85 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int ffsl(long ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN ffsl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:85 VKEY=4181 */ /* BEGIN FUNCTION-DECL-EXTERN signal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:390 VKEY=2575 */ #line 390 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" extern void (*signal(int , void (*)(int ) ))(int ) ; /* END FUNCTION-DECL-EXTERN signal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:390 VKEY=2575 */ /* BEGIN UNION-DECL __anonunion___u_631409264 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:218 CKEY=10 */ #line 218 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" union __anonunion___u_631409264 ; /* END UNION-DECL __anonunion___u_631409264 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:218 CKEY=10 */ /* BEGIN VARIABLE-DEF _TIG_IZ_6LuO_argv LOC=UNKNOWN VKEY=5397 */ char **_TIG_IZ_6LuO_argv ; /* END VARIABLE-DEF _TIG_IZ_6LuO_argv LOC=UNKNOWN VKEY=5397 */ /* BEGIN FUNCTION-DECL-EXTERN acosf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:308 VKEY=1156 */ #line 308 extern float acosf(float ) ; /* END FUNCTION-DECL-EXTERN acosf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:308 VKEY=1156 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_once LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:438 VKEY=2413 */ #line 438 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4), __availability__(swift,unavailable,message="Use lazily initialized globals instead"))) pthread_once(pthread_once_t * , void (* _Nonnull )(void) ) ; /* END FUNCTION-DECL-EXTERN pthread_once LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:438 VKEY=2413 */ /* BEGIN FUNCTION-DECL-EXTERN sethostname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:717 VKEY=5108 */ #line 717 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int sethostname(char const * , int ) ; /* END FUNCTION-DECL-EXTERN sethostname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:717 VKEY=5108 */ /* BEGIN STRUCT-DECL _opaque_pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:83 23 */ #line 83 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_mutexattr_t ; /* END STRUCT-DECL _opaque_pthread_mutexattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:83 23 */ /* BEGIN FUNCTION-DECL-EXTERN sinh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:353 VKEY=1264 */ #line 353 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double sinh(double ) ; /* END FUNCTION-DECL-EXTERN sinh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:353 VKEY=1264 */ /* BEGIN FUNCTION-DECL-EXTERN initgroups LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:665 VKEY=4919 */ #line 665 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int initgroups(char const * , int ) ; /* END FUNCTION-DECL-EXTERN initgroups LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:665 VKEY=4919 */ /* BEGIN FUNCTION-DECL-EXTERN log2f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:380 VKEY=1324 */ #line 380 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float log2f(float ) ; /* END FUNCTION-DECL-EXTERN log2f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:380 VKEY=1324 */ /* BEGIN FUNCTION-DECL-EXTERN tanhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:356 VKEY=1270 */ #line 356 extern float tanhf(float ) ; /* END FUNCTION-DECL-EXTERN tanhf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:356 VKEY=1270 */ /* BEGIN VARIABLE-DECL-EXTERN suboptarg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356 VKEY=3870 */ #line 356 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char *suboptarg ; /* END VARIABLE-DECL-EXTERN suboptarg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:356 VKEY=3870 */ /* BEGIN FUNCTION-DECL-EXTERN bsd_signal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:79 VKEY=2589 */ #line 79 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern void (* _Nullable bsd_signal(int , void (* _Nullable )(int ) ))(int ) ; /* END FUNCTION-DECL-EXTERN bsd_signal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:79 VKEY=2589 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_mutexattr_getprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:399 VKEY=2358 */ #line 399 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_mutexattr_getprioceiling(pthread_mutexattr_t const * __restrict , int * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_mutexattr_getprioceiling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:399 VKEY=2358 */ /* BEGIN STRUCT _opaque_pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:103 27 */ #line 103 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_t { long __sig ; struct __darwin_pthread_handler_rec *__cleanup_stack ; char __opaque[8176] ; }; /* END STRUCT _opaque_pthread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:103 27 */ /* BEGIN FUNCTION-DECL-EXTERN nanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:517 VKEY=1690 */ #line 517 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double nanl(char const * ) ; /* END FUNCTION-DECL-EXTERN nanl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:517 VKEY=1690 */ /* BEGIN FUNCTION-DECL-EXTERN exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:145 VKEY=3392 */ #line 145 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern __attribute__((__noreturn__)) void exit(int ) ; /* END FUNCTION-DECL-EXTERN exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:145 VKEY=3392 */ /* BEGIN FUNCTION-DECL-EXTERN __infl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:555 VKEY=1795 */ #line 555 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double __infl(void) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,message="use `(long double)INFINITY` instead"))) ; /* END FUNCTION-DECL-EXTERN __infl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:555 VKEY=1795 */ /* BEGIN FUNCTION-DECL-EXTERN fflagstostr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:648 VKEY=4870 */ #line 648 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *fflagstostr(unsigned long ) ; /* END FUNCTION-DECL-EXTERN fflagstostr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:648 VKEY=4870 */ /* BEGIN FUNCTION-DECL-EXTERN getwd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:564 VKEY=4700 */ #line 564 extern char *getwd(char * ) ; /* END FUNCTION-DECL-EXTERN getwd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:564 VKEY=4700 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_setcancelstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:480 VKEY=2460 */ #line 480 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_setcancelstate(int , int * _Nullable ) __asm__("_pthread_setcancelstate") ; /* END FUNCTION-DECL-EXTERN pthread_setcancelstate LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:480 VKEY=2460 */ /* BEGIN VARIABLE-DECL-EXTERN __mb_cur_max LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:118 VKEY=3315 */ #line 118 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int __mb_cur_max ; /* END VARIABLE-DECL-EXTERN __mb_cur_max LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:118 VKEY=3315 */ /* BEGIN FUNCTION-DECL-EXTERN fork LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:447 VKEY=4519 */ #line 447 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t fork(void) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN fork LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:447 VKEY=4519 */ /* BEGIN FUNCTION-DECL-EXTERN drem LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:746 VKEY=1937 */ #line 746 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double drem(double , double ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,replacement="remainder"))) ; /* END FUNCTION-DECL-EXTERN drem LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:746 VKEY=1937 */ /* BEGIN TYPEDEF int_least64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:32 */ #line 32 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int64_t int_least64_t; /* END TYPEDEF int_least64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:32 */ /* BEGIN STRUCT-DECL __darwin_opmask_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:259 39 */ #line 259 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_opmask_reg ; /* END STRUCT-DECL __darwin_opmask_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:259 39 */ /* BEGIN FUNCTION-DECL-EXTERN localtime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:128 VKEY=2028 */ #line 128 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern struct tm *localtime_r(time_t const * __restrict , struct tm * __restrict ) ; /* END FUNCTION-DECL-EXTERN localtime_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:128 VKEY=2028 */ /* BEGIN FUNCTION-DECL-EXTERN dlopen_preflight LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:70 VKEY=1006 */ #line 70 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" extern _Bool dlopen_preflight(char const *__path ) __attribute__((__availability__(driverkit,unavailable), __availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN dlopen_preflight LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:70 VKEY=1006 */ /* BEGIN FUNCTION-DECL-EXTERN ruserok LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:712 VKEY=5090 */ #line 712 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) int ruserok(char const * , int , char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN ruserok LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:712 VKEY=5090 */ /* BEGIN FUNCTION-DECL __inline_isfinitef LOC=UNKNOWN VKEY=1024 */ __inline int ( __attribute__((__always_inline__)) __inline_isfinitef)(float __x ) ; /* END FUNCTION-DECL __inline_isfinitef LOC=UNKNOWN VKEY=1024 */ /* BEGIN FUNCTION-DECL-EXTERN fsetpos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:163 VKEY=2833 */ #line 163 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fsetpos(FILE * , fpos_t const * ) ; /* END FUNCTION-DECL-EXTERN fsetpos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:163 VKEY=2833 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:349 VKEY=2293 */ #line 349 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern __attribute__((__noreturn__)) void __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) pthread_exit(void * _Nullable ) ; /* END FUNCTION-DECL-EXTERN pthread_exit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:349 VKEY=2293 */ /* BEGIN TYPEDEF u_int16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h" typedef unsigned short u_int16_t; /* END TYPEDEF u_int16_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h:30 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_detach LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:343 VKEY=2285 */ #line 343 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_detach(pthread_t ) ; /* END FUNCTION-DECL-EXTERN pthread_detach LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:343 VKEY=2285 */ /* BEGIN UNION __anonunion___u_125149148 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 CKEY=12 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" union __anonunion___u_125149148 { long double __ld ; struct __anonstruct___p_715729531 __p ; }; /* END UNION __anonunion___u_125149148 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:229 CKEY=12 */ /* BEGIN FUNCTION-DECL-EXTERN strtoul LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175 VKEY=3485 */ #line 175 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern unsigned long strtoul(char const *__str , char **__endptr , int __base ) ; /* END FUNCTION-DECL-EXTERN strtoul LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:175 VKEY=3485 */ /* BEGIN FUNCTION-DECL-EXTERN tmpfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:182 VKEY=2912 */ #line 182 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *tmpfile(void) ; /* END FUNCTION-DECL-EXTERN tmpfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:182 VKEY=2912 */ /* BEGIN FUNCTION-DECL-EXTERN getdtablesize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:557 VKEY=4691 */ #line 557 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getdtablesize(void) ; /* END FUNCTION-DECL-EXTERN getdtablesize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:557 VKEY=4691 */ /* BEGIN FUNCTION-DECL-EXTERN expm1f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:368 VKEY=1297 */ #line 368 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float expm1f(float ) ; /* END FUNCTION-DECL-EXTERN expm1f LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:368 VKEY=1297 */ /* BEGIN FUNCTION-DECL-EXTERN cosf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:324 VKEY=1198 */ #line 324 extern float cosf(float ) ; /* END FUNCTION-DECL-EXTERN cosf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:324 VKEY=1198 */ /* BEGIN TYPEDEF __darwin_fp_control_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:117 */ #line 117 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" typedef struct __darwin_fp_control __darwin_fp_control_t; /* END TYPEDEF __darwin_fp_control_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:117 */ /* BEGIN FUNCTION-DECL-EXTERN shm_unlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:237 VKEY=4249 */ #line 237 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int shm_unlink(char const * ) ; /* END FUNCTION-DECL-EXTERN shm_unlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:237 VKEY=4249 */ /* BEGIN FUNCTION-DECL-EXTERN scalbln LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:413 VKEY=1427 */ #line 413 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double scalbln(double , long ) ; /* END FUNCTION-DECL-EXTERN scalbln LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:413 VKEY=1427 */ /* BEGIN TYPEDEF uint_fast64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:47 */ #line 47 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint64_t uint_fast64_t; /* END TYPEDEF uint_fast64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:47 */ /* BEGIN FUNCTION-DECL-EXTERN setgroups LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:715 VKEY=5100 */ #line 715 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setgroups(int , gid_t const * ) ; /* END FUNCTION-DECL-EXTERN setgroups LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:715 VKEY=5100 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_condattr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:318 VKEY=2258 */ #line 318 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_condattr_destroy(pthread_condattr_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_condattr_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:318 VKEY=2258 */ /* BEGIN STRUCT-DECL _filesec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_filesec_t.h:30 111 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_filesec_t.h" struct _filesec ; /* END STRUCT-DECL _filesec LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_filesec_t.h:30 111 */ /* BEGIN FUNCTION-DECL-EXTERN posix2time LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:131 VKEY=2031 */ #line 131 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern time_t posix2time(time_t ) ; /* END FUNCTION-DECL-EXTERN posix2time LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:131 VKEY=2031 */ /* BEGIN FUNCTION-DECL-EXTERN pwrite LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:575 VKEY=4735 */ #line 575 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern ssize_t pwrite(int __fd , void const *__buf , size_t __nbyte , off_t __offset ) __asm__("_pwrite") ; /* END FUNCTION-DECL-EXTERN pwrite LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:575 VKEY=4735 */ /* BEGIN FUNCTION-DECL __darwin_fd_isset LOC=UNKNOWN VKEY=4291 */ __inline int ( __attribute__((__always_inline__)) __darwin_fd_isset)(int _fd , struct fd_set const *_p ) ; /* END FUNCTION-DECL __darwin_fd_isset LOC=UNKNOWN VKEY=4291 */ /* BEGIN FUNCTION-DECL-EXTERN timegm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:138 VKEY=2043 */ #line 138 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern time_t timegm(struct tm * ) ; /* END FUNCTION-DECL-EXTERN timegm LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:138 VKEY=2043 */ /* BEGIN STRUCT __siginfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:177 67 */ #line 177 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h" struct __siginfo { int si_signo ; int si_errno ; int si_code ; pid_t si_pid ; uid_t si_uid ; int si_status ; void *si_addr ; union sigval si_value ; long si_band ; unsigned long __pad[7] ; }; /* END STRUCT __siginfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:177 67 */ /* BEGIN FUNCTION-DECL-EXTERN localtime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:114 VKEY=1983 */ #line 114 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern struct tm *localtime(time_t const * ) ; /* END FUNCTION-DECL-EXTERN localtime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:114 VKEY=1983 */ /* BEGIN FUNCTION-DECL-EXTERN ffsll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:86 VKEY=4184 */ #line 86 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int ffsll(long long ) __attribute__((__availability__(macosx,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN ffsll LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:86 VKEY=4184 */ /* BEGIN FUNCTION-DECL-EXTERN rresvport_af LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:709 VKEY=5061 */ #line 709 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) int rresvport_af(int * , int ) ; /* END FUNCTION-DECL-EXTERN rresvport_af LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:709 VKEY=5061 */ /* BEGIN FUNCTION-DECL-EXTERN y0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:679 VKEY=1912 */ #line 679 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double y0(double ) __attribute__((__availability__(ios,introduced=3.2), __availability__(macos,introduced=10.0))) ; /* END FUNCTION-DECL-EXTERN y0 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:679 VKEY=1912 */ /* BEGIN FUNCTION-DECL-EXTERN erfc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:441 VKEY=1504 */ #line 441 extern double erfc(double ) ; /* END FUNCTION-DECL-EXTERN erfc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:441 VKEY=1504 */ /* BEGIN TYPEDEF __darwin_mbstate_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:81 */ #line 81 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" typedef __mbstate_t __darwin_mbstate_t; /* END TYPEDEF __darwin_mbstate_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:81 */ /* BEGIN FUNCTION-DECL-EXTERN getpagesize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:558 VKEY=4694 */ #line 558 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int getpagesize(void) __attribute__((__const__)) ; /* END FUNCTION-DECL-EXTERN getpagesize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:558 VKEY=4694 */ /* BEGIN FUNCTION-DECL-EXTERN memmove LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:73 VKEY=3898 */ #line 73 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void *memmove(void *__dst , void const *__src , size_t __len ) ; /* END FUNCTION-DECL-EXTERN memmove LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:73 VKEY=3898 */ /* BEGIN FUNCTION-DECL-EXTERN qos_class_self LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:172 VKEY=2074 */ #line 172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h" extern qos_class_t __attribute__((__availability__(macos,introduced=10.10), __availability__(ios,introduced=8.0))) qos_class_self(void) ; /* END FUNCTION-DECL-EXTERN qos_class_self LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:172 VKEY=2074 */ /* BEGIN STRUCT-DECL __darwin_xmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:213 36 */ #line 213 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_xmm_reg ; /* END STRUCT-DECL __darwin_xmm_reg LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:213 36 */ /* BEGIN FUNCTION-DECL-EXTERN psignal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:103 VKEY=2693 */ #line 103 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern void psignal(unsigned int , char const * ) ; /* END FUNCTION-DECL-EXTERN psignal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:103 VKEY=2693 */ /* BEGIN FUNCTION-DECL-EXTERN ttyname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:486 VKEY=4625 */ #line 486 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *ttyname(int ) ; /* END FUNCTION-DECL-EXTERN ttyname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:486 VKEY=4625 */ /* BEGIN STRUCT __darwin_mcontext_avx64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:121 60 */ #line 121 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx64_full { struct __darwin_x86_exception_state64 __es ; struct __darwin_x86_thread_full_state64 __ss ; struct __darwin_x86_avx_state64 __fs ; }; /* END STRUCT __darwin_mcontext_avx64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:121 60 */ /* BEGIN FUNCTION-DECL-EXTERN __math_errhandling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:111 VKEY=1012 */ #line 111 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern int __math_errhandling(void) ; /* END FUNCTION-DECL-EXTERN __math_errhandling LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:111 VKEY=1012 */ /* BEGIN FUNCTION-DECL-EXTERN fseeko LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:327 VKEY=3026 */ #line 327 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fseeko(FILE *__stream , off_t __offset , int __whence ) ; /* END FUNCTION-DECL-EXTERN fseeko LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:327 VKEY=3026 */ /* BEGIN STRUCT _opaque_pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:73 21 */ #line 73 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_condattr_t { long __sig ; char __opaque[8] ; }; /* END STRUCT _opaque_pthread_condattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:73 21 */ /* BEGIN FUNCTION-DECL-EXTERN utimes LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:203 VKEY=4361 */ #line 203 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" extern int utimes(char const * , struct timeval const * ) ; /* END FUNCTION-DECL-EXTERN utimes LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:203 VKEY=4361 */ /* BEGIN FUNCTION-DECL __inline_isfinitel LOC=UNKNOWN VKEY=1030 */ __inline int ( __attribute__((__always_inline__)) __inline_isfinitel)(long double __x ) ; /* END FUNCTION-DECL __inline_isfinitel LOC=UNKNOWN VKEY=1030 */ /* BEGIN FUNCTION-DECL-EXTERN strncat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:83 VKEY=3948 */ #line 83 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strncat(char *__s1 , char const *__s2 , size_t __n ) ; /* END FUNCTION-DECL-EXTERN strncat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:83 VKEY=3948 */ /* BEGIN TYPEDEF key_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h" typedef __int32_t key_t; /* END TYPEDEF key_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_key_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN setvbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:179 VKEY=2899 */ #line 179 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int setvbuf(FILE * __restrict , char * __restrict , int , size_t ) ; /* END FUNCTION-DECL-EXTERN setvbuf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:179 VKEY=2899 */ /* BEGIN FUNCTION-DECL-EXTERN timespec_get LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:199 VKEY=2071 */ #line 199 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern int __attribute__((__availability__(watchos,introduced=6.0), __availability__(tvos,introduced=13.0), __availability__(ios,introduced=13.0), __availability__(macosx,introduced=10.15))) timespec_get(struct timespec *ts , int base ) ; /* END FUNCTION-DECL-EXTERN timespec_get LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:199 VKEY=2071 */ /* BEGIN FUNCTION-DECL-EXTERN sranddev LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:347 VKEY=3847 */ #line 347 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void sranddev(void) ; /* END FUNCTION-DECL-EXTERN sranddev LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:347 VKEY=3847 */ /* BEGIN FUNCTION-DECL-EXTERN dup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:439 VKEY=4479 */ #line 439 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int dup(int ) ; /* END FUNCTION-DECL-EXTERN dup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:439 VKEY=4479 */ /* BEGIN FUNCTION-DECL-EXTERN scalblnf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:412 VKEY=1422 */ #line 412 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float scalblnf(float , long ) ; /* END FUNCTION-DECL-EXTERN scalblnf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:412 VKEY=1422 */ /* BEGIN FUNCTION-DECL-EXTERN tanh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:357 VKEY=1273 */ #line 357 extern double tanh(double ) ; /* END FUNCTION-DECL-EXTERN tanh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:357 VKEY=1273 */ /* BEGIN FUNCTION-DECL-EXTERN cbrtf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:420 VKEY=1444 */ #line 420 extern float cbrtf(float ) ; /* END FUNCTION-DECL-EXTERN cbrtf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:420 VKEY=1444 */ /* BEGIN FUNCTION-DECL-EXTERN getppid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:461 VKEY=4555 */ #line 461 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern pid_t getppid(void) ; /* END FUNCTION-DECL-EXTERN getppid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:461 VKEY=4555 */ /* BEGIN FUNCTION-DECL-EXTERN putchar_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:292 VKEY=3006 */ #line 292 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int putchar_unlocked(int ) ; /* END FUNCTION-DECL-EXTERN putchar_unlocked LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:292 VKEY=3006 */ /* BEGIN FUNCTION-DECL-EXTERN acosh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:337 VKEY=1228 */ #line 337 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double acosh(double ) ; /* END FUNCTION-DECL-EXTERN acosh LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:337 VKEY=1228 */ /* BEGIN FUNCTION-DECL-EXTERN stpcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:130 VKEY=4025 */ #line 130 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *stpcpy(char *__dst , char const *__src ) ; /* END FUNCTION-DECL-EXTERN stpcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:130 VKEY=4025 */ /* BEGIN VARIABLE-DECL _TIG_iE_6LuO_1_entropy LOC=UNKNOWN VKEY=5403 */ unsigned long _TIG_iE_6LuO_1_entropy ; /* END VARIABLE-DECL _TIG_iE_6LuO_1_entropy LOC=UNKNOWN VKEY=5403 */ /* BEGIN UNION-DECL wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 CKEY=85 */ #line 194 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" union wait ; /* END UNION-DECL wait LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:194 CKEY=85 */ /* BEGIN FUNCTION-DECL-EXTERN rename LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:175 VKEY=2879 */ #line 175 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int rename(char const *__old , char const *__new ) ; /* END FUNCTION-DECL-EXTERN rename LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:175 VKEY=2879 */ /* BEGIN TYPEDEF max_align_t LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/__stddef_max_align_t.h:16 */ #line 16 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/__stddef_max_align_t.h" typedef long double max_align_t; /* END TYPEDEF max_align_t LOC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/__stddef_max_align_t.h:16 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_signal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:305 VKEY=2243 */ #line 305 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_signal(pthread_cond_t * ) ; /* END FUNCTION-DECL-EXTERN pthread_cond_signal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:305 VKEY=2243 */ /* BEGIN VARIABLE-DECL-EXTERN tzname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:98 VKEY=1957 */ #line 98 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern char *tzname[] ; /* END VARIABLE-DECL-EXTERN tzname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:98 VKEY=1957 */ /* BEGIN FUNCTION-DECL-EXTERN erf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:437 VKEY=1495 */ #line 437 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double erf(double ) ; /* END FUNCTION-DECL-EXTERN erf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:437 VKEY=1495 */ /* BEGIN FUNCTION-DECL-EXTERN confstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:507 VKEY=4649 */ #line 507 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern size_t confstr(int , char * , size_t ) __asm__("_confstr") ; /* END FUNCTION-DECL-EXTERN confstr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:507 VKEY=4649 */ /* BEGIN FUNCTION-DECL-EXTERN __assert_rtn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h:76 VKEY=982 */ #line 76 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h" extern __attribute__((__noreturn__)) void __assert_rtn(char const * , char const * , int , char const * ) __attribute__((__disable_tail_calls__, __cold__)) ; /* END FUNCTION-DECL-EXTERN __assert_rtn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h:76 VKEY=982 */ /* BEGIN FUNCTION-DECL-EXTERN exp2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:365 VKEY=1291 */ #line 365 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double exp2(double ) ; /* END FUNCTION-DECL-EXTERN exp2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:365 VKEY=1291 */ /* BEGIN FUNCTION-DECL-EXTERN cos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:325 VKEY=1201 */ #line 325 extern double cos(double ) ; /* END FUNCTION-DECL-EXTERN cos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:325 VKEY=1201 */ /* BEGIN FUNCTION-DECL-EXTERN floor LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:460 VKEY=1540 */ #line 460 extern double floor(double ) ; /* END FUNCTION-DECL-EXTERN floor LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:460 VKEY=1540 */ /* BEGIN FUNCTION-DECL-EXTERN tgammaf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:451 VKEY=1519 */ #line 451 extern float tgammaf(float ) ; /* END FUNCTION-DECL-EXTERN tgammaf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:451 VKEY=1519 */ /* BEGIN FUNCTION-DECL-EXTERN rint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:468 VKEY=1558 */ #line 468 extern double rint(double ) ; /* END FUNCTION-DECL-EXTERN rint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:468 VKEY=1558 */ /* BEGIN STRUCT accessx_descriptor LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:132 96 */ #line 132 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h" struct accessx_descriptor { unsigned int ad_name_offset ; int ad_flags ; int ad_pad[2] ; }; /* END STRUCT accessx_descriptor LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/unistd.h:132 96 */ /* BEGIN FUNCTION-DECL-EXTERN fgetattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:749 VKEY=5180 */ #line 749 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int fgetattrlist(int , void * , void * , size_t , unsigned int ) __attribute__((__availability__(macosx,introduced=10.6))) ; /* END FUNCTION-DECL-EXTERN fgetattrlist LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:749 VKEY=5180 */ /* BEGIN FUNCTION-DECL-EXTERN vprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:191 VKEY=2932 */ #line 191 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vprintf)(char const * __restrict , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN vprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:191 VKEY=2932 */ /* BEGIN FUNCTION-DECL-EXTERN lrint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:472 VKEY=1567 */ #line 472 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long lrint(double ) ; /* END FUNCTION-DECL-EXTERN lrint LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:472 VKEY=1567 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlock_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:444 VKEY=2421 */ #line 444 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlock_init(pthread_rwlock_t * __restrict , pthread_rwlockattr_t const * _Nullable __restrict ) __asm__("_pthread_rwlock_init") ; /* END FUNCTION-DECL-EXTERN pthread_rwlock_init LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:444 VKEY=2421 */ /* BEGIN FUNCTION-DECL-EXTERN fgetpos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:148 VKEY=2773 */ #line 148 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fgetpos(FILE * __restrict , fpos_t * ) ; /* END FUNCTION-DECL-EXTERN fgetpos LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:148 VKEY=2773 */ /* BEGIN FUNCTION-DECL-EXTERN posix_memalign LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:52 VKEY=3346 */ #line 52 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h" extern int posix_memalign(void **__memptr , size_t __alignment , size_t __size ) __attribute__((__availability__(macosx,introduced=10.6))) ; /* END FUNCTION-DECL-EXTERN posix_memalign LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:52 VKEY=3346 */ /* BEGIN FUNCTION-DECL-EXTERN roundtol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:743 VKEY=1932 */ #line 743 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long roundtol(double ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,replacement="lround"))) ; /* END FUNCTION-DECL-EXTERN roundtol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:743 VKEY=1932 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setstacksize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:287 VKEY=2226 */ #line 287 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setstacksize(pthread_attr_t * , size_t ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setstacksize LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:287 VKEY=2226 */ /* BEGIN FUNCTION-DECL-EXTERN atexit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:133 VKEY=3357 */ #line 133 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int atexit(void (* _Nonnull )(void) ) ; /* END FUNCTION-DECL-EXTERN atexit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:133 VKEY=3357 */ /* BEGIN FUNCTION-DECL-EXTERN minherit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:244 VKEY=4277 */ #line 244 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int minherit(void * , size_t , int ) ; /* END FUNCTION-DECL-EXTERN minherit LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:244 VKEY=4277 */ /* BEGIN FUNCTION-DECL-EXTERN read LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:472 VKEY=4591 */ #line 472 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern ssize_t read(int , void * , size_t ) __asm__("_read") ; /* END FUNCTION-DECL-EXTERN read LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:472 VKEY=4591 */ /* BEGIN FUNCTION-DECL-EXTERN memset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:74 VKEY=3905 */ #line 74 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern void *memset(void *__b , int __c , size_t __len ) ; /* END FUNCTION-DECL-EXTERN memset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:74 VKEY=3905 */ /* BEGIN FUNCTION-DECL-EXTERN exchangedata LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:753 VKEY=5220 */ #line 753 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int exchangedata(char const * , char const * , unsigned int ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN exchangedata LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:753 VKEY=5220 */ /* BEGIN VARIABLE-DECL-EXTERN getdate_err LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:101 VKEY=1958 */ #line 101 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern int getdate_err ; /* END VARIABLE-DECL-EXTERN getdate_err LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:101 VKEY=1958 */ /* BEGIN FUNCTION-DECL-EXTERN setdomainname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:714 VKEY=5095 */ #line 714 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setdomainname(char const * , int ) ; /* END FUNCTION-DECL-EXTERN setdomainname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:714 VKEY=5095 */ /* BEGIN FUNCTION-DECL-EXTERN posix_openpt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:220 VKEY=3588 */ #line 220 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int posix_openpt(int ) ; /* END FUNCTION-DECL-EXTERN posix_openpt LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:220 VKEY=3588 */ /* BEGIN FUNCTION-DECL-EXTERN asinf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:312 VKEY=1165 */ #line 312 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float asinf(float ) ; /* END FUNCTION-DECL-EXTERN asinf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:312 VKEY=1165 */ /* BEGIN FUNCTION-DECL-EXTERN remquol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:509 VKEY=1666 */ #line 509 extern long double remquol(long double , long double , int * ) ; /* END FUNCTION-DECL-EXTERN remquol LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:509 VKEY=1666 */ /* BEGIN FUNCTION-DECL-EXTERN pow LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:429 VKEY=1475 */ #line 429 extern double pow(double , double ) ; /* END FUNCTION-DECL-EXTERN pow LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:429 VKEY=1475 */ /* BEGIN FUNCTION-DECL-EXTERN waitpid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:249 VKEY=3286 */ #line 249 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h" extern pid_t waitpid(pid_t , int * , int ) __asm__("_waitpid") ; /* END FUNCTION-DECL-EXTERN waitpid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:249 VKEY=3286 */ /* BEGIN FUNCTION-DECL-EXTERN cgetnext LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286 VKEY=3691 */ #line 286 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetnext(char ** , char ** ) ; /* END FUNCTION-DECL-EXTERN cgetnext LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:286 VKEY=3691 */ /* BEGIN FUNCTION-DECL-EXTERN iruserok LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:710 VKEY=5070 */ #line 710 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) int iruserok(unsigned long , int , char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN iruserok LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:710 VKEY=5070 */ /* BEGIN FUNCTION-DECL-EXTERN coshl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:350 VKEY=1258 */ #line 350 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double coshl(long double ) ; /* END FUNCTION-DECL-EXTERN coshl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:350 VKEY=1258 */ /* BEGIN FUNCTION-DECL-EXTERN fsctl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:773 VKEY=5259 */ #line 773 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int fsctl(char const * , unsigned long , void * , unsigned int ) ; /* END FUNCTION-DECL-EXTERN fsctl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:773 VKEY=5259 */ /* BEGIN FUNCTION-DECL-EXTERN erfcf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:440 VKEY=1501 */ #line 440 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float erfcf(float ) ; /* END FUNCTION-DECL-EXTERN erfcf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:440 VKEY=1501 */ /* BEGIN FUNCTION-DECL-EXTERN sinhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:354 VKEY=1267 */ #line 354 extern long double sinhl(long double ) ; /* END FUNCTION-DECL-EXTERN sinhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:354 VKEY=1267 */ /* BEGIN TYPEDEF blkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h" typedef __darwin_blkcnt_t blkcnt_t; /* END TYPEDEF blkcnt_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_blkcnt_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN mmap LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:225 VKEY=4217 */ #line 225 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern void *mmap(void * , size_t , int , int , int , off_t ) __asm__("_mmap") ; /* END FUNCTION-DECL-EXTERN mmap LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:225 VKEY=4217 */ /* BEGIN FUNCTION-DECL-EXTERN ttyname_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:489 VKEY=4632 */ #line 489 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int ttyname_r(int , char * , size_t ) __asm__("_ttyname_r") ; /* END FUNCTION-DECL-EXTERN ttyname_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:489 VKEY=4632 */ /* BEGIN FUNCTION-DECL-EXTERN add_profil LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:645 VKEY=4857 */ #line 645 extern int add_profil(char * , size_t , unsigned long , unsigned int ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN add_profil LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:645 VKEY=4857 */ /* BEGIN FUNCTION-DECL-EXTERN lockf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:569 VKEY=4714 */ #line 569 extern int lockf(int , int , off_t ) __asm__("_lockf") ; /* END FUNCTION-DECL-EXTERN lockf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:569 VKEY=4714 */ /* BEGIN VARIABLE-DECL-EXTERN __stderrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:69 VKEY=2750 */ #line 69 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *__stderrp ; /* END VARIABLE-DECL-EXTERN __stderrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:69 VKEY=2750 */ /* BEGIN FUNCTION-DECL-EXTERN dprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:352 VKEY=3069 */ #line 352 extern int ( /* format attribute */ dprintf)(int , char const * __restrict , ...) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN dprintf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:352 VKEY=3069 */ /* BEGIN FUNCTION-DECL-EXTERN open LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:530 VKEY=5284 */ #line 530 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int open(char const * , int , ...) __asm__("_open") ; /* END FUNCTION-DECL-EXTERN open LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:530 VKEY=5284 */ /* BEGIN TYPEDEF ucontext_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:56 */ #line 56 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h" typedef struct __darwin_ucontext ucontext_t; /* END TYPEDEF ucontext_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:56 */ /* BEGIN FUNCTION-DECL-EXTERN fmodl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:501 VKEY=1630 */ #line 501 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double fmodl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN fmodl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:501 VKEY=1630 */ /* BEGIN FUNCTION-DECL-EXTERN sigemptyset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:89 VKEY=2636 */ #line 89 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigemptyset(sigset_t * ) ; /* END FUNCTION-DECL-EXTERN sigemptyset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:89 VKEY=2636 */ /* BEGIN VARIABLE-DECL-EXTERN opterr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:512 VKEY=4659 */ #line 512 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int opterr ; /* END VARIABLE-DECL-EXTERN opterr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:512 VKEY=4659 */ /* BEGIN TYPEDEF _TIG_iO_6LuO_2_init_tigress_1_opaqueStructureType LOC=UNKNOWN */ typedef struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *_TIG_iO_6LuO_2_init_tigress_1_opaqueStructureType; /* END TYPEDEF _TIG_iO_6LuO_2_init_tigress_1_opaqueStructureType LOC=UNKNOWN */ /* BEGIN FUNCTION-DECL-EXTERN bcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:70 VKEY=4141 */ #line 70 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern int bcmp(void const * , void const * , size_t ) ; /* END FUNCTION-DECL-EXTERN bcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:70 VKEY=4141 */ /* BEGIN FUNCTION-DECL-EXTERN copysignl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:513 VKEY=1681 */ #line 513 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double copysignl(long double , long double ) ; /* END FUNCTION-DECL-EXTERN copysignl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:513 VKEY=1681 */ /* BEGIN FUNCTION-DECL-EXTERN asctime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:108 VKEY=1963 */ #line 108 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern char *asctime(struct tm const * ) ; /* END FUNCTION-DECL-EXTERN asctime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:108 VKEY=1963 */ /* BEGIN FUNCTION-DECL-EXTERN getdelim LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:354 VKEY=3085 */ #line 354 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern ssize_t getdelim(char ** __restrict __linep , size_t * __restrict __linecapp , int __delimiter , FILE * __restrict __stream ) __attribute__((__availability__(macosx,introduced=10.7))) ; /* END FUNCTION-DECL-EXTERN getdelim LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:354 VKEY=3085 */ /* BEGIN UNION-DECL __anonunion___mbstate_t_250061491 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:76 CKEY=17 */ #line 76 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h" union __anonunion___mbstate_t_250061491 ; /* END UNION-DECL __anonunion___mbstate_t_250061491 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:76 CKEY=17 */ /* BEGIN TYPEDEF in_port_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h" typedef __uint16_t in_port_t; /* END TYPEDEF in_port_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_in_port_t.h:31 */ /* BEGIN TYPEDEF segsz_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:125 */ #line 125 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef int32_t segsz_t; /* END TYPEDEF segsz_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:125 */ /* BEGIN STRUCT-DECL __darwin_x86_cpmu_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1220 53 */ #line 1220 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_cpmu_state64 ; /* END STRUCT-DECL __darwin_x86_cpmu_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1220 53 */ /* BEGIN FUNCTION-DECL-EXTERN setpgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:476 VKEY=4602 */ #line 476 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setpgid(pid_t , pid_t ) ; /* END FUNCTION-DECL-EXTERN setpgid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:476 VKEY=4602 */ /* BEGIN FUNCTION-DECL-EXTERN getdirentriesattr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:754 VKEY=5237 */ #line 754 extern int getdirentriesattr(int , void * , void * , size_t , unsigned int * , unsigned int * , unsigned int * , unsigned int ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN getdirentriesattr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:754 VKEY=5237 */ /* BEGIN FUNCTION-DECL-EXTERN revoke LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:703 VKEY=5025 */ #line 703 extern int revoke(char const * ) ; /* END FUNCTION-DECL-EXTERN revoke LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:703 VKEY=5025 */ /* BEGIN FUNCTION-DECL-EXTERN __sinpi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:606 VKEY=1830 */ #line 606 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double __sinpi(double ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __sinpi LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:606 VKEY=1830 */ /* BEGIN FUNCTION-DECL-EXTERN openx_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:538 VKEY=5308 */ #line 538 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern int openx_np(char const * , int , filesec_t ) ; /* END FUNCTION-DECL-EXTERN openx_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:538 VKEY=5308 */ /* BEGIN FUNCTION-DECL-EXTERN atanhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:346 VKEY=1249 */ #line 346 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double atanhl(long double ) ; /* END FUNCTION-DECL-EXTERN atanhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:346 VKEY=1249 */ /* BEGIN FUNCTION-DECL-EXTERN setregid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:593 VKEY=4746 */ #line 593 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setregid(gid_t , gid_t ) __asm__("_setregid") ; /* END FUNCTION-DECL-EXTERN setregid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:593 VKEY=4746 */ /* BEGIN STRUCT _opaque_pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:68 20 */ #line 68 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_cond_t { long __sig ; char __opaque[40] ; }; /* END STRUCT _opaque_pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:68 20 */ /* BEGIN FUNCTION-DECL-EXTERN lrintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:473 VKEY=1570 */ #line 473 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long lrintl(long double ) ; /* END FUNCTION-DECL-EXTERN lrintl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:473 VKEY=1570 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_set_qos_class_self_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:155 VKEY=2096 */ #line 155 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" extern int __attribute__((__availability__(ios,introduced=8.0), __availability__(macos,introduced=10.10))) pthread_set_qos_class_self_np(qos_class_t __qos_class , int __relative_priority ) ; /* END FUNCTION-DECL-EXTERN pthread_set_qos_class_self_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:155 VKEY=2096 */ /* BEGIN FUNCTION-DECL-EXTERN setkey LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239 VKEY=3625 */ #line 239 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void setkey(char const * ) __asm__("_setkey") ; /* END FUNCTION-DECL-EXTERN setkey LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:239 VKEY=3625 */ /* BEGIN FUNCTION-DECL-EXTERN msync LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:230 VKEY=4231 */ #line 230 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h" extern int msync(void * , size_t , int ) __asm__("_msync") ; /* END FUNCTION-DECL-EXTERN msync LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/mman.h:230 VKEY=4231 */ /* BEGIN FUNCTION-DECL-EXTERN tcsetpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:485 VKEY=4622 */ #line 485 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int tcsetpgrp(int , pid_t ) ; /* END FUNCTION-DECL-EXTERN tcsetpgrp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:485 VKEY=4622 */ /* BEGIN FUNCTION-DECL-EXTERN tgammal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:453 VKEY=1525 */ #line 453 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double tgammal(long double ) ; /* END FUNCTION-DECL-EXTERN tgammal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:453 VKEY=1525 */ /* BEGIN TYPEDEF int_least8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:29 */ #line 29 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int8_t int_least8_t; /* END TYPEDEF int_least8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:29 */ /* BEGIN TYPEDEF int_fast64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:43 */ #line 43 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int64_t int_fast64_t; /* END TYPEDEF int_fast64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:43 */ /* BEGIN FUNCTION-DECL-EXTERN rindex LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:74 VKEY=4163 */ #line 74 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h" extern char *rindex(char const * , int ) ; /* END FUNCTION-DECL-EXTERN rindex LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/strings.h:74 VKEY=4163 */ /* BEGIN FUNCTION-DECL-EXTERN strcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:79 VKEY=3930 */ #line 79 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strcpy(char *__dst , char const *__src ) ; /* END FUNCTION-DECL-EXTERN strcpy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:79 VKEY=3930 */ /* BEGIN STRUCT-DECL __darwin_mcontext_avx64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:121 60 */ #line 121 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx64_full ; /* END STRUCT-DECL __darwin_mcontext_avx64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:121 60 */ /* BEGIN FUNCTION-DECL-EXTERN sigsuspend LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:100 VKEY=2683 */ #line 100 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigsuspend(sigset_t const * ) __asm__("_sigsuspend") ; /* END FUNCTION-DECL-EXTERN sigsuspend LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:100 VKEY=2683 */ /* BEGIN FUNCTION-DECL-EXTERN sys_cache_control LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h:55 VKEY=5364 */ #line 55 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h" extern int sys_cache_control(int function , void *start , size_t len ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN sys_cache_control LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/OSCacheControl.h:55 VKEY=5364 */ /* BEGIN ENUM-DECL __anonenum_filesec_property_t_291559284 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:512 */ #line 512 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" enum __anonenum_filesec_property_t_291559284 ; /* END ENUM-DECL __anonenum_filesec_property_t_291559284 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:512 */ /* BEGIN FUNCTION-DECL-EXTERN frexp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:401 VKEY=1388 */ #line 401 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double frexp(double , int * ) ; /* END FUNCTION-DECL-EXTERN frexp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:401 VKEY=1388 */ /* BEGIN FUNCTION-DECL-EXTERN nextafterf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:519 VKEY=1695 */ #line 519 extern float nextafterf(float , float ) ; /* END FUNCTION-DECL-EXTERN nextafterf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:519 VKEY=1695 */ /* BEGIN FUNCTION-DECL-EXTERN unwhiteout LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:734 VKEY=5155 */ #line 734 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int unwhiteout(char const * ) ; /* END FUNCTION-DECL-EXTERN unwhiteout LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:734 VKEY=5155 */ /* BEGIN FUNCTION-DECL-EXTERN nice LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:571 VKEY=4717 */ #line 571 extern int nice(int ) __asm__("_nice") ; /* END FUNCTION-DECL-EXTERN nice LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:571 VKEY=4717 */ /* BEGIN FUNCTION-DECL-EXTERN lldiv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:153 VKEY=3411 */ #line 153 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern lldiv_t lldiv(long long , long long ) ; /* END FUNCTION-DECL-EXTERN lldiv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:153 VKEY=3411 */ /* BEGIN FUNCTION-DECL-EXTERN getcwd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:449 VKEY=4529 */ #line 449 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern char *getcwd(char * , size_t ) ; /* END FUNCTION-DECL-EXTERN getcwd LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:449 VKEY=4529 */ /* BEGIN STRUCT-DECL __darwin_mcontext64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:105 58 */ #line 105 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext64_full ; /* END STRUCT-DECL __darwin_mcontext64_full LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:105 58 */ /* BEGIN FUNCTION-DECL-EXTERN printf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:170 VKEY=2860 */ #line 170 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ printf)(char const * __restrict , ...) ; /* END FUNCTION-DECL-EXTERN printf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:170 VKEY=2860 */ /* BEGIN TYPEDEF fpunchhole_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:436 */ #line 436 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct fpunchhole fpunchhole_t; /* END TYPEDEF fpunchhole_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:436 */ /* BEGIN FUNCTION-DECL-EXTERN remquof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:507 VKEY=1652 */ #line 507 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float remquof(float , float , int * ) ; /* END FUNCTION-DECL-EXTERN remquof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:507 VKEY=1652 */ /* BEGIN FUNCTION-DECL-EXTERN sysconf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:483 VKEY=4614 */ #line 483 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern long sysconf(int ) ; /* END FUNCTION-DECL-EXTERN sysconf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:483 VKEY=4614 */ /* BEGIN FUNCTION-DECL-EXTERN seteuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:625 VKEY=4815 */ #line 625 extern int seteuid(uid_t ) ; /* END FUNCTION-DECL-EXTERN seteuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:625 VKEY=4815 */ /* BEGIN FUNCTION-DECL-EXTERN adjtime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:190 VKEY=4313 */ #line 190 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" extern int adjtime(struct timeval const * , struct timeval * ) ; /* END FUNCTION-DECL-EXTERN adjtime LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:190 VKEY=4313 */ /* BEGIN STRUCT _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct LOC=UNKNOWN 114 */ struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct { struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *prev ; struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *next ; int data ; }; /* END STRUCT _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct LOC=UNKNOWN 114 */ /* BEGIN VARIABLE-DECL-EXTERN sys_signame LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:69 VKEY=2576 */ #line 69 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern char const *sys_signame[32] ; /* END VARIABLE-DECL-EXTERN sys_signame LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:69 VKEY=2576 */ /* BEGIN STRUCT clockinfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:172 95 */ #line 172 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h" struct clockinfo { int hz ; int tick ; int tickadj ; int stathz ; int profhz ; }; /* END STRUCT clockinfo LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/time.h:172 95 */ /* BEGIN FUNCTION-DECL-EXTERN srandom LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:246 VKEY=3634 */ #line 246 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern void srandom(unsigned int ) ; /* END FUNCTION-DECL-EXTERN srandom LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:246 VKEY=3634 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_cond_timedwait_relative_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:535 VKEY=2525 */ #line 535 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_cond_timedwait_relative_np(pthread_cond_t * , pthread_mutex_t * , struct timespec const * _Nullable ) ; /* END FUNCTION-DECL-EXTERN pthread_cond_timedwait_relative_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:535 VKEY=2525 */ /* BEGIN STRUCT __anonstruct_ldiv_t_748949161 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:88 89 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" struct __anonstruct_ldiv_t_748949161 { long quot ; long rem ; }; /* END STRUCT __anonstruct_ldiv_t_748949161 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:88 89 */ /* BEGIN FUNCTION-DECL-EXTERN fgetc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:147 VKEY=2768 */ #line 147 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int fgetc(FILE * ) ; /* END FUNCTION-DECL-EXTERN fgetc LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:147 VKEY=2768 */ /* BEGIN FUNCTION-DECL-EXTERN fabsl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:418 VKEY=1441 */ #line 418 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double fabsl(long double ) ; /* END FUNCTION-DECL-EXTERN fabsl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:418 VKEY=1441 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_rwlock_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:441 VKEY=2416 */ #line 441 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_rwlock_destroy(pthread_rwlock_t * ) __asm__("_pthread_rwlock_destroy") ; /* END FUNCTION-DECL-EXTERN pthread_rwlock_destroy LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:441 VKEY=2416 */ /* BEGIN FUNCTION-DECL-EXTERN setegid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:624 VKEY=4812 */ #line 624 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int setegid(gid_t ) ; /* END FUNCTION-DECL-EXTERN setegid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:624 VKEY=4812 */ /* BEGIN FUNCTION-DECL-EXTERN __tanpif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:607 VKEY=1833 */ #line 607 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float __tanpif(float ) __attribute__((__availability__(ios,introduced=7.0), __availability__(macos,introduced=10.9))) ; /* END FUNCTION-DECL-EXTERN __tanpif LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:607 VKEY=1833 */ /* BEGIN FUNCTION-DECL-EXTERN strtouq LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354 VKEY=3869 */ #line 354 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern unsigned long long strtouq(char const *__str , char **__endptr , int __base ) ; /* END FUNCTION-DECL-EXTERN strtouq LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:354 VKEY=3869 */ /* BEGIN STRUCT-DECL _opaque_pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:68 20 */ #line 68 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_cond_t ; /* END STRUCT-DECL _opaque_pthread_cond_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:68 20 */ /* BEGIN FUNCTION-DECL-EXTERN modff LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:392 VKEY=1353 */ #line 392 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float modff(float , float * ) ; /* END FUNCTION-DECL-EXTERN modff LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:392 VKEY=1353 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_get_qos_class_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:114 VKEY=2091 */ #line 114 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h" extern int __attribute__((__availability__(ios,introduced=8.0), __availability__(macos,introduced=10.10))) pthread_attr_get_qos_class_np(pthread_attr_t * __restrict __attr , qos_class_t * _Nullable __restrict __qos_class , int * _Nullable __restrict __relative_priority ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_get_qos_class_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/qos.h:114 VKEY=2091 */ /* BEGIN FUNCTION-DECL-EXTERN rand_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229 VKEY=3607 */ #line 229 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int rand_r(unsigned int * ) __attribute__((__availability__(swift,unavailable,message="Use arc4random instead."))) ; /* END FUNCTION-DECL-EXTERN rand_r LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:229 VKEY=3607 */ /* BEGIN FUNCTION-DECL-EXTERN fmal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:541 VKEY=1786 */ #line 541 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double fmal(long double , long double , long double ) ; /* END FUNCTION-DECL-EXTERN fmal LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:541 VKEY=1786 */ /* BEGIN FUNCTION-DECL-EXTERN log LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:373 VKEY=1309 */ #line 373 extern double log(double ) ; /* END FUNCTION-DECL-EXTERN log LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:373 VKEY=1309 */ /* BEGIN FUNCTION-DECL-EXTERN rpmatch LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343 VKEY=3835 */ #line 343 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int rpmatch(char const * ) __attribute__((__availability__(watchos,introduced=6.0), __availability__(tvos,introduced=13.0), __availability__(ios,introduced=13.0), __availability__(macos,introduced=10.15))) ; /* END FUNCTION-DECL-EXTERN rpmatch LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:343 VKEY=3835 */ /* BEGIN FUNCTION-DECL-EXTERN rewind LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:176 VKEY=2882 */ #line 176 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern void rewind(FILE * ) ; /* END FUNCTION-DECL-EXTERN rewind LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:176 VKEY=2882 */ /* BEGIN FUNCTION-DECL-EXTERN lgamma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:448 VKEY=1513 */ #line 448 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double lgamma(double ) ; /* END FUNCTION-DECL-EXTERN lgamma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:448 VKEY=1513 */ /* BEGIN FUNCTION-DECL-EXTERN unsetenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252 VKEY=3640 */ #line 252 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int unsetenv(char const * ) __asm__("_unsetenv") ; /* END FUNCTION-DECL-EXTERN unsetenv LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:252 VKEY=3640 */ /* BEGIN FUNCTION-DECL-EXTERN sin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:329 VKEY=1210 */ #line 329 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double sin(double ) ; /* END FUNCTION-DECL-EXTERN sin LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:329 VKEY=1210 */ /* BEGIN FUNCTION-DECL-EXTERN filesec_dup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:546 VKEY=5328 */ #line 546 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" extern filesec_t filesec_dup(filesec_t ) ; /* END FUNCTION-DECL-EXTERN filesec_dup LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:546 VKEY=5328 */ /* BEGIN STRUCT-DECL __darwin_mcontext_avx64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:113 59 */ #line 113 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h" struct __darwin_mcontext_avx64 ; /* END STRUCT-DECL __darwin_mcontext_avx64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:113 59 */ /* BEGIN FUNCTION-DECL-EXTERN funlockfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:288 VKEY=2992 */ #line 288 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern void funlockfile(FILE * ) ; /* END FUNCTION-DECL-EXTERN funlockfile LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:288 VKEY=2992 */ /* BEGIN FUNCTION-DECL-EXTERN strspn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:88 VKEY=3977 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern size_t strspn(char const *__s , char const *__charset ) ; /* END FUNCTION-DECL-EXTERN strspn LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:88 VKEY=3977 */ /* BEGIN VARIABLE-DECL _TIG_IZ_6LuO_argv LOC=UNKNOWN VKEY=5397 */ char **_TIG_IZ_6LuO_argv ; /* END VARIABLE-DECL _TIG_IZ_6LuO_argv LOC=UNKNOWN VKEY=5397 */ /* BEGIN FUNCTION-DECL-EXTERN log2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:381 VKEY=1327 */ #line 381 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double log2(double ) ; /* END FUNCTION-DECL-EXTERN log2 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:381 VKEY=1327 */ /* BEGIN TYPEDEF u_int8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h" typedef unsigned char u_int8_t; /* END TYPEDEF u_int8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h:30 */ /* BEGIN FUNCTION-DECL-EXTERN funopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384 VKEY=3182 */ #line 384 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern FILE *funopen(void const * , int (* _Nullable )(void * , char * , int ) , int (* _Nullable )(void * , char const * , int ) , fpos_t (* _Nullable )(void * , fpos_t , int ) , int (* _Nullable )(void * ) ) ; /* END FUNCTION-DECL-EXTERN funopen LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:384 VKEY=3182 */ /* BEGIN FUNCTION-DECL-EXTERN cgetmatch LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285 VKEY=3686 */ #line 285 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int cgetmatch(char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN cgetmatch LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:285 VKEY=3686 */ /* BEGIN FUNCTION-DECL-EXTERN ctermid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h:26 VKEY=2942 */ #line 26 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h" extern char *ctermid(char * ) ; /* END FUNCTION-DECL-EXTERN ctermid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctermid.h:26 VKEY=2942 */ /* BEGIN FUNCTION-DECL-EXTERN mkstempsat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:689 VKEY=4986 */ #line 689 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int mkstempsat_np(int dfd , char *path , int slen ) __attribute__((__availability__(watchos,introduced=4.0), __availability__(tvos,introduced=11.0), __availability__(ios,introduced=11.0), __availability__(macosx,introduced=10.13))) ; /* END FUNCTION-DECL-EXTERN mkstempsat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:689 VKEY=4986 */ /* BEGIN FUNCTION-DECL-EXTERN vsscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:338 VKEY=3064 */ #line 338 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vsscanf)(char const * __restrict __str , char const * __restrict __format , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN vsscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:338 VKEY=3064 */ /* BEGIN FUNCTION-DECL-EXTERN tanhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:358 VKEY=1276 */ #line 358 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern long double tanhl(long double ) ; /* END FUNCTION-DECL-EXTERN tanhl LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:358 VKEY=1276 */ /* BEGIN FUNCTION-DECL-EXTERN pselect LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h:114 VKEY=4833 */ #line 114 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h" extern int pselect(int , fd_set * __restrict , fd_set * __restrict , fd_set * __restrict , struct timespec const * __restrict , sigset_t const * __restrict ) __asm__("_pselect$1050") ; /* END FUNCTION-DECL-EXTERN pselect LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/select.h:114 VKEY=4833 */ /* BEGIN FUNCTION-DECL-EXTERN sched_yield LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:38 VKEY=1950 */ #line 38 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h" extern int sched_yield(void) ; /* END FUNCTION-DECL-EXTERN sched_yield LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread/sched.h:38 VKEY=1950 */ /* BEGIN FUNCTION-DECL-EXTERN radixsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341 VKEY=3832 */ #line 341 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int radixsort(unsigned char const **__base , int __nel , unsigned char const *__table , unsigned int __endbyte ) ; /* END FUNCTION-DECL-EXTERN radixsort LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:341 VKEY=3832 */ /* BEGIN TYPEDEF intmax_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h:32 */ #line 32 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h" typedef long intmax_t; /* END TYPEDEF intmax_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h:32 */ /* BEGIN TYPEDEF uint_least8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:33 */ #line 33 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint8_t uint_least8_t; /* END TYPEDEF uint_least8_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:33 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_get_stackaddr_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:527 VKEY=2513 */ #line 527 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern void __attribute__((__availability__(macos,introduced=10.4), __availability__(ios,introduced=2.0))) *pthread_get_stackaddr_np(pthread_t ) ; /* END FUNCTION-DECL-EXTERN pthread_get_stackaddr_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:527 VKEY=2513 */ /* BEGIN STRUCT-DECL _opaque_pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:98 26 */ #line 98 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_rwlockattr_t ; /* END STRUCT-DECL _opaque_pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:98 26 */ /* BEGIN FUNCTION-DECL-EXTERN mkpathat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:670 VKEY=4944 */ #line 670 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int mkpathat_np(int dfd , char const *path , mode_t omode ) __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,introduced=10.12))) ; /* END FUNCTION-DECL-EXTERN mkpathat_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:670 VKEY=4944 */ /* BEGIN FUNCTION-DECL-EXTERN lchown LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:567 VKEY=4707 */ #line 567 extern int lchown(char const * , uid_t , gid_t ) __asm__("_lchown") ; /* END FUNCTION-DECL-EXTERN lchown LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:567 VKEY=4707 */ /* BEGIN STRUCT-DECL __anonstruct_lldiv_t_86583852 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:94 90 */ #line 94 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" struct __anonstruct_lldiv_t_86583852 ; /* END STRUCT-DECL __anonstruct_lldiv_t_86583852 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:94 90 */ /* BEGIN TYPEDEF user_time_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:102 */ #line 102 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h" typedef int64_t user_time_t; /* END TYPEDEF user_time_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:102 */ /* BEGIN ENUM-DECL __anonenum_788482901 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:130 */ #line 130 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h" enum __anonenum_788482901 ; /* END ENUM-DECL __anonenum_788482901 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/qos.h:130 */ /* BEGIN FUNCTION-DECL-EXTERN putw LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:297 VKEY=3014 */ #line 297 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int putw(int , FILE * ) ; /* END FUNCTION-DECL-EXTERN putw LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:297 VKEY=3014 */ /* BEGIN FUNCTION-DECL-EXTERN ldexp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:397 VKEY=1373 */ #line 397 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double ldexp(double , int ) ; /* END FUNCTION-DECL-EXTERN ldexp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:397 VKEY=1373 */ /* BEGIN TYPEDEF rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h" typedef __darwin_rune_t rune_t; /* END TYPEDEF rune_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_setscope LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:278 VKEY=2209 */ #line 278 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_setscope(pthread_attr_t * , int ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_setscope LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:278 VKEY=2209 */ /* BEGIN STRUCT-DECL fsignatures LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:395 103 */ #line 395 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fsignatures ; /* END STRUCT-DECL fsignatures LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:395 103 */ /* BEGIN STRUCT __darwin_x86_debug_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1192 52 */ #line 1192 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h" struct __darwin_x86_debug_state64 { __uint64_t __dr0 ; __uint64_t __dr1 ; __uint64_t __dr2 ; __uint64_t __dr3 ; __uint64_t __dr4 ; __uint64_t __dr5 ; __uint64_t __dr6 ; __uint64_t __dr7 ; }; /* END STRUCT __darwin_x86_debug_state64 LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1192 52 */ /* BEGIN FUNCTION-DECL-EXTERN vscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:336 VKEY=3048 */ #line 336 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern int ( /* format attribute */ vscanf)(char const * __restrict __format , va_list___0 ) ; /* END FUNCTION-DECL-EXTERN vscanf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:336 VKEY=3048 */ /* BEGIN FUNCTION-DECL-EXTERN strcasestr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:160 VKEY=4089 */ #line 160 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strcasestr(char const *__big , char const *__little ) ; /* END FUNCTION-DECL-EXTERN strcasestr LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:160 VKEY=4089 */ /* BEGIN FUNCTION-DECL-EXTERN geteuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:451 VKEY=4535 */ #line 451 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern uid_t geteuid(void) ; /* END FUNCTION-DECL-EXTERN geteuid LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:451 VKEY=4535 */ /* BEGIN FUNCTION-DECL-EXTERN getpass LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:559 VKEY=4697 */ #line 559 extern char *getpass(char const * ) ; /* END FUNCTION-DECL-EXTERN getpass LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:559 VKEY=4697 */ /* BEGIN FUNCTION-DECL-EXTERN finite LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:749 VKEY=1940 */ #line 749 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern int finite(double ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,message="Use `isfinite((double)x)` instead."))) ; /* END FUNCTION-DECL-EXTERN finite LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:749 VKEY=1940 */ /* BEGIN TYPEDEF fspecread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:450 */ #line 450 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" typedef struct fspecread fspecread_t; /* END TYPEDEF fspecread_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:450 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_attr_getschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:238 VKEY=2149 */ #line 238 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_attr_getschedparam(pthread_attr_t const * __restrict , struct sched_param * __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_attr_getschedparam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:238 VKEY=2149 */ /* BEGIN STRUCT-DECL fpunchhole LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:436 106 */ #line 436 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fpunchhole ; /* END STRUCT-DECL fpunchhole LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:436 106 */ /* BEGIN STRUCT-DECL dl_info LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:52 9 */ #line 52 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h" struct dl_info ; /* END STRUCT-DECL dl_info LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dlfcn.h:52 9 */ /* BEGIN VARIABLE-DECL-EXTERN signgam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:683 VKEY=1926 */ #line 683 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern int signgam ; /* END VARIABLE-DECL-EXTERN signgam LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:683 VKEY=1926 */ /* BEGIN TYPEDEF int_fast32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:42 */ #line 42 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef int32_t int_fast32_t; /* END TYPEDEF int_fast32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:42 */ /* BEGIN FUNCTION-DECL-EXTERN fsync LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:605 VKEY=4780 */ #line 605 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int fsync(int ) __asm__("_fsync") ; /* END FUNCTION-DECL-EXTERN fsync LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:605 VKEY=4780 */ /* BEGIN TYPEDEF nlink_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h" typedef __uint16_t nlink_t; /* END TYPEDEF nlink_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_nlink_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN strcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:77 VKEY=3920 */ #line 77 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern int strcmp(char const *__s1 , char const *__s2 ) ; /* END FUNCTION-DECL-EXTERN strcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:77 VKEY=3920 */ /* BEGIN FUNCTION-DECL-EXTERN sigfillset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:90 VKEY=2639 */ #line 90 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigfillset(sigset_t * ) ; /* END FUNCTION-DECL-EXTERN sigfillset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:90 VKEY=2639 */ /* BEGIN FUNCTION-DECL-EXTERN truncf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:495 VKEY=1609 */ #line 495 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern float truncf(float ) ; /* END FUNCTION-DECL-EXTERN truncf LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:495 VKEY=1609 */ /* BEGIN FUNCTION-DECL-EXTERN getprogname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298 VKEY=3747 */ #line 298 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern char const *getprogname(void) ; /* END FUNCTION-DECL-EXTERN getprogname LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:298 VKEY=3747 */ /* BEGIN FUNCTION-DECL-EXTERN getiopolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:447 VKEY=3236 */ #line 447 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h" extern int getiopolicy_np(int , int ) __attribute__((__availability__(macosx,introduced=10.5))) ; /* END FUNCTION-DECL-EXTERN getiopolicy_np LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:447 VKEY=3236 */ /* BEGIN FUNCTION-DECL-EXTERN setpriority LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:451 VKEY=3253 */ #line 451 extern int setpriority(int , id_t , int ) ; /* END FUNCTION-DECL-EXTERN setpriority LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:451 VKEY=3253 */ /* BEGIN STRUCT _opaque_pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:98 26 */ #line 98 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h" struct _opaque_pthread_rwlockattr_t { long __sig ; char __opaque[16] ; }; /* END STRUCT _opaque_pthread_rwlockattr_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:98 26 */ /* BEGIN FUNCTION-DECL-EXTERN iruserok_sa LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:711 VKEY=5081 */ #line 711 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern __attribute__((__deprecated__)) int iruserok_sa(void const * , int , int , char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN iruserok_sa LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:711 VKEY=5081 */ /* BEGIN FUNCTION-DECL-EXTERN symlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:626 VKEY=4820 */ #line 626 extern int symlink(char const * , char const * ) ; /* END FUNCTION-DECL-EXTERN symlink LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:626 VKEY=4820 */ /* BEGIN VARIABLE-DEF _TIG_iE_6LuO_1_alwaysZero LOC=UNKNOWN VKEY=5404 */ unsigned long _TIG_iE_6LuO_1_alwaysZero ; /* END VARIABLE-DEF _TIG_iE_6LuO_1_alwaysZero LOC=UNKNOWN VKEY=5404 */ /* BEGIN FUNCTION-DECL-EXTERN execvp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:446 VKEY=4516 */ #line 446 extern int execvp(char const *__file , char **__argv ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable))) ; /* END FUNCTION-DECL-EXTERN execvp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:446 VKEY=4516 */ /* BEGIN FUNCTION-DECL-EXTERN pthread_create LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:332 VKEY=2282 */ #line 332 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h" extern int __attribute__((__availability__(ios,introduced=2.0), __availability__(macos,introduced=10.4))) pthread_create(pthread_t __attribute__((__nullable__)) * _Nonnull __restrict , pthread_attr_t const * _Nullable __restrict , void * _Nullable (* _Nonnull )(void * _Nullable ) , void * _Nullable __restrict ) ; /* END FUNCTION-DECL-EXTERN pthread_create LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/pthread.h:332 VKEY=2282 */ /* BEGIN FUNCTION-DECL-EXTERN time LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:118 VKEY=2005 */ #line 118 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h" extern time_t time(time_t * ) ; /* END FUNCTION-DECL-EXTERN time LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:118 VKEY=2005 */ /* BEGIN FUNCTION-DECL-EXTERN memcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:71 VKEY=3884 */ #line 71 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern int memcmp(void const *__s1 , void const *__s2 , size_t __n ) ; /* END FUNCTION-DECL-EXTERN memcmp LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:71 VKEY=3884 */ /* BEGIN TYPEDEF u_quad_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:95 */ #line 95 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h" typedef u_int64_t u_quad_t; /* END TYPEDEF u_quad_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/types.h:95 */ /* BEGIN FUNCTION-DECL-EXTERN daemon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:292 VKEY=3720 */ #line 292 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern int daemon(int , int ) __asm__("_daemon$1050") __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(macosx,introduced=10.0,deprecated=10.5,message="Use posix_spawn APIs instead."))) ; /* END FUNCTION-DECL-EXTERN daemon LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:292 VKEY=3720 */ /* BEGIN STRUCT fspecread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:450 108 */ #line 450 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h" struct fspecread { unsigned int fsr_flags ; unsigned int reserved ; off_t fsr_offset ; off_t fsr_length ; }; /* END STRUCT fspecread LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:450 108 */ /* BEGIN FUNCTION-DECL-EXTERN atof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134 VKEY=3360 */ #line 134 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h" extern double atof(char const * ) ; /* END FUNCTION-DECL-EXTERN atof LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:134 VKEY=3360 */ /* BEGIN FUNCTION-DECL-EXTERN mkostemps LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:679 VKEY=4967 */ #line 679 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h" extern int mkostemps(char *path , int slen , int oflags ) __attribute__((__availability__(watchos,introduced=3.0), __availability__(tvos,introduced=10.0), __availability__(ios,introduced=10.0), __availability__(macosx,introduced=10.12))) ; /* END FUNCTION-DECL-EXTERN mkostemps LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:679 VKEY=4967 */ /* BEGIN FUNCTION-DECL-EXTERN strcat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:75 VKEY=3910 */ #line 75 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h" extern char *strcat(char *__s1 , char const *__s2 ) ; /* END FUNCTION-DECL-EXTERN strcat LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/string.h:75 VKEY=3910 */ /* BEGIN TYPEDEF uint_fast32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:46 */ #line 46 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h" typedef uint32_t uint_fast32_t; /* END TYPEDEF uint_fast32_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdint.h:46 */ /* BEGIN TYPEDEF ino64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h:31 */ #line 31 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h" typedef __darwin_ino64_t ino64_t; /* END TYPEDEF ino64_t LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ino64_t.h:31 */ /* BEGIN FUNCTION-DECL-EXTERN fgets LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:149 VKEY=2780 */ #line 149 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" extern char *fgets(char * __restrict , int , FILE * ) ; /* END FUNCTION-DECL-EXTERN fgets LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:149 VKEY=2780 */ /* BEGIN FUNCTION-DECL-EXTERN gets LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:168 VKEY=2854 */ #line 168 extern char *gets(char * ) ; /* END FUNCTION-DECL-EXTERN gets LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:168 VKEY=2854 */ /* BEGIN FUNCTION-DECL-EXTERN gamma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:752 VKEY=1943 */ #line 752 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" extern double gamma(double ) __attribute__((__availability__(tvos,unavailable), __availability__(watchos,unavailable), __availability__(ios,unavailable), __availability__(macos,introduced=10.0,deprecated=10.9,replacement="tgamma"))) ; /* END FUNCTION-DECL-EXTERN gamma LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h:752 VKEY=1943 */ /* BEGIN TYPEDEF u_int LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h:30 */ #line 30 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h" typedef unsigned int u_int; /* END TYPEDEF u_int LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int.h:30 */ /* BEGIN FUNCTION-DECL-EXTERN sigdelset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:88 VKEY=2633 */ #line 88 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h" extern int sigdelset(sigset_t * , int ) ; /* END FUNCTION-DECL-EXTERN sigdelset LOC=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/signal.h:88 VKEY=2633 */ /* BEGIN FUNCTION-DEF __sigbits LOC=UNKNOWN VKEY=2707 */ __inline int ( __attribute__((__always_inline__)) __sigbits)(int __signo ) { int tmp ; { #line 116 if (__signo > 32) { #line 116 tmp = 0; } else { #line 116 tmp = 1 << (__signo - 1); } #line 116 return (tmp); } } /* END FUNCTION-DEF __sigbits LOC=UNKNOWN VKEY=2707 */ /* BEGIN FUNCTION-DEF __inline_signbitl LOC=UNKNOWN VKEY=1066 */ __inline int ( __attribute__((__always_inline__)) __inline_signbitl)(long double __x ) { union __anonunion___u_125149148 __u ; { #line 233 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" __u.__ld = __x; #line 234 return ((int )__u.__p.__sexp >> 15); } } /* END FUNCTION-DEF __inline_signbitl LOC=UNKNOWN VKEY=1066 */ /* BEGIN FUNCTION-DEF __darwin_fd_set LOC=UNKNOWN VKEY=4297 */ __inline void ( __attribute__((__always_inline__)) __darwin_fd_set)(int _fd , struct fd_set *_p ) { int tmp ; { #line 85 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" tmp = __darwin_check_fd_set(_fd, (void const *)_p); #line 85 if (tmp) { #line 86 _p->fds_bits[(unsigned long )_fd / (sizeof(__int32_t ) * 8UL)] |= (__int32_t )(1UL << (unsigned long )_fd % (sizeof(__int32_t ) * 8UL)); } #line 88 return; } } /* END FUNCTION-DEF __darwin_fd_set LOC=UNKNOWN VKEY=4297 */ /* BEGIN FUNCTION-DEF _OSSwapInt32 LOC=UNKNOWN VKEY=3269 */ __inline static __uint32_t _OSSwapInt32(__uint32_t _data ) { int tmp ; { #line 60 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/i386/_OSByteOrder.h" tmp = __builtin_bswap32((int )_data); #line 60 return ((__uint32_t )tmp); } } /* END FUNCTION-DEF _OSSwapInt32 LOC=UNKNOWN VKEY=3269 */ /* BEGIN FUNCTION-DEF __inline_isnanf LOC=UNKNOWN VKEY=1042 */ __inline int ( __attribute__((__always_inline__)) __inline_isnanf)(float __x ) { { #line 209 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" return (__x != __x); } } /* END FUNCTION-DEF __inline_isnanf LOC=UNKNOWN VKEY=1042 */ /* BEGIN FUNCTION-DEF MERGED LOC=UNKNOWN VKEY=5554 */ void MERGED(int bogus___1 , int n__0 , int bogus___4 , double bogus___6 , long bogus___2 , double bogus___3 , double bogus___9 , int bogus___5 , double bogus___10 , int bogus___7 , char *tigressRetVal , int bogus___8 , int whichBlock__7 ) { char _TIG_VZ_6LuO_4_MERGED_$locals[648] ; void **_TIG_VZ_6LuO_4_MERGED_$pc[1] ; void *_TIG_VZ_6LuO_4_MERGED_$array[1][425] = {{&& _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0, (void *)16UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_Eq_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_branchIfTrue$expr_STA_0$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)75UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)2UL, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_Le_int_int2int$right_STA_0$result_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_branchIfTrue$expr_STA_0$label_LAB_0, (void *)5UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)24UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_Mult_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusA_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967263UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967261UL, && _TIG_VZ_6LuO_4_MERGED_string$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_convert_char_star2char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)576UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)584UL, && _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)588UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_call$func_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)341UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0, (void *)16UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_Eq_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_branchIfTrue$expr_STA_0$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)97UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)592UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)596UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)596UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_Lt_int_int2int$right_STA_0$result_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_branchIfTrue$expr_STA_0$label_LAB_0, (void *)5UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)36UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)592UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusA_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)572UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)592UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)596UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)596UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusA_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967251UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967249UL, && _TIG_VZ_6LuO_4_MERGED_string$result_STA_0$value_LIT_0, (void *)12UL, && _TIG_VZ_6LuO_4_MERGED_convert_char_star2char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)600UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)608UL, && _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)612UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)592UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_call$func_LIT_0, (void *)2UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)235UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)2UL, && _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0, (void *)16UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_Eq_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_branchIfTrue$expr_STA_0$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)221UL, && _TIG_VZ_6LuO_4_MERGED_asm$func_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_asm$func_LIT_0, (void *)2UL, && _TIG_VZ_6LuO_4_MERGED_call$func_LIT_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)624UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)616UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)616UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)616UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)616UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)616UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)616UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)24UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)4UL, && _TIG_VZ_6LuO_4_MERGED_Lt_int_int2int$right_STA_0$result_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_branchIfTrue$expr_STA_0$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)108UL, && _TIG_VZ_6LuO_4_MERGED_call$func_LIT_0, (void *)4UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)640UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)632UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)16UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)632UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)9UL, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)32UL, && _TIG_VZ_6LuO_4_MERGED_load_unsigned_long$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_BOr_unsigned_long_int2unsigned_long$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_Mult_int_unsigned_long2int$right_STA_0$result_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)24UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)632UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)24UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)632UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)632UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)24UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)632UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)24UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0, (void *)568UL, && _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusA_int_int2int$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967178UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967176UL, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)24UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)40UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)40UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)48UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0, (void *)8UL, && _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0, (void *)0UL, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)48UL, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0, && _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0, (void *)48UL, && _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967089UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)3UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)4294967081UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)5UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0, (void *)1UL, && _TIG_VZ_6LuO_4_MERGED_returnVoid$}}; union _TIG_VZ_6LuO_4_MERGED_$node *_TIG_VZ_6LuO_4_MERGED_$sp[1] ; unsigned long *formalGlobalInit25 ; { _TIG_VZ_6LuO_4_MERGED_$sp[0] = (*((union _TIG_VZ_6LuO_4_MERGED_$node (*)[1][32])(_TIG_VZ_6LuO_4_MERGED_$locals + 56)))[0]; _TIG_VZ_6LuO_4_MERGED_$pc[0] = _TIG_VZ_6LuO_4_MERGED_$array[0]; formalGlobalInit25 = (unsigned long *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 0); *formalGlobalInit25 = (unsigned long )(& tigressRetVal); formalGlobalInit25 = (unsigned long *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 8); *formalGlobalInit25 = (unsigned long )(& n__0); formalGlobalInit25 = (unsigned long *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 16); *formalGlobalInit25 = (unsigned long )(& whichBlock__7); formalGlobalInit25 = (unsigned long *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 48); *formalGlobalInit25 = (unsigned long )(& _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2); formalGlobalInit25 = (unsigned long *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 24); *formalGlobalInit25 = (unsigned long )(& _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1); formalGlobalInit25 = (unsigned long *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 40); *formalGlobalInit25 = (unsigned long )(& _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1); formalGlobalInit25 = (unsigned long *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 32); *formalGlobalInit25 = (unsigned long )(& _TIG_iE_6LuO_1_entropy); goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); Lab_2000003: /* CIL Label */ ; _TIG_VZ_6LuO_4_MERGED_Mult_int_unsigned_long2int$right_STA_0$result_STA_0$left_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int *= (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_unsigned_long; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_load_int$left_STA_0$result_STA_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int = *((int *)(_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star); goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_constant_char_star$result_STA_0$value_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 1)->_char_star = *((char **)_TIG_VZ_6LuO_4_MERGED_$pc[0]); (_TIG_VZ_6LuO_4_MERGED_$sp[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_string$result_STA_0$value_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 1)->_char_star = (char *)(_TIG_VZ_6LuO_4_MERGED_$strings + *((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0])); (_TIG_VZ_6LuO_4_MERGED_$sp[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_branchIfTrue$expr_STA_0$label_LAB_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; if ((_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int) { _TIG_VZ_6LuO_4_MERGED_$pc[0] += *((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0]); } else { (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; } (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_load_char_star$left_STA_0$result_STA_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star = *((char **)(_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star); goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_BOr_unsigned_long_int2unsigned_long$left_STA_0$result_STA_0$right_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_unsigned_long = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_unsigned_long | (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_constant_int$result_STA_0$value_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 1)->_int = *((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0]); (_TIG_VZ_6LuO_4_MERGED_$sp[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_convert_char_star2char_star$left_STA_0$result_STA_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_Mult_int_int2int$left_STA_0$result_STA_0$right_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int * (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_Lt_int_int2int$right_STA_0$result_STA_0$left_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int < (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_store_int$right_STA_0$left_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; *((int *)(_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_char_star) = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int; _TIG_VZ_6LuO_4_MERGED_$sp[0] += -2; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_global$result_STA_0$value_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 1)->_char_star = (char *)*((unsigned long *)(_TIG_VZ_6LuO_4_MERGED_$locals + *((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0]))); (_TIG_VZ_6LuO_4_MERGED_$sp[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_load_unsigned_long$left_STA_0$result_STA_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_unsigned_long = *((unsigned long *)(_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star); goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_asm$func_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; switch (*((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0])) { case 1: __asm__ volatile ("##_ANNOTATION_INITIALREGION_-TIG-iO-6LuO-2-init-tigress--2":); break; case 2: __asm__ volatile ("##_ANNOTATION_ATOMICREGION_-TIG-iO-6LuO-2-init-tigress--1":); break; } (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_Le_int_int2int$right_STA_0$result_STA_0$left_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int <= (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_Eq_int_int2int$left_STA_0$result_STA_0$right_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int == (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_call$func_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; switch (*((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0])) { case 2: printf(*((char const * __restrict *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 600)), *((int *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 608)), *((int *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 612))); break; case 1: printf(*((char const * __restrict *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 576)), *((int *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 584)), *((int *)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 588))); break; case 3: *((void **)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 624)) = malloc(sizeof(struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct )); break; case 4: *((void **)((char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + 640)) = malloc(sizeof(struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct )); break; } (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_returnVoid$: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; return; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_store_char_star$left_STA_0$right_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; *((char **)(_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star) = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_char_star; _TIG_VZ_6LuO_4_MERGED_$sp[0] += -2; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_local$result_STA_0$value_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 1)->_char_star = (char *)((void *)(_TIG_VZ_6LuO_4_MERGED_$locals)) + *((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0]); (_TIG_VZ_6LuO_4_MERGED_$sp[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_goto$label_LAB_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; _TIG_VZ_6LuO_4_MERGED_$pc[0] += *((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0]); goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_formal$result_STA_0$value_LIT_0: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 1)->_char_star = (char *)*((unsigned long *)(_TIG_VZ_6LuO_4_MERGED_$locals + *((int *)_TIG_VZ_6LuO_4_MERGED_$pc[0]))); (_TIG_VZ_6LuO_4_MERGED_$sp[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_PlusA_int_int2int$left_STA_0$result_STA_0$right_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_int + (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); _TIG_VZ_6LuO_4_MERGED_PlusPI_char_star_int2char_star$left_STA_0$result_STA_0$right_STA_1: /* CIL Label */ ; (_TIG_VZ_6LuO_4_MERGED_$pc[0]) ++; (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_char_star = (_TIG_VZ_6LuO_4_MERGED_$sp[0] + 0)->_char_star + (_TIG_VZ_6LuO_4_MERGED_$sp[0] + -1)->_int; (_TIG_VZ_6LuO_4_MERGED_$sp[0]) --; goto *(*(_TIG_VZ_6LuO_4_MERGED_$pc[0])); } } /* END FUNCTION-DEF MERGED LOC=UNKNOWN VKEY=5554 */ /* BEGIN FUNCTION-DEF __inline_isinfl LOC=UNKNOWN VKEY=1039 */ __inline int ( __attribute__((__always_inline__)) __inline_isinfl)(long double __x ) { long double tmp ; long double tmp___0 ; { #line 206 tmp = __builtin_fabsl(__x); #line 206 tmp___0 = __builtin_infl(); #line 206 return (tmp == tmp___0); } } /* END FUNCTION-DEF __inline_isinfl LOC=UNKNOWN VKEY=1039 */ /* BEGIN FUNCTION-DEF _OSSwapInt64 LOC=UNKNOWN VKEY=3273 */ __inline static __uint64_t _OSSwapInt64(__uint64_t _data ) { long tmp ; { #line 74 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/i386/_OSByteOrder.h" tmp = __builtin_bswap64((long )_data); #line 74 return ((__uint64_t )tmp); } } /* END FUNCTION-DEF _OSSwapInt64 LOC=UNKNOWN VKEY=3273 */ /* BEGIN FUNCTION-DEF __inline_isnormald LOC=UNKNOWN VKEY=1054 */ __inline int ( __attribute__((__always_inline__)) __inline_isnormald)(double __x ) { int tmp ; double tmp___0 ; int tmp___1 ; { #line 247 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" tmp = __inline_isfinited(__x); #line 247 if (tmp) { #line 247 tmp___0 = __builtin_fabs(__x); #line 247 if (tmp___0 >= 2.2250738585072014e-308) { #line 247 tmp___1 = 1; } else { #line 247 tmp___1 = 0; } } else { #line 247 tmp___1 = 0; } #line 247 return (tmp___1); } } /* END FUNCTION-DEF __inline_isnormald LOC=UNKNOWN VKEY=1054 */ /* BEGIN FUNCTION-DEF __inline_isnormall LOC=UNKNOWN VKEY=1057 */ __inline int ( __attribute__((__always_inline__)) __inline_isnormall)(long double __x ) { int tmp ; long double tmp___0 ; int tmp___1 ; { #line 250 tmp = __inline_isfinitel(__x); #line 250 if (tmp) { #line 250 tmp___0 = __builtin_fabsl(__x); #line 250 if (tmp___0 >= 3.36210314311209350626e-4932L) { #line 250 tmp___1 = 1; } else { #line 250 tmp___1 = 0; } } else { #line 250 tmp___1 = 0; } #line 250 return (tmp___1); } } /* END FUNCTION-DEF __inline_isnormall LOC=UNKNOWN VKEY=1057 */ /* BEGIN FUNCTION-DEF __sincosf LOC=UNKNOWN VKEY=1811 */ __inline void ( __attribute__((__always_inline__)) __sincosf)(float __x , float *__sinp , float *__cosp ) { struct __float2 __stret ; struct __float2 tmp ; { #line 651 tmp = __sincosf_stret(__x); #line 651 __stret = tmp; #line 652 *__sinp = (float )__stret.__sinval; #line 652 *__cosp = (float )__stret.__cosval; #line 653 return; } } /* END FUNCTION-DEF __sincosf LOC=UNKNOWN VKEY=1811 */ /* BEGIN FUNCTION-DEF __inline_isfinitel LOC=UNKNOWN VKEY=1030 */ __inline int ( __attribute__((__always_inline__)) __inline_isfinitel)(long double __x ) { long double tmp ; long double tmp___0 ; int tmp___1 ; { #line 197 if (__x == __x) { #line 197 tmp = __builtin_fabsl(__x); #line 197 tmp___0 = __builtin_infl(); #line 197 if (tmp != tmp___0) { #line 197 tmp___1 = 1; } else { #line 197 tmp___1 = 0; } } else { #line 197 tmp___1 = 0; } #line 197 return (tmp___1); } } /* END FUNCTION-DEF __inline_isfinitel LOC=UNKNOWN VKEY=1030 */ /* BEGIN FUNCTION-DEF __inline_isinfd LOC=UNKNOWN VKEY=1036 */ __inline int ( __attribute__((__always_inline__)) __inline_isinfd)(double __x ) { double tmp ; double tmp___0 ; { #line 203 tmp = __builtin_fabs(__x); #line 203 tmp___0 = __builtin_inf(); #line 203 return (tmp == tmp___0); } } /* END FUNCTION-DEF __inline_isinfd LOC=UNKNOWN VKEY=1036 */ /* BEGIN FUNCTION-DEF __darwin_fd_isset LOC=UNKNOWN VKEY=4291 */ __inline int ( __attribute__((__always_inline__)) __darwin_fd_isset)(int _fd , struct fd_set const *_p ) { int tmp ; { #line 75 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" tmp = __darwin_check_fd_set(_fd, (void const *)_p); #line 75 if (tmp) { #line 76 return (_p->fds_bits[(unsigned long )_fd / (sizeof(__int32_t ) * 8UL)] & (__int32_t )(1UL << (unsigned long )_fd % (sizeof(__int32_t ) * 8UL))); } #line 79 return (0); } } /* END FUNCTION-DEF __darwin_fd_isset LOC=UNKNOWN VKEY=4291 */ /* BEGIN FUNCTION-DEF __inline_isfinitef LOC=UNKNOWN VKEY=1024 */ __inline int ( __attribute__((__always_inline__)) __inline_isfinitef)(float __x ) { float tmp ; float tmp___0 ; int tmp___1 ; { #line 191 if (__x == __x) { #line 191 tmp = __builtin_fabsf(__x); #line 191 tmp___0 = __builtin_inff(); #line 191 if (tmp != tmp___0) { #line 191 tmp___1 = 1; } else { #line 191 tmp___1 = 0; } } else { #line 191 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" tmp___1 = 0; } #line 191 return (tmp___1); } } /* END FUNCTION-DEF __inline_isfinitef LOC=UNKNOWN VKEY=1024 */ /* BEGIN FUNCTION-DEF __inline_signbitf LOC=UNKNOWN VKEY=1060 */ __inline int ( __attribute__((__always_inline__)) __inline_signbitf)(float __x ) { union __anonunion___u_631409264 __u ; { #line 219 __u.__f = __x; #line 220 return ((int )(__u.__u >> 31)); } } /* END FUNCTION-DEF __inline_signbitf LOC=UNKNOWN VKEY=1060 */ /* BEGIN FUNCTION-DEF __inline_isnormalf LOC=UNKNOWN VKEY=1051 */ __inline int ( __attribute__((__always_inline__)) __inline_isnormalf)(float __x ) { int tmp ; float tmp___0 ; int tmp___1 ; { #line 244 tmp = __inline_isfinitef(__x); #line 244 if (tmp) { #line 244 tmp___0 = __builtin_fabsf(__x); #line 244 if (tmp___0 >= 1.17549435e-38F) { #line 244 tmp___1 = 1; } else { #line 244 tmp___1 = 0; } } else { #line 244 tmp___1 = 0; } #line 244 return (tmp___1); } } /* END FUNCTION-DEF __inline_isnormalf LOC=UNKNOWN VKEY=1051 */ /* BEGIN FUNCTION-DEF __sputc LOC=UNKNOWN VKEY=2974 */ __inline int ( __attribute__((__always_inline__)) __sputc)(int _c , FILE *_p ) { unsigned char *tmp ; unsigned char tmp___0 ; int tmp___1 ; { #line 261 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h" (_p->_w) --; #line 261 if (_p->_w >= 0) { #line 262 tmp = _p->_p; #line 262 (_p->_p) ++; #line 262 tmp___0 = (unsigned char )_c; #line 262 *tmp = tmp___0; #line 262 return ((int )tmp___0); } else #line 261 if (_p->_w >= _p->_lbfsize) { #line 261 if ((int )((char )_c) != 10) { #line 262 tmp = _p->_p; #line 262 (_p->_p) ++; #line 262 tmp___0 = (unsigned char )_c; #line 262 *tmp = tmp___0; #line 262 return ((int )tmp___0); } else { #line 264 tmp___1 = __swbuf(_c, _p); #line 264 return (tmp___1); } } else { #line 264 tmp___1 = __swbuf(_c, _p); #line 264 return (tmp___1); } } } /* END FUNCTION-DEF __sputc LOC=UNKNOWN VKEY=2974 */ /* BEGIN FUNCTION-DEF __darwin_check_fd_set LOC=UNKNOWN VKEY=4285 */ __inline int ( __attribute__((__always_inline__)) __darwin_check_fd_set)(int _a , void const *_b ) { int tmp ; { #line 60 if ((uintptr_t )(& __darwin_check_fd_set_overflow) != 0UL) { #line 64 tmp = __darwin_check_fd_set_overflow(_a, _b, 0); #line 64 return (tmp); } else { #line 67 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" return (1); } } } /* END FUNCTION-DEF __darwin_check_fd_set LOC=UNKNOWN VKEY=4285 */ /* BEGIN FUNCTION-DEF main LOC=UNKNOWN VKEY=5553 */ int main(int argc , char **argv , char **_TIG_IZ_6LuO_formal_envp ) { { { { { { _TIG_IZ_6LuO_argc = 0; goto _TIG_IZ_6LuO_argc__INITINLINE__TIG_IZ_6LuO_argc__INIT; } _TIG_IZ_6LuO_argc__INITINLINE__TIG_IZ_6LuO_argc__INIT: /* CIL Label */ ; } { { _TIG_IZ_6LuO_argv = (char **)0; goto _TIG_IZ_6LuO_argv__INITINLINE__TIG_IZ_6LuO_argv__INIT; } _TIG_IZ_6LuO_argv__INITINLINE__TIG_IZ_6LuO_argv__INIT: /* CIL Label */ ; } { { _TIG_IZ_6LuO_envp = (char **)0; goto _TIG_IZ_6LuO_envp__INITINLINE__TIG_IZ_6LuO_envp__INIT; } _TIG_IZ_6LuO_envp__INITINLINE__TIG_IZ_6LuO_envp__INIT: /* CIL Label */ ; } { { _TIG_VZ_6LuO_4_MERGED_$strings = "fac(%i)=%i\n\000fib(%i)=%i\n\000"; goto _TIG_VZ_6LuO_4_MERGED_$strings__INITINLINE__TIG_VZ_6LuO_4_MERGED_$strings__INIT; } _TIG_VZ_6LuO_4_MERGED_$strings__INITINLINE__TIG_VZ_6LuO_4_MERGED_$strings__INIT: /* CIL Label */ ; } { { _TIG_iE_6LuO_1_alwaysZero = 0UL; goto _TIG_iE_6LuO_1_alwaysZero__INITINLINE__TIG_iE_6LuO_1_alwaysZero__INIT; } _TIG_iE_6LuO_1_alwaysZero__INITINLINE__TIG_iE_6LuO_1_alwaysZero__INIT: /* CIL Label */ ; } { { _TIG_iE_6LuO_1_entropy = 8081459913714521868UL; goto _TIG_iE_6LuO_1_entropy__INITINLINE__TIG_iE_6LuO_1_entropy__INIT; } _TIG_iE_6LuO_1_entropy__INITINLINE__TIG_iE_6LuO_1_entropy__INIT: /* CIL Label */ ; } { { _TIG_iO_6LuO_2_init_tigress_1__opaque_array[0] = 413; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[1] = 439; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[2] = 3; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[3] = 3; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[4] = 558; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[5] = 5; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[6] = 108; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[7] = 600; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[8] = 5; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[9] = 393; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[10] = 397; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[11] = 7; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[12] = 188; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[13] = 327; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[14] = 11; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[15] = 108; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[16] = 495; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[17] = 75; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[18] = 483; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[19] = 467; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[20] = 74; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[21] = 448; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[22] = 404; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[23] = 97; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[24] = 498; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[25] = 257; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[26] = 21; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[27] = 58; _TIG_iO_6LuO_2_init_tigress_1__opaque_array[28] = 411; goto _TIG_iO_6LuO_2_init_tigress_1__opaque_array__INITINLINE__TIG_iO_6LuO_2_init_tigress_1__opaque_array__INIT; } _TIG_iO_6LuO_2_init_tigress_1__opaque_array__INITINLINE__TIG_iO_6LuO_2_init_tigress_1__opaque_array__INIT: /* CIL Label */ ; } { { _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1 = (struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *)0; goto _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_list_1__INIT; } _TIG_iO_6LuO_2_init_tigress_1_opaque_list_1__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_list_1__INIT: /* CIL Label */ ; } { { _TIG_iO_6LuO_2_init_tigress_1_opaque_list_2 = (struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *)0; goto _TIG_iO_6LuO_2_init_tigress_1_opaque_list_2__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_list_2__INIT; } _TIG_iO_6LuO_2_init_tigress_1_opaque_list_2__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_list_2__INIT: /* CIL Label */ ; } { { _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1 = (struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *)0; goto _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1__INIT; } _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_1__INIT: /* CIL Label */ ; } { { _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2 = (struct _TIG_iO_6LuO_2_init_tigress_1_opaqueNodeStruct *)0; goto _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2__INIT; } _TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2__INITINLINE__TIG_iO_6LuO_2_init_tigress_1_opaque_ptr_2__INIT: /* CIL Label */ ; } goto megaInitINLINE_megaInit; } megaInitINLINE_megaInit: /* CIL Label */ ; } while (1) { __asm__ volatile ("##_ANNOTATION_INITIALREGION_-TIG-IZ-6LuO--0":); _TIG_IZ_6LuO_argc = argc; _TIG_IZ_6LuO_argv = argv; _TIG_IZ_6LuO_envp = _TIG_IZ_6LuO_formal_envp; break; } MERGED(argc, argc, argc, 9., 5L, 7., 2., argc, 8., argc, (char *)0, argc, 2); MERGED(argc, 10, argc, 8., 2L, 8., 0., argc, 1., argc, (char *)0, argc, 0); MERGED(argc, 10, argc, 6., 8L, 7., 4., argc, 1., argc, (char *)0, argc, 1); #line 32 "test.c" return (0); } } /* END FUNCTION-DEF main LOC=UNKNOWN VKEY=5553 */ /* BEGIN FUNCTION-DEF __inline_isnand LOC=UNKNOWN VKEY=1045 */ __inline int ( __attribute__((__always_inline__)) __inline_isnand)(double __x ) { { #line 212 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" return (__x != __x); } } /* END FUNCTION-DEF __inline_isnand LOC=UNKNOWN VKEY=1045 */ /* BEGIN FUNCTION-DEF __inline_isnanl LOC=UNKNOWN VKEY=1048 */ __inline int ( __attribute__((__always_inline__)) __inline_isnanl)(long double __x ) { { #line 215 return (__x != __x); } } /* END FUNCTION-DEF __inline_isnanl LOC=UNKNOWN VKEY=1048 */ /* BEGIN FUNCTION-DEF _OSSwapInt16 LOC=UNKNOWN VKEY=3266 */ __inline static __uint16_t _OSSwapInt16(__uint16_t _data ) { { #line 50 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/i386/_OSByteOrder.h" return ((__uint16_t )(((int )_data << 8) | ((int )_data >> 8))); } } /* END FUNCTION-DEF _OSSwapInt16 LOC=UNKNOWN VKEY=3266 */ /* BEGIN FUNCTION-DEF __sincospif LOC=UNKNOWN VKEY=1843 */ __inline void ( __attribute__((__always_inline__)) __sincospif)(float __x , float *__sinp , float *__cosp ) { struct __float2 __stret ; struct __float2 tmp ; { #line 661 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" tmp = __sincospif_stret(__x); #line 661 __stret = tmp; #line 662 *__sinp = (float )__stret.__sinval; #line 662 *__cosp = (float )__stret.__cosval; #line 663 return; } } /* END FUNCTION-DEF __sincospif LOC=UNKNOWN VKEY=1843 */ /* BEGIN FUNCTION-DEF __inline_signbitd LOC=UNKNOWN VKEY=1063 */ __inline int ( __attribute__((__always_inline__)) __inline_signbitd)(double __x ) { union __anonunion___u_660569121 __u ; { #line 224 __u.__f = __x; #line 225 return ((int )(__u.__u >> 63)); } } /* END FUNCTION-DEF __inline_signbitd LOC=UNKNOWN VKEY=1063 */ /* BEGIN FUNCTION-DEF __inline_isinff LOC=UNKNOWN VKEY=1033 */ __inline int ( __attribute__((__always_inline__)) __inline_isinff)(float __x ) { float tmp ; float tmp___0 ; { #line 200 tmp = __builtin_fabsf(__x); #line 200 tmp___0 = __builtin_inff(); #line 200 return (tmp == tmp___0); } } /* END FUNCTION-DEF __inline_isinff LOC=UNKNOWN VKEY=1033 */ /* BEGIN FUNCTION-DEF __sincospi LOC=UNKNOWN VKEY=1850 */ __inline void ( __attribute__((__always_inline__)) __sincospi)(double __x , double *__sinp , double *__cosp ) { struct __double2 __stret ; struct __double2 tmp ; { #line 666 tmp = __sincospi_stret(__x); #line 666 __stret = tmp; #line 667 *__sinp = (double )__stret.__sinval; #line 667 *__cosp = (double )__stret.__cosval; #line 668 return; } } /* END FUNCTION-DEF __sincospi LOC=UNKNOWN VKEY=1850 */ /* BEGIN FUNCTION-DEF __inline_isfinited LOC=UNKNOWN VKEY=1027 */ __inline int ( __attribute__((__always_inline__)) __inline_isfinited)(double __x ) { double tmp ; double tmp___0 ; int tmp___1 ; { #line 194 if (__x == __x) { #line 194 tmp = __builtin_fabs(__x); #line 194 tmp___0 = __builtin_inf(); #line 194 if (tmp != tmp___0) { #line 194 tmp___1 = 1; } else { #line 194 tmp___1 = 0; } } else { #line 194 tmp___1 = 0; } #line 194 return (tmp___1); } } /* END FUNCTION-DEF __inline_isfinited LOC=UNKNOWN VKEY=1027 */ /* BEGIN FUNCTION-DEF __darwin_fd_clr LOC=UNKNOWN VKEY=4303 */ __inline void ( __attribute__((__always_inline__)) __darwin_fd_clr)(int _fd , struct fd_set *_p ) { int tmp ; { #line 93 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h" tmp = __darwin_check_fd_set(_fd, (void const *)_p); #line 93 if (tmp) { #line 94 _p->fds_bits[(unsigned long )_fd / (sizeof(__int32_t ) * 8UL)] &= ~ ((__int32_t )(1UL << (unsigned long )_fd % (sizeof(__int32_t ) * 8UL))); } #line 96 return; } } /* END FUNCTION-DEF __darwin_fd_clr LOC=UNKNOWN VKEY=4303 */ /* BEGIN FUNCTION-DEF __sincos LOC=UNKNOWN VKEY=1818 */ __inline void ( __attribute__((__always_inline__)) __sincos)(double __x , double *__sinp , double *__cosp ) { struct __double2 __stret ; struct __double2 tmp ; { #line 656 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/math.h" tmp = __sincos_stret(__x); #line 656 __stret = tmp; #line 657 *__sinp = (double )__stret.__sinval; #line 657 *__cosp = (double )__stret.__cosval; #line 658 return; } } /* END FUNCTION-DEF __sincos LOC=UNKNOWN VKEY=1818 */