gaulthiergain-tools/libs/external/lib-newlib.json
Gaulthier Gain a7a3a7b140 Main update
2022-09-09 11:44:12 +02:00

16563 lines
No EOL
549 KiB
JSON

{
"functions": [
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "roundf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_round.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_round.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_round.c"
],
"name": "roundf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "lrintf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_lrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_lrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_lrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "lrintf",
"nb_args": 1,
"return_value": "long",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "ceilf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_ceil.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_ceil.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_ceil.c"
],
"name": "ceilf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "fabsf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_fabs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_fabs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_fabs.c"
],
"name": "fabsf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "rint(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_rint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_rint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_rint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "rint",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "fabs(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_fabs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_fabs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_fabs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "fabs",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "lround(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_lround.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_lround.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_lround.c"
],
"name": "lround",
"nb_args": 1,
"return_value": "long",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "nearbyintf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_nearbyint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_nearbyint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_nearbyint.c"
],
"name": "nearbyintf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "llrintf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_llrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/llrintf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_llrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "llrintf",
"nb_args": 1,
"return_value": "long long",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "lrint(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_lrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_lrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_lrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "lrint",
"nb_args": 1,
"return_value": "long",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "nearbyint(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_nearbyint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_nearbyint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_nearbyint.c"
],
"name": "nearbyint",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "fminf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_fmin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_fmin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_fmin.c"
],
"name": "fminf",
"nb_args": 2,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "llroundf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_llround.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/llroundf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_llround.c"
],
"name": "llroundf",
"nb_args": 1,
"return_value": "long long",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "floorf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_floor.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_floor.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_floor.c"
],
"name": "floorf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "truncf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_trunc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_trunc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_trunc.c"
],
"name": "truncf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x",
"y",
"z"
],
"args_type": [
"float",
"float",
"float"
],
"fully_qualified": "fmaf(float, float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_fma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_fma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_fma.c"
],
"name": "fmaf",
"nb_args": 3,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "fmaxf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_fmax.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_fmax.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_fmax.c"
],
"name": "fmaxf",
"nb_args": 2,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "floor(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_floor.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_floor.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_floor.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "floor",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "lroundf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_lround.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_lround.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_lround.c"
],
"name": "lroundf",
"nb_args": 1,
"return_value": "long",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "ceil(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_ceil.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_ceil.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_ceil.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "ceil",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x",
"y",
"z"
],
"args_type": [
"double",
"double",
"double"
],
"fully_qualified": "fma(double, double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_fma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_fma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_fma.c"
],
"name": "fma",
"nb_args": 3,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "rintf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/sf_rint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_rint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_rint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "rintf",
"nb_args": 1,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "round(double)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_round.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_round.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_round.c"
],
"name": "round",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "trunc(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_trunc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_trunc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_trunc.c"
],
"name": "trunc",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "fmax(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_fmax.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_fmax.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_fmax.c"
],
"name": "fmax",
"nb_args": 2,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "fmin(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_fmin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_fmin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_fmin.c"
],
"name": "fmin",
"nb_args": 2,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "llround(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_llround.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/llround.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_llround.c"
],
"name": "llround",
"nb_args": 1,
"return_value": "long long",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "llrint(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/aarch64/s_llrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/llrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_llrint.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "llrint",
"nb_args": 1,
"return_value": "long long",
"usage": 4
},
{
"args_name": [
"y",
"x"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "atan2(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_atan2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_atan2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "atan2",
"nb_args": 2,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x",
"exp"
],
"args_type": [
"double",
"int"
],
"fully_qualified": "scalbn(double, int)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_scalbn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_scalbn.c"
],
"name": "scalbn",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "acosf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_acos.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_acos.c"
],
"name": "acosf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "acos(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_acos.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_acos.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "acos",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"vx"
],
"args_type": [
"double"
],
"fully_qualified": "exp2(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_exp2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_exp2.c"
],
"name": "exp2",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "lgammaf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_lgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_lgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/erf_lgamma.c"
],
"name": "lgammaf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "sinhf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_sinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_sinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "sinhf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "tgammaf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_tgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_tgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/sf_tgamma.c"
],
"name": "tgammaf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"vx"
],
"args_type": [
"float"
],
"fully_qualified": "expm1f(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_expm1.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_expm1.c"
],
"name": "expm1f",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "log10f(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_log10.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_log10.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "log10f",
"nb_args": 1,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"angle"
],
"args_type": [
"double"
],
"fully_qualified": "tan(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_tan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_tan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "tan",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "isinff(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_isinf.c"
],
"name": "isinff",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "atanhf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_atanh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_atanh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/ef_atanh.c"
],
"name": "atanhf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"in"
],
"args_type": [
"double"
],
"fully_qualified": "sqrt(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_sqrt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_sqrt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "sqrt",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "fdimf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_fdim.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_fdim.c"
],
"name": "fdimf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "pow(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_pow.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_pow.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/s_pow.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "pow",
"nb_args": 2,
"return_value": "double",
"usage": 5
},
{
"args_name": [
"x",
"pexp"
],
"args_type": [
"float",
"int *"
],
"fully_qualified": "frexpf(float, int *)",
"headers": [
"<math.h>",
"<float.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_frexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_frexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/sf_frexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "frexpf",
"nb_args": 2,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"y",
"x"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "atan2f(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_atan2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_atan2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "atan2f",
"nb_args": 2,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "asinh(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_asinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_asinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/s_asinh.c"
],
"name": "asinh",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "expf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_exp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_exp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "expf",
"nb_args": 1,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "exp(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_exp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_exp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "exp",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "ilogb(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_ilogb.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_ilogb.c"
],
"name": "ilogb",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "isnan(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_isnan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_isnan.c"
],
"name": "isnan",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"angle"
],
"args_type": [
"double"
],
"fully_qualified": "sin(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_sin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_sin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "sin",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "asinhf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_asinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_asinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/sf_asinh.c"
],
"name": "asinhf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x",
"exp"
],
"args_type": [
"float",
"int"
],
"fully_qualified": "scalbnf(float, int)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_scalbn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_scalbn.c"
],
"name": "scalbnf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "log10(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_log10.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_log10.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "log10",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x",
"pexp"
],
"args_type": [
"double",
"int *"
],
"fully_qualified": "frexp(double, int *)",
"headers": [
"<math.h>",
"<float.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_frexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_frexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/s_frexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "frexp",
"nb_args": 2,
"return_value": "double",
"usage": 5
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "tanhf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_tanh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_tanh.c"
],
"name": "tanhf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "coshf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_cosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_cosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "coshf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "log1p(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_log1p.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_log1p.c"
],
"name": "log1p",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "cbrt(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_cbrt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_cbrt.c"
],
"name": "cbrt",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "powf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_pow.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_pow.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/sf_pow.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "powf",
"nb_args": 2,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "erf(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/s_erf.c"
],
"name": "erf",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "erfc(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/s_erf.c"
],
"name": "erfc",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "nextafter(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_nextafter.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_nextafter.c"
],
"name": "nextafter",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x",
"y",
"quo"
],
"args_type": [
"double",
"double",
"int *"
],
"fully_qualified": "remquo(double, double, int *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_remquo.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_remquo.c"
],
"name": "remquo",
"nb_args": 3,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"angle"
],
"args_type": [
"float"
],
"fully_qualified": "cosf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_cos.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_cos.c"
],
"name": "cosf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "ilogbf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_ilogb.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_ilogb.c"
],
"name": "ilogbf",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "asinf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_asin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_asin.c"
],
"name": "asinf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"angle"
],
"args_type": [
"double"
],
"fully_qualified": "cos(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_cos.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_cos.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "cos",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "isnanf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_isnan.c"
],
"name": "isnanf",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "copysignf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_copysign.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_copysign.c"
],
"name": "copysignf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"vx"
],
"args_type": [
"double"
],
"fully_qualified": "log2(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/log2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_log2.c"
],
"name": "log2",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "expm1(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_expm1.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_expm1.c"
],
"name": "expm1",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "sinh(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_sinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_sinh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "sinh",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "remainder(double, double)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_remainder.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_remainder.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_remainder.c"
],
"name": "remainder",
"nb_args": 2,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "exp2f(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_exp2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_exp2.c"
],
"name": "exp2f",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "log(double)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_log.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_log.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "log",
"nb_args": 1,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "erff(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/sf_erf.c"
],
"name": "erff",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "erfcf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_erf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/sf_erf.c"
],
"name": "erfcf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "asin(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_asin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_asin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "asin",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y",
"quo"
],
"args_type": [
"float",
"float",
"int *"
],
"fully_qualified": "remquof(float, float, int *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_remquo.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_remquo.c"
],
"name": "remquof",
"nb_args": 3,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"in"
],
"args_type": [
"float"
],
"fully_qualified": "sqrtf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_sqrt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_sqrt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "sqrtf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "log1pf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_log1p.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_log1p.c"
],
"name": "log1pf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "acoshf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_acosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_acosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/ef_acosh.c"
],
"name": "acoshf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "lgamma(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_lgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_lgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/er_lgamma.c"
],
"name": "lgamma",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "fdim(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_fdim.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_fdim.c"
],
"name": "fdim",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "hypotf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_hypot.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_hypot.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/ef_hypot.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "hypotf",
"nb_args": 2,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "atanf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_atan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_atan.c"
],
"name": "atanf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "tgamma(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_tgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_tgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/s_tgamma.c"
],
"name": "tgamma",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "copysign(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_copysign.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_copysign.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "copysign",
"nb_args": 2,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "nextafterf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_nextafter.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_nextafter.c"
],
"name": "nextafterf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "atanh(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_atanh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_atanh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_atanh.c"
],
"name": "atanh",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "finitef(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_finite.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_finite.c"
],
"name": "finitef",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "cbrtf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_cbrt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_cbrt.c"
],
"name": "cbrtf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "logf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_log.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_log.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "logf",
"nb_args": 1,
"return_value": "float",
"usage": 4
},
{
"args_name": [
"x",
"exp"
],
"args_type": [
"float",
"int"
],
"fully_qualified": "ldexpf(float, int)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_ldexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_ldexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "ldexpf",
"nb_args": 2,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"unused"
],
"args_type": [
"const char *"
],
"fully_qualified": "nanf(const char *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_nan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_nan.c"
],
"name": "nanf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "tanh(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_tanh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_tanh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "tanh",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "hypot(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_hypot.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_hypot.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_hypot.c"
],
"name": "hypot",
"nb_args": 2,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "atan(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_atan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_atan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "atan",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "logbf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_logb.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_logb.c"
],
"name": "logbf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "fmodf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_fmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_fmod.c"
],
"name": "fmodf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "cosh(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_cosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_cosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "cosh",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"exp"
],
"args_type": [
"double",
"int"
],
"fully_qualified": "ldexp(double, int)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/s_ldexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/s_ldexp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "ldexp",
"nb_args": 2,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "fmod(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_fmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_fmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/s_fmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "fmod",
"nb_args": 2,
"return_value": "double",
"usage": 4
},
{
"args_name": [
"angle"
],
"args_type": [
"float"
],
"fully_qualified": "tanf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_tan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_tan.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/i386/machine/fastmath.h"
],
"name": "tanf",
"nb_args": 1,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "remainderf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/wf_remainder.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_remainder.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/ef_remainder.c"
],
"name": "remainderf",
"nb_args": 2,
"return_value": "float",
"usage": 3
},
{
"args_name": [
"angle"
],
"args_type": [
"float"
],
"fully_qualified": "sinf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/sf_sin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/sf_sin.c"
],
"name": "sinf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "log2f(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/log2f.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_log2.c"
],
"name": "log2f",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "acosh(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/machine/spu/w_acosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_acosh.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_acosh.c"
],
"name": "acosh",
"nb_args": 1,
"return_value": "double",
"usage": 3
},
{
"args_name": [
"x",
"signgamp"
],
"args_type": [
"double",
"int *"
],
"fully_qualified": "gamma_r(double, int *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wr_gamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/er_gamma.c"
],
"name": "gamma_r",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "j1(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_j1.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_j1.c"
],
"name": "j1",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "y1(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_j1.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_j1.c"
],
"name": "y1",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"n",
"x"
],
"args_type": [
"int",
"double"
],
"fully_qualified": "jn(int, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_jn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/w_jn.c"
],
"name": "jn",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"n",
"x"
],
"args_type": [
"int",
"double"
],
"fully_qualified": "yn(int, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_jn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/w_jn.c"
],
"name": "yn",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "j0(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_j0.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_j0.c"
],
"name": "j0",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "y0(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_j0.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/e_j0.c"
],
"name": "y0",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "y1f(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_j1.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/ef_j1.c"
],
"name": "y1f",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "j0f(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_j0.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/ef_j0.c"
],
"name": "j0f",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "y0f(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_j0.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/ef_j0.c"
],
"name": "y0f",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"float",
"float"
],
"fully_qualified": "dremf(float, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_drem.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/wf_drem.c"
],
"name": "dremf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"n",
"x"
],
"args_type": [
"int",
"float"
],
"fully_qualified": "jnf(int, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_jn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/wf_jn.c"
],
"name": "jnf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"n",
"x"
],
"args_type": [
"int",
"float"
],
"fully_qualified": "ynf(int, float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_jn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/wf_jn.c"
],
"name": "ynf",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"float"
],
"fully_qualified": "gammaf(float)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wf_gamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/erf_gamma.c"
],
"name": "gammaf",
"nb_args": 1,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x",
"y"
],
"args_type": [
"double",
"double"
],
"fully_qualified": "drem(double, double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_drem.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/w_drem.c"
],
"name": "drem",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x",
"signgamp"
],
"args_type": [
"float",
"int *"
],
"fully_qualified": "gammaf_r(float, int *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wrf_gamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/erf_gamma.c"
],
"name": "gammaf_r",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "gamma(double)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/w_gamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/er_gamma.c"
],
"name": "gamma",
"nb_args": 1,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x",
"signgamp"
],
"args_type": [
"double",
"int *"
],
"fully_qualified": "lgamma_r(double, int *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wr_lgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/er_lgamma.c"
],
"name": "lgamma_r",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x",
"signgamp"
],
"args_type": [
"float",
"int *"
],
"fully_qualified": "lgammaf_r(float, int *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/math/wrf_lgamma.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/mathfp/erf_lgamma.c"
],
"name": "lgammaf_r",
"nb_args": 2,
"return_value": "float",
"usage": 2
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "finite(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_finite.c"
],
"name": "finite",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "infinity()",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_infinity.c"
],
"name": "infinity",
"nb_args": 0,
"return_value": "double",
"usage": 1
},
{
"args_name": [
"x",
"iptr"
],
"args_type": [
"float",
"float *"
],
"fully_qualified": "modff(float, float *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_modf.c"
],
"name": "modff",
"nb_args": 2,
"return_value": "float",
"usage": 1
},
{
"args_name": [
"x"
],
"args_type": [
"long double"
],
"fully_qualified": "sqrtl(long double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sqrtl.c"
],
"name": "sqrtl",
"nb_args": 1,
"return_value": "long double",
"usage": 1
},
{
"args_name": [
"x"
],
"args_type": [
"long double"
],
"fully_qualified": "finitel(long double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sl_finite.c"
],
"name": "finitel",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"unused"
],
"args_type": [
"const char *"
],
"fully_qualified": "nan(const char *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_nan.c"
],
"name": "nan",
"nb_args": 1,
"return_value": "double",
"usage": 1
},
{
"args_name": [
"x",
"n"
],
"args_type": [
"float",
"long"
],
"fully_qualified": "scalblnf(float, long)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_scalbln.c"
],
"name": "scalblnf",
"nb_args": 2,
"return_value": "float",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "infinityf()",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/sf_infinity.c"
],
"name": "infinityf",
"nb_args": 0,
"return_value": "float",
"usage": 1
},
{
"args_name": [
"x",
"iptr"
],
"args_type": [
"double",
"double *"
],
"fully_qualified": "modf(double, double *)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_modf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/math.h"
],
"name": "modf",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"x",
"n"
],
"args_type": [
"double",
"long"
],
"fully_qualified": "scalbln(double, long)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_scalbln.c"
],
"name": "scalbln",
"nb_args": 2,
"return_value": "double",
"usage": 1
},
{
"args_name": [
"x"
],
"args_type": [
"struct exception *"
],
"fully_qualified": "matherr(struct exception *)",
"headers": [
"<math.h>",
"<errno.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_matherr.c"
],
"name": "matherr",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"x"
],
"args_type": [
"double"
],
"fully_qualified": "logb(double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libm/common/s_logb.c"
],
"name": "logb",
"nb_args": 1,
"return_value": "double",
"usage": 1
},
{
"args_name": [
"s"
],
"args_type": [
"const char *"
],
"fully_qualified": "puts(const char *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xc16x/puts.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "puts",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"c"
],
"args_type": [
"int"
],
"fully_qualified": "putchar(int)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xc16x/putchar.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/putchar.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "putchar",
"nb_args": 1,
"return_value": "void",
"usage": 3
},
{
"args_name": [
"pdst",
"psrc",
"pn"
],
"args_type": [
"void *",
"const void *",
"int"
],
"fully_qualified": "memmove(void *, const void *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/cris/memmove.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/memmove.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/memmove.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/visium/memmove.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/malloc.c"
],
"name": "memmove",
"nb_args": 3,
"return_value": "void *",
"usage": 7
},
{
"args_name": [
"pdst",
"c",
"plen"
],
"args_type": [
"void *",
"int",
"unsigned int"
],
"fully_qualified": "memset(void *, int, unsigned int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/cris/memset.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/memset.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/memset.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/visium/memset.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/visium/memset.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/internal_statvfs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/arm/syscalls.c"
],
"name": "memset",
"nb_args": 3,
"return_value": "void *",
"usage": 10
},
{
"args_name": [
"buf",
"val"
],
"args_type": [
"jmp_buf",
"int"
],
"fully_qualified": "longjmp(struct __jmp_buf_tag *, int)",
"headers": [
"<setjmp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/cris/setjmp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/setjmp.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/machine/setjmp-dj.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/ptlongjmp.c"
],
"name": "longjmp",
"nb_args": 2,
"return_value": "void",
"usage": 4
},
{
"args_name": [
"pdst",
"psrc",
"pn"
],
"args_type": [
"void *",
"const void *",
"int"
],
"fully_qualified": "memcpy(void *, const void *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/cris/memcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/memcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/memcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/arm/aeabi_memcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/visium/memcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/visium/memcpy.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/riscv/memcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/malloc.c"
],
"name": "memcpy",
"nb_args": 3,
"return_value": "void *",
"usage": 10
},
{
"args_name": [
"__how",
"__a",
"__b"
],
"args_type": [
"int",
"const sigset_t *",
"sigset_t *"
],
"fully_qualified": "sigprocmask(int, const sigset_t *, sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/cris/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/signal.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "sigprocmask",
"nb_args": 3,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"arg_int",
"arg_int"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "kill(int, int)",
"headers": [
"<sys/types.h>",
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/cris/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/kill.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/signal.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c"
],
"name": "kill",
"nb_args": 2,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"name"
],
"args_type": [
"const char *"
],
"fully_qualified": "getenv(const char *)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/crx/getenv.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/cr16/getenv.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/getenv.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/exec.c"
],
"name": "getenv",
"nb_args": 1,
"return_value": "char *",
"usage": 5
},
{
"args_name": [
"str"
],
"args_type": [
"const char *"
],
"fully_qualified": "strlen(const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/strlen.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strlen.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/m68k/strlen.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/riscv/strlen.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/arm/syscalls.c"
],
"name": "strlen",
"nb_args": 1,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"start",
"c",
"len"
],
"args_type": [
"const void *",
"int",
"int"
],
"fully_qualified": "memchr(const void *, int, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/memchr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "memchr",
"nb_args": 3,
"return_value": "void *",
"usage": 2
},
{
"args_name": [
"s1",
"s2",
"len"
],
"args_type": [
"const void *",
"const void *",
"int"
],
"fully_qualified": "memcmp(const void *, const void *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/memcmp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/memcmp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "memcmp",
"nb_args": 3,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"s",
"c"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "strchr(const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/strchr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strchr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strchr",
"nb_args": 2,
"return_value": "char *",
"usage": 3
},
{
"args_name": [
"dest",
"src"
],
"args_type": [
"char *",
"const char *"
],
"fully_qualified": "strcpy(char *, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/strcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/arm/strcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/m68k/strcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/riscv/strcpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strcpy",
"nb_args": 2,
"return_value": "char *",
"usage": 6
},
{
"args_name": [
"s1",
"s2"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "strcmp(const char *, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xscale/strcmp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strcmp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strcmp",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"dst0",
"src0",
"count"
],
"args_type": [
"char *",
"const char *",
"int"
],
"fully_qualified": "strncpy(char *, const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/mips/strncpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strncpy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strncpy",
"nb_args": 3,
"return_value": "char *",
"usage": 3
},
{
"args_name": [
"c",
"fp"
],
"args_type": [
"int",
"FILE *"
],
"fully_qualified": "ungetc(int, FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/ungetc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "ungetc",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"s",
"c"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "strrchr(const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strrchr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strrchr",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"s1",
"s2"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "strspn(const char *, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strspn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strspn",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getchar()",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/getchar.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "getchar",
"nb_args": 0,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"dest",
"src",
"n"
],
"args_type": [
"char *",
"const char *",
"int"
],
"fully_qualified": "strncat(char *, const char *, int)",
"headers": [
"<string.h>",
"<time.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strncat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strncat",
"nb_args": 3,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"s1",
"s2"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "strcspn(const char *, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strcspn.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strcspn",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"s1",
"s2",
"n"
],
"args_type": [
"const char *",
"const char *",
"int"
],
"fully_qualified": "strncmp(const char *, const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strncmp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strncmp",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"dest",
"src",
"n"
],
"args_type": [
"char *restrict",
"const char *restrict",
"int"
],
"fully_qualified": "strxfrm(char *restrict, const char *restrict, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strxfrm.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strxfrm",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"useconds"
],
"args_type": [
"useconds_t"
],
"fully_qualified": "usleep(useconds_t)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/usleep.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/usleep.c"
],
"name": "usleep",
"nb_args": 1,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"dest",
"src"
],
"args_type": [
"char *restrict",
"const char *restrict"
],
"fully_qualified": "strcat(char *restrict, const char *restrict)",
"headers": [
"<string.h>",
"<time.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strcat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strcat",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"s1",
"s2"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "strpbrk(const char *, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/strpbrk.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strpbrk",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"seconds"
],
"args_type": [
"unsigned int"
],
"fully_qualified": "sleep(unsigned int)",
"headers": [
"<time.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sleep.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sleep.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/sleep.c"
],
"name": "sleep",
"nb_args": 1,
"return_value": "unsigned int",
"usage": 4
},
{
"args_name": [
"buf"
],
"args_type": [
"char *"
],
"fully_qualified": "gets(char *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/gets.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "gets",
"nb_args": 1,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"c",
"fp"
],
"args_type": [
"int",
"FILE *"
],
"fully_qualified": "fputc(int, FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/fputc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fputc",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_int",
"arg_conststructiovec",
"arg_int"
],
"args_type": [
"int",
"const struct iovec *",
"int"
],
"fully_qualified": "readv(int, const struct iovec *, int)",
"headers": [
"<sys/uio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/uio.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/uio.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/uio.h"
],
"name": "readv",
"nb_args": 3,
"return_value": "ssize_t",
"usage": 3
},
{
"args_name": [
"arg_int",
"arg_conststructiovec",
"arg_int"
],
"args_type": [
"int",
"const struct iovec *",
"int"
],
"fully_qualified": "writev(int, const struct iovec *, int)",
"headers": [
"<sys/uio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/uio.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/uio.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/uio.h"
],
"name": "writev",
"nb_args": 3,
"return_value": "ssize_t",
"usage": 3
},
{
"args_name": [
"arg_constchar",
"arg_conststructutimbuf"
],
"args_type": [
"const char *",
"const struct utimbuf *"
],
"fully_qualified": "utime(const char *, const struct utimbuf *)",
"headers": [
"<sys/types.h>",
"<utime.h>",
"<sys/time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/utime.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/utime.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/utime.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/utime2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/utime.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/utime.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/utime.h"
],
"name": "utime",
"nb_args": 2,
"return_value": "int",
"usage": 7
},
{
"args_name": [
"arg_constchar"
],
"args_type": [
"const char *"
],
"fully_qualified": "opendir(const char *)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/decstation/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/opendir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/opendir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sun4/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/dirent.h"
],
"name": "opendir",
"nb_args": 1,
"return_value": "DIR *",
"usage": 10
},
{
"args_name": [
"arg_DIR"
],
"args_type": [
"DIR *"
],
"fully_qualified": "closedir(DIR *)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/decstation/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/closedir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/closedir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sun4/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/dirent.h"
],
"name": "closedir",
"nb_args": 1,
"return_value": "int",
"usage": 10
},
{
"args_name": [
"arg_DIR"
],
"args_type": [
"DIR *"
],
"fully_qualified": "readdir(DIR *)",
"headers": [
"<dirent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/decstation/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/readdir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/readdir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sun4/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/dirent.h"
],
"name": "readdir",
"nb_args": 1,
"return_value": "struct dirent *",
"usage": 10
},
{
"args_name": [
"arg_DIRrestrict",
"arg_structdirentrestrict",
"arg_structdirentrestrict"
],
"args_type": [
"DIR *restrict",
"struct dirent *restrict",
"struct dirent **restrict"
],
"fully_qualified": "readdir_r(DIR *restrict, struct dirent *restrict, struct dirent **restrict)",
"headers": [
"<dirent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/decstation/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sun4/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/dirent.h"
],
"name": "readdir_r",
"nb_args": 3,
"return_value": "int",
"usage": 7
},
{
"args_name": [
"arg_DIR"
],
"args_type": [
"DIR *"
],
"fully_qualified": "rewinddir(DIR *)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/spu/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/decstation/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/rewinddir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/rewinddir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sun4/sys/dirent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/dirent.h"
],
"name": "rewinddir",
"nb_args": 1,
"return_value": "void",
"usage": 10
},
{
"args_name": [
"memorySize"
],
"args_type": [
"size_t"
],
"fully_qualified": "malloc()",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xstormy16/tiny-malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/nano-mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "malloc",
"nb_args": 0,
"return_value": "void *",
"usage": 8
},
{
"args_name": [
"arg_void"
],
"args_type": [
"void *"
],
"fully_qualified": "free(void *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xstormy16/tiny-malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/nano-mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/intl/bindtextdom.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "free",
"nb_args": 1,
"return_value": "void",
"usage": 10
},
{
"args_name": [
"arg_void",
"size_t"
],
"args_type": [
"void *",
"int"
],
"fully_qualified": "realloc(void *, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xstormy16/tiny-malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/nano-mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "realloc",
"nb_args": 2,
"return_value": "void *",
"usage": 9
},
{
"args_name": [
"alignment",
"size"
],
"args_type": [
"size_t",
"size_t"
],
"fully_qualified": "memalign(size_t, size_t)",
"headers": [
"<stdlib.h>",
"<malloc.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xstormy16/tiny-malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/nano-mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/malloc.h"
],
"name": "memalign",
"nb_args": 0,
"return_value": "void *",
"usage": 6
},
{
"args_name": [
"nmemb",
"size"
],
"args_type": [
"size_t",
"size_t"
],
"fully_qualified": "calloc(size_t, size_t)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/xstormy16/tiny-malloc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/nano-mallocr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/malloc.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "calloc",
"nb_args": 0,
"return_value": "void *",
"usage": 8
},
{
"args_name": [
"word"
],
"args_type": [
"int"
],
"fully_qualified": "ffs(int)",
"headers": [
"<strings.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/machine/riscv/ffs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/misc/ffs.c"
],
"name": "ffs",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getlogin()",
"headers": [
"<unistd.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/unix/getlogin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getlogin",
"nb_args": 0,
"return_value": "",
"usage": 3
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int"
],
"fully_qualified": "ttyname(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/unix/getlogin.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "ttyname",
"nb_args": 1,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"name"
],
"args_type": [
"const char *"
],
"fully_qualified": "getpwnam(const char *)",
"headers": [
"<sys/types.h>",
"<pwd.h>",
"<stdio.h>",
"<stdlib.h>",
"<unistd.h>",
"<errno.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/unix/getpwent.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/pwd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getpwnam",
"nb_args": 1,
"return_value": "struct passwd *",
"usage": 3
},
{
"args_name": [
"uid"
],
"args_type": [
"uid_t"
],
"fully_qualified": "getpwuid(uid_t)",
"headers": [
"<sys/types.h>",
"<pwd.h>",
"<stdio.h>",
"<stdlib.h>",
"<unistd.h>",
"<errno.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/unix/getpwent.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/pwd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getpwuid",
"nb_args": 1,
"return_value": "struct passwd *",
"usage": 3
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getpwent()",
"headers": [
"<sys/types.h>",
"<pwd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/unix/getpwent.c"
],
"name": "getpwent",
"nb_args": 0,
"return_value": "struct passwd *",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "setpwent()",
"headers": [
"<sys/types.h>",
"<pwd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/unix/getpwent.c"
],
"name": "setpwent",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "endpwent()",
"headers": [
"<sys/types.h>",
"<pwd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/unix/getpwent.c"
],
"name": "endpwent",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"ws",
"format",
"arg"
],
"args_type": [
"const wchar_t*",
"const wchar_t*",
"va_list"
],
"fully_qualified": "vswscanf(const wchar_t*,const wchar_t*,va_list)",
"headers": [
"<stdarg.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/vswscanf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "vswscanf",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"format",
"arg"
],
"args_type": [
"const wchar_t *",
"va_list"
],
"fully_qualified": "vwscanf(const wchar_t *, va_list)",
"headers": [
"<stdio.h>",
"<stdarg.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/vwscanf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "vwscanf",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"fmt",
"va_alist"
],
"args_type": [
"char *",
"int"
],
"fully_qualified": "scanf(char *, int)",
"headers": [
"<stdio.h>",
"<stdarg.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/scanf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "scanf",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"fmt",
"va_alist"
],
"args_type": [
"char *",
"int"
],
"fully_qualified": "iscanf(char *, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/iscanf.c"
],
"name": "iscanf",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fp",
"wchar_t"
],
"args_type": [
"FILE *restrict",
"const wchar_t*"
],
"fully_qualified": "fwscanf(FILE *restrict, const wchar_t*)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/fwscanf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "fwscanf",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"format",
"str"
],
"args_type": [
"const wchar_t*",
"char *"
],
"fully_qualified": "wscanf(const wchar_t*, char *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/wscanf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wscanf",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"fp",
"fmt",
"va_alist"
],
"args_type": [
"FILE *",
"char *",
"int"
],
"fully_qualified": "fscanf(FILE *, char *, int)",
"headers": [
"<stdio.h>",
"<stdarg.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/fscanf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fscanf",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"ws",
"format",
"str"
],
"args_type": [
"const wchar_t*",
"const wchar_t*",
"char*"
],
"fully_qualified": "swscanf(const wchar_t*, const wchar_t*, char*)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdio/swscanf.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "swscanf",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_int",
"arg_constchar"
],
"args_type": [
"int",
"const char *"
],
"fully_qualified": "setlocale(int, const char *)",
"headers": [
"<locale.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/locale.h"
],
"name": "setlocale",
"nb_args": 2,
"return_value": "char *",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "localeconv()",
"headers": [
"<locale.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/locale.h"
],
"name": "localeconv",
"nb_args": 0,
"return_value": "struct lconv *",
"usage": 1
},
{
"args_name": [
"nel"
],
"args_type": [
"size_t"
],
"fully_qualified": "hcreate(size_t nel)",
"headers": [
"<search.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h"
],
"name": "hcreate",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "hdestroy()",
"headers": [
"<search.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h"
],
"name": "hdestroy",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_ENTRY",
"arg_ACTION"
],
"args_type": [
"ENTRY",
"ACTION"
],
"fully_qualified": "hsearch(ENTRY, ACTION)",
"headers": [
"<search.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h"
],
"name": "hsearch",
"nb_args": 2,
"return_value": "ENTRY *",
"usage": 1
},
{
"args_name": [
"nel",
"htab"
],
"args_type": [
"size_t",
"struct hsearch_data *"
],
"fully_qualified": "hcreate_r(size_t nel, struct hsearch_data *htab)",
"headers": [
"<search.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/search/hcreate_r.c"
],
"name": "hcreate_r",
"nb_args": 0,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_structhsearchdata"
],
"args_type": [
"struct hsearch_data *"
],
"fully_qualified": "hdestroy_r(struct hsearch_data *)",
"headers": [
"<search.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/search/hcreate_r.c"
],
"name": "hdestroy_r",
"nb_args": 1,
"return_value": "void",
"usage": 2
},
{
"args_name": [
"arg_ENTRY",
"arg_ACTION",
"arg_ENTRY",
"arg_structhsearchdata"
],
"args_type": [
"ENTRY",
"ACTION",
"ENTRY **",
"struct hsearch_data *"
],
"fully_qualified": "hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *)",
"headers": [
"<search.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/search/hcreate_r.c"
],
"name": "hsearch_r",
"nb_args": 4,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_void",
"arg_voidvoid"
],
"args_type": [
"void *",
"void * (*)(void *)"
],
"fully_qualified": "tdestroy(void *, void * (*)(void *))",
"headers": [
"<search.h>",
"<stdlib.h>",
"<stdio.h>",
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h"
],
"name": "tdestroy",
"nb_args": 2,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_constvoid",
"arg_void",
"arg_comparfnt"
],
"args_type": [
"const void *",
"void **",
"__compar_fn_t"
],
"fully_qualified": "tfind(const void *, void **, __compar_fn_t)",
"headers": [
"<search.h>",
"<stdlib.h>",
"<stdio.h>",
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h"
],
"name": "tfind",
"nb_args": 3,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"arg_constvoid",
"arg_void",
"arg_comparfnt"
],
"args_type": [
"const void *",
"void **",
"__compar_fn_t"
],
"fully_qualified": "tsearch(const void *, void **, __compar_fn_t)",
"headers": [
"<search.h>",
"<stdlib.h>",
"<stdio.h>",
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/search.h"
],
"name": "tsearch",
"nb_args": 3,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"__jmpb"
],
"args_type": [
"jmp_buf"
],
"fully_qualified": "setjmp(long long *)",
"headers": [
"<setjmp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/setjmp.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/machine/setjmp-dj.h"
],
"name": "setjmp",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "clock()",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/time/clock.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "clock",
"nb_args": 0,
"return_value": "clock_t",
"usage": 3
},
{
"args_name": [
"_time2",
"_time1"
],
"args_type": [
"time_t",
"time_t"
],
"fully_qualified": "difftime(time_t, time_t)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "difftime",
"nb_args": 2,
"return_value": "double",
"usage": 2
},
{
"args_name": [
"_timeptr"
],
"args_type": [
"struct tm *"
],
"fully_qualified": "mktime(struct tm *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "mktime",
"nb_args": 1,
"return_value": "time_t",
"usage": 2
},
{
"args_name": [
"_timer"
],
"args_type": [
"time_t *"
],
"fully_qualified": "time(time_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/time.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/time.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/time.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/sleep.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/time.c"
],
"name": "time",
"nb_args": 1,
"return_value": "time_t",
"usage": 7
},
{
"args_name": [
"_tblock"
],
"args_type": [
"const struct tm *"
],
"fully_qualified": "asctime(const struct tm *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "asctime",
"nb_args": 1,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"_time"
],
"args_type": [
"const time_t *"
],
"fully_qualified": "ctime(const time_t *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "ctime",
"nb_args": 1,
"return_value": "void",
"usage": 2
},
{
"args_name": [
"_timer"
],
"args_type": [
"const time_t *"
],
"fully_qualified": "gmtime(const time_t *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "gmtime",
"nb_args": 1,
"return_value": "struct tm *",
"usage": 2
},
{
"args_name": [
"_timer"
],
"args_type": [
"const time_t *"
],
"fully_qualified": "localtime(const time_t *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "localtime",
"nb_args": 1,
"return_value": "struct tm *",
"usage": 2
},
{
"args_name": [
"s",
"maxsize",
"fmt",
"t"
],
"args_type": [
"char *restrict",
"size_t",
"char *",
"const struct tm *restrict"
],
"fully_qualified": "strftime(char *restrict, size_t, const char *restrict, const struct tm *restrict)",
"headers": [
"<time.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "strftime",
"nb_args": 4,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_conststructtmrestrict",
"arg_charrestrict"
],
"args_type": [
"const struct tm *restrict",
"char *restrict"
],
"fully_qualified": "asctime_r(const struct tm *restrict, char *restrict)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "asctime_r",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"arg_consttimet",
"arg_char"
],
"args_type": [
"const time_t *",
"char *"
],
"fully_qualified": "ctime_r(const time_t *, char *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "ctime_r",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"arg_consttimetrestrict",
"arg_structtmrestrict"
],
"args_type": [
"const time_t *restrict",
"struct tm *restrict"
],
"fully_qualified": "gmtime_r(const time_t *restrict, struct tm *restrict)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "gmtime_r",
"nb_args": 2,
"return_value": "struct tm *",
"usage": 2
},
{
"args_name": [
"arg_consttimetrestrict",
"arg_structtmrestrict"
],
"args_type": [
"const time_t *restrict",
"struct tm *restrict"
],
"fully_qualified": "localtime_r(const time_t *restrict, struct tm *restrict)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "localtime_r",
"nb_args": 2,
"return_value": "struct tm *",
"usage": 2
},
{
"args_name": [
"arg_constchar",
"arg_constchar"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "iconv_open(const char *, const char *)",
"headers": [
"<iconv.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/iconv.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/iconv/iconv_open.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/iconv/iconv.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/iconv.h"
],
"name": "iconv_open",
"nb_args": 2,
"return_value": "iconv_t",
"usage": 4
},
{
"args_name": [
"arg_iconvt",
"arg_charrestrict",
"arg_intrestrict",
"arg_charrestrict",
"arg_intrestrict"
],
"args_type": [
"iconv_t",
"char **",
"size_t *",
"char **",
"size_t *"
],
"fully_qualified": "iconv(iconv_t, char **, size_t *, char **, size_t *)",
"headers": [
"<iconv.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/iconv.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/iconv/iconv.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/iconv/iconv.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/iconv.h"
],
"name": "iconv",
"nb_args": 5,
"return_value": "size_t",
"usage": 4
},
{
"args_name": [
"arg_iconvt"
],
"args_type": [
"iconv_t"
],
"fully_qualified": "iconv_close(iconv_t)",
"headers": [
"<iconv.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/iconv.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/iconv/iconv_close.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/iconv/iconv.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/iconv.h"
],
"name": "iconv_close",
"nb_args": 1,
"return_value": "int",
"usage": 4
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "tmpfile()",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "tmpfile",
"nb_args": 0,
"return_value": "FILE *",
"usage": 1
},
{
"args_name": [
"arg_char"
],
"args_type": [
"char *"
],
"fully_qualified": "tmpnam(char *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "tmpnam",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "fclose(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fclose",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "fflush(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fflush",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constcharrestrict",
"arg_constcharrestrict",
"arg_FILErestrict"
],
"args_type": [
"const char *restrict",
"const char *restrict",
"FILE *restrict"
],
"fully_qualified": "freopen(const char *restrict, const char *restrict, FILE *restrict)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "freopen",
"nb_args": 3,
"return_value": "FILE *",
"usage": 1
},
{
"args_name": [
"arg_FILErestrict",
"arg_charrestrict"
],
"args_type": [
"FILE *restrict",
"char *restrict"
],
"fully_qualified": "setbuf(FILE *restrict, char *restrict)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "setbuf",
"nb_args": 2,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_FILErestrict",
"arg_charrestrict",
"arg_int",
"size_t"
],
"args_type": [
"FILE *restrict",
"char *restrict",
"int",
"int"
],
"fully_qualified": "setvbuf(FILE *restrict, char *restrict, int, int)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "setvbuf",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILErestrict",
"fmt"
],
"args_type": [
"FILE *",
"const char *"
],
"fully_qualified": "fprintf(FILE *, const char *, ...)",
"headers": [
"<stdio.h>",
"<stdarg.h>",
"<math.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fprintf",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fmt",
"str"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "printf(const char *, const char *)",
"headers": [
"<stdio.h>",
"<stdarg.h>",
"<math.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "printf",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"str",
"fmt",
"str2"
],
"args_type": [
"const char *",
"const char *",
"const char *"
],
"fully_qualified": "sscanf(const char *, const char *, const char *)",
"headers": [
"<stdio.h>",
"<stdarg.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "sscanf",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"str",
"fmt",
"arg"
],
"args_type": [
"char *",
"const char *",
"va_list"
],
"fully_qualified": "vsprintf(char *, const char *, va_list)",
"headers": [
"<stdio.h>",
"<stdarg.h>",
"<math.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "vsprintf",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "fgetc(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fgetc",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_charrestrict",
"arg_int",
"arg_FILErestrict"
],
"args_type": [
"char *restrict",
"int",
"FILE *restrict"
],
"fully_qualified": "fgets(char *restrict, int, FILE *restrict)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fgets",
"nb_args": 3,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_constcharrestrict",
"arg_FILErestrict"
],
"args_type": [
"const char *restrict",
"FILE *restrict"
],
"fully_qualified": "fputs(const char *restrict, FILE *restrict)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fputs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "getc(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "getc",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_FILE"
],
"args_type": [
"int",
"FILE *"
],
"fully_qualified": "putc(int, FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "putc",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_voidrestrict",
"_size",
"_n",
"arg_FILErestrict"
],
"args_type": [
"void *restrict",
"int",
"int",
"FILE *restrict"
],
"fully_qualified": "fread(void *restrict, int, int, FILE *restrict)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fread",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_const",
"_size",
"_n",
"arg_FILE"
],
"args_type": [
"const void *",
"int",
"int",
"FILE *"
],
"fully_qualified": "fwrite(const void *, int, int, FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fwrite",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILErestrict",
"arg_fpostrestrict"
],
"args_type": [
"FILE *restrict",
"fpos_t *restrict"
],
"fully_qualified": "fgetpos(FILE *restrict, fpos_t *restrict)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fgetpos",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE",
"arg_long",
"arg_int"
],
"args_type": [
"FILE *",
"long",
"int"
],
"fully_qualified": "fseek(FILE *, long, int)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fseek",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE",
"arg_constfpost"
],
"args_type": [
"FILE *",
"const fpos_t *"
],
"fully_qualified": "fsetpos(FILE *, const fpos_t *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fsetpos",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "ftell(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "ftell",
"nb_args": 1,
"return_value": "long",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "rewind(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "rewind",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "clearerr(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "clearerr",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "feof(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "feof",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "ferror(FILE *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "ferror",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constchar"
],
"args_type": [
"const char *"
],
"fully_qualified": "perror(const char *)",
"headers": [
"<stdio.h>",
"<errno.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "perror",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"_name",
"_type"
],
"args_type": [
"const char *restrict",
"const char *restrict"
],
"fully_qualified": "fopen(const char *restrict, const char *restrict)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fopen",
"nb_args": 2,
"return_value": "FILE *",
"usage": 1
},
{
"args_name": [
"str",
"fmt",
"str2"
],
"args_type": [
"char *",
"const char *",
"const char *"
],
"fully_qualified": "sprintf(char *, const char *, const char*)",
"headers": [
"<stdio.h>",
"<stdarg.h>",
"<math.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "sprintf",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constchar"
],
"args_type": [
"const char *"
],
"fully_qualified": "remove(const char *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "remove",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constchar",
"arg_constchar"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "rename(const char *, const char *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/rename.c"
],
"name": "rename",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"FILE *"
],
"fully_qualified": "fpurge(FILE *)",
"headers": [
"<stdio.h>",
"<stdio_ext.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdio.h"
],
"name": "fpurge",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_char"
],
"args_type": [
"char *"
],
"fully_qualified": "dirname(char *)",
"headers": [
"<libgen.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/libgen.h"
],
"name": "dirname",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_gidt"
],
"args_type": [
"gid_t"
],
"fully_qualified": "getgrgid(gid_t)",
"headers": [
"<sys/types.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/grp.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c"
],
"name": "getgrgid",
"nb_args": 1,
"return_value": "struct group *",
"usage": 2
},
{
"args_name": [
"arg_constchar"
],
"args_type": [
"const char *"
],
"fully_qualified": "getgrnam(const char *)",
"headers": [
"<sys/types.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/grp.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c"
],
"name": "getgrnam",
"nb_args": 1,
"return_value": "struct group *",
"usage": 2
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswalpha(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswalpha",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswalnum(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswalnum",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswcntrl(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswcntrl",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"desc"
],
"args_type": [
"wint_t",
"wctype_t"
],
"fully_qualified": "iswctype(wint_t, wctype_t)",
"headers": [
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswctype",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswdigit(wint_t c)",
"headers": [
"<stdio.h>",
"<wchar.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswdigit",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswgraph(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswgraph",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswlower(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswlower",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswprint(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswprint",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswpunct(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswpunct",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
""
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswspace(c)",
"headers": [
"<stdio.h>",
"<wctype.h>",
"<wchar.h>",
"<locale.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswspace",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswupper(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswupper",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "iswxdigit(wint_t)",
"headers": [
"<stdio.h>",
"<wchar.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "iswxdigit",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"desc"
],
"args_type": [
"wint_t",
"wctrans_t"
],
"fully_qualified": "towctrans(wint_t, wctrans_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "towctrans",
"nb_args": 0,
"return_value": "wint_t",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "towupper(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "towupper",
"nb_args": 0,
"return_value": "wint_t",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "towlower(wint_t)",
"headers": [
"<stdio.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "towlower",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constchar"
],
"args_type": [
"const char *"
],
"fully_qualified": "wctrans(const char *)",
"headers": [
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "wctrans",
"nb_args": 1,
"return_value": "wctrans_t",
"usage": 1
},
{
"args_name": [
"arg_constchar"
],
"args_type": [
"const char *"
],
"fully_qualified": "wctype(const char *)",
"headers": [
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wctype.h"
],
"name": "wctype",
"nb_args": 1,
"return_value": "wctype_t",
"usage": 1
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int"
],
"fully_qualified": "btowc(int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/btowc.c"
],
"name": "btowc",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"wc"
],
"args_type": [
"wint_t"
],
"fully_qualified": "wctob(wint_t)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/wctob.c"
],
"name": "wctob",
"nb_args": 0,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_constcharrestrict",
"size_t",
"arg_mbstatetrestrict"
],
"args_type": [
"const char *restrict",
"int",
"mbstate_t *restrict"
],
"fully_qualified": "mbrlen(const char *restrict, int, mbstate_t *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mbrlen.c"
],
"name": "mbrlen",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_intrestrict",
"arg_constcharrestrict",
"size_t",
"arg_mbstatetrestrict"
],
"args_type": [
"int *restrict",
"const char *restrict",
"int",
"mbstate_t *restrict"
],
"fully_qualified": "mbrtowc(int *restrict, const char *restrict, int, mbstate_t *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "mbrtowc",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constmbstatet"
],
"args_type": [
"const mbstate_t *"
],
"fully_qualified": "mbsinit(const mbstate_t *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/mbsinit.c"
],
"name": "mbsinit",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_intrestrict",
"arg_constcharrestrict",
"size_t",
"arg_int",
"arg_mbstatetrestrict"
],
"args_type": [
"int *restrict",
"const char **restrict",
"int",
"int",
"mbstate_t *restrict"
],
"fully_qualified": "mbsnrtowcs(int *restrict, const char **restrict, int, int, mbstate_t *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "mbsnrtowcs",
"nb_args": 5,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constcharrestrict",
"size_t",
"arg_mbstatetrestrict"
],
"args_type": [
"int *restrict",
"const char **restrict",
"int",
"mbstate_t *restrict"
],
"fully_qualified": "mbsrtowcs(int *restrict, const char **restrict, int, mbstate_t *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "mbsrtowcs",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_charrestrict",
"wchar_t",
"arg_mbstatetrestrict"
],
"args_type": [
"char *restrict",
"int",
"mbstate_t *restrict"
],
"fully_qualified": "wcrtomb(char *restrict, int, mbstate_t *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcrtomb",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_charrestrict",
"arg_constintrestrict",
"size_t",
"arg_int",
"arg_mbstatetrestrict"
],
"args_type": [
"char *restrict",
"const int **restrict",
"int",
"int",
"mbstate_t *restrict"
],
"fully_qualified": "wcsnrtombs(char *restrict, const int **restrict, int, int, mbstate_t *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsnrtombs",
"nb_args": 5,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_charrestrict",
"arg_constintrestrict",
"size_t",
"arg_mbstatetrestrict"
],
"args_type": [
"char *restrict",
"const int **restrict",
"int",
"mbstate_t *restrict"
],
"fully_qualified": "wcsrtombs(char *restrict, const int **restrict, int, mbstate_t *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsrtombs",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint"
],
"args_type": [
"const int *",
"const int *"
],
"fully_qualified": "wcscasecmp(const int *, const int *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcscasecmp",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict"
],
"args_type": [
"int *restrict",
"const int *restrict"
],
"fully_qualified": "wcscat(int *restrict, const int *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcscat",
"nb_args": 2,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint",
"wchar_t"
],
"args_type": [
"const int *",
"int"
],
"fully_qualified": "wcschr(const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcschr",
"nb_args": 2,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint"
],
"args_type": [
"const int *",
"const int *"
],
"fully_qualified": "wcscmp(const int *, const int *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcscmp",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint"
],
"args_type": [
"const int *",
"const int *"
],
"fully_qualified": "wcscoll(const int *, const int *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcscoll",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict"
],
"args_type": [
"int *restrict",
"const int *restrict"
],
"fully_qualified": "wcscpy(int *restrict, const int *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcscpy",
"nb_args": 2,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict"
],
"args_type": [
"int *restrict",
"const int *restrict"
],
"fully_qualified": "wcpcpy(int *restrict, const int *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcpcpy",
"nb_args": 2,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint"
],
"args_type": [
"const int *"
],
"fully_qualified": "wcsdup(const int *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/wcsdup.c"
],
"name": "wcsdup",
"nb_args": 1,
"return_value": "int *",
"usage": 2
},
{
"args_name": [
"arg_constint",
"arg_constint"
],
"args_type": [
"const int *",
"const int *"
],
"fully_qualified": "wcscspn(const int *, const int *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcscspn",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"size_t",
"arg_constintrestrict",
"arg_conststructtmrestrict"
],
"args_type": [
"int *restrict",
"int",
"const int *restrict",
"const struct tm *restrict"
],
"fully_qualified": "wcsftime(int *restrict, int, const int *restrict, const struct tm *restrict)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsftime",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_constint",
"size_t"
],
"args_type": [
"int *",
"const int *",
"int"
],
"fully_qualified": "wcslcat(int *, const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcslcat",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_constint",
"size_t"
],
"args_type": [
"int *",
"const int *",
"int"
],
"fully_qualified": "wcslcpy(int *, const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcslcpy",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constint"
],
"args_type": [
"const int *"
],
"fully_qualified": "wcslen(const int *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcslen",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict",
"size_t"
],
"args_type": [
"int *restrict",
"const int *restrict",
"int"
],
"fully_qualified": "wcsncat(int *restrict, const int *restrict, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsncat",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint",
"size_t"
],
"args_type": [
"const int *",
"const int *",
"int"
],
"fully_qualified": "wcsncmp(const int *, const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsncmp",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict",
"size_t"
],
"args_type": [
"int *restrict",
"const int *restrict",
"int"
],
"fully_qualified": "wcsncpy(int *restrict, const int *restrict, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsncpy",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict",
"size_t"
],
"args_type": [
"int *restrict",
"const int *restrict",
"int"
],
"fully_qualified": "wcpncpy(int *restrict, const int *restrict, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcpncpy",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint",
"size_t"
],
"args_type": [
"const int *",
"int"
],
"fully_qualified": "wcsnlen(const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsnlen",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint"
],
"args_type": [
"const int *",
"const int *"
],
"fully_qualified": "wcspbrk(const int *, const int *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcspbrk",
"nb_args": 2,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint",
"wchar_t"
],
"args_type": [
"const int *",
"int"
],
"fully_qualified": "wcsrchr(const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsrchr",
"nb_args": 2,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint"
],
"args_type": [
"const int *",
"const int *"
],
"fully_qualified": "wcsspn(const int *, const int *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsspn",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_constintrestrict"
],
"args_type": [
"const int *restrict",
"const int *restrict"
],
"fully_qualified": "wcsstr(const int *restrict, const int *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsstr",
"nb_args": 2,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict",
"arg_intrestrict"
],
"args_type": [
"int *restrict",
"const int *restrict",
"int **restrict"
],
"fully_qualified": "wcstok(int *restrict, const int *restrict, int **restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcstok",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict"
],
"args_type": [
"const int *restrict",
"int **restrict"
],
"fully_qualified": "wcstod(const int *restrict, int **restrict)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcstod",
"nb_args": 2,
"return_value": "double",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict"
],
"args_type": [
"const int *restrict",
"int **restrict"
],
"fully_qualified": "wcstof(const int *restrict, int **restrict)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcstof",
"nb_args": 2,
"return_value": "float",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict",
"size_t"
],
"args_type": [
"int *restrict",
"const int *restrict",
"int"
],
"fully_qualified": "wcsxfrm(int *restrict, const int *restrict, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcsxfrm",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint",
"arg_localet"
],
"args_type": [
"const int *",
"const int *",
"locale_t"
],
"fully_qualified": "wcscoll_l(const int *, const int *, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/wcscoll_l.c"
],
"name": "wcscoll_l",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict",
"size_t",
"arg_localet"
],
"args_type": [
"int *restrict",
"const int *restrict",
"int",
"locale_t"
],
"fully_qualified": "wcsxfrm_l(int *restrict, const int *restrict, int, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/wcsxfrm_l.c"
],
"name": "wcsxfrm_l",
"nb_args": 4,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_constint",
"wchar_t",
"size_t"
],
"args_type": [
"const int *",
"int",
"int"
],
"fully_qualified": "wmemchr(const int *, int, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wmemchr",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_constint",
"size_t"
],
"args_type": [
"const int *",
"const int *",
"int"
],
"fully_qualified": "wmemcmp(const int *, const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wmemcmp",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constintrestrict",
"size_t"
],
"args_type": [
"int *restrict",
"const int *restrict",
"int"
],
"fully_qualified": "wmemcpy(int *restrict, const int *restrict, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wmemcpy",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_constint",
"size_t"
],
"args_type": [
"int *",
"const int *",
"int"
],
"fully_qualified": "wmemmove(int *, const int *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wmemmove",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_int",
"wchar_t",
"size_t"
],
"args_type": [
"int *",
"int",
"int"
],
"fully_qualified": "wmemset(int *, int, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wmemset",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict",
"arg_int"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int"
],
"fully_qualified": "wcstol(const int *restrict, int **restrict, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcstol",
"nb_args": 3,
"return_value": "long",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict",
"arg_int"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int"
],
"fully_qualified": "wcstoll(const int *restrict, int **restrict, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcstoll",
"nb_args": 3,
"return_value": "long long",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict",
"arg_int"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int"
],
"fully_qualified": "wcstoul(const int *restrict, int **restrict, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcstoul",
"nb_args": 3,
"return_value": "unsigned long",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict",
"arg_int"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int"
],
"fully_qualified": "wcstoull(const int *restrict, int **restrict, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wcstoull",
"nb_args": 3,
"return_value": "unsigned long long",
"usage": 1
},
{
"args_name": [
"arg_constint",
"arg_int"
],
"args_type": [
"const int *",
"int **"
],
"fully_qualified": "wcstold(const int *, int **)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/wcstold.c"
],
"name": "wcstold",
"nb_args": 2,
"return_value": "long double",
"usage": 2
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"__FILE *"
],
"fully_qualified": "fgetwc(__FILE *)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "fgetwc",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_int",
"arg_FILErestrict"
],
"args_type": [
"int *restrict",
"int",
"__FILE *restrict"
],
"fully_qualified": "fgetws(int *restrict, int, __FILE *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "fgetws",
"nb_args": 3,
"return_value": "int *",
"usage": 1
},
{
"args_name": [
"wc",
"stream"
],
"args_type": [
"wchar_t",
"FILE *"
],
"fully_qualified": "fputwc(wchar_t, FILE *)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "fputwc",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict",
"arg_FILErestrict"
],
"args_type": [
"const int *restrict",
"__FILE *restrict"
],
"fully_qualified": "fputws(const int *restrict, __FILE *restrict)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "fputws",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE",
"arg_int"
],
"args_type": [
"__FILE *",
"int"
],
"fully_qualified": "fwide(__FILE *, int)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "fwide",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILE"
],
"args_type": [
"__FILE *"
],
"fully_qualified": "getwc(__FILE *)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "getwc",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getwchar()",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "getwchar",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"wc"
],
"args_type": [
"wchar_t"
],
"fully_qualified": "putwchar(wchar_t)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "putwchar",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"wc",
"arg_FILE"
],
"args_type": [
"int",
"__FILE *"
],
"fully_qualified": "ungetwc(int, __FILE *)",
"headers": [
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "ungetwc",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_int"
],
"args_type": [
"wchar_t **",
"size_t *"
],
"fully_qualified": "open_wmemstream(wchar_t **, size_t *)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "open_wmemstream",
"nb_args": 2,
"return_value": "__FILE *",
"usage": 1
},
{
"args_name": [
"arg_FILErestrict",
"arg_constintrestrict"
],
"args_type": [
"__FILE *restrict",
"const int *restrict"
],
"fully_qualified": "fwprintf(__FILE *restrict, const int *restrict, ...)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "fwprintf",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"size_t",
"arg_constintrestrict"
],
"args_type": [
"int *restrict",
"int",
"const int *restrict"
],
"fully_qualified": "swprintf(int *restrict, int, const int *restrict, ...)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "swprintf",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILErestrict",
"arg_constintrestrict",
"arg"
],
"args_type": [
"__FILE *restrict",
"const int *restrict",
"va_list"
],
"fully_qualified": "vfwprintf(__FILE *restrict, const int *restrict, va_list)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "vfwprintf",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"size_t",
"arg_constintrestrict",
"arg"
],
"args_type": [
"int *restrict",
"int",
"const int *restrict",
"va_list"
],
"fully_qualified": "vswprintf(int *restrict, int, const int *restrict, va_list)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "vswprintf",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"format",
"arg"
],
"args_type": [
"const wchar_t *restrict",
"va_list"
],
"fully_qualified": "vwprintf(const wchar_t *restrict, va_list)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "vwprintf",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constintrestrict"
],
"args_type": [
"const int *restrict"
],
"fully_qualified": "wprintf(const int *restrict, ...)",
"headers": [
"<stdio.h>",
"<wchar.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "wprintf",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_FILErestrict",
"arg_constintrestrict",
"arg"
],
"args_type": [
"__FILE *restrict",
"const int *restrict",
"va_list"
],
"fully_qualified": "vfwscanf(__FILE *restrict, const int *restrict, va_list)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/wchar.h"
],
"name": "vfwscanf",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "isalnum(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isalnum",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "isalpha(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isalpha",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "iscntrl(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "iscntrl",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "isdigit(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isdigit",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "isgraph(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isgraph",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "islower(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "islower",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "isprint(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isprint",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "ispunct(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "ispunct",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "isspace(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isspace",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "isupper(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isupper",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c"
],
"args_type": [
"wint_t"
],
"fully_qualified": "isxdigit(wint_t)",
"headers": [
"<stdio.h>",
"<wchar.h>",
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "isxdigit",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "tolower(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "tolower",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__c"
],
"args_type": [
"int"
],
"fully_qualified": "toupper(int)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/ctype.h"
],
"name": "toupper",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"envz",
"envz_len",
"name"
],
"args_type": [
"const char *",
"int",
"const char *"
],
"fully_qualified": "envz_entry(const char *, int, const char *)",
"headers": [
"<envz.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/envz.h"
],
"name": "envz_entry",
"nb_args": 3,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"envz",
"envz_len",
"name"
],
"args_type": [
"const char *",
"int",
"const char *"
],
"fully_qualified": "envz_get(const char *, int, const char *)",
"headers": [
"<envz.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/envz.h"
],
"name": "envz_get",
"nb_args": 3,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"envz",
"envz_len",
"name",
"value"
],
"args_type": [
"char **",
"size_t *",
"const char *",
"const char *"
],
"fully_qualified": "envz_add(char **, size_t *, const char *, const char *)",
"headers": [
"<envz.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/envz.h"
],
"name": "envz_add",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"envz",
"envz_len",
"envz2",
"envz2_len",
"override"
],
"args_type": [
"char **",
"size_t *",
"const char *",
"size_t",
"int"
],
"fully_qualified": "envz_merge(char **, size_t *, const char *, size_t, int)",
"headers": [
"<envz.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/envz.h"
],
"name": "envz_merge",
"nb_args": 5,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"envz",
"envz_len",
"name"
],
"args_type": [
"char **",
"size_t *",
"const char *"
],
"fully_qualified": "envz_remove(char **, size_t *, const char *)",
"headers": [
"<envz.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/envz.h"
],
"name": "envz_remove",
"nb_args": 3,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"envz",
"envz_len"
],
"args_type": [
"char **",
"size_t *"
],
"fully_qualified": "envz_strip(char **, size_t *)",
"headers": [
"<envz.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/envz.h"
],
"name": "envz_strip",
"nb_args": 2,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"argv",
"argz",
"argz_len"
],
"args_type": [
"char *const []",
"char **",
"size_t *"
],
"fully_qualified": "argz_create(char *const *, char **, size_t *)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_create",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"string",
"sep",
"argz",
"argz_len"
],
"args_type": [
"const char *",
"int",
"char **",
"size_t *"
],
"fully_qualified": "argz_create_sep(const char *, int, char **, size_t *)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_create_sep",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "argz_count(const char *, int)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_count",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"argv"
],
"args_type": [
"char *",
"int",
"char **"
],
"fully_qualified": "argz_extract(char *, int, char **)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_extract",
"nb_args": 3,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"sep"
],
"args_type": [
"char *",
"int",
"int"
],
"fully_qualified": "argz_stringify(char *, int, int)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_stringify",
"nb_args": 3,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"str"
],
"args_type": [
"char **",
"size_t *",
"const char *"
],
"fully_qualified": "argz_add(char **, int *, const char *)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_add",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"str",
"sep"
],
"args_type": [
"char **",
"size_t *",
"const char *",
"int"
],
"fully_qualified": "argz_add_sep(char **, size_t *, const char *, int)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_add_sep",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"buf",
"buf_len"
],
"args_type": [
"char **",
"size_t *",
"const char *",
"size_t"
],
"fully_qualified": "argz_append(char **, size_t *, const char *, size_t)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_append",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"entry"
],
"args_type": [
"char **",
"size_t *",
"char *"
],
"fully_qualified": "argz_delete(char **, size_t *, char *)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_delete",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"before",
"entry"
],
"args_type": [
"char **",
"size_t *",
"char *",
"const char *"
],
"fully_qualified": "argz_insert(char **, size_t *, char *, const char *)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_insert",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"entry"
],
"args_type": [
"char *",
"int",
"const char *"
],
"fully_qualified": "argz_next(char *, int, const char *)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_next",
"nb_args": 3,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"argz",
"argz_len",
"str",
"with",
"replace_count"
],
"args_type": [
"char **",
"size_t *",
"const char *",
"const char *",
"unsigned int *"
],
"fully_qualified": "argz_replace(char **, size_t *, const char *, const char *, unsigned int *)",
"headers": [
"<argz.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/argz.h"
],
"name": "argz_replace",
"nb_args": 5,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int",
"_sig_func_ptr"
],
"args_type": [
"int",
"sighandler_t"
],
"fully_qualified": "signal(int, sighandler_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/signal.c"
],
"name": "signal",
"nb_args": 2,
"return_value": "sighandler_t",
"usage": 2
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int"
],
"fully_qualified": "raise(int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/signal.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/signals.c"
],
"name": "raise",
"nb_args": 1,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"arg_int",
"arg_constchar"
],
"args_type": [
"int",
"const char *"
],
"fully_qualified": "psignal(int, const char *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/signal.h"
],
"name": "psignal",
"nb_args": 2,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_regextrestrict",
"arg_constcharrestrict",
"arg_int"
],
"args_type": [
"regex_t *restrict",
"const char *restrict",
"int"
],
"fully_qualified": "regcomp(regex_t *restrict, const char *restrict, int)",
"headers": [
"<sys/types.h>",
"<regex.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/regex.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/posix/regcomp.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/regex.h"
],
"name": "regcomp",
"nb_args": 3,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"arg_int",
"arg_constregextrestrict",
"arg_charrestrict",
"size_t"
],
"args_type": [
"int",
"const regex_t *restrict",
"char *restrict",
"int"
],
"fully_qualified": "regerror(int, const regex_t *restrict, char *restrict, int)",
"headers": [
"<sys/types.h>",
"<regex.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/regex.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/regex.h"
],
"name": "regerror",
"nb_args": 4,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_constregextrestrict",
"arg_constcharrestrict",
"size_t",
"arg_regmatcht",
"arg_int"
],
"args_type": [
"const regex_t *restrict",
"const char *restrict",
"int",
"regmatch_t *",
"int"
],
"fully_qualified": "regexec(const regex_t *restrict, const char *restrict, int, regmatch_t *restrict, int)",
"headers": [
"<sys/types.h>",
"<regex.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/regex.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/regex.h"
],
"name": "regexec",
"nb_args": 5,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_regext"
],
"args_type": [
"regex_t *"
],
"fully_qualified": "regfree(regex_t *)",
"headers": [
"<sys/types.h>",
"<regex.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/regex.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/posix/regfree.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/regex.h"
],
"name": "regfree",
"nb_args": 1,
"return_value": "void",
"usage": 3
},
{
"args_name": [
"arg_nlitem"
],
"args_type": [
"nl_item"
],
"fully_qualified": "nl_langinfo(nl_item)",
"headers": [
"<langinfo.h>",
"<locale.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/langinfo.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/locale/nl_langinfo.c"
],
"name": "nl_langinfo",
"nb_args": 1,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"arg_globt"
],
"args_type": [
"glob_t *"
],
"fully_qualified": "globfree(glob_t *)",
"headers": [
"<glob.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/glob.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/posix/glob.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/glob.h"
],
"name": "globfree",
"nb_args": 1,
"return_value": "void",
"usage": 3
},
{
"args_name": [
"arg_constvoid",
"arg_void",
"arg_sizet"
],
"args_type": [
"const void *",
"void *",
"size_t"
],
"fully_qualified": "bcopy(const void *, void *, size_t)",
"headers": [
"<strings.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/strings.h"
],
"name": "bcopy",
"nb_args": 3,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_void",
"arg_sizet"
],
"args_type": [
"void *",
"size_t"
],
"fully_qualified": "bzero(void *, size_t)",
"headers": [
"<strings.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/strings.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/bzero.c"
],
"name": "bzero",
"nb_args": 2,
"return_value": "void",
"usage": 2
},
{
"args_name": [
"__argc",
"__argv",
"__optstring"
],
"args_type": [
"int",
"char *const []",
"const char *"
],
"fully_qualified": "getopt(int, char *const *, const char *)",
"headers": [
"<unistd.h>",
"<getopt.h>",
"<stdlib.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/getopt.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/getopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/getopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/unistd.h"
],
"name": "getopt",
"nb_args": 3,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"__argc",
"__argv",
"__shortopts",
"__longopts",
"__longind"
],
"args_type": [
"int",
"char *const []",
"const char *",
"const struct option *",
"int *"
],
"fully_qualified": "getopt_long(int, char *const *, const char *, const struct option *, int *)",
"headers": [
"<unistd.h>",
"<getopt.h>",
"<stdlib.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/getopt.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/getopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/getopt1.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/getopt.h"
],
"name": "getopt_long",
"nb_args": 5,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"__argc",
"__argv",
"__shortopts",
"__longopts",
"__longind"
],
"args_type": [
"int",
"char *const []",
"const char *",
"const struct option *",
"int *"
],
"fully_qualified": "getopt_long_only(int, char *const *, const char *, const struct option *, int *)",
"headers": [
"<unistd.h>",
"<getopt.h>",
"<stdlib.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/getopt.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/getopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/getopt1.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/getopt.h"
],
"name": "getopt_long_only",
"nb_args": 5,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"j"
],
"args_type": [
"intmax_t"
],
"fully_qualified": "imaxabs(intmax_t)",
"headers": [
"<stdlib.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/inttypes.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/imaxabs.c"
],
"name": "imaxabs",
"nb_args": 1,
"return_value": "intmax_t",
"usage": 2
},
{
"args_name": [
"numer",
"denomer"
],
"args_type": [
"intmax_t",
"intmax_t"
],
"fully_qualified": "imaxdiv(intmax_t, intmax_t)",
"headers": [
"<stdlib.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/inttypes.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/imaxdiv.c"
],
"name": "imaxdiv",
"nb_args": 2,
"return_value": "imaxdiv_t",
"usage": 2
},
{
"args_name": [
"arg_constcharrestrict",
"arg_charrestrict",
"arg_int"
],
"args_type": [
"const char *restrict",
"char **restrict",
"int"
],
"fully_qualified": "strtoimax(const char *restrict, char **restrict, int)",
"headers": [
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/inttypes.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/strtoimax.c"
],
"name": "strtoimax",
"nb_args": 3,
"return_value": "intmax_t",
"usage": 2
},
{
"args_name": [
"arg_constcharrestrict",
"arg_charrestrict",
"arg_int"
],
"args_type": [
"const char *restrict",
"char **restrict",
"int"
],
"fully_qualified": "strtoumax(const char *restrict, char **restrict, int)",
"headers": [
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/inttypes.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/strtoumax.c"
],
"name": "strtoumax",
"nb_args": 3,
"return_value": "uintmax_t",
"usage": 2
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict",
"arg_int"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int"
],
"fully_qualified": "wcstoimax(const int *restrict, int **restrict, int)",
"headers": [
"<stddef.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/inttypes.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/wcstoimax.c"
],
"name": "wcstoimax",
"nb_args": 3,
"return_value": "intmax_t",
"usage": 2
},
{
"args_name": [
"arg_constintrestrict",
"arg_intrestrict",
"arg_int"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int"
],
"fully_qualified": "wcstoumax(const int *restrict, int **restrict, int)",
"headers": [
"<stddef.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/inttypes.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/wcstoumax.c"
],
"name": "wcstoumax",
"nb_args": 3,
"return_value": "uintmax_t",
"usage": 2
},
{
"args_name": [
"arg_constchar",
"arg_constchar"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "strcoll(const char *, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strcoll",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int"
],
"fully_qualified": "strerror(int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strerror",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_constchar",
"arg_constchar"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "strstr(const char *, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strstr",
"nb_args": 2,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_charrestrict",
"arg_constcharrestrict"
],
"args_type": [
"char *restrict",
"const char *restrict"
],
"fully_qualified": "strtok(char *restrict, const char *restrict)",
"headers": [
"<string.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strtok",
"nb_args": 2,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_constchar",
"arg_constchar",
"arg_localet"
],
"args_type": [
"const char *",
"const char *",
"locale_t"
],
"fully_qualified": "strcoll_l(const char *, const char *, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/strcoll_l.c"
],
"name": "strcoll_l",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_int",
"arg_localet"
],
"args_type": [
"int",
"locale_t"
],
"fully_qualified": "strerror_l(int, locale_t)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/strerror.c"
],
"name": "strerror_l",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"arg_charrestrict",
"arg_constcharrestrict",
"size_t",
"arg_localet"
],
"args_type": [
"char *restrict",
"const char *restrict",
"int",
"locale_t"
],
"fully_qualified": "strxfrm_l(char *restrict, const char *restrict, int, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/strxfrm_l.c"
],
"name": "strxfrm_l",
"nb_args": 4,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_charrestrict",
"arg_constcharrestrict",
"arg_charrestrict"
],
"args_type": [
"char *restrict",
"const char *restrict",
"char **restrict"
],
"fully_qualified": "strtok_r(char *restrict, const char *restrict, char **restrict)",
"headers": [
"<string.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strtok_r",
"nb_args": 3,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_constvoid",
"arg_constvoid",
"size_t"
],
"args_type": [
"const void *",
"const void *",
"int"
],
"fully_qualified": "timingsafe_bcmp(const void *, const void *, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/timingsafe_bcmp.c"
],
"name": "timingsafe_bcmp",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_constvoid",
"arg_constvoid",
"size_t"
],
"args_type": [
"const void *",
"const void *",
"int"
],
"fully_qualified": "timingsafe_memcmp(const void *, const void *, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/timingsafe_memcmp.c"
],
"name": "timingsafe_memcmp",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_void",
"arg_const",
"arg_int",
"size_t"
],
"args_type": [
"void *",
"const void *",
"int",
"int"
],
"fully_qualified": "memccpy(void *, const void *, int, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "memccpy",
"nb_args": 4,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"arg_charrestrict",
"arg_constcharrestrict"
],
"args_type": [
"char *restrict",
"const char *restrict"
],
"fully_qualified": "stpcpy(char *restrict, const char *restrict)",
"headers": [
"<string.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "stpcpy",
"nb_args": 2,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_char",
"arg_const",
"arg_size"
],
"args_type": [
"char *",
"const char *",
"size_t"
],
"fully_qualified": "stpncpy(char *, const char *, size_t)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "stpncpy",
"nb_args": 3,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_constchar"
],
"args_type": [
"const char *"
],
"fully_qualified": "strdup(const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strdup",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_constchar",
"size_t"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "strndup(const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strndup",
"nb_args": 2,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_char",
"size_t"
],
"args_type": [
"int",
"char *",
"int"
],
"fully_qualified": "strerror_r(int, char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strerror_r",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_char",
"arg_constchar",
"size_t"
],
"args_type": [
"char *",
"const char *",
"int"
],
"fully_qualified": "strlcat(char *, const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strlcat",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_char",
"arg_constchar",
"size_t"
],
"args_type": [
"char *",
"const char *",
"int"
],
"fully_qualified": "strlcpy(char *, const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strlcpy",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constchar",
"size_t"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "strnlen(const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strnlen",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_char",
"arg_constchar"
],
"args_type": [
"char **",
"const char *"
],
"fully_qualified": "strsep(char **, const char *)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strsep",
"nb_args": 2,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_char"
],
"args_type": [
"char *"
],
"fully_qualified": "strlwr(char *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strlwr",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"arg_char"
],
"args_type": [
"char *"
],
"fully_qualified": "strupr(char *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h"
],
"name": "strupr",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"__signo"
],
"args_type": [
"int"
],
"fully_qualified": "strsignal(int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/string.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/strsignal.c"
],
"name": "strsignal",
"nb_args": 1,
"return_value": "char *",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "abort()",
"headers": [
"<stdlib.h>",
"<assert.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "abort",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int"
],
"fully_qualified": "abs(int)",
"headers": [
"<stdlib.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "abs",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__func"
],
"args_type": [
"void * (*)(void *)"
],
"fully_qualified": "atexit(void * (*)(void *))",
"headers": [
"<stdlib.h>",
"<stdio.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "atexit",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__nptr"
],
"args_type": [
"const char *"
],
"fully_qualified": "atof(const char *)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "atof",
"nb_args": 1,
"return_value": "double",
"usage": 1
},
{
"args_name": [
"__nptr"
],
"args_type": [
"const char *"
],
"fully_qualified": "atoi(const char *)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "atoi",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__nptr"
],
"args_type": [
"const char *"
],
"fully_qualified": "atol(const char *)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "atol",
"nb_args": 1,
"return_value": "long",
"usage": 1
},
{
"args_name": [
"__key",
"__base",
"__nmemb",
"__size",
"_compar"
],
"args_type": [
"const void *",
"const void *",
"int",
"int",
"__compar_fn_t"
],
"fully_qualified": "bsearch(const void *, const void *, int, int, __compar_fn_t)",
"headers": [
"<stdlib.h>",
"<stdio.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "bsearch",
"nb_args": 5,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"__numer",
"__denom"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "div(int, int)",
"headers": [
"<stdlib.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "div",
"nb_args": 2,
"return_value": "div_t",
"usage": 1
},
{
"args_name": [
"__status"
],
"args_type": [
"int"
],
"fully_qualified": "exit(int)",
"headers": [
"<unistd.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/exec.c"
],
"name": "exit",
"nb_args": 1,
"return_value": "void",
"usage": 2
},
{
"args_name": [
"arg_long"
],
"args_type": [
"long"
],
"fully_qualified": "labs(long)",
"headers": [
"<stdlib.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "labs",
"nb_args": 1,
"return_value": "long",
"usage": 1
},
{
"args_name": [
"__numer",
"__denom"
],
"args_type": [
"long",
"long"
],
"fully_qualified": "ldiv(long, long)",
"headers": [
"<stdlib.h>",
"<inttypes.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "ldiv",
"nb_args": 2,
"return_value": "ldiv_t",
"usage": 1
},
{
"args_name": [
"arg_constchar",
"size_t"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "mblen(const char *, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "mblen",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constcharrestrict",
"size_t"
],
"args_type": [
"int *restrict",
"const char *restrict",
"int"
],
"fully_qualified": "mbtowc(int *restrict, const char *restrict, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "mbtowc",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_char",
"wchar_t"
],
"args_type": [
"char *",
"int"
],
"fully_qualified": "wctomb(char *, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "wctomb",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_intrestrict",
"arg_constcharrestrict",
"size_t"
],
"args_type": [
"int *restrict",
"const char *restrict",
"int"
],
"fully_qualified": "mbstowcs(int *restrict, const char *restrict, int)",
"headers": [
"<stdlib.h>",
"<wctype.h>",
"<locale.h>",
"<wchar.h>",
"<stdio.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "mbstowcs",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_charrestrict",
"arg_constintrestrict",
"size_t"
],
"args_type": [
"char *restrict",
"const int *restrict",
"int"
],
"fully_qualified": "wcstombs(char *restrict, const int *restrict, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "wcstombs",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__base",
"__nmemb",
"__size",
"_compar"
],
"args_type": [
"void *",
"int",
"int",
"__compar_fn_t"
],
"fully_qualified": "qsort(void *, int, int, __compar_fn_t)",
"headers": [
"<stdlib.h>",
"<stdio.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "qsort",
"nb_args": 4,
"return_value": "void",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "rand()",
"headers": [
"<stdlib.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "rand",
"nb_args": 0,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"__seed"
],
"args_type": [
"unsigned int"
],
"fully_qualified": "srand(unsigned int)",
"headers": [
"<stdlib.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "srand",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"__n",
"__end_PTR"
],
"args_type": [
"const char *restrict",
"char **restrict"
],
"fully_qualified": "strtod(const char *restrict, char **restrict)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "strtod",
"nb_args": 2,
"return_value": "double",
"usage": 1
},
{
"args_name": [
"__n",
"__end_PTR",
"__base"
],
"args_type": [
"const char *restrict",
"char **restrict",
"int"
],
"fully_qualified": "strtol(const char *restrict, char **restrict, int)",
"headers": [
"<stdlib.h>",
"<limits.h>",
"<stdio.h>",
"<errno.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "strtol",
"nb_args": 3,
"return_value": "long",
"usage": 1
},
{
"args_name": [
"__n",
"__end_PTR",
"__base"
],
"args_type": [
"const char *restrict",
"char **restrict",
"int"
],
"fully_qualified": "strtoul(const char *restrict, char **restrict, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h"
],
"name": "strtoul",
"nb_args": 3,
"return_value": "unsigned long",
"usage": 1
},
{
"args_name": [
"__string"
],
"args_type": [
"const char *"
],
"fully_qualified": "system(const char *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/stdlib.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c"
],
"name": "system",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int *"
],
"fully_qualified": "wait(int *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/sys/wait.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/wait.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/wait.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/wait.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/wait.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c"
],
"name": "wait",
"nb_args": 1,
"return_value": "pid_t",
"usage": 7
},
{
"args_name": [
"arg_pidt",
"arg_int",
"arg_int"
],
"args_type": [
"pid_t",
"int *",
"int"
],
"fully_qualified": "waitpid(pid_t, int *, int)",
"headers": [
"<sys/types.h>",
"<sys/wait.h>",
"<stdlib.h>",
"<unistd.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/sys/wait.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/wait.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/wait.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/wait.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "waitpid",
"nb_args": 3,
"return_value": "pid_t",
"usage": 6
},
{
"args_name": [
"__n",
"__readfds",
"__writefds",
"__exceptfds",
"__timeout"
],
"args_type": [
"int",
"_types_fd_set *",
"_types_fd_set *",
"_types_fd_set *",
"struct timeval *"
],
"fully_qualified": "select(int, _types_fd_set *, _types_fd_set *, _types_fd_set *, struct timeval *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/include/sys/select.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/select.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/select.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/select.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/select.h"
],
"name": "select",
"nb_args": 5,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"file",
"flags",
"mode"
],
"args_type": [
"const char *",
"int",
"int"
],
"fully_qualified": "open(const char *, int, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/syscalls/sysopen.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/open.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/io.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/_default_fcntl.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "open",
"nb_args": 3,
"return_value": "int",
"usage": 7
},
{
"args_name": [
"haystack",
"needle",
"haystack_len"
],
"args_type": [
"const char *",
"const char *",
"int"
],
"fully_qualified": "strnstr(const char *, const char *, int)",
"headers": [
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/strnstr.c"
],
"name": "strnstr",
"nb_args": 3,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"i"
],
"args_type": [
"int"
],
"fully_qualified": "fls(int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/fls.c"
],
"name": "fls",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"i"
],
"args_type": [
"long long"
],
"fully_qualified": "flsll(long long)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/flsll.c"
],
"name": "flsll",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"s1",
"s2",
"n",
"locale"
],
"args_type": [
"const char *",
"const char *",
"int",
"struct __locale_t *"
],
"fully_qualified": "strncasecmp_l(const char *, const char *, int, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/strncasecmp_l.c"
],
"name": "strncasecmp_l",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"p",
"n"
],
"args_type": [
"void *",
"int"
],
"fully_qualified": "explicit_bzero(void *, int)",
"headers": [
"<strings.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/explicit_bzero.c"
],
"name": "explicit_bzero",
"nb_args": 2,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"i"
],
"args_type": [
"long"
],
"fully_qualified": "flsl(long)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/string/flsl.c"
],
"name": "flsl",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "arc4random()",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/arc4random.c"
],
"name": "arc4random",
"nb_args": 0,
"return_value": "uint32_t",
"usage": 1
},
{
"args_name": [
"buf",
"n"
],
"args_type": [
"void *",
"int"
],
"fully_qualified": "arc4random_buf(void *, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/arc4random.c"
],
"name": "arc4random_buf",
"nb_args": 2,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"optionp",
"tokens",
"valuep"
],
"args_type": [
"char **",
"char *const *",
"char **"
],
"fully_qualified": "getsubopt(char **, char *const *, char **)",
"headers": [
"<stdlib.h>",
"<assert.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/getsubopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "getsubopt",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"alignment",
"size"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "aligned_alloc(int, int)",
"headers": [
"<stdlib.h>",
"<malloc.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/aligned_alloc.c"
],
"name": "aligned_alloc",
"nb_args": 2,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"upper_bound"
],
"args_type": [
"int"
],
"fully_qualified": "arc4random_uniform(int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/arc4random_uniform.c"
],
"name": "arc4random_uniform",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"optr",
"nmemb",
"size"
],
"args_type": [
"void *",
"int",
"int"
],
"fully_qualified": "reallocarray(void *, int, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/reallocarray.c"
],
"name": "reallocarray",
"nb_args": 3,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"nptr",
"endptr",
"base",
"loc"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int",
"locale_t"
],
"fully_qualified": "wcstoimax_l(const int *restrict, int **restrict, int, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/wcstoimax.c"
],
"name": "wcstoimax_l",
"nb_args": 4,
"return_value": "intmax_t",
"usage": 1
},
{
"args_name": [
"nptr",
"endptr",
"base",
"loc"
],
"args_type": [
"const char *restrict",
"char **restrict",
"int",
"locale_t"
],
"fully_qualified": "strtoimax_l(const char *restrict, char **restrict, int, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/strtoimax.c"
],
"name": "strtoimax_l",
"nb_args": 4,
"return_value": "intmax_t",
"usage": 1
},
{
"args_name": [
"nptr",
"endptr",
"base",
"loc"
],
"args_type": [
"const char *restrict",
"char **restrict",
"int",
"locale_t"
],
"fully_qualified": "strtoumax_l(const char *restrict, char **restrict, int, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/strtoumax.c"
],
"name": "strtoumax_l",
"nb_args": 4,
"return_value": "uintmax_t",
"usage": 1
},
{
"args_name": [
"nptr",
"endptr",
"base",
"loc"
],
"args_type": [
"const int *restrict",
"int **restrict",
"int",
"locale_t"
],
"fully_qualified": "wcstoumax_l(const int *restrict, int **restrict, int, locale_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/wcstoumax.c"
],
"name": "wcstoumax_l",
"nb_args": 4,
"return_value": "uintmax_t",
"usage": 1
},
{
"args_name": [
"func"
],
"args_type": [
"void * (*)(void *)"
],
"fully_qualified": "at_quick_exit(void * (*)(void *))",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/quick_exit.c"
],
"name": "at_quick_exit",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"status"
],
"args_type": [
"int"
],
"fully_qualified": "quick_exit(int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/stdlib/quick_exit.c"
],
"name": "quick_exit",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"newloc"
],
"args_type": [
"struct __locale_t *"
],
"fully_qualified": "uselocale(struct __locale_t *)",
"headers": [
"<locale.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/locale/uselocale.c"
],
"name": "uselocale",
"nb_args": 1,
"return_value": "struct __locale_t *",
"usage": 1
},
{
"args_name": [
"locobj"
],
"args_type": [
"struct __locale_t *"
],
"fully_qualified": "duplocale(struct __locale_t *)",
"headers": [
"<locale.h>",
"<ctype.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/locale/duplocale.c"
],
"name": "duplocale",
"nb_args": 1,
"return_value": "struct __locale_t *",
"usage": 1
},
{
"args_name": [
"locobj"
],
"args_type": [
"struct __locale_t *"
],
"fully_qualified": "freelocale(struct __locale_t *)",
"headers": [
"<locale.h>",
"<stdio.h>",
"<stdlib.h>",
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/locale/freelocale.c"
],
"name": "freelocale",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"category_mask",
"locale",
"base"
],
"args_type": [
"int",
"const char *",
"struct __locale_t *"
],
"fully_qualified": "newlocale(int, const char *, struct __locale_t *)",
"headers": [
"<locale.h>",
"<stdio.h>",
"<stdlib.h>",
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/locale/newlocale.c"
],
"name": "newlocale",
"nb_args": 3,
"return_value": "struct __locale_t *",
"usage": 1
},
{
"args_name": [
"s",
"maxsize",
"format",
"tim_p",
"locale"
],
"args_type": [
"char *restrict",
"int",
"const char *restrict",
"const struct tm *restrict",
"struct __locale_t *"
],
"fully_qualified": "strftime_l(char *restrict, int, const char *restrict, const struct tm *restrict, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/time/strftime.c"
],
"name": "strftime_l",
"nb_args": 5,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"file",
"length"
],
"args_type": [
"int",
"off_t"
],
"fully_qualified": "ftruncate(int, off_t)",
"headers": [
"<unistd.h>",
"<sys/types.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sh/ftruncate.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/truncate.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "ftruncate",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "isatty(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sh/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnec810/misc.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/z8ksim/glue.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/w65/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/isatty.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/isatty.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/isatty.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/isatty.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c"
],
"name": "isatty",
"nb_args": 1,
"return_value": "int",
"usage": 10
},
{
"args_name": [
"path",
"length"
],
"args_type": [
"const char *",
"off_t"
],
"fully_qualified": "truncate(const char *, off_t)",
"headers": [
"<unistd.h>",
"<sys/types.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sh/truncate.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/truncate.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "truncate",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"path",
"mode"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "creat(const char *, int)",
"headers": [
"<sys/types.h>",
"<sys/stat.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sh/creat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/_default_fcntl.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/creat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/creat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/creat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/d10v/creat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/creat.c"
],
"name": "creat",
"nb_args": 2,
"return_value": "int",
"usage": 7
},
{
"args_name": [
"path1",
"path2"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "symlink(const char *, const char *)",
"headers": [
"<unistd.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/symlink.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/symlink.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "symlink",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getpid()",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/getpid.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/pid.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/netware/getpid.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getpid",
"nb_args": 0,
"return_value": "int",
"usage": 6
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "fork()",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/fork.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fork.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/ptfork.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "fork",
"nb_args": 0,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"file",
"st"
],
"args_type": [
"const char *restrict",
"struct stat *restrict"
],
"fully_qualified": "stat(const char *restrict, struct stat *restrict)",
"headers": [
"<sys/types.h>",
"<sys/stat.h>",
"<unistd.h>",
"<fcntl.h>",
"<time.h>",
"<stdio.h>",
"<stdlib.h>",
"<sys/sysmacros.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/stat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/stat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "stat",
"nb_args": 2,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"file",
"ptr",
"len"
],
"args_type": [
"int",
"char *",
"int"
],
"fully_qualified": "read(int, char *, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/read.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/io.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "read",
"nb_args": 3,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"file",
"pos",
"whence"
],
"args_type": [
"int",
"off_t",
"int"
],
"fully_qualified": "lseek(int, off_t, int)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/lseek.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/io.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sparc64/telldir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/telldir.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "lseek",
"nb_args": 3,
"return_value": "__off_t",
"usage": 8
},
{
"args_name": [
"path",
"owner",
"group"
],
"args_type": [
"const char *",
"uid_t",
"gid_t"
],
"fully_qualified": "chown(const char *, uid_t, gid_t)",
"headers": [
"<unistd.h>",
"<fcntl.h>",
"<pwd.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/chown.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/chown.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/chown.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/chown.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/chown.c"
],
"name": "chown",
"nb_args": 3,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"name"
],
"args_type": [
"char *"
],
"fully_qualified": "unlink(char *)",
"headers": [
"<sys/mman.h>",
"<sys/stat.h>",
"<fcntl.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/unlink.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "unlink",
"nb_args": 1,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"file",
"ptr",
"len"
],
"args_type": [
"int",
"char *",
"int"
],
"fully_qualified": "write(int, char *, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/write.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/io.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "write",
"nb_args": 3,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"buf"
],
"args_type": [
"struct tms *"
],
"fully_qualified": "times(struct tms *)",
"headers": [
"<sys/times.h>",
"<sys/types.h>",
"<utime.h>",
"<sys/time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/times.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/time.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/times.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c"
],
"name": "times",
"nb_args": 1,
"return_value": "clock_t",
"usage": 4
},
{
"args_name": [
"path",
"buf",
"bufsize"
],
"args_type": [
"const char *restrict",
"char *restrict",
"int"
],
"fully_qualified": "readlink(const char *restrict, char *restrict, int)",
"headers": [
"<unistd.h>",
"<fcntl.h>",
"<sys/types.h>",
"<sys/stat.h>",
"<limits.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/readlink.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/symlink.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "readlink",
"nb_args": 3,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"existing",
"new"
],
"args_type": [
"char *",
"char *"
],
"fully_qualified": "link(char *, char *)",
"headers": [
"<unistd.h>",
"<fcntl.h>",
"<sys/types.h>",
"<sys/stat.h>",
"<limits.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/link.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/symlink.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/netware/link.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c"
],
"name": "link",
"nb_args": 2,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"ptimeval",
"ptimezone"
],
"args_type": [
"struct timeval *",
"void *"
],
"fully_qualified": "gettimeofday(struct timeval *, void *)",
"headers": [
"<sys/time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/gettod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/time.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "gettimeofday",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"fd",
"st"
],
"args_type": [
"int",
"struct stat *"
],
"fully_qualified": "fstat(int, struct stat *)",
"headers": [
"<sys/types.h>",
"<sys/stat.h>",
"<unistd.h>",
"<fcntl.h>",
"<time.h>",
"<stdio.h>",
"<stdlib.h>",
"<sys/sysmacros.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/fstat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/stat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "fstat",
"nb_args": 2,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"fildes"
],
"args_type": [
"int"
],
"fully_qualified": "close(int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/close.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/io.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "close",
"nb_args": 1,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"name",
"argv",
"env"
],
"args_type": [
"char *",
"char **",
"char **"
],
"fully_qualified": "execve(char *, char **, char **)",
"headers": [
"<unistd.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rdos/execve.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/exec.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/exec.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/m88kbug/syscalls.c"
],
"name": "execve",
"nb_args": 3,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sockfd",
"addr",
"addrlen"
],
"args_type": [
"int",
"struct sockaddr *",
"socklen_t *"
],
"fully_qualified": "getsockname(int, struct sockaddr *, socklen_t *)",
"headers": [
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sockopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "getsockname",
"nb_args": 3,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"sockfd",
"level",
"optname",
"optval",
"optlen"
],
"args_type": [
"int",
"int",
"int",
"void *",
"socklen_t *"
],
"fully_qualified": "getsockopt(int, int, int, void *, socklen_t *)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sockopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "getsockopt",
"nb_args": 5,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"sockfd",
"level",
"optname",
"optval",
"optlen"
],
"args_type": [
"int",
"int",
"int",
"const void *",
"socklen_t"
],
"fully_qualified": "setsockopt(int, int, int, const void *, socklen_t)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sockopt.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "setsockopt",
"nb_args": 5,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"pathname",
"mode"
],
"args_type": [
"const char *",
"mode_t"
],
"fully_qualified": "chmod(const char *, mode_t)",
"headers": [
"<sys/stat.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/chmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/chmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/chmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/chmod.c"
],
"name": "chmod",
"nb_args": 2,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"fd",
"mode"
],
"args_type": [
"int",
"mode_t"
],
"fully_qualified": "fchmod(int, mode_t)",
"headers": [
"<sys/stat.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/chmod.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "fchmod",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"filename",
"type"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "setmntent(const char *, const char *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/setmntent.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/mntent.h"
],
"name": "setmntent",
"nb_args": 2,
"return_value": "FILE *",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "vfork()",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fork.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/ptfork.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "vfork",
"nb_args": 0,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"path",
"buf"
],
"args_type": [
"const char *",
"struct statfs *"
],
"fully_qualified": "statfs(const char *, struct statfs *)",
"headers": [
"<sys/vfs.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/statfs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/vfs.h"
],
"name": "statfs",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"ident",
"option",
"facility"
],
"args_type": [
"const char *",
"int",
"int"
],
"fully_qualified": "openlog(const char *, int, int)",
"headers": [
"<syslog.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/syslog.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/syslog.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/syslog.h"
],
"name": "openlog",
"nb_args": 3,
"return_value": "void",
"usage": 3
},
{
"args_name": [
"priority",
"format"
],
"args_type": [
"int",
"const char *"
],
"fully_qualified": "syslog(int, const char *, ...)",
"headers": [
"<syslog.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/syslog.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/syslog.h"
],
"name": "syslog",
"nb_args": 2,
"return_value": "void",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "closelog()",
"headers": [
"<syslog.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/syslog.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/syslog.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/syslog.h"
],
"name": "closelog",
"nb_args": 0,
"return_value": "void",
"usage": 3
},
{
"args_name": [
"d",
"request"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "ioctl(int, int, ...)",
"headers": [
"<sys/ioctl.h>",
"<stdlib.h>",
"<unistd.h>",
"<stdio.h>",
"<fcntl.h>",
"<string.h>",
"<sys/stat.h>",
"<errno.h>",
"<sys/sysmacros.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ioctl.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/ioctl.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/ioccom.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/ioctl.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/ioccom.h"
],
"name": "ioctl",
"nb_args": 2,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"buf",
"buflen"
],
"args_type": [
"void *",
"int"
],
"fully_qualified": "getentropy(void *, int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/getentropy.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getentropy",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"pathname",
"buf"
],
"args_type": [
"const char *",
"struct stat *"
],
"fully_qualified": "lstat(const char *, struct stat *)",
"headers": [
"<sys/types.h>",
"<sys/stat.h>",
"<unistd.h>",
"<fcntl.h>",
"<time.h>",
"<stdio.h>",
"<stdlib.h>",
"<sys/sysmacros.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/stat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "lstat",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"mask"
],
"args_type": [
"mode_t"
],
"fully_qualified": "umask(mode_t)",
"headers": [
"<sys/types.h>",
"<sys/stat.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/stat.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/inode.c"
],
"name": "umask",
"nb_args": 1,
"return_value": "__mode_t",
"usage": 3
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getuid()",
"headers": [
"<unistd.h>",
"<sys/types.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getuid",
"nb_args": 0,
"return_value": "__uid_t",
"usage": 3
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "geteuid()",
"headers": [
"<unistd.h>",
"<sys/types.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "geteuid",
"nb_args": 0,
"return_value": "__uid_t",
"usage": 3
},
{
"args_name": [
"uid"
],
"args_type": [
"uid_t"
],
"fully_qualified": "setuid(uid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "setuid",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"euid"
],
"args_type": [
"uid_t"
],
"fully_qualified": "seteuid(uid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/seteuid.c"
],
"name": "seteuid",
"nb_args": 1,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"ruid",
"euid"
],
"args_type": [
"uid_t",
"uid_t"
],
"fully_qualified": "setreuid(uid_t, uid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c"
],
"name": "setreuid",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getgid()",
"headers": [
"<unistd.h>",
"<sys/types.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getgid",
"nb_args": 0,
"return_value": "__gid_t",
"usage": 3
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getegid()",
"headers": [
"<unistd.h>",
"<sys/types.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "getegid",
"nb_args": 0,
"return_value": "__gid_t",
"usage": 2
},
{
"args_name": [
"gid"
],
"args_type": [
"gid_t"
],
"fully_qualified": "setgid(gid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "setgid",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"egid"
],
"args_type": [
"gid_t"
],
"fully_qualified": "setegid(gid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "setegid",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"rgid",
"egid"
],
"args_type": [
"gid_t",
"gid_t"
],
"fully_qualified": "setregid(gid_t, gid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c"
],
"name": "setregid",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"pid",
"pgid"
],
"args_type": [
"pid_t",
"pid_t"
],
"fully_qualified": "setpgid(pid_t, pid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "setpgid",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"pid"
],
"args_type": [
"pid_t"
],
"fully_qualified": "getsid(pid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c"
],
"name": "getsid",
"nb_args": 1,
"return_value": "__pid_t",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "setsid()",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/ids.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "setsid",
"nb_args": 0,
"return_value": "__pid_t",
"usage": 2
},
{
"args_name": [
"seconds"
],
"args_type": [
"unsigned int"
],
"fully_qualified": "alarm(unsigned int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/alarm.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/arm/libcfunc.c"
],
"name": "alarm",
"nb_args": 1,
"return_value": "unsigned int",
"usage": 3
},
{
"args_name": [
"clock_id",
"tp"
],
"args_type": [
"clockid_t",
"struct timespec *"
],
"fully_qualified": "clock_gettime(clockid_t, struct timespec *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/clocks.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/clock_gettime.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "clock_gettime",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"clock_id",
"tp"
],
"args_type": [
"clockid_t",
"const struct timespec *"
],
"fully_qualified": "clock_settime(clockid_t, const struct timespec *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/clocks.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/clock_settime.c"
],
"name": "clock_settime",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"which",
"who"
],
"args_type": [
"int",
"id_t"
],
"fully_qualified": "getpriority(int, id_t)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/resource.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/resource.h"
],
"name": "getpriority",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"which",
"who",
"prio"
],
"args_type": [
"int",
"id_t",
"int"
],
"fully_qualified": "setpriority(int, id_t, int)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/resource.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/resource.h"
],
"name": "setpriority",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"resource",
"rlim"
],
"args_type": [
"int",
"struct rlimit *"
],
"fully_qualified": "getrlimit(int, struct rlimit *)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>",
"<stdio.h>",
"<time.h>",
"<stdlib.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/resource.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/resource.h"
],
"name": "getrlimit",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"resource",
"rlim"
],
"args_type": [
"int",
"const struct rlimit *"
],
"fully_qualified": "setrlimit(int, const struct rlimit *)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>",
"<stdio.h>",
"<time.h>",
"<stdlib.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/resource.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/resource.h"
],
"name": "setrlimit",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"who",
"usage"
],
"args_type": [
"int",
"struct rusage *"
],
"fully_qualified": "getrusage(int, struct rusage *)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/resource.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/resource.h"
],
"name": "getrusage",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"status",
"options",
"rusage"
],
"args_type": [
"int *",
"int",
"struct rusage *"
],
"fully_qualified": "wait3(int *, int, struct rusage *)",
"headers": [
"<sys/types.h>",
"<sys/time.h>",
"<sys/resource.h>",
"<sys/wait.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/wait.c"
],
"name": "wait3",
"nb_args": 3,
"return_value": "__pid_t",
"usage": 1
},
{
"args_name": [
"req",
"rem"
],
"args_type": [
"const struct timespec *",
"struct timespec *"
],
"fully_qualified": "nanosleep(const struct timespec *, struct timespec *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/nanosleep.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "nanosleep",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"fp",
"result",
"buffer",
"bufsize"
],
"args_type": [
"FILE *",
"struct mntent *",
"char *",
"int"
],
"fully_qualified": "getmntent_r(FILE *, struct mntent *, char *, int)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/getmntent.c"
],
"name": "getmntent_r",
"nb_args": 4,
"return_value": "struct mntent *",
"usage": 1
},
{
"args_name": [
"fp"
],
"args_type": [
"FILE *"
],
"fully_qualified": "getmntent(FILE *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/getmntent.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/mntent.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/mntent.c"
],
"name": "getmntent",
"nb_args": 1,
"return_value": "struct mntent *",
"usage": 3
},
{
"args_name": [
"pipefd"
],
"args_type": [
"int []"
],
"fully_qualified": "pipe(int *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/pipe.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/pipe.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/pipe.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/pipe.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "pipe",
"nb_args": 1,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"fd",
"owner",
"group"
],
"args_type": [
"int",
"uid_t",
"gid_t"
],
"fully_qualified": "fchown(int, uid_t, gid_t)",
"headers": [
"<unistd.h>",
"<fcntl.h>",
"<pwd.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/chown.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "fchown",
"nb_args": 3,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"pathname",
"owner",
"group"
],
"args_type": [
"const char *",
"uid_t",
"gid_t"
],
"fully_qualified": "lchown(const char *, uid_t, gid_t)",
"headers": [
"<unistd.h>",
"<fcntl.h>",
"<pwd.h>",
"<stdio.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/chown.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "lchown",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"domain",
"type",
"protocol"
],
"args_type": [
"int",
"int",
"int"
],
"fully_qualified": "socket(int, int, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "socket",
"nb_args": 3,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"sockfd",
"addr",
"addrlen"
],
"args_type": [
"int",
"const struct sockaddr *",
"socklen_t"
],
"fully_qualified": "bind(int, const struct sockaddr *, socklen_t)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "bind",
"nb_args": 3,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"sockfd",
"backlog"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "listen(int, int)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "listen",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"sockfd",
"addr",
"addrlen"
],
"args_type": [
"int",
"struct sockaddr *",
"socklen_t *"
],
"fully_qualified": "accept(int, struct sockaddr *, socklen_t *)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "accept",
"nb_args": 3,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sockfd",
"addr",
"addrlen"
],
"args_type": [
"int",
"const struct sockaddr *",
"socklen_t"
],
"fully_qualified": "connect(int, const struct sockaddr *, socklen_t)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "connect",
"nb_args": 3,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sockfd",
"buf",
"len",
"flags",
"dest_addr",
"addrlen"
],
"args_type": [
"int",
"const void *",
"int",
"int",
"const struct sockaddr *",
"socklen_t"
],
"fully_qualified": "sendto(int, const void *, int, int, const struct sockaddr *, socklen_t)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "sendto",
"nb_args": 6,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sockfd",
"buf",
"len",
"flags"
],
"args_type": [
"int",
"const void *",
"int",
"int"
],
"fully_qualified": "send(int, const void *, int, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "send",
"nb_args": 4,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sockfd",
"buf",
"len",
"flags",
"src_addr",
"addrlen"
],
"args_type": [
"int",
"void *",
"int",
"int",
"struct sockaddr *",
"socklen_t *"
],
"fully_qualified": "recvfrom(int, void *, int, int, struct sockaddr *, socklen_t *)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "recvfrom",
"nb_args": 6,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sockfd",
"buf",
"len",
"flags"
],
"args_type": [
"int",
"void *",
"int",
"int"
],
"fully_qualified": "recv(int, void *, int, int)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "recv",
"nb_args": 4,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sockfd",
"how"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "shutdown(int, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "shutdown",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"sockfd",
"addr",
"addrlen"
],
"args_type": [
"int",
"struct sockaddr *",
"socklen_t *"
],
"fully_qualified": "getpeername(int, struct sockaddr *, socklen_t *)",
"headers": [
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/socket.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "getpeername",
"nb_args": 3,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"fd",
"cmd"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "fcntl(int, int, ...)",
"headers": [
"<unistd.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fcntl.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/_default_fcntl.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "fcntl",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"signum",
"act",
"oldact"
],
"args_type": [
"int",
"const struct sigaction *",
"struct sigaction *"
],
"fully_qualified": "sigaction(int, const struct sigaction *, struct sigaction *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/signal.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/signals.c"
],
"name": "sigaction",
"nb_args": 3,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"mask"
],
"args_type": [
"const sigset_t *"
],
"fully_qualified": "sigsuspend(const sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/signal.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h"
],
"name": "sigsuspend",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"source",
"target",
"filesystemtype",
"mountflags",
"data"
],
"args_type": [
"const char *",
"const char *",
"const char *",
"unsigned long",
"const void *"
],
"fully_qualified": "mount(const char *, const char *, const char *, unsigned long, const void *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/mount.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/mount.h"
],
"name": "mount",
"nb_args": 5,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"target",
"flags"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "umount2(const char *, int)",
"headers": [
"<sys/mount.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/mount.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/mount.h"
],
"name": "umount2",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"target"
],
"args_type": [
"const char *"
],
"fully_qualified": "umount(const char *)",
"headers": [
"<sys/mount.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/mount.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/mount.h"
],
"name": "umount",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"oldfd"
],
"args_type": [
"int"
],
"fully_qualified": "dup(int)",
"headers": [
"<unistd.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/dup.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/dup.c"
],
"name": "dup",
"nb_args": 1,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"oldfd",
"newfd"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "dup2(int, int)",
"headers": [
"<unistd.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/dup.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/dup2.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "dup2",
"nb_args": 2,
"return_value": "int",
"usage": 4
},
{
"args_name": [
"fp"
],
"args_type": [
"FILE *"
],
"fully_qualified": "endmntent(FILE *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/endmntent.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/mntent.h"
],
"name": "endmntent",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "sync()",
"headers": [
"<fcntl.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sync.c"
],
"name": "sync",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "fsync(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sync.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c"
],
"name": "fsync",
"nb_args": 1,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "fdatasync(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sync.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "fdatasync",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"pathname",
"mode"
],
"args_type": [
"const char *",
"mode_t"
],
"fully_qualified": "mkdir(const char *, mode_t)",
"headers": [
"<sys/stat.h>",
"<sys/types.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h"
],
"name": "mkdir",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"pathname"
],
"args_type": [
"const char *"
],
"fully_qualified": "rmdir(const char *)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "rmdir",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"path"
],
"args_type": [
"const char *"
],
"fully_qualified": "chdir(const char *)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "chdir",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"buf",
"size"
],
"args_type": [
"char *",
"int"
],
"fully_qualified": "getcwd(char *, int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "getcwd",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"pathname",
"mode"
],
"args_type": [
"const char *",
"mode_t"
],
"fully_qualified": "mkfifo(const char *, mode_t)",
"headers": [
"<sys/types.h>",
"<sys/stat.h>",
"<fcntl.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h"
],
"name": "mkfifo",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"pathname",
"mode",
"dev"
],
"args_type": [
"const char *",
"mode_t",
"dev_t"
],
"fully_qualified": "mknod(const char *, mode_t, dev_t)",
"headers": [
"<sys/types.h>",
"<sys/stat.h>",
"<fcntl.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/stat.h"
],
"name": "mknod",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"path"
],
"args_type": [
"const char *"
],
"fully_qualified": "chroot(const char *)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/fs.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "chroot",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"path",
"resolved_path"
],
"args_type": [
"const char *",
"char *"
],
"fully_qualified": "realpath(const char *, char *)",
"headers": [
"<limits.h>",
"<stdlib.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/realpath.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/realpath.c"
],
"name": "realpath",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getppid()",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/pid.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "getppid",
"nb_args": 0,
"return_value": "pid_t",
"usage": 3
},
{
"args_name": [
"fd",
"termios_p"
],
"args_type": [
"int",
"struct termios *"
],
"fully_qualified": "tcgetattr(int, struct termios *)",
"headers": [
"<termios.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/tty.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/termios.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/termios.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/termios.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/tcgetattr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/termios.h"
],
"name": "tcgetattr",
"nb_args": 2,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"fd",
"mode",
"termios_p"
],
"args_type": [
"int",
"int",
"const struct termios *"
],
"fully_qualified": "tcsetattr(int, int, const struct termios *)",
"headers": [
"<termios.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/tty.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/termios.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/termios.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/termios.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/tcsetattr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/termios.h"
],
"name": "tcsetattr",
"nb_args": 3,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"fd",
"pgrp"
],
"args_type": [
"int",
"pid_t"
],
"fully_qualified": "tcsetpgrp(int, pid_t)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/tty.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/termios.c"
],
"name": "tcsetpgrp",
"nb_args": 2,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"filename",
"times"
],
"args_type": [
"const char *",
"const struct timeval *"
],
"fully_qualified": "utimes(const char *, const struct timeval *)",
"headers": [
"<sys/types.h>",
"<utime.h>",
"<sys/time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/utime.c"
],
"name": "utimes",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"user",
"group"
],
"args_type": [
"const char *",
"gid_t"
],
"fully_qualified": "initgroups(const char *, gid_t)",
"headers": [
"<sys/types.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c"
],
"name": "initgroups",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"size",
"list"
],
"args_type": [
"int",
"gid_t []"
],
"fully_qualified": "getgroups(int, gid_t *)",
"headers": [
"<sys/types.h>",
"<unistd.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "getgroups",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"size",
"list"
],
"args_type": [
"int",
"const gid_t *"
],
"fully_qualified": "setgroups(int, const gid_t *)",
"headers": [
"<sys/types.h>",
"<unistd.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c"
],
"name": "setgroups",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getgrent()",
"headers": [
"<sys/types.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c"
],
"name": "getgrent",
"nb_args": 0,
"return_value": "struct group *",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "setgrent()",
"headers": [
"<sys/types.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c"
],
"name": "setgrent",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "endgrent()",
"headers": [
"<sys/types.h>",
"<grp.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c"
],
"name": "endgrent",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "setpgrp(void)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/groups.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "setpgrp",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "tzset()",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h"
],
"name": "tzset",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"clock_id",
"res"
],
"args_type": [
"clockid_t",
"struct timespec *"
],
"fully_qualified": "clock_getres(clockid_t, struct timespec *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/time.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/clock_getres.c"
],
"name": "clock_getres",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "endprotoent()",
"headers": [
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "endprotoent",
"nb_args": 0,
"return_value": "void",
"usage": 3
},
{
"args_name": [
"name",
"len",
"type"
],
"args_type": [
"const void *",
"socklen_t",
"int"
],
"fully_qualified": "gethostbyaddr(const void *, socklen_t, int)",
"headers": [
"<netdb.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/gethostbyaddr.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h"
],
"name": "gethostbyaddr",
"nb_args": 3,
"return_value": "struct hostent *",
"usage": 3
},
{
"args_name": [
"name"
],
"args_type": [
"const char *"
],
"fully_qualified": "gethostbyname(const char *)",
"headers": [
"<netdb.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/gethostbyname.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h"
],
"name": "gethostbyname",
"nb_args": 1,
"return_value": "struct hostent *",
"usage": 3
},
{
"args_name": [
"name"
],
"args_type": [
"const char *"
],
"fully_qualified": "getprotobyname(const char *)",
"headers": [
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "getprotobyname",
"nb_args": 1,
"return_value": "struct protoent *",
"usage": 3
},
{
"args_name": [
"proto"
],
"args_type": [
"int"
],
"fully_qualified": "getprotobynumber(int)",
"headers": [
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "getprotobynumber",
"nb_args": 1,
"return_value": "struct protoent *",
"usage": 3
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getprotoent()",
"headers": [
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "getprotoent",
"nb_args": 0,
"return_value": "struct protoent *",
"usage": 3
},
{
"args_name": [
"name",
"proto"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "getservbyname(const char *, const char *)",
"headers": [
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/getservbyname.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "getservbyname",
"nb_args": 2,
"return_value": "struct servent *",
"usage": 4
},
{
"args_name": [
"name",
"proto"
],
"args_type": [
"int",
"const char *"
],
"fully_qualified": "getservbyport(int, const char *)",
"headers": [
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/getservbyport.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "getservbyport",
"nb_args": 2,
"return_value": "struct servent *",
"usage": 4
},
{
"args_name": [
"stayopen"
],
"args_type": [
"int"
],
"fully_qualified": "setprotoent(int)",
"headers": [
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "setprotoent",
"nb_args": 1,
"return_value": "void",
"usage": 3
},
{
"args_name": [
"node",
"service",
"hints",
"res"
],
"args_type": [
"const char *",
"const char *",
"const struct addrinfo *",
"struct addrinfo **"
],
"fully_qualified": "getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>",
"<netdb.h>",
"<stdio.h>",
"<stdlib.h>",
"<unistd.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/getaddrinfo.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/net/getaddrinfo.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "getaddrinfo",
"nb_args": 4,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"sa",
"salen",
"host",
"hostlen",
"serv",
"servlen",
"flags"
],
"args_type": [
"const struct sockaddr *",
"socklen_t",
"char *",
"socklen_t",
"char *",
"socklen_t",
"int"
],
"fully_qualified": "getnameinfo(const struct sockaddr *, socklen_t, char *, socklen_t, char *, socklen_t, int)",
"headers": [
"<sys/socket.h>",
"<netdb.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/getnameinfo.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/net/getnameinfo.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "getnameinfo",
"nb_args": 7,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"res"
],
"args_type": [
"struct addrinfo *"
],
"fully_qualified": "freeaddrinfo(struct addrinfo *)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>",
"<netdb.h>",
"<stdio.h>",
"<stdlib.h>",
"<unistd.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/freeaddrinfo.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "freeaddrinfo",
"nb_args": 1,
"return_value": "void",
"usage": 4
},
{
"args_name": [
"errcode"
],
"args_type": [
"int"
],
"fully_qualified": "gai_strerror(int)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>",
"<netdb.h>",
"<stdio.h>",
"<stdlib.h>",
"<unistd.h>",
"<string.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/netdb.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/netdb.h"
],
"name": "gai_strerror",
"nb_args": 1,
"return_value": "char *",
"usage": 3
},
{
"args_name": [
"ifindex",
"ifname"
],
"args_type": [
"unsigned int",
"char *"
],
"fully_qualified": "if_indextoname(unsigned int, char *)",
"headers": [
"<net/if.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/include/net/if.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/net/nametoindex.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/include/net/if.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/net/ifname.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/net/if.h"
],
"name": "if_indextoname",
"nb_args": 2,
"return_value": "char *",
"usage": 5
},
{
"args_name": [
"fd",
"operation"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "flock(int, int)",
"headers": [
"<sys/file.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/_default_fcntl.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/file.h"
],
"name": "flock",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"fd",
"buf"
],
"args_type": [
"int",
"struct statfs *"
],
"fully_qualified": "fstatfs(int, struct statfs *)",
"headers": [
"<sys/vfs.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/vfs.h"
],
"name": "fstatfs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set",
"signum"
],
"args_type": [
"sigset_t *",
"int"
],
"fully_qualified": "sigaddset(sigset_t *, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sigset.c"
],
"name": "sigaddset",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"set",
"signum"
],
"args_type": [
"sigset_t *",
"int"
],
"fully_qualified": "sigdelset(sigset_t *, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sigset.c"
],
"name": "sigdelset",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"set",
"signum"
],
"args_type": [
"const sigset_t *",
"int"
],
"fully_qualified": "sigismember(const sigset_t *, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sigset.c"
],
"name": "sigismember",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"set"
],
"args_type": [
"sigset_t *"
],
"fully_qualified": "sigfillset(sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sigset.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "sigfillset",
"nb_args": 1,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"set"
],
"args_type": [
"sigset_t *"
],
"fully_qualified": "sigemptyset(sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sigset.c"
],
"name": "sigemptyset",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"set"
],
"args_type": [
"sigset_t *"
],
"fully_qualified": "sigpending(sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/signal.h"
],
"name": "sigpending",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_int",
"arg_int",
"arg_int"
],
"args_type": [
"int",
"int",
"int",
"int *"
],
"fully_qualified": "socketpair(int, int, int, int *)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "socketpair",
"nb_args": 4,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"pathname",
"mode"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "access(const char *, int)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/access.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/access.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/arm/access.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/access.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "access",
"nb_args": 2,
"return_value": "int",
"usage": 6
},
{
"args_name": [
"s"
],
"args_type": [
"char *"
],
"fully_qualified": "ctermid(char *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "ctermid",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"path",
"arg"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "execl(const char *, const char *, ...)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/exec.c"
],
"name": "execl",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"path",
"arg"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "execle(const char *, const char *, ...)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "execle",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"file",
"arg"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "execlp(const char *, const char *, ...)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "execlp",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"path",
"argv"
],
"args_type": [
"const char *",
"char *const []"
],
"fully_qualified": "execv(const char *, char *const *)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysmec/execv.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/mmixware/execv.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/exec.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysnecv850/execv.c"
],
"name": "execv",
"nb_args": 2,
"return_value": "int",
"usage": 5
},
{
"args_name": [
"file",
"argv"
],
"args_type": [
"const char *",
"char *const []"
],
"fully_qualified": "execvp(const char *, char *const *)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/sysvi386/exec.c"
],
"name": "execvp",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "fchdir(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "fchdir",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"pid"
],
"args_type": [
"pid_t"
],
"fully_qualified": "getpgid(pid_t)",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "getpgid",
"nb_args": 1,
"return_value": "pid_t",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "getpgrp()",
"headers": [
"<sys/types.h>",
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "getpgrp",
"nb_args": 0,
"return_value": "pid_t",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "issetugid()",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/net/issetugid-stub.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "issetugid",
"nb_args": 0,
"return_value": "int",
"usage": 3
},
{
"args_name": [
"inc"
],
"args_type": [
"int"
],
"fully_qualified": "nice(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "nice",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "pause()",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c"
],
"name": "pause",
"nb_args": 0,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"fd",
"buf",
"count",
"offset"
],
"args_type": [
"int",
"void *",
"int",
"off_t"
],
"fully_qualified": "pread(int, void *, int, off_t)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c"
],
"name": "pread",
"nb_args": 4,
"return_value": "ssize_t",
"usage": 2
},
{
"args_name": [
"fd",
"buf",
"count",
"offset"
],
"args_type": [
"int",
"const void *",
"int",
"off_t"
],
"fully_qualified": "pwrite(int, const void *, int, off_t)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c"
],
"name": "pwrite",
"nb_args": 4,
"return_value": "ssize_t",
"usage": 2
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "tcgetpgrp(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/termios.c"
],
"name": "tcgetpgrp",
"nb_args": 1,
"return_value": "pid_t",
"usage": 2
},
{
"args_name": [
"fd",
"buf",
"buflen"
],
"args_type": [
"int",
"char *",
"int"
],
"fully_qualified": "ttyname_r(int, char *, int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/phoenix/sys/unistd.h"
],
"name": "ttyname_r",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fd",
"buf"
],
"args_type": [
"int",
"struct statvfs *"
],
"fully_qualified": "fstatvfs(int, struct statvfs *)",
"headers": [
"<sys/statvfs.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/fstatvfs.c"
],
"name": "fstatvfs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"file",
"buf"
],
"args_type": [
"const char *restrict",
"struct statvfs *restrict"
],
"fully_qualified": "statvfs(const char *restrict, struct statvfs *restrict)",
"headers": [
"<sys/statvfs.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/statvfs.c"
],
"name": "statvfs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"x"
],
"args_type": [
"long double"
],
"fully_qualified": "fabsl(long double)",
"headers": [
"<math.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/cmath/math_private.h"
],
"name": "fabsl",
"nb_args": 1,
"return_value": "long double",
"usage": 1
},
{
"args_name": [
"arg_unsignedlong"
],
"args_type": [
"unsigned long"
],
"fully_qualified": "htonl(unsigned long)",
"headers": [
"<arpa/inet.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/machine/i386/include/endian.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/arpa/inet.h"
],
"name": "htonl",
"nb_args": 1,
"return_value": "unsigned long",
"usage": 2
},
{
"args_name": [
"arg_unsignedshort"
],
"args_type": [
"unsigned short"
],
"fully_qualified": "htons(unsigned short)",
"headers": [
"<arpa/inet.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/machine/i386/include/endian.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/arpa/inet.h"
],
"name": "htons",
"nb_args": 1,
"return_value": "unsigned short",
"usage": 2
},
{
"args_name": [
"arg_unsignedlong"
],
"args_type": [
"unsigned long"
],
"fully_qualified": "ntohl(unsigned long)",
"headers": [
"<arpa/inet.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/machine/i386/include/endian.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/arpa/inet.h"
],
"name": "ntohl",
"nb_args": 1,
"return_value": "unsigned long",
"usage": 2
},
{
"args_name": [
"arg_unsignedshort"
],
"args_type": [
"unsigned short"
],
"fully_qualified": "ntohs(unsigned short)",
"headers": [
"<arpa/inet.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/machine/i386/include/endian.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/arpa/inet.h"
],
"name": "ntohs",
"nb_args": 1,
"return_value": "unsigned short",
"usage": 2
},
{
"args_name": [
"arg_int",
"arg_structmsghdr",
"arg_int"
],
"args_type": [
"int",
"struct msghdr *",
"int"
],
"fully_qualified": "recvmsg(int, struct msghdr *, int)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "recvmsg",
"nb_args": 3,
"return_value": "ssize_t",
"usage": 3
},
{
"args_name": [
"arg_int",
"arg_conststructmsghdr",
"arg_int"
],
"args_type": [
"int",
"const struct msghdr *",
"int"
],
"fully_qualified": "sendmsg(int, const struct msghdr *, int)",
"headers": [
"<sys/types.h>",
"<sys/socket.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/wrapsyscall.c",
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/socket.h"
],
"name": "sendmsg",
"nb_args": 3,
"return_value": "ssize_t",
"usage": 3
},
{
"args_name": [
"out_fd",
"in_fd",
"offset",
"count"
],
"args_type": [
"int",
"int",
"off_t *",
"size_t"
],
"fully_qualified": "sendfile(int, int, off_t *, size_t)",
"headers": [
"<sys/sendfile.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/sys/socket.h"
],
"name": "sendfile",
"nb_args": 7,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set",
"sig"
],
"args_type": [
"const sigset_t *",
"int *"
],
"fully_qualified": "sigwait(const sigset_t *, int *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/signals.c"
],
"name": "sigwait",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"timerid",
"flags",
"value",
"ovalue"
],
"args_type": [
"timer_t",
"int",
"const struct itimerspec *restrict",
"struct itimerspec *restrict"
],
"fully_qualified": "timer_settime(timer_t, int, const struct itimerspec *restrict, struct itimerspec *restrict)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/timer_settime.c"
],
"name": "timer_settime",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"clock_id",
"evp",
"timerid"
],
"args_type": [
"clockid_t",
"struct sigevent *restrict",
"timer_t *restrict"
],
"fully_qualified": "timer_create(clockid_t, struct sigevent *restrict, timer_t *restrict)",
"headers": [
"<signal.h>",
"<time.h>",
"<stdlib.h>",
"<unistd.h>",
"<stdio.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/timer_create.c"
],
"name": "timer_create",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"timerid"
],
"args_type": [
"timer_t"
],
"fully_qualified": "timer_getoverrun(timer_t)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/timer_getoverr.c"
],
"name": "timer_getoverrun",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"timerid",
"value"
],
"args_type": [
"timer_t",
"struct itimerspec *"
],
"fully_qualified": "timer_gettime(timer_t, struct itimerspec *)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/timer_gettime.c"
],
"name": "timer_gettime",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"timerid"
],
"args_type": [
"timer_t"
],
"fully_qualified": "timer_delete(timer_t)",
"headers": [
"<time.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/linux/linuxthreads/timer_delete.c"
],
"name": "timer_delete",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"p",
"si",
"s2"
],
"args_type": [
"void **",
"int",
"int"
],
"fully_qualified": "posix_memalign(void **, int, int)",
"headers": [
"<stdlib.h>",
"<malloc.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/crt0.c"
],
"name": "posix_memalign",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_constvoid",
"arg_sizet",
"arg_int"
],
"args_type": [
"const void *",
"size_t",
"int"
],
"fully_qualified": "mprotect(const void *, size_t, int)",
"headers": [
"<sys/mman.h>",
"<unistd.h>",
"<signal.h>",
"<stdio.h>",
"<malloc.h>",
"<stdlib.h>",
"<errno.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/mman.h"
],
"name": "mprotect",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int"
],
"fully_qualified": "setlogmask(int)",
"headers": [
"<syslog.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/sys/rtems/include/sys/syslog.h"
],
"name": "setlogmask",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswprint_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswprint_l.c"
],
"name": "iswprint_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isspace_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isspace_l.c"
],
"name": "isspace_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswgraph_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswgraph_l.c"
],
"name": "iswgraph_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"desc",
"locale"
],
"args_type": [
"wint_t",
"wctype_t",
"struct __locale_t *"
],
"fully_qualified": "iswctype_l(wint_t, wctype_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswctype_l.c"
],
"name": "iswctype_l",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isalpha_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isalpha_l.c"
],
"name": "isalpha_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "iscntrl_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iscntrl_l.c"
],
"name": "iscntrl_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "towlower_l(wint_t, struct __locale_t *)",
"headers": [
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/towlower_l.c"
],
"name": "towlower_l",
"nb_args": 2,
"return_value": "wint_t",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswcntrl_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswcntrl_l.c"
],
"name": "iswcntrl_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "toupper_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/toupper_l.c"
],
"name": "toupper_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswalnum_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswalnum_l.c"
],
"name": "iswalnum_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"const char *",
"struct __locale_t *"
],
"fully_qualified": "wctrans_l(const char *, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/wctrans_l.c"
],
"name": "wctrans_l",
"nb_args": 2,
"return_value": "wctrans_t",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isxdigit_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isxdigit_l.c"
],
"name": "isxdigit_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswspace_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswspace_l.c"
],
"name": "iswspace_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "ispunct_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/ispunct_l.c"
],
"name": "ispunct_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswxdigit_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswxdigit_l.c"
],
"name": "iswxdigit_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswalpha_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswalpha_l.c"
],
"name": "iswalpha_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "islower_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/islower_l.c"
],
"name": "islower_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "tolower_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/tolower_l.c"
],
"name": "tolower_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isblank_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isblank_l.c"
],
"name": "isblank_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswblank_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswblank_l.c"
],
"name": "iswblank_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isdigit_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isdigit_l.c"
],
"name": "isdigit_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswlower_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswlower_l.c"
],
"name": "iswlower_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isupper_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isupper_l.c"
],
"name": "isupper_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswpunct_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswpunct_l.c"
],
"name": "iswpunct_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswdigit_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswdigit_l.c"
],
"name": "iswdigit_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isgraph_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isprint_l.c"
],
"name": "isgraph_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isprint_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isprint_l.c"
],
"name": "isprint_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "iswupper_l(wint_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/iswupper_l.c"
],
"name": "iswupper_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"wint_t",
"struct __locale_t *"
],
"fully_qualified": "towupper_l(wint_t, struct __locale_t *)",
"headers": [
"<wctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/towupper_l.c"
],
"name": "towupper_l",
"nb_args": 2,
"return_value": "wint_t",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"int",
"struct __locale_t *"
],
"fully_qualified": "isalnum_l(int, struct __locale_t *)",
"headers": [
"<ctype.h>"
],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/isalnum_l.c"
],
"name": "isalnum_l",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"c",
"w",
"locale"
],
"args_type": [
"wint_t",
"wctrans_t",
"struct __locale_t *"
],
"fully_qualified": "towctrans_l(wint_t, wctrans_t, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/towctrans_l.c"
],
"name": "towctrans_l",
"nb_args": 3,
"return_value": "wint_t",
"usage": 1
},
{
"args_name": [
"c",
"locale"
],
"args_type": [
"const char *",
"struct __locale_t *"
],
"fully_qualified": "wctype_l(const char *, struct __locale_t *)",
"headers": [],
"location_file": [
"../apps/lib-nginx/build/libnewlibc/origin/newlib-2.5.0.20170922/newlib/libc/ctype/wctype_l.c"
],
"name": "wctype_l",
"nb_args": 2,
"return_value": "wctype_t",
"usage": 1
},
{
"args_name": [
"s1",
"s2",
"locale"
],
"args_type": [
"const char *",
"const char *",
"locale_t"
],
"fully_qualified": "strcoll_l(const char *,const char *, locale_t)",
"headers": [],
"location_file": [
"../libs/lib-newlib//locale.c"
],
"name": "strcoll_l",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"dst",
"src",
"n",
"loc"
],
"args_type": [
"char *restrict",
"const char *__restrict",
"size_t",
"locale_t"
],
"fully_qualified": "strxfrm_l(char *__restrict, const char *__restrict, size_t, locale_t)",
"headers": [],
"location_file": [
"../libs/lib-newlib//locale.c"
],
"name": "strxfrm_l",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"ws1",
"ws2",
"locale"
],
"args_type": [
"const wchar_t *",
"const wchar_t *",
"locale_t"
],
"fully_qualified": "wcscoll_l(const wchar_t *, const wchar_t *, locale_t)",
"headers": [
"<wchar.h>",
"<locale.h>"
],
"location_file": [
"../libs/lib-newlib//locale.c"
],
"name": "wcscoll_l",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"ws1",
"ws2",
"n",
"locale"
],
"args_type": [
"wchar_t *",
"wchar_t *",
"size_t",
"locale_t"
],
"fully_qualified": "wcsxfrm_l(wchar_t *, const wchar_t *, size_t, locale_t)",
"headers": [
"<wchar.h>",
"<locale.h>"
],
"location_file": [
"../libs/lib-newlib//locale.c"
],
"name": "wcsxfrm_l",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"buf",
"length"
],
"args_type": [
"void *",
"size_t"
],
"fully_qualified": "getentropy(void *, size_t)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib//plat.c"
],
"name": "getentropy",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "abort()",
"headers": [
"<stdlib.h>",
"<assert.h>"
],
"location_file": [
"../libs/lib-newlib//plat.c"
],
"name": "abort",
"nb_args": 0,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"status"
],
"args_type": [
"int"
],
"fully_qualified": "_exit(int)",
"headers": [
"<unistd.h>",
"<stdlib.h>"
],
"location_file": [
"../libs/lib-newlib//plat.c"
],
"name": "_exit",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"amaster",
"aslave",
"name",
"termp",
"winp"
],
"args_type": [
"int *",
"int *",
"char *",
"const struct termios *",
"const struct winsize *"
],
"fully_qualified": "openpty(int *, int*, char *, const struct termios *, const struct winsize *)",
"headers": [
"<pty.h>"
],
"location_file": [
"../libs/lib-newlib//pty.c",
"../libs/lib-newlib/include/pty.h"
],
"name": "openpty",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"fd",
"buf",
"buflen"
],
"args_type": [
"int",
"char *",
"size_t"
],
"fully_qualified": "ttyname_r(int, char *, size_t)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib//pty.c"
],
"name": "ttyname_r",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"resource",
"rlimit"
],
"args_type": [
"int",
"struct rlimit *"
],
"fully_qualified": "getrlimit(int,struct rlimit *)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>",
"<stdio.h>",
"<time.h>",
"<stdlib.h>",
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib//resource.c",
"../libs/lib-newlib/include/sys/resource.h"
],
"name": "getrlimit",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"resource",
"rlimit"
],
"args_type": [
"int",
"const struct rlimit *"
],
"fully_qualified": "setrlimit(int,const struct rlimit *)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>",
"<stdio.h>",
"<time.h>",
"<stdlib.h>",
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib//resource.c",
"../libs/lib-newlib/include/sys/resource.h"
],
"name": "setrlimit",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"who",
"usage"
],
"args_type": [
"int",
"struct rusage *"
],
"fully_qualified": "getrusage(int,struct rusage *)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>"
],
"location_file": [
"../libs/lib-newlib//resource.c",
"../libs/lib-newlib/include/sys/resource.h"
],
"name": "getrusage",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"filename",
"type"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "setmntent(const char *, const char *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../libs/lib-newlib//mntent.c",
"../libs/lib-newlib/musl-imported/include/mntent.h"
],
"name": "setmntent",
"nb_args": 2,
"return_value": "FILE *",
"usage": 2
},
{
"args_name": [
"stream"
],
"args_type": [
"FILE *"
],
"fully_qualified": "getmntent(FILE *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../libs/lib-newlib//mntent.c",
"../libs/lib-newlib/musl-imported/include/mntent.h"
],
"name": "getmntent",
"nb_args": 1,
"return_value": "struct mntent *",
"usage": 2
},
{
"args_name": [
"streamp",
"mntbuf",
"buf",
"buflen"
],
"args_type": [
"FILE *",
"struct mntent *",
"char *",
"int"
],
"fully_qualified": "getmntent_r(FILE *, struct mntent *, char *, int)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../libs/lib-newlib//mntent.c",
"../libs/lib-newlib/musl-imported/include/mntent.h"
],
"name": "getmntent_r",
"nb_args": 4,
"return_value": "struct mntent *",
"usage": 2
},
{
"args_name": [
"stream",
"mnt"
],
"args_type": [
"FILE *",
"const struct mntent *"
],
"fully_qualified": "addmntent(FILE *, const struct mntent *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../libs/lib-newlib//mntent.c",
"../libs/lib-newlib/musl-imported/include/mntent.h"
],
"name": "addmntent",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"streamp"
],
"args_type": [
"FILE *"
],
"fully_qualified": "endmntent(FILE *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../libs/lib-newlib//mntent.c",
"../libs/lib-newlib/musl-imported/include/mntent.h"
],
"name": "endmntent",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"mnt",
"opt"
],
"args_type": [
"const struct mntent *",
"const char *"
],
"fully_qualified": "hasmntopt(const struct mntent *, const char *)",
"headers": [
"<stdio.h>",
"<mntent.h>"
],
"location_file": [
"../libs/lib-newlib//mntent.c",
"../libs/lib-newlib/musl-imported/include/mntent.h"
],
"name": "hasmntopt",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "isatty(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib//console.c"
],
"name": "isatty",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "ttyname(int)",
"headers": [
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib//console.c"
],
"name": "ttyname",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"s"
],
"args_type": [
"char *"
],
"fully_qualified": "ctermid(char *)",
"headers": [
"<stdio.h>"
],
"location_file": [
"../libs/lib-newlib//console.c"
],
"name": "ctermid",
"nb_args": 1,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"nfds",
"readfds",
"writefds",
"exceptfds",
"timeout"
],
"args_type": [
"int",
"fd_set *",
"fd_set *",
"fd_set *",
"struct timeval *restrict"
],
"fully_qualified": "select(int, fd_set *)",
"headers": [],
"location_file": [
"../libs/lib-newlib//file.c"
],
"name": "select",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"initval",
"flags"
],
"args_type": [
"unsigned int",
"int"
],
"fully_qualified": "eventfd(unsigned int, int)",
"headers": [
"<sys/eventfd.h>",
"<unistd.h>",
"<stdlib.h>",
"<stdio.h>",
"<stdint.h>"
],
"location_file": [
"../libs/lib-newlib//file.c",
"../libs/lib-newlib/musl-imported/include/sys/eventfd.h"
],
"name": "eventfd",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"file_name",
"resolved_name"
],
"args_type": [
"const char *restrict",
"char *restrict"
],
"fully_qualified": "realpath(const char *restrict, char *restrict)",
"headers": [
"<limits.h>",
"<stdlib.h>"
],
"location_file": [
"../libs/lib-newlib//file.c"
],
"name": "realpath",
"nb_args": 2,
"return_value": "char *",
"usage": 1
},
{
"args_name": [
"size"
],
"args_type": [
"int"
],
"fully_qualified": "malloc(int)",
"headers": [],
"location_file": [
"../libs/lib-newlib//mem.c"
],
"name": "malloc",
"nb_args": 1,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"nmemb",
"size"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "calloc(int, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../libs/lib-newlib//mem.c"
],
"name": "calloc",
"nb_args": 2,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"ptr",
"size"
],
"args_type": [
"void *",
"int"
],
"fully_qualified": "realloc(void *, int)",
"headers": [
"<stdlib.h>"
],
"location_file": [
"../libs/lib-newlib//mem.c"
],
"name": "realloc",
"nb_args": 2,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"memptr",
"align",
"size"
],
"args_type": [
"void **",
"int",
"int"
],
"fully_qualified": "posix_memalign(void **, int, int)",
"headers": [
"<stdlib.h>",
"<malloc.h>"
],
"location_file": [
"../libs/lib-newlib//mem.c"
],
"name": "posix_memalign",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"align",
"size"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "memalign(int, int)",
"headers": [
"<stdlib.h>",
"<malloc.h>"
],
"location_file": [
"../libs/lib-newlib//mem.c"
],
"name": "memalign",
"nb_args": 2,
"return_value": "void *",
"usage": 1
},
{
"args_name": [
"ptr"
],
"args_type": [
"void *"
],
"fully_qualified": "free(void *)",
"headers": [],
"location_file": [
"../libs/lib-newlib//mem.c"
],
"name": "free",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"addr",
"len",
"prot"
],
"args_type": [
"void *",
"size_t",
"int"
],
"fully_qualified": "mprotect(void *,size_t,int)",
"headers": [
"<sys/mman.h>",
"<unistd.h>",
"<signal.h>",
"<stdio.h>",
"<malloc.h>",
"<stdlib.h>",
"<errno.h>"
],
"location_file": [
"../libs/lib-newlib//mem.c",
"../libs/lib-newlib/include/sys/mman.h"
],
"name": "mprotect",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"dirp"
],
"args_type": [
"DIR *"
],
"fully_qualified": "closedir(DIR *)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../libs/lib-newlib/include/dirent.h"
],
"name": "closedir",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fd"
],
"args_type": [
"int"
],
"fully_qualified": "fdopendir(int)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../libs/lib-newlib/include/dirent.h"
],
"name": "fdopendir",
"nb_args": 1,
"return_value": "DIR *",
"usage": 1
},
{
"args_name": [
"name"
],
"args_type": [
"const char *"
],
"fully_qualified": "opendir(const char *)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../libs/lib-newlib/include/dirent.h"
],
"name": "opendir",
"nb_args": 1,
"return_value": "DIR *",
"usage": 1
},
{
"args_name": [
"dirp"
],
"args_type": [
"DIR *"
],
"fully_qualified": "readdir(DIR *)",
"headers": [
"<dirent.h>"
],
"location_file": [
"../libs/lib-newlib/include/dirent.h"
],
"name": "readdir",
"nb_args": 1,
"return_value": "struct dirent *",
"usage": 1
},
{
"args_name": [
"dirp",
"entry",
"result"
],
"args_type": [
"DIR *restrict",
"struct dirent *restrict",
"struct dirent **restrict"
],
"fully_qualified": "readdir_r(DIR *restrict, struct dirent *restrict, struct dirent **restrict)",
"headers": [
"<dirent.h>"
],
"location_file": [
"../libs/lib-newlib/include/dirent.h"
],
"name": "readdir_r",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"dirp"
],
"args_type": [
"DIR *"
],
"fully_qualified": "rewinddir(DIR *)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../libs/lib-newlib/include/dirent.h"
],
"name": "rewinddir",
"nb_args": 1,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"dirp"
],
"args_type": [
"DIR *"
],
"fully_qualified": "dirfd(DIR *)",
"headers": [
"<sys/types.h>",
"<dirent.h>"
],
"location_file": [
"../libs/lib-newlib/include/dirent.h"
],
"name": "dirfd",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fd",
"offset",
"len",
"advice"
],
"args_type": [
"int",
"off_t",
"off_t",
"int"
],
"fully_qualified": "posix_fadvise(int, off_t, off_t, int)",
"headers": [
"<fcntl.h>"
],
"location_file": [
"../libs/lib-newlib/include/fcntl.h"
],
"name": "posix_fadvise",
"nb_args": 4,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"wstatus",
"options",
"rusage"
],
"args_type": [
"int *",
"int",
"struct rusage *"
],
"fully_qualified": "wait3(int *, int, struct rusage *)",
"headers": [
"<sys/types.h>",
"<sys/time.h>",
"<sys/resource.h>",
"<sys/wait.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/wait.h"
],
"name": "wait3",
"nb_args": 3,
"return_value": "pid_t",
"usage": 1
},
{
"args_name": [
"pid",
"wstatus",
"options",
"rusage"
],
"args_type": [
"pid_t",
"int *",
"int",
"struct rusage *"
],
"fully_qualified": "wait4(pid_t, int *, int, struct rusage *)",
"headers": [
"<sys/types.h>",
"<sys/time.h>",
"<sys/resource.h>",
"<sys/wait.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/wait.h"
],
"name": "wait4",
"nb_args": 4,
"return_value": "pid_t",
"usage": 1
},
{
"args_name": [
"which",
"who"
],
"args_type": [
"int",
"id_t"
],
"fully_qualified": "getpriority(int, id_t)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/resource.h"
],
"name": "getpriority",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"which",
"who",
"prio"
],
"args_type": [
"int",
"id_t",
"int"
],
"fully_qualified": "setpriority(int, id_t, int)",
"headers": [
"<sys/time.h>",
"<sys/resource.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/resource.h"
],
"name": "setpriority",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"path",
"buf"
],
"args_type": [
"const char *restrict",
"struct statvfs *restrict"
],
"fully_qualified": "statvfs(const char *restrict, struct statvfs *restrict)",
"headers": [
"<sys/statvfs.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/statvfs.h"
],
"name": "statvfs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fd",
"buf"
],
"args_type": [
"int",
"struct statvfs *"
],
"fully_qualified": "fstatvfs(int, struct statvfs *)",
"headers": [
"<sys/statvfs.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/statvfs.h"
],
"name": "fstatvfs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fd",
"iov",
"iovcnt"
],
"args_type": [
"int",
"const struct iovec *",
"int"
],
"fully_qualified": "readv(int, const struct iovec *, int)",
"headers": [
"<sys/uio.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/uio.h"
],
"name": "readv",
"nb_args": 3,
"return_value": "ssize_t",
"usage": 1
},
{
"args_name": [
"fd",
"iov",
"iovcnt"
],
"args_type": [
"int",
"const struct iovec *",
"int"
],
"fully_qualified": "writev(int, const struct iovec *, int)",
"headers": [
"<sys/uio.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/uio.h"
],
"name": "writev",
"nb_args": 3,
"return_value": "ssize_t",
"usage": 1
},
{
"args_name": [
"dev",
"dir",
"fsname",
"flags",
"data"
],
"args_type": [
"const char *",
"const char *",
"const char *",
"unsigned long",
"const void *"
],
"fully_qualified": "mount(const char *, const char *, const char *, unsigned long, const void *)",
"headers": [],
"location_file": [
"../libs/lib-newlib/include/sys/mount.h"
],
"name": "mount",
"nb_args": 5,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"path"
],
"args_type": [
"const char *"
],
"fully_qualified": "umount(const char *)",
"headers": [
"<sys/mount.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/mount.h"
],
"name": "umount",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"path",
"flags"
],
"args_type": [
"const char *",
"int"
],
"fully_qualified": "umount2(const char *, int)",
"headers": [
"<sys/mount.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/mount.h"
],
"name": "umount2",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"path",
"buf"
],
"args_type": [
"const char *",
"struct statfs *"
],
"fully_qualified": "statfs(const char *, struct statfs *)",
"headers": [
"<sys/vfs.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/statfs.h"
],
"name": "statfs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"fd",
"buf"
],
"args_type": [
"int",
"struct statfs *"
],
"fully_qualified": "fstatfs(int, struct statfs *)",
"headers": [
"<sys/vfs.h>"
],
"location_file": [
"../libs/lib-newlib/include/sys/statfs.h"
],
"name": "fstatfs",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"arg_int",
"arg_structtermios"
],
"args_type": [
"int",
"struct termios *"
],
"fully_qualified": "tcgetattr(int, struct termios *)",
"headers": [
"<termios.h>",
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/termios.h",
"../libs/lib-newlib/musl-imported/src/termios/tcgetattr.c"
],
"name": "tcgetattr",
"nb_args": 2,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_int",
"arg_int",
"arg_conststructtermios"
],
"args_type": [
"int",
"int",
"const struct termios *"
],
"fully_qualified": "tcsetattr(int, int, const struct termios *)",
"headers": [
"<termios.h>",
"<unistd.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/termios.h",
"../libs/lib-newlib/musl-imported/src/termios/tcsetattr.c"
],
"name": "tcsetattr",
"nb_args": 3,
"return_value": "int",
"usage": 2
},
{
"args_name": [],
"args_type": [],
"fully_qualified": "closelog()",
"headers": [
"<syslog.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/syslog.h",
"../libs/lib-newlib/musl-imported/src/misc/syslog.c"
],
"name": "closelog",
"nb_args": 0,
"return_value": "void",
"usage": 2
},
{
"args_name": [
"arg_constchar",
"arg_int",
"arg_int"
],
"args_type": [
"const char *",
"int",
"int"
],
"fully_qualified": "openlog(const char *, int, int)",
"headers": [
"<syslog.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/syslog.h",
"../libs/lib-newlib/musl-imported/src/misc/syslog.c"
],
"name": "openlog",
"nb_args": 3,
"return_value": "void",
"usage": 2
},
{
"args_name": [
"arg_int"
],
"args_type": [
"int"
],
"fully_qualified": "setlogmask(int)",
"headers": [
"<syslog.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/syslog.h",
"../libs/lib-newlib/musl-imported/src/misc/syslog.c"
],
"name": "setlogmask",
"nb_args": 1,
"return_value": "int",
"usage": 2
},
{
"args_name": [
"arg_int",
"arg_constchar"
],
"args_type": [
"int",
"const char *"
],
"fully_qualified": "syslog(int, const char *, ...)",
"headers": [
"<syslog.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/syslog.h",
"../libs/lib-newlib/musl-imported/src/misc/syslog.c"
],
"name": "syslog",
"nb_args": 2,
"return_value": "void",
"usage": 2
},
{
"args_name": [
"signum",
"act",
"oldact"
],
"args_type": [
"int",
"const struct sigaction *",
"struct sigaction *"
],
"fully_qualified": "sigaction(int, const struct sigaction *, struct sigaction *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigaction",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set"
],
"args_type": [
"sigset_t *"
],
"fully_qualified": "sigpending(sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigpending",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"how",
"set",
"oldset"
],
"args_type": [
"int",
"const sigset_t *",
"sigset_t *"
],
"fully_qualified": "sigprocmask(int, const sigset_t *, sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigprocmask",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"mask"
],
"args_type": [
"const sigset_t *"
],
"fully_qualified": "sigsuspend(const sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigsuspend",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set",
"sig"
],
"args_type": [
"const sigset_t *",
"int *"
],
"fully_qualified": "sigwait(const sigset_t *, int *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigwait",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"pid",
"sig"
],
"args_type": [
"pid_t",
"int"
],
"fully_qualified": "kill(pid_t, int)",
"headers": [
"<sys/types.h>",
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "kill",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"pgrp",
"sig"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "killpg(int, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "killpg",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"sig"
],
"args_type": [
"int"
],
"fully_qualified": "raise(int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "raise",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"signum",
"handler"
],
"args_type": [
"int",
"sighandler_t"
],
"fully_qualified": "signal(int, sighandler_t)",
"headers": [],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "signal",
"nb_args": 2,
"return_value": "sighandler_t",
"usage": 1
},
{
"args_name": [
"how",
"set",
"oldset"
],
"args_type": [
"int",
"const sigset_t *",
"sigset_t *"
],
"fully_qualified": "pthread_sigmask(int, const sigset_t *, sigset_t *)",
"headers": [
"<signal.h>",
"<pthread.h>",
"<stdio.h>",
"<stdlib.h>",
"<unistd.h>",
"<errno.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "pthread_sigmask",
"nb_args": 3,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set"
],
"args_type": [
"sigset_t *"
],
"fully_qualified": "sigemptyset(sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigemptyset",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set"
],
"args_type": [
"sigset_t *"
],
"fully_qualified": "sigfillset(sigset_t *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigfillset",
"nb_args": 1,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set",
"signo"
],
"args_type": [
"sigset_t *",
"int"
],
"fully_qualified": "sigaddset(sigset_t *, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigaddset",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set",
"signo"
],
"args_type": [
"sigset_t *",
"int"
],
"fully_qualified": "sigdelset(sigset_t *, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigdelset",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"set",
"signo"
],
"args_type": [
"const sigset_t *",
"int"
],
"fully_qualified": "sigismember(const sigset_t *, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "sigismember",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"sig",
"flag"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "siginterrupt(int, int)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "siginterrupt",
"nb_args": 2,
"return_value": "int",
"usage": 1
},
{
"args_name": [
"sig",
"s"
],
"args_type": [
"int",
"const char *"
],
"fully_qualified": "psignal(int, const char *)",
"headers": [
"<signal.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/signal.h"
],
"name": "psignal",
"nb_args": 2,
"return_value": "void",
"usage": 1
},
{
"args_name": [
"arg_constchar",
"arg_constchar"
],
"args_type": [
"const char *",
"const char *"
],
"fully_qualified": "crypt(const char *, const char *)",
"headers": [
"<unistd.h>",
"<crypt.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/crypt.h",
"../libs/lib-newlib/musl-imported/src/crypt/crypt.c"
],
"name": "crypt",
"nb_args": 2,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"arg_constchar",
"arg_constchar",
"arg_structcryptdata"
],
"args_type": [
"const char *",
"const char *",
"struct crypt_data *"
],
"fully_qualified": "crypt_r(const char *, const char *, struct crypt_data *)",
"headers": [
"<unistd.h>",
"<crypt.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/crypt.h",
"../libs/lib-newlib/musl-imported/src/crypt/crypt_r.c"
],
"name": "crypt_r",
"nb_args": 3,
"return_value": "char *",
"usage": 2
},
{
"args_name": [
"arg_int",
"arg_int"
],
"args_type": [
"int",
"int"
],
"fully_qualified": "ioctl(int, int, ...)",
"headers": [
"<sys/ioctl.h>",
"<stdlib.h>",
"<unistd.h>",
"<stdio.h>",
"<fcntl.h>",
"<string.h>",
"<sys/stat.h>",
"<errno.h>",
"<sys/sysmacros.h>"
],
"location_file": [
"../libs/lib-newlib/musl-imported/include/sys/ioctl.h"
],
"name": "ioctl",
"nb_args": 2,
"return_value": "int",
"usage": 1
}
]
}