From 2953a1653ec29b89943000f2ca6067d21bf87f19 Mon Sep 17 00:00:00 2001 From: nsz Date: Sat, 18 Jun 2011 21:41:47 +0200 Subject: [PATCH] c99 and posix2008 api data --- data/c99 | 818 +++++++++++++++++++++++++++++++++ data/posix2008 | 1191 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2009 insertions(+) create mode 100644 data/c99 create mode 100644 data/posix2008 diff --git a/data/c99 b/data/c99 new file mode 100644 index 0000000..d715622 --- /dev/null +++ b/data/c99 @@ -0,0 +1,818 @@ +NDEBUG assert.h B.1 Diagnostics +assert void assert(scalar expression); assert.h B.1 Diagnostics +complex complex.h B.2 Complex +imaginary complex.h B.2 Complex +I complex.h B.2 Complex +_Complex_I complex.h B.2 Complex +_Imaginary_I complex.h B.2 Complex +cacos double complex cacos(double complex z); complex.h B.2 Complex +cacosf float complex cacosf(float complex z); complex.h B.2 Complex +cacosl long double complex cacosl(long double complex z); complex.h B.2 Complex +casin double complex casin(double complex z); complex.h B.2 Complex +casinf float complex casinf(float complex z); complex.h B.2 Complex +casinl long double complex casinl(long double complex z); complex.h B.2 Complex +catan double complex catan(double complex z); complex.h B.2 Complex +catanf float complex catanf(float complex z); complex.h B.2 Complex +catanl long double complex catanl(long double complex z); complex.h B.2 Complex +ccos double complex ccos(double complex z); complex.h B.2 Complex +ccosf float complex ccosf(float complex z); complex.h B.2 Complex +ccosl long double complex ccosl(long double complex z); complex.h B.2 Complex +csin double complex csin(double complex z); complex.h B.2 Complex +csinf float complex csinf(float complex z); complex.h B.2 Complex +csinl long double complex csinl(long double complex z); complex.h B.2 Complex +ctan double complex ctan(double complex z); complex.h B.2 Complex +ctanf float complex ctanf(float complex z); complex.h B.2 Complex +ctanl long double complex ctanl(long double complex z); complex.h B.2 Complex +cacosh double complex cacosh(double complex z); complex.h B.2 Complex +cacoshf float complex cacoshf(float complex z); complex.h B.2 Complex +cacoshl long double complex cacoshl(long double complex z); complex.h B.2 Complex +casinh double complex casinh(double complex z); complex.h B.2 Complex +casinhf float complex casinhf(float complex z); complex.h B.2 Complex +casinhl long double complex casinhl(long double complex z); complex.h B.2 Complex +catanh double complex catanh(double complex z); complex.h B.2 Complex +catanhf float complex catanhf(float complex z); complex.h B.2 Complex +catanhl long double complex catanhl(long double complex z); complex.h B.2 Complex +ccosh double complex ccosh(double complex z); complex.h B.2 Complex +ccoshf float complex ccoshf(float complex z); complex.h B.2 Complex +ccoshl long double complex ccoshl(long double complex z); complex.h B.2 Complex +csinh double complex csinh(double complex z); complex.h B.2 Complex +csinhf float complex csinhf(float complex z); complex.h B.2 Complex +csinhl long double complex csinhl(long double complex z); complex.h B.2 Complex +ctanh double complex ctanh(double complex z); complex.h B.2 Complex +ctanhf float complex ctanhf(float complex z); complex.h B.2 Complex +ctanhl long double complex ctanhl(long double complex z); complex.h B.2 Complex +cexp double complex cexp(double complex z); complex.h B.2 Complex +cexpf float complex cexpf(float complex z); complex.h B.2 Complex +cexpl long double complex cexpl(long double complex z); complex.h B.2 Complex +clog double complex clog(double complex z); complex.h B.2 Complex +clogf float complex clogf(float complex z); complex.h B.2 Complex +clogl long double complex clogl(long double complex z); complex.h B.2 Complex +cabs double cabs(double complex z); complex.h B.2 Complex +cabsf float cabsf(float complex z); complex.h B.2 Complex +cabsl long double cabsl(long double complex z); complex.h B.2 Complex +cpow double complex cpow(double complex x, double complex y); complex.h B.2 Complex +cpowf float complex cpowf(float complex x, float complex y); complex.h B.2 Complex +cpowl long double complex cpowl(long double complex x, long double complex y); complex.h B.2 Complex +csqrt double complex csqrt(double complex z); complex.h B.2 Complex +csqrtf float complex csqrtf(float complex z); complex.h B.2 Complex +csqrtl long double complex csqrtl(long double complex z); complex.h B.2 Complex +carg double carg(double complex z); complex.h B.2 Complex +cargf float cargf(float complex z); complex.h B.2 Complex +cargl long double cargl(long double complex z); complex.h B.2 Complex +cimag double cimag(double complex z); complex.h B.2 Complex +cimagf float cimagf(float complex z); complex.h B.2 Complex +cimagl long double cimagl(long double complex z); complex.h B.2 Complex +conj double complex conj(double complex z); complex.h B.2 Complex +conjf float complex conjf(float complex z); complex.h B.2 Complex +conjl long double complex conjl(long double complex z); complex.h B.2 Complex +cproj double complex cproj(double complex z); complex.h B.2 Complex +cprojf float complex cprojf(float complex z); complex.h B.2 Complex +cprojl long double complex cprojl(long double complex z); complex.h B.2 Complex +creal double creal(double complex z); complex.h B.2 Complex +crealf float crealf(float complex z); complex.h B.2 Complex +creall long double creall(long double complex z); complex.h B.2 Complex +isalnum int isalnum(int c); ctype.h B.3 Character handling +isalpha int isalpha(int c); ctype.h B.3 Character handling +isblank int isblank(int c); ctype.h B.3 Character handling +iscntrl int iscntrl(int c); ctype.h B.3 Character handling +isdigit int isdigit(int c); ctype.h B.3 Character handling +isgraph int isgraph(int c); ctype.h B.3 Character handling +islower int islower(int c); ctype.h B.3 Character handling +isprint int isprint(int c); ctype.h B.3 Character handling +ispunct int ispunct(int c); ctype.h B.3 Character handling +isspace int isspace(int c); ctype.h B.3 Character handling +isupper int isupper(int c); ctype.h B.3 Character handling +isxdigit int isxdigit(int c); ctype.h B.3 Character handling +tolower int tolower(int c); ctype.h B.3 Character handling +toupper int toupper(int c); ctype.h B.3 Character handling +EDOM errno.h B.4 Errors +EILSEQ errno.h B.4 Errors +ERANGE errno.h B.4 Errors +errno errno.h B.4 Errors +fenv_t fenv.h B.5 Floating-point environment +FE_OVERFLOW fenv.h B.5 Floating-point environment +FE_TOWARDZERO fenv.h B.5 Floating-point environment +fexcept_t fenv.h B.5 Floating-point environment +FE_UNDERFLOW fenv.h B.5 Floating-point environment +FE_UPWARD fenv.h B.5 Floating-point environment +FE_DIVBYZERO fenv.h B.5 Floating-point environment +FE_ALL_EXCEPT fenv.h B.5 Floating-point environment +FE_DFL_ENV fenv.h B.5 Floating-point environment +FE_INEXACT fenv.h B.5 Floating-point environment +FE_DOWNWARD fenv.h B.5 Floating-point environment +FE_INVALID fenv.h B.5 Floating-point environment +FE_TONEAREST fenv.h B.5 Floating-point environment +feclearexcept int feclearexcept(int excepts); fenv.h B.5 Floating-point environment +fegetexceptflag int fegetexceptflag(fexcept_t *flagp, int excepts); fenv.h B.5 Floating-point environment +feraiseexcept int feraiseexcept(int excepts); fenv.h B.5 Floating-point environment +fesetexceptflag int fesetexceptflag(const fexcept_t *flagp, int excepts); fenv.h B.5 Floating-point environment +fetestexcept int fetestexcept(int excepts); fenv.h B.5 Floating-point environment +fegetround int fegetround(void); fenv.h B.5 Floating-point environment +fesetround int fesetround(int round); fenv.h B.5 Floating-point environment +fegetenv int fegetenv(fenv_t *envp); fenv.h B.5 Floating-point environment +feholdexcept int feholdexcept(fenv_t *envp); fenv.h B.5 Floating-point environment +fesetenv int fesetenv(const fenv_t *envp); fenv.h B.5 Floating-point environment +feupdateenv int feupdateenv(const fenv_t *envp); fenv.h B.5 Floating-point environment +FLT_ROUNDS float.h B.6 Characteristics of floating types +DBL_MIN_EXP float.h B.6 Characteristics of floating types +FLT_MAX float.h B.6 Characteristics of floating types +FLT_EVAL_METHOD float.h B.6 Characteristics of floating types +LDBL_MIN_EXP float.h B.6 Characteristics of floating types +DBL_MAX float.h B.6 Characteristics of floating types +FLT_RADIX float.h B.6 Characteristics of floating types +FLT_MIN_10_EXP float.h B.6 Characteristics of floating types +LDBL_MAX float.h B.6 Characteristics of floating types +FLT_MANT_DIG float.h B.6 Characteristics of floating types +DBL_MIN_10_EXP float.h B.6 Characteristics of floating types +FLT_EPSILON float.h B.6 Characteristics of floating types +DBL_MANT_DIG float.h B.6 Characteristics of floating types +LDBL_MIN_10_EXP float.h B.6 Characteristics of floating types +DBL_EPSILON float.h B.6 Characteristics of floating types +LDBL_MANT_DIG float.h B.6 Characteristics of floating types +FLT_MAX_EXP float.h B.6 Characteristics of floating types +LDBL_EPSILON float.h B.6 Characteristics of floating types +DECIMAL_DIG float.h B.6 Characteristics of floating types +DBL_MAX_EXP float.h B.6 Characteristics of floating types +FLT_MIN float.h B.6 Characteristics of floating types +FLT_DIG float.h B.6 Characteristics of floating types +LDBL_MAX_EXP float.h B.6 Characteristics of floating types +DBL_MIN float.h B.6 Characteristics of floating types +DBL_DIG float.h B.6 Characteristics of floating types +FLT_MAX_10_EXP float.h B.6 Characteristics of floating types +LDBL_MIN float.h B.6 Characteristics of floating types +LDBL_DIG float.h B.6 Characteristics of floating types +DBL_MAX_10_EXP float.h B.6 Characteristics of floating types +FLT_MIN_EXP float.h B.6 Characteristics of floating types +LDBL_MAX_10_EXP float.h B.6 Characteristics of floating types +imaxdiv_t inttypes.h B.7 Format conversion of integer types +PRIdN inttypes.h B.7 Format conversion of integer types +PRIdLEASTN inttypes.h B.7 Format conversion of integer types +PRIdFASTN inttypes.h B.7 Format conversion of integer types +PRIdMAX inttypes.h B.7 Format conversion of integer types +PRIdPTR inttypes.h B.7 Format conversion of integer types +PRIiN inttypes.h B.7 Format conversion of integer types +PRIiLEASTN inttypes.h B.7 Format conversion of integer types +PRIiFASTN inttypes.h B.7 Format conversion of integer types +PRIiMAX inttypes.h B.7 Format conversion of integer types +PRIiPTR inttypes.h B.7 Format conversion of integer types +PRIoN inttypes.h B.7 Format conversion of integer types +PRIoLEASTN inttypes.h B.7 Format conversion of integer types +PRIoFASTN inttypes.h B.7 Format conversion of integer types +PRIoMAX inttypes.h B.7 Format conversion of integer types +PRIoPTR inttypes.h B.7 Format conversion of integer types +PRIuN inttypes.h B.7 Format conversion of integer types +PRIuLEASTN inttypes.h B.7 Format conversion of integer types +PRIuFASTN inttypes.h B.7 Format conversion of integer types +PRIuMAX inttypes.h B.7 Format conversion of integer types +PRIuPTR inttypes.h B.7 Format conversion of integer types +PRIxN inttypes.h B.7 Format conversion of integer types +PRIxLEASTN inttypes.h B.7 Format conversion of integer types +PRIxFASTN inttypes.h B.7 Format conversion of integer types +PRIxMAX inttypes.h B.7 Format conversion of integer types +PRIxPTR inttypes.h B.7 Format conversion of integer types +PRIXN inttypes.h B.7 Format conversion of integer types +PRIXLEASTN inttypes.h B.7 Format conversion of integer types +PRIXFASTN inttypes.h B.7 Format conversion of integer types +PRIXMAX inttypes.h B.7 Format conversion of integer types +PRIXPTR inttypes.h B.7 Format conversion of integer types +SCNdN inttypes.h B.7 Format conversion of integer types +SCNdLEASTN inttypes.h B.7 Format conversion of integer types +SCNdFASTN inttypes.h B.7 Format conversion of integer types +SCNdMAX inttypes.h B.7 Format conversion of integer types +SCNdPTR inttypes.h B.7 Format conversion of integer types +SCNiN inttypes.h B.7 Format conversion of integer types +SCNiLEASTN inttypes.h B.7 Format conversion of integer types +SCNiFASTN inttypes.h B.7 Format conversion of integer types +SCNiMAX inttypes.h B.7 Format conversion of integer types +SCNiPTR inttypes.h B.7 Format conversion of integer types +SCNoN inttypes.h B.7 Format conversion of integer types +SCNoLEASTN inttypes.h B.7 Format conversion of integer types +SCNoFASTN inttypes.h B.7 Format conversion of integer types +SCNoMAX inttypes.h B.7 Format conversion of integer types +SCNoPTR inttypes.h B.7 Format conversion of integer types +SCNuN inttypes.h B.7 Format conversion of integer types +SCNuLEASTN inttypes.h B.7 Format conversion of integer types +SCNuFASTN inttypes.h B.7 Format conversion of integer types +SCNuMAX inttypes.h B.7 Format conversion of integer types +SCNuPTR inttypes.h B.7 Format conversion of integer types +SCNxN inttypes.h B.7 Format conversion of integer types +SCNxLEASTN inttypes.h B.7 Format conversion of integer types +SCNxFASTN inttypes.h B.7 Format conversion of integer types +SCNxMAX inttypes.h B.7 Format conversion of integer types +SCNxPTR inttypes.h B.7 Format conversion of integer types +imaxabs intmax_t imaxabs(intmax_t j); inttypes.h B.7 Format conversion of integer types +imaxdiv imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom); inttypes.h B.7 Format conversion of integer types +strtoimax intmax_t strtoimax(const char * restrict nptr, char ** restrict endptr, int base); inttypes.h B.7 Format conversion of integer types +strtoumax uintmax_t strtoumax(const char * restrict nptr, char ** restrict endptr, int base); inttypes.h B.7 Format conversion of integer types +wcstoimax intmax_t wcstoimax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); inttypes.h B.7 Format conversion of integer types +wcstoumax uintmax_t wcstoumax(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); inttypes.h B.7 Format conversion of integer types +and iso646.h B.8 Alternative spellings +bitor iso646.h B.8 Alternative spellings +not_eq iso646.h B.8 Alternative spellings +xor iso646.h B.8 Alternative spellings +and_eq iso646.h B.8 Alternative spellings +compl iso646.h B.8 Alternative spellings +or iso646.h B.8 Alternative spellings +xor_eq iso646.h B.8 Alternative spellings +bitand iso646.h B.8 Alternative spellings +not iso646.h B.8 Alternative spellings +or_eq iso646.h B.8 Alternative spellings +CHAR_BIT limits.h B.9 Sizes of integer types +CHAR_MAX limits.h B.9 Sizes of integer types +INT_MIN limits.h B.9 Sizes of integer types +ULONG_MAX limits.h B.9 Sizes of integer types +SCHAR_MIN limits.h B.9 Sizes of integer types +MB_LEN_MAX limits.h B.9 Sizes of integer types +INT_MAX limits.h B.9 Sizes of integer types +LLONG_MIN limits.h B.9 Sizes of integer types +SCHAR_MAX limits.h B.9 Sizes of integer types +SHRT_MIN limits.h B.9 Sizes of integer types +UINT_MAX limits.h B.9 Sizes of integer types +LLONG_MAX limits.h B.9 Sizes of integer types +UCHAR_MAX limits.h B.9 Sizes of integer types +SHRT_MAX limits.h B.9 Sizes of integer types +LONG_MIN limits.h B.9 Sizes of integer types +ULLONG_MAX limits.h B.9 Sizes of integer types +CHAR_MIN limits.h B.9 Sizes of integer types +USHRT_MAX limits.h B.9 Sizes of integer types +LONG_MAX limits.h B.9 Sizes of integer types +struct lconv locale.h B.10 Localization +LC_ALL locale.h B.10 Localization +LC_CTYPE locale.h B.10 Localization +LC_NUMERIC locale.h B.10 Localization +NULL locale.h B.10 Localization +LC_COLLATE locale.h B.10 Localization +LC_MONETARY locale.h B.10 Localization +LC_TIME locale.h B.10 Localization +setlocale char *setlocale(int category, const char *locale); locale.h B.10 Localization +localeconv struct lconv *localeconv(void); locale.h B.10 Localization +float_t math.h B.11 Mathematics +FP_INFINITE math.h B.11 Mathematics +FP_FAST_FMAL math.h B.11 Mathematics +double_t math.h B.11 Mathematics +FP_NAN math.h B.11 Mathematics +FP_ILOGB0 math.h B.11 Mathematics +HUGE_VAL math.h B.11 Mathematics +FP_NORMAL math.h B.11 Mathematics +FP_ILOGBNAN math.h B.11 Mathematics +HUGE_VALF math.h B.11 Mathematics +FP_SUBNORMAL math.h B.11 Mathematics +MATH_ERRNO math.h B.11 Mathematics +HUGE_VALL math.h B.11 Mathematics +FP_ZERO math.h B.11 Mathematics +MATH_ERREXCEPT math.h B.11 Mathematics +INFINITY math.h B.11 Mathematics +FP_FAST_FMA math.h B.11 Mathematics +math_errhandling math.h B.11 Mathematics +NAN math.h B.11 Mathematics +FP_FAST_FMAF math.h B.11 Mathematics +fpclassify int fpclassify(real-floating x); math.h B.11 Mathematics +isfinite int isfinite(real-floating x); math.h B.11 Mathematics +isinf int isinf(real-floating x); math.h B.11 Mathematics +isnan int isnan(real-floating x); math.h B.11 Mathematics +isnormal int isnormal(real-floating x); math.h B.11 Mathematics +signbit int signbit(real-floating x); math.h B.11 Mathematics +acos double acos(double x); math.h B.11 Mathematics +acosf float acosf(float x); math.h B.11 Mathematics +acosl long double acosl(long double x); math.h B.11 Mathematics +asin double asin(double x); math.h B.11 Mathematics +asinf float asinf(float x); math.h B.11 Mathematics +asinl long double asinl(long double x); math.h B.11 Mathematics +atan double atan(double x); math.h B.11 Mathematics +atanf float atanf(float x); math.h B.11 Mathematics +atanl long double atanl(long double x); math.h B.11 Mathematics +atan2 double atan2(double y, double x); math.h B.11 Mathematics +atan2f float atan2f(float y, float x); math.h B.11 Mathematics +atan2l long double atan2l(long double y, long double x); math.h B.11 Mathematics +cos double cos(double x); math.h B.11 Mathematics +cosf float cosf(float x); math.h B.11 Mathematics +cosl long double cosl(long double x); math.h B.11 Mathematics +sin double sin(double x); math.h B.11 Mathematics +sinf float sinf(float x); math.h B.11 Mathematics +sinl long double sinl(long double x); math.h B.11 Mathematics +tan double tan(double x); math.h B.11 Mathematics +tanf float tanf(float x); math.h B.11 Mathematics +tanl long double tanl(long double x); math.h B.11 Mathematics +acosh double acosh(double x); math.h B.11 Mathematics +acoshf float acoshf(float x); math.h B.11 Mathematics +acoshl long double acoshl(long double x); math.h B.11 Mathematics +asinh double asinh(double x); math.h B.11 Mathematics +asinhf float asinhf(float x); math.h B.11 Mathematics +asinhl long double asinhl(long double x); math.h B.11 Mathematics +atanh double atanh(double x); math.h B.11 Mathematics +atanhf float atanhf(float x); math.h B.11 Mathematics +atanhl long double atanhl(long double x); math.h B.11 Mathematics +cosh double cosh(double x); math.h B.11 Mathematics +coshf float coshf(float x); math.h B.11 Mathematics +coshl long double coshl(long double x); math.h B.11 Mathematics +sinh double sinh(double x); math.h B.11 Mathematics +sinhf float sinhf(float x); math.h B.11 Mathematics +sinhl long double sinhl(long double x); math.h B.11 Mathematics +tanh double tanh(double x); math.h B.11 Mathematics +tanhf float tanhf(float x); math.h B.11 Mathematics +tanhl long double tanhl(long double x); math.h B.11 Mathematics +exp double exp(double x); math.h B.11 Mathematics +expf float expf(float x); math.h B.11 Mathematics +expl long double expl(long double x); math.h B.11 Mathematics +exp2 double exp2(double x); math.h B.11 Mathematics +exp2f float exp2f(float x); math.h B.11 Mathematics +exp2l long double exp2l(long double x); math.h B.11 Mathematics +expm1 double expm1(double x); math.h B.11 Mathematics +expm1f float expm1f(float x); math.h B.11 Mathematics +expm1l long double expm1l(long double x); math.h B.11 Mathematics +frexp double frexp(double value, int *exp); math.h B.11 Mathematics +frexpf float frexpf(float value, int *exp); math.h B.11 Mathematics +frexpl long double frexpl(long double value, int *exp); math.h B.11 Mathematics +ilogb int ilogb(double x); math.h B.11 Mathematics +ilogbf int ilogbf(float x); math.h B.11 Mathematics +ilogbl int ilogbl(long double x); math.h B.11 Mathematics +ldexp double ldexp(double x, int exp); math.h B.11 Mathematics +ldexpf float ldexpf(float x, int exp); math.h B.11 Mathematics +ldexpl long double ldexpl(long double x, int exp); math.h B.11 Mathematics +log double log(double x); math.h B.11 Mathematics +logf float logf(float x); math.h B.11 Mathematics +logl long double logl(long double x); math.h B.11 Mathematics +log10 double log10(double x); math.h B.11 Mathematics +log10f float log10f(float x); math.h B.11 Mathematics +log10l long double log10l(long double x); math.h B.11 Mathematics +log1p double log1p(double x); math.h B.11 Mathematics +log1pf float log1pf(float x); math.h B.11 Mathematics +log1pl long double log1pl(long double x); math.h B.11 Mathematics +log2 double log2(double x); math.h B.11 Mathematics +log2f float log2f(float x); math.h B.11 Mathematics +log2l long double log2l(long double x); math.h B.11 Mathematics +logb double logb(double x); math.h B.11 Mathematics +logbf float logbf(float x); math.h B.11 Mathematics +logbl long double logbl(long double x); math.h B.11 Mathematics +modf double modf(double value, double *iptr); math.h B.11 Mathematics +modff float modff(float value, float *iptr); math.h B.11 Mathematics +modfl long double modfl(long double value, long double *iptr); math.h B.11 Mathematics +scalbn double scalbn(double x, int n); math.h B.11 Mathematics +scalbnf float scalbnf(float x, int n); math.h B.11 Mathematics +scalbnl long double scalbnl(long double x, int n); math.h B.11 Mathematics +scalbln double scalbln(double x, long int n); math.h B.11 Mathematics +scalblnf float scalblnf(float x, long int n); math.h B.11 Mathematics +scalblnl long double scalblnl(long double x, long int n); math.h B.11 Mathematics +cbrt double cbrt(double x); math.h B.11 Mathematics +cbrtf float cbrtf(float x); math.h B.11 Mathematics +cbrtl long double cbrtl(long double x); math.h B.11 Mathematics +fabs double fabs(double x); math.h B.11 Mathematics +fabsf float fabsf(float x); math.h B.11 Mathematics +fabsl long double fabsl(long double x); math.h B.11 Mathematics +hypot double hypot(double x, double y); math.h B.11 Mathematics +hypotf float hypotf(float x, float y); math.h B.11 Mathematics +hypotl long double hypotl(long double x, long double y); math.h B.11 Mathematics +pow double pow(double x, double y); math.h B.11 Mathematics +powf float powf(float x, float y); math.h B.11 Mathematics +powl long double powl(long double x, long double y); math.h B.11 Mathematics +sqrt double sqrt(double x); math.h B.11 Mathematics +sqrtf float sqrtf(float x); math.h B.11 Mathematics +sqrtl long double sqrtl(long double x); math.h B.11 Mathematics +erf double erf(double x); math.h B.11 Mathematics +erff float erff(float x); math.h B.11 Mathematics +erfl long double erfl(long double x); math.h B.11 Mathematics +erfc double erfc(double x); math.h B.11 Mathematics +erfcf float erfcf(float x); math.h B.11 Mathematics +erfcl long double erfcl(long double x); math.h B.11 Mathematics +lgamma double lgamma(double x); math.h B.11 Mathematics +lgammaf float lgammaf(float x); math.h B.11 Mathematics +lgammal long double lgammal(long double x); math.h B.11 Mathematics +tgamma double tgamma(double x); math.h B.11 Mathematics +tgammaf float tgammaf(float x); math.h B.11 Mathematics +tgammal long double tgammal(long double x); math.h B.11 Mathematics +ceil double ceil(double x); math.h B.11 Mathematics +ceilf float ceilf(float x); math.h B.11 Mathematics +ceill long double ceill(long double x); math.h B.11 Mathematics +floor double floor(double x); math.h B.11 Mathematics +floorf float floorf(float x); math.h B.11 Mathematics +floorl long double floorl(long double x); math.h B.11 Mathematics +nearbyint double nearbyint(double x); math.h B.11 Mathematics +nearbyintf float nearbyintf(float x); math.h B.11 Mathematics +nearbyintl long double nearbyintl(long double x); math.h B.11 Mathematics +rint double rint(double x); math.h B.11 Mathematics +rintf float rintf(float x); math.h B.11 Mathematics +rintl long double rintl(long double x); math.h B.11 Mathematics +lrint long int lrint(double x); math.h B.11 Mathematics +lrintf long int lrintf(float x); math.h B.11 Mathematics +lrintl long int lrintl(long double x); math.h B.11 Mathematics +llrint long long int llrint(double x); math.h B.11 Mathematics +llrintf long long int llrintf(float x); math.h B.11 Mathematics +llrintl long long int llrintl(long double x); math.h B.11 Mathematics +round double round(double x); math.h B.11 Mathematics +roundf float roundf(float x); math.h B.11 Mathematics +roundl long double roundl(long double x); math.h B.11 Mathematics +lround long int lround(double x); math.h B.11 Mathematics +lroundf long int lroundf(float x); math.h B.11 Mathematics +lroundl long int lroundl(long double x); math.h B.11 Mathematics +llround long long int llround(double x); math.h B.11 Mathematics +llroundf long long int llroundf(float x); math.h B.11 Mathematics +llroundl long long int llroundl(long double x); math.h B.11 Mathematics +trunc double trunc(double x); math.h B.11 Mathematics +truncf float truncf(float x); math.h B.11 Mathematics +truncl long double truncl(long double x); math.h B.11 Mathematics +fmod double fmod(double x, double y); math.h B.11 Mathematics +fmodf float fmodf(float x, float y); math.h B.11 Mathematics +fmodl long double fmodl(long double x, long double y); math.h B.11 Mathematics +remainder double remainder(double x, double y); math.h B.11 Mathematics +remainderf float remainderf(float x, float y); math.h B.11 Mathematics +remainderl long double remainderl(long double x, long double y); math.h B.11 Mathematics +remquo double remquo(double x, double y, int *quo); math.h B.11 Mathematics +remquof float remquof(float x, float y, int *quo); math.h B.11 Mathematics +remquol long double remquol(long double x, long double y, int *quo); math.h B.11 Mathematics +copysign double copysign(double x, double y); math.h B.11 Mathematics +copysignf float copysignf(float x, float y); math.h B.11 Mathematics +copysignl long double copysignl(long double x, long double y); math.h B.11 Mathematics +nan double nan(const char *tagp); math.h B.11 Mathematics +nanf float nanf(const char *tagp); math.h B.11 Mathematics +nanl long double nanl(const char *tagp); math.h B.11 Mathematics +nextafter double nextafter(double x, double y); math.h B.11 Mathematics +nextafterf float nextafterf(float x, float y); math.h B.11 Mathematics +nextafterl long double nextafterl(long double x, long double y); math.h B.11 Mathematics +nexttoward double nexttoward(double x, long double y); math.h B.11 Mathematics +nexttowardf float nexttowardf(float x, long double y); math.h B.11 Mathematics +nexttowardl long double nexttowardl(long double x, long double y); math.h B.11 Mathematics +fdim double fdim(double x, double y); math.h B.11 Mathematics +fdimf float fdimf(float x, float y); math.h B.11 Mathematics +fdiml long double fdiml(long double x, long double y); math.h B.11 Mathematics +fmax double fmax(double x, double y); math.h B.11 Mathematics +fmaxf float fmaxf(float x, float y); math.h B.11 Mathematics +fmaxl long double fmaxl(long double x, long double y); math.h B.11 Mathematics +fmin double fmin(double x, double y); math.h B.11 Mathematics +fminf float fminf(float x, float y); math.h B.11 Mathematics +fminl long double fminl(long double x, long double y); math.h B.11 Mathematics +fma double fma(double x, double y, double z); math.h B.11 Mathematics +fmaf float fmaf(float x, float y, float z); math.h B.11 Mathematics +fmal long double fmal(long double x, long double y, long double z); math.h B.11 Mathematics +isgreater int isgreater(real-floating x, real-floating y); math.h B.11 Mathematics +isgreaterequal int isgreaterequal(real-floating x, real-floating y); math.h B.11 Mathematics +isless int isless(real-floating x, real-floating y); math.h B.11 Mathematics +islessequal int islessequal(real-floating x, real-floating y); math.h B.11 Mathematics +islessgreater int islessgreater(real-floating x, real-floating y); math.h B.11 Mathematics +isunordered int isunordered(real-floating x, real-floating y); math.h B.11 Mathematics +jmp_buf setjmp.h B.12 Nonlocal jumps +setjmp int setjmp(jmp_buf env); setjmp.h B.12 Nonlocal jumps +longjmp void longjmp(jmp_buf env, int val); setjmp.h B.12 Nonlocal jumps +sig_atomic_t signal.h B.13 Signal handling +SIG_IGN signal.h B.13 Signal handling +SIGILL signal.h B.13 Signal handling +SIGTERM signal.h B.13 Signal handling +SIG_DFL signal.h B.13 Signal handling +SIGABRT signal.h B.13 Signal handling +SIGINT signal.h B.13 Signal handling +SIG_ERR signal.h B.13 Signal handling +SIGFPE signal.h B.13 Signal handling +SIGSEGV signal.h B.13 Signal handling +signal void (*signal(int sig, void (*func)(int)))(int); signal.h B.13 Signal handling +raise int raise(int sig); signal.h B.13 Signal handling +va_list stdarg.h B.14 Variable arguments +va_arg type va_arg(va_list ap, type); stdarg.h B.14 Variable arguments +va_copy void va_copy(va_list dest, va_list src); stdarg.h B.14 Variable arguments +va_end void va_end(va_list ap); stdarg.h B.14 Variable arguments +va_start void va_start(va_list ap, parmN); stdarg.h B.14 Variable arguments +bool stdbool.h B.15 Boolean type and values +true stdbool.h B.15 Boolean type and values +false stdbool.h B.15 Boolean type and values +__bool_true_false_are_defined stdbool.h B.15 Boolean type and values +ptrdiff_t stddef.h B.16 Common definitions +size_t stddef.h B.16 Common definitions +wchar_t stddef.h B.16 Common definitions +NULL stddef.h B.16 Common definitions +offsetof offsetof(type, member-designator) stddef.h B.16 Common definitions +intN_t stdint.h B.17 Integer types +INT_LEASTN_MIN stdint.h B.17 Integer types +PTRDIFF_MAX stdint.h B.17 Integer types +uintN_t stdint.h B.17 Integer types +INT_LEASTN_MAX stdint.h B.17 Integer types +SIG_ATOMIC_MIN stdint.h B.17 Integer types +int_leastN_t stdint.h B.17 Integer types +UINT_LEASTN_MAX stdint.h B.17 Integer types +SIG_ATOMIC_MAX stdint.h B.17 Integer types +uint_leastN_t stdint.h B.17 Integer types +INT_FASTN_MIN stdint.h B.17 Integer types +SIZE_MAX stdint.h B.17 Integer types +int_fastN_t stdint.h B.17 Integer types +INT_FASTN_MAX stdint.h B.17 Integer types +WCHAR_MIN stdint.h B.17 Integer types +uint_fastN_t stdint.h B.17 Integer types +UINT_FASTN_MAX stdint.h B.17 Integer types +WCHAR_MAX stdint.h B.17 Integer types +intptr_t stdint.h B.17 Integer types +INTPTR_MIN stdint.h B.17 Integer types +WINT_MIN stdint.h B.17 Integer types +uintptr_t stdint.h B.17 Integer types +INTPTR_MAX stdint.h B.17 Integer types +WINT_MAX stdint.h B.17 Integer types +intmax_t stdint.h B.17 Integer types +UINTPTR_MAX stdint.h B.17 Integer types +INTN_C INTN_C(value) stdint.h B.17 Integer types +uintmax_t stdint.h B.17 Integer types +INTMAX_MIN stdint.h B.17 Integer types +UINTN_C UINTN_C(value) stdint.h B.17 Integer types +INTN_MIN stdint.h B.17 Integer types +INTMAX_MAX stdint.h B.17 Integer types +INTMAX_C INTMAX_C(value) stdint.h B.17 Integer types +INTN_MAX stdint.h B.17 Integer types +UINTMAX_MAX stdint.h B.17 Integer types +UINTMAX_C UINTMAX_C(value) stdint.h B.17 Integer types +UINTN_MAX stdint.h B.17 Integer types +PTRDIFF_MIN stdint.h B.17 Integer types +size_t stdio.h B.18 Input/output +_IOLBF stdio.h B.18 Input/output +FILENAME_MAX stdio.h B.18 Input/output +TMP_MAX stdio.h B.18 Input/output +FILE stdio.h B.18 Input/output +_IONBF stdio.h B.18 Input/output +L_tmpnam stdio.h B.18 Input/output +stderr stdio.h B.18 Input/output +fpos_t stdio.h B.18 Input/output +BUFSIZ stdio.h B.18 Input/output +SEEK_CUR stdio.h B.18 Input/output +stdin stdio.h B.18 Input/output +NULL stdio.h B.18 Input/output +EOF stdio.h B.18 Input/output +SEEK_END stdio.h B.18 Input/output +stdout stdio.h B.18 Input/output +_IOFBF stdio.h B.18 Input/output +FOPEN_MAX stdio.h B.18 Input/output +SEEK_SET stdio.h B.18 Input/output +remove int remove(const char *filename); stdio.h B.18 Input/output +rename int rename(const char *old, const char *new); stdio.h B.18 Input/output +tmpfile FILE *tmpfile(void); stdio.h B.18 Input/output +tmpnam char *tmpnam(char *s); stdio.h B.18 Input/output +fclose int fclose(FILE *stream); stdio.h B.18 Input/output +fflush int fflush(FILE *stream); stdio.h B.18 Input/output +fopen FILE *fopen(const char * restrict filename, const char * restrict mode); stdio.h B.18 Input/output +freopen FILE *freopen(const char * restrict filename, const char * restrict mode, FILE * restrict stream); stdio.h B.18 Input/output +setbuf void setbuf(FILE * restrict stream, char * restrict buf); stdio.h B.18 Input/output +setvbuf int setvbuf(FILE * restrict stream, char * restrict buf, int mode, size_t size); stdio.h B.18 Input/output +fprintf int fprintf(FILE * restrict stream, const char * restrict format, ...); stdio.h B.18 Input/output +fscanf int fscanf(FILE * restrict stream, const char * restrict format, ...); stdio.h B.18 Input/output +printf int printf(const char * restrict format, ...); stdio.h B.18 Input/output +scanf int scanf(const char * restrict format, ...); stdio.h B.18 Input/output +snprintf int snprintf(char * restrict s, size_t n, const char * restrict format, ...); stdio.h B.18 Input/output +sprintf int sprintf(char * restrict s, const char * restrict format, ...); stdio.h B.18 Input/output +sscanf int sscanf(const char * restrict s, const char * restrict format, ...); stdio.h B.18 Input/output +vfprintf int vfprintf(FILE * restrict stream, const char * restrict format, va_list arg); stdio.h B.18 Input/output +vfscanf int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg); stdio.h B.18 Input/output +vprintf int vprintf(const char * restrict format, va_list arg); stdio.h B.18 Input/output +vscanf int vscanf(const char * restrict format, va_list arg); stdio.h B.18 Input/output +vsnprintf int vsnprintf(char * restrict s, size_t n, const char * restrict format, va_list arg); stdio.h B.18 Input/output +vsprintf int vsprintf(char * restrict s, const char * restrict format, va_list arg); stdio.h B.18 Input/output +vsscanf int vsscanf(const char * restrict s, const char * restrict format, va_list arg); stdio.h B.18 Input/output +fgetc int fgetc(FILE *stream); stdio.h B.18 Input/output +fgets char *fgets(char * restrict s, int n, FILE * restrict stream); stdio.h B.18 Input/output +fputc int fputc(int c, FILE *stream); stdio.h B.18 Input/output +fputs int fputs(const char * restrict s, FILE * restrict stream); stdio.h B.18 Input/output +getc int getc(FILE *stream); stdio.h B.18 Input/output +getchar int getchar(void); stdio.h B.18 Input/output +gets char *gets(char *s); stdio.h B.18 Input/output +putc int putc(int c, FILE *stream); stdio.h B.18 Input/output +putchar int putchar(int c); stdio.h B.18 Input/output +puts int puts(const char *s); stdio.h B.18 Input/output +ungetc int ungetc(int c, FILE *stream); stdio.h B.18 Input/output +fread size_t fread(void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream); stdio.h B.18 Input/output +fwrite size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream); stdio.h B.18 Input/output +fgetpos int fgetpos(FILE * restrict stream, fpos_t * restrict pos); stdio.h B.18 Input/output +fseek int fseek(FILE *stream, long int offset, int whence); stdio.h B.18 Input/output +fsetpos int fsetpos(FILE *stream, const fpos_t *pos); stdio.h B.18 Input/output +ftell long int ftell(FILE *stream); stdio.h B.18 Input/output +rewind void rewind(FILE *stream); stdio.h B.18 Input/output +clearerr void clearerr(FILE *stream); stdio.h B.18 Input/output +feof int feof(FILE *stream); stdio.h B.18 Input/output +ferror int ferror(FILE *stream); stdio.h B.18 Input/output +perror void perror(const char *s); stdio.h B.18 Input/output +size_t stdlib.h B.19 General utilities +ldiv_t stdlib.h B.19 General utilities +EXIT_FAILURE stdlib.h B.19 General utilities +MB_CUR_MAX stdlib.h B.19 General utilities +wchar_t stdlib.h B.19 General utilities +lldiv_t stdlib.h B.19 General utilities +EXIT_SUCCESS stdlib.h B.19 General utilities +div_t stdlib.h B.19 General utilities +NULL stdlib.h B.19 General utilities +RAND_MAX stdlib.h B.19 General utilities +atof double atof(const char *nptr); stdlib.h B.19 General utilities +atoi int atoi(const char *nptr); stdlib.h B.19 General utilities +atol long int atol(const char *nptr); stdlib.h B.19 General utilities +atoll long long int atoll(const char *nptr); stdlib.h B.19 General utilities +strtod double strtod(const char * restrict nptr, char ** restrict endptr); stdlib.h B.19 General utilities +strtof float strtof(const char * restrict nptr, char ** restrict endptr); stdlib.h B.19 General utilities +strtold long double strtold(const char * restrict nptr, char ** restrict endptr); stdlib.h B.19 General utilities +strtol long int strtol(const char * restrict nptr, char ** restrict endptr, int base); stdlib.h B.19 General utilities +strtoll long long int strtoll(const char * restrict nptr, char ** restrict endptr, int base); stdlib.h B.19 General utilities +strtoul unsigned long int strtoul(const char * restrict nptr, char ** restrict endptr, int base); stdlib.h B.19 General utilities +strtoull unsigned long long int strtoull(const char * restrict nptr, char ** restrict endptr, int base); stdlib.h B.19 General utilities +rand int rand(void); stdlib.h B.19 General utilities +srand void srand(unsigned int seed); stdlib.h B.19 General utilities +calloc void *calloc(size_t nmemb, size_t size); stdlib.h B.19 General utilities +free void free(void *ptr); stdlib.h B.19 General utilities +malloc void *malloc(size_t size); stdlib.h B.19 General utilities +realloc void *realloc(void *ptr, size_t size); stdlib.h B.19 General utilities +abort void abort(void); stdlib.h B.19 General utilities +atexit int atexit(void (*func)(void)); stdlib.h B.19 General utilities +exit void exit(int status); stdlib.h B.19 General utilities +_Exit void _Exit(int status); stdlib.h B.19 General utilities +getenv char *getenv(const char *name); stdlib.h B.19 General utilities +system int system(const char *string); stdlib.h B.19 General utilities +bsearch void *bsearch(const void *key, const void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); stdlib.h B.19 General utilities +qsort void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); stdlib.h B.19 General utilities +abs int abs(int j); stdlib.h B.19 General utilities +labs long int labs(long int j); stdlib.h B.19 General utilities +llabs long long int llabs(long long int j); stdlib.h B.19 General utilities +div div_t div(int numer, int denom); stdlib.h B.19 General utilities +ldiv ldiv_t ldiv(long int numer, long int denom); stdlib.h B.19 General utilities +lldiv lldiv_t lldiv(long long int numer, long long int denom); stdlib.h B.19 General utilities +mblen int mblen(const char *s, size_t n); stdlib.h B.19 General utilities +mbtowc int mbtowc(wchar_t * restrict pwc, const char * restrict s, size_t n); stdlib.h B.19 General utilities +wctomb int wctomb(char *s, wchar_t wchar); stdlib.h B.19 General utilities +mbstowcs size_t mbstowcs(wchar_t * restrict pwcs, const char * restrict s, size_t n); stdlib.h B.19 General utilities +wcstombs size_t wcstombs(char * restrict s, const wchar_t * restrict pwcs, size_t n); stdlib.h B.19 General utilities +size_t string.h B.20 String handling +NULL string.h B.20 String handling +memcpy void *memcpy(void * restrict s1, const void * restrict s2, size_t n); string.h B.20 String handling +memmove void *memmove(void *s1, const void *s2, size_t n); string.h B.20 String handling +strcpy char *strcpy(char * restrict s1, const char * restrict s2); string.h B.20 String handling +strncpy char *strncpy(char * restrict s1, const char * restrict s2, size_t n); string.h B.20 String handling +strcat char *strcat(char * restrict s1, const char * restrict s2); string.h B.20 String handling +strncat char *strncat(char * restrict s1, const char * restrict s2, size_t n); string.h B.20 String handling +memcmp int memcmp(const void *s1, const void *s2, size_t n); string.h B.20 String handling +strcmp int strcmp(const char *s1, const char *s2); string.h B.20 String handling +strcoll int strcoll(const char *s1, const char *s2); string.h B.20 String handling +strncmp int strncmp(const char *s1, const char *s2, size_t n); string.h B.20 String handling +strxfrm size_t strxfrm(char * restrict s1, const char * restrict s2, size_t n); string.h B.20 String handling +memchr void *memchr(const void *s, int c, size_t n); string.h B.20 String handling +strchr char *strchr(const char *s, int c); string.h B.20 String handling +strcspn size_t strcspn(const char *s1, const char *s2); string.h B.20 String handling +strpbrk char *strpbrk(const char *s1, const char *s2); string.h B.20 String handling +strrchr char *strrchr(const char *s, int c); string.h B.20 String handling +strspn size_t strspn(const char *s1, const char *s2); string.h B.20 String handling +strstr char *strstr(const char *s1, const char *s2); string.h B.20 String handling +strtok char *strtok(char * restrict s1, const char * restrict s2); string.h B.20 String handling +memset void *memset(void *s, int c, size_t n); string.h B.20 String handling +strerror char *strerror(int errnum); string.h B.20 String handling +strlen size_t strlen(const char *s); string.h B.20 String handling +acos tgmath.h B.21 Type-generic math +sqrt tgmath.h B.21 Type-generic math +fmod tgmath.h B.21 Type-generic math +nextafter tgmath.h B.21 Type-generic math +asin tgmath.h B.21 Type-generic math +fabs tgmath.h B.21 Type-generic math +frexp tgmath.h B.21 Type-generic math +nexttoward tgmath.h B.21 Type-generic math +atan tgmath.h B.21 Type-generic math +atan2 tgmath.h B.21 Type-generic math +hypot tgmath.h B.21 Type-generic math +remainder tgmath.h B.21 Type-generic math +acosh tgmath.h B.21 Type-generic math +cbrt tgmath.h B.21 Type-generic math +ilogb tgmath.h B.21 Type-generic math +remquo tgmath.h B.21 Type-generic math +asinh tgmath.h B.21 Type-generic math +ceil tgmath.h B.21 Type-generic math +ldexp tgmath.h B.21 Type-generic math +rint tgmath.h B.21 Type-generic math +atanh tgmath.h B.21 Type-generic math +copysign tgmath.h B.21 Type-generic math +lgamma tgmath.h B.21 Type-generic math +round tgmath.h B.21 Type-generic math +cos tgmath.h B.21 Type-generic math +erf tgmath.h B.21 Type-generic math +llrint tgmath.h B.21 Type-generic math +scalbn tgmath.h B.21 Type-generic math +sin tgmath.h B.21 Type-generic math +erfc tgmath.h B.21 Type-generic math +llround tgmath.h B.21 Type-generic math +scalbln tgmath.h B.21 Type-generic math +tan tgmath.h B.21 Type-generic math +exp2 tgmath.h B.21 Type-generic math +log10 tgmath.h B.21 Type-generic math +tgamma tgmath.h B.21 Type-generic math +cosh tgmath.h B.21 Type-generic math +expm1 tgmath.h B.21 Type-generic math +log1p tgmath.h B.21 Type-generic math +trunc tgmath.h B.21 Type-generic math +sinh tgmath.h B.21 Type-generic math +fdim tgmath.h B.21 Type-generic math +log2 tgmath.h B.21 Type-generic math +carg tgmath.h B.21 Type-generic math +tanh tgmath.h B.21 Type-generic math +floor tgmath.h B.21 Type-generic math +logb tgmath.h B.21 Type-generic math +cimag tgmath.h B.21 Type-generic math +exp tgmath.h B.21 Type-generic math +fma tgmath.h B.21 Type-generic math +lrint tgmath.h B.21 Type-generic math +conj tgmath.h B.21 Type-generic math +log tgmath.h B.21 Type-generic math +fmax tgmath.h B.21 Type-generic math +lround tgmath.h B.21 Type-generic math +cproj tgmath.h B.21 Type-generic math +pow tgmath.h B.21 Type-generic math +fmin tgmath.h B.21 Type-generic math +nearbyint tgmath.h B.21 Type-generic math +creal tgmath.h B.21 Type-generic math +NULL time.h B.22 Date and time +size_t time.h B.22 Date and time +time_t time.h B.22 Date and time +CLOCKS_PER_SEC time.h B.22 Date and time +clock_t time.h B.22 Date and time +struct tm time.h B.22 Date and time +clock clock_t clock(void); time.h B.22 Date and time +difftime double difftime(time_t time1, time_t time0); time.h B.22 Date and time +mktime time_t mktime(struct tm *timeptr); time.h B.22 Date and time +time time_t time(time_t *timer); time.h B.22 Date and time +asctime char *asctime(const struct tm *timeptr); time.h B.22 Date and time +ctime char *ctime(const time_t *timer); time.h B.22 Date and time +gmtime struct tm *gmtime(const time_t *timer); time.h B.22 Date and time +localtime struct tm *localtime(const time_t *timer); time.h B.22 Date and time +strftime size_t strftime(char * restrict s, size_t maxsize, const char * restrict format, const struct tm * restrict timeptr); time.h B.22 Date and time +wchar_t wchar.h B.23 Extended multibyte/wide character utilities +wint_t wchar.h B.23 Extended multibyte/wide character utilities +WCHAR_MAX wchar.h B.23 Extended multibyte/wide character utilities +size_t wchar.h B.23 Extended multibyte/wide character utilities +struct tm wchar.h B.23 Extended multibyte/wide character utilities +WCHAR_MIN wchar.h B.23 Extended multibyte/wide character utilities +mbstate_t wchar.h B.23 Extended multibyte/wide character utilities +NULL wchar.h B.23 Extended multibyte/wide character utilities +WEOF wchar.h B.23 Extended multibyte/wide character utilities +fwprintf int fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...); wchar.h B.23 Extended multibyte/wide character utilities +fwscanf int fwscanf(FILE * restrict stream, const wchar_t * restrict format, ...); wchar.h B.23 Extended multibyte/wide character utilities +swprintf int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...); wchar.h B.23 Extended multibyte/wide character utilities +swscanf int swscanf(const wchar_t * restrict s, const wchar_t * restrict format, ...); wchar.h B.23 Extended multibyte/wide character utilities +vfwprintf int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg); wchar.h B.23 Extended multibyte/wide character utilities +vfwscanf int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg); wchar.h B.23 Extended multibyte/wide character utilities +vswprintf int vswprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, va_list arg); wchar.h B.23 Extended multibyte/wide character utilities +vswscanf int vswscanf(const wchar_t * restrict s, const wchar_t * restrict format, va_list arg); wchar.h B.23 Extended multibyte/wide character utilities +vwprintf int vwprintf(const wchar_t * restrict format, va_list arg); wchar.h B.23 Extended multibyte/wide character utilities +vwscanf int vwscanf(const wchar_t * restrict format, va_list arg); wchar.h B.23 Extended multibyte/wide character utilities +wprintf int wprintf(const wchar_t * restrict format, ...); wchar.h B.23 Extended multibyte/wide character utilities +wscanf int wscanf(const wchar_t * restrict format, ...); wchar.h B.23 Extended multibyte/wide character utilities +fgetwc wint_t fgetwc(FILE *stream); wchar.h B.23 Extended multibyte/wide character utilities +fgetws wchar_t *fgetws(wchar_t * restrict s, int n, FILE * restrict stream); wchar.h B.23 Extended multibyte/wide character utilities +fputwc wint_t fputwc(wchar_t c, FILE *stream); wchar.h B.23 Extended multibyte/wide character utilities +fputws int fputws(const wchar_t * restrict s, FILE * restrict stream); wchar.h B.23 Extended multibyte/wide character utilities +fwide int fwide(FILE *stream, int mode); wchar.h B.23 Extended multibyte/wide character utilities +getwc wint_t getwc(FILE *stream); wchar.h B.23 Extended multibyte/wide character utilities +getwchar wint_t getwchar(void); wchar.h B.23 Extended multibyte/wide character utilities +putwc wint_t putwc(wchar_t c, FILE *stream); wchar.h B.23 Extended multibyte/wide character utilities +putwchar wint_t putwchar(wchar_t c); wchar.h B.23 Extended multibyte/wide character utilities +ungetwc wint_t ungetwc(wint_t c, FILE *stream); wchar.h B.23 Extended multibyte/wide character utilities +wcstod double wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr); wchar.h B.23 Extended multibyte/wide character utilities +wcstof float wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr); wchar.h B.23 Extended multibyte/wide character utilities +wcstold long double wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr); wchar.h B.23 Extended multibyte/wide character utilities +wcstol long int wcstol(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); wchar.h B.23 Extended multibyte/wide character utilities +wcstoll long long int wcstoll(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); wchar.h B.23 Extended multibyte/wide character utilities +wcstoul unsigned long int wcstoul(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); wchar.h B.23 Extended multibyte/wide character utilities +wcstoull unsigned long long int wcstoull(const wchar_t * restrict nptr, wchar_t ** restrict endptr, int base); wchar.h B.23 Extended multibyte/wide character utilities +wcscpy wchar_t *wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2); wchar.h B.23 Extended multibyte/wide character utilities +wcsncpy wchar_t *wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wmemcpy wchar_t *wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wmemmove wchar_t *wmemmove(wchar_t *s1, const wchar_t *s2, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wcscat wchar_t *wcscat(wchar_t * restrict s1, const wchar_t * restrict s2); wchar.h B.23 Extended multibyte/wide character utilities +wcsncat wchar_t *wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wcscmp int wcscmp(const wchar_t *s1, const wchar_t *s2); wchar.h B.23 Extended multibyte/wide character utilities +wcscoll int wcscoll(const wchar_t *s1, const wchar_t *s2); wchar.h B.23 Extended multibyte/wide character utilities +wcsncmp int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wcsxfrm size_t wcsxfrm(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wmemcmp int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wcschr wchar_t *wcschr(const wchar_t *s, wchar_t c); wchar.h B.23 Extended multibyte/wide character utilities +wcscspn size_t wcscspn(const wchar_t *s1, const wchar_t *s2); wchar.h B.23 Extended multibyte/wide character utilities +wcspbrk wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2); wchar.h B.23 Extended multibyte/wide character utilities +wcsrchr wchar_t *wcsrchr(const wchar_t *s, wchar_t c); wchar.h B.23 Extended multibyte/wide character utilities +wcsspn size_t wcsspn(const wchar_t *s1, const wchar_t *s2); wchar.h B.23 Extended multibyte/wide character utilities +wcsstr wchar_t *wcsstr(const wchar_t *s1, const wchar_t *s2); wchar.h B.23 Extended multibyte/wide character utilities +wcstok wchar_t *wcstok(wchar_t * restrict s1, const wchar_t * restrict s2, wchar_t ** restrict ptr); wchar.h B.23 Extended multibyte/wide character utilities +wmemchr wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wcslen size_t wcslen(const wchar_t *s); wchar.h B.23 Extended multibyte/wide character utilities +wmemset wchar_t *wmemset(wchar_t *s, wchar_t c, size_t n); wchar.h B.23 Extended multibyte/wide character utilities +wcsftime size_t wcsftime(wchar_t * restrict s, size_t maxsize, const wchar_t * restrict format, const struct tm * restrict timeptr); wchar.h B.23 Extended multibyte/wide character utilities +btowc wint_t btowc(int c); wchar.h B.23 Extended multibyte/wide character utilities +wctob int wctob(wint_t c); wchar.h B.23 Extended multibyte/wide character utilities +mbsinit int mbsinit(const mbstate_t *ps); wchar.h B.23 Extended multibyte/wide character utilities +mbrlen size_t mbrlen(const char * restrict s, size_t n, mbstate_t * restrict ps); wchar.h B.23 Extended multibyte/wide character utilities +mbrtowc size_t mbrtowc(wchar_t * restrict pwc, const char * restrict s, size_t n, mbstate_t * restrict ps); wchar.h B.23 Extended multibyte/wide character utilities +wcrtomb size_t wcrtomb(char * restrict s, wchar_t wc, mbstate_t * restrict ps); wchar.h B.23 Extended multibyte/wide character utilities +mbsrtowcs size_t mbsrtowcs(wchar_t * restrict dst, const char ** restrict src, size_t len, mbstate_t * restrict ps); wchar.h B.23 Extended multibyte/wide character utilities +wcsrtombs size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps); wchar.h B.23 Extended multibyte/wide character utilities +wint_t wctype.h B.24 Wide character classification and mapping utilities +wctrans_t wctype.h B.24 Wide character classification and mapping utilities +wctype_t wctype.h B.24 Wide character classification and mapping utilities +WEOF wctype.h B.24 Wide character classification and mapping utilities +iswalnum int iswalnum(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswalpha int iswalpha(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswblank int iswblank(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswcntrl int iswcntrl(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswdigit int iswdigit(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswgraph int iswgraph(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswlower int iswlower(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswprint int iswprint(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswpunct int iswpunct(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswspace int iswspace(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswupper int iswupper(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswxdigit int iswxdigit(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +iswctype int iswctype(wint_t wc, wctype_t desc); wctype.h B.24 Wide character classification and mapping utilities +wctype wctype_t wctype(const char *property); wctype.h B.24 Wide character classification and mapping utilities +towlower wint_t towlower(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +towupper wint_t towupper(wint_t wc); wctype.h B.24 Wide character classification and mapping utilities +towctrans wint_t towctrans(wint_t wc, wctrans_t desc); wctype.h B.24 Wide character classification and mapping utilities +wctrans wctrans_t wctrans(const char *property); wctype.h B.24 Wide character classification and mapping utilities diff --git a/data/posix2008 b/data/posix2008 new file mode 100644 index 0000000..6f53030 --- /dev/null +++ b/data/posix2008 @@ -0,0 +1,1191 @@ +FD_CLR sys_select.h pselect, select - synchronous I/O multiplexing +FD_ISSET sys_select.h pselect, select - synchronous I/O multiplexing +FD_SET sys_select.h pselect, select - synchronous I/O multiplexing +FD_ZERO sys_select.h pselect, select - synchronous I/O multiplexing +_Exit stdlib.h unistd.h _Exit, _exit - terminate a process +_exit stdlib.h unistd.h _Exit, _exit - terminate a process +_longjmp setjmp.h OB XSI _longjmp, _setjmp - non-local goto +_setjmp setjmp.h OB XSI _longjmp, _setjmp - non-local goto +_tolower ctype.h OB XSI _tolower - transliterate uppercase characters to lowercase +_toupper ctype.h OB XSI _toupper - transliterate lowercase characters to uppercase +a64l stdlib.h XSI a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string +abort stdlib.h abort - generate an abnormal process abort +abs stdlib.h abs - return an integer absolute value +accept sys_socket.h accept - accept a new connection on a socket +access unistd.h access, faccessat - determine accessibility of a file relative to directory file descriptor +acos math.h acos, acosf, acosl - arc cosine functions +acosf math.h acos, acosf, acosl - arc cosine functions +acosh math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions +acoshf math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions +acoshl math.h acosh, acoshf, acoshl - inverse hyperbolic cosine functions +acosl math.h acos, acosf, acosl - arc cosine functions +aio_cancel aio.h aio_cancel - cancel an asynchronous I/O request +aio_error aio.h aio_error - retrieve errors status for an asynchronous I/O operation +aio_fsync aio.h aio_fsync - asynchronous file synchronization +aio_read aio.h aio_read - asynchronous read from a file +aio_return aio.h aio_return - retrieve return status of an asynchronous I/O operation +aio_suspend aio.h aio_suspend - wait for an asynchronous I/O request +aio_write aio.h aio_write - asynchronous write to a file +alarm unistd.h alarm - schedule an alarm signal +alphasort dirent.h alphasort, scandir - scan a directory +asctime time.h OB OB CX asctime, asctime_r - convert date and time to a string +asctime_r time.h OB OB CX asctime, asctime_r - convert date and time to a string +asin math.h asin, asinf, asinl - arc sine function +asinf math.h asin, asinf, asinl - arc sine function +asinh math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions +asinhf math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions +asinhl math.h asinh, asinhf, asinhl - inverse hyperbolic sine functions +asinl math.h asin, asinf, asinl - arc sine function +assert assert.h assert - insert program diagnostics +atan math.h atan, atanf, atanl - arc tangent function +atan2 math.h atan2, atan2f, atan2l - arc tangent functions +atan2f math.h atan2, atan2f, atan2l - arc tangent functions +atan2l math.h atan2, atan2f, atan2l - arc tangent functions +atanf math.h atan, atanf, atanl - arc tangent function +atanh math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions +atanhf math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions +atanhl math.h atanh, atanhf, atanhl - inverse hyperbolic tangent functions +atanl math.h atan, atanf, atanl - arc tangent function +atexit stdlib.h atexit - register a function to run at process termination +atof stdlib.h atof - convert a string to a double-precision number +atoi stdlib.h atoi - convert a string to an integer +atol stdlib.h atol, atoll - convert a string to a long integer +atoll stdlib.h atol, atoll - convert a string to a long integer +basename libgen.h XSI basename - return the last component of a pathname +bind sys_socket.h bind - bind a name to a socket +bsearch stdlib.h bsearch - binary search a sorted table +btowc stdio.h wchar.h btowc - single byte to wide character conversion +cabs complex.h cabs, cabsf, cabsl - return a complex absolute value +cabsf complex.h cabs, cabsf, cabsl - return a complex absolute value +cabsl complex.h cabs, cabsf, cabsl - return a complex absolute value +cacos complex.h cacos, cacosf, cacosl - complex arc cosine functions +cacosf complex.h cacos, cacosf, cacosl - complex arc cosine functions +cacosh complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions +cacoshf complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions +cacoshl complex.h cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine functions +cacosl complex.h cacos, cacosf, cacosl - complex arc cosine functions +calloc stdlib.h calloc - a memory allocator +carg complex.h carg, cargf, cargl - complex argument functions +cargf complex.h carg, cargf, cargl - complex argument functions +cargl complex.h carg, cargf, cargl - complex argument functions +casin complex.h casin, casinf, casinl - complex arc sine functions +casinf complex.h casin, casinf, casinl - complex arc sine functions +casinh complex.h casinh, casinhf, casinhl - complex arc hyperbolic sine functions +casinhf complex.h casinh, casinhf, casinhl - complex arc hyperbolic sine functions +casinhl complex.h casinh, casinhf, casinhl - complex arc hyperbolic sine functions +casinl complex.h casin, casinf, casinl - complex arc sine functions +catan complex.h catan, catanf, catanl - complex arc tangent functions +catanf complex.h catan, catanf, catanl - complex arc tangent functions +catanh complex.h catanh, catanhf, catanhl - complex arc hyperbolic tangent functions +catanhf complex.h catanh, catanhf, catanhl - complex arc hyperbolic tangent functions +catanhl complex.h catanh, catanhf, catanhl - complex arc hyperbolic tangent functions +catanl complex.h catan, catanf, catanl - complex arc tangent functions +catclose nl_types.h catclose - close a message catalog descriptor +catgets nl_types.h catgets - read a program message +catopen nl_types.h catopen - open a message catalog +cbrt math.h cbrt, cbrtf, cbrtl - cube root functions +cbrtf math.h cbrt, cbrtf, cbrtl - cube root functions +cbrtl math.h cbrt, cbrtf, cbrtl - cube root functions +ccos complex.h ccos, ccosf, ccosl - complex cosine functions +ccosf complex.h ccos, ccosf, ccosl - complex cosine functions +ccosh complex.h ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions +ccoshf complex.h ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions +ccoshl complex.h ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions +ccosl complex.h ccos, ccosf, ccosl - complex cosine functions +ceil math.h ceil, ceilf, ceill - ceiling value function +ceilf math.h ceil, ceilf, ceill - ceiling value function +ceill math.h ceil, ceilf, ceill - ceiling value function +cexp complex.h cexp, cexpf, cexpl - complex exponential functions +cexpf complex.h cexp, cexpf, cexpl - complex exponential functions +cexpl complex.h cexp, cexpf, cexpl - complex exponential functions +cfgetispeed termios.h cfgetispeed - get input baud rate +cfgetospeed termios.h cfgetospeed - get output baud rate +cfsetispeed termios.h cfsetispeed - set input baud rate +cfsetospeed termios.h cfsetospeed - set output baud rate +chdir unistd.h chdir - change working directory +chmod sys_stat.h chmod, fchmodat - change mode of a file relative to directory file descriptor +chown unistd.h chown, fchownat - change owner and group of a file relative to directory file descriptor +cimag complex.h cimag, cimagf, cimagl - complex imaginary functions +cimagf complex.h cimag, cimagf, cimagl - complex imaginary functions +cimagl complex.h cimag, cimagf, cimagl - complex imaginary functions +clearerr stdio.h clearerr - clear indicators on a stream +clock time.h clock - report CPU time used +clock_getcpuclockid time.h CPT clock_getcpuclockid - access a process CPU-time clock (ADVANCED REALTIME) +clock_getres time.h CX clock_getres, clock_gettime, clock_settime - clock and timer functions +clock_gettime time.h CX clock_getres, clock_gettime, clock_settime - clock and timer functions +clock_nanosleep time.h CX clock_nanosleep - high resolution sleep with specifiable clock +clock_settime time.h CX clock_getres, clock_gettime, clock_settime - clock and timer functions +clog complex.h clog, clogf, clogl - complex natural logarithm functions +clogf complex.h clog, clogf, clogl - complex natural logarithm functions +clogl complex.h clog, clogf, clogl - complex natural logarithm functions +close unistd.h close - close a file descriptor +closedir dirent.h closedir - close a directory stream +closelog syslog.h XSI closelog, openlog, setlogmask, syslog - control system log +confstr unistd.h confstr - get configurable variables +conj complex.h conj, conjf, conjl - complex conjugate functions +conjf complex.h conj, conjf, conjl - complex conjugate functions +conjl complex.h conj, conjf, conjl - complex conjugate functions +connect sys_socket.h connect - connect a socket +copysign math.h copysign, copysignf, copysignl - number manipulation function +copysignf math.h copysign, copysignf, copysignl - number manipulation function +copysignl math.h copysign, copysignf, copysignl - number manipulation function +cos math.h cos, cosf, cosl - cosine function +cosf math.h cos, cosf, cosl - cosine function +cosh math.h cosh, coshf, coshl - hyperbolic cosine functions +coshf math.h cosh, coshf, coshl - hyperbolic cosine functions +coshl math.h cosh, coshf, coshl - hyperbolic cosine functions +cosl math.h cos, cosf, cosl - cosine function +cpow complex.h cpow, cpowf, cpowl - complex power functions +cpowf complex.h cpow, cpowf, cpowl - complex power functions +cpowl complex.h cpow, cpowf, cpowl - complex power functions +cproj complex.h cproj, cprojf, cprojl - complex projection functions +cprojf complex.h cproj, cprojf, cprojl - complex projection functions +cprojl complex.h cproj, cprojf, cprojl - complex projection functions +creal complex.h creal, crealf, creall - complex real functions +crealf complex.h creal, crealf, creall - complex real functions +creall complex.h creal, crealf, creall - complex real functions +creat sys/stat.h fcntl.h OH creat - create a new file or rewrite an existing one +crypt unistd.h XSI crypt - string encoding function (CRYPT) +csin complex.h csin, csinf, csinl - complex sine functions +csinf complex.h csin, csinf, csinl - complex sine functions +csinh complex.h csinh, csinhf, csinhl - complex hyperbolic sine functions +csinhf complex.h csinh, csinhf, csinhl - complex hyperbolic sine functions +csinhl complex.h csinh, csinhf, csinhl - complex hyperbolic sine functions +csinl complex.h csin, csinf, csinl - complex sine functions +csqrt complex.h csqrt, csqrtf, csqrtl - complex square root functions +csqrtf complex.h csqrt, csqrtf, csqrtl - complex square root functions +csqrtl complex.h csqrt, csqrtf, csqrtl - complex square root functions +ctan complex.h ctan, ctanf, ctanl - complex tangent functions +ctanf complex.h ctan, ctanf, ctanl - complex tangent functions +ctanh complex.h ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions +ctanhf complex.h ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions +ctanhl complex.h ctanh, ctanhf, ctanhl - complex hyperbolic tangent functions +ctanl complex.h ctan, ctanf, ctanl - complex tangent functions +ctermid stdio.h CX ctermid - generate a pathname for the controlling terminal +ctime time.h OB OB CX ctime, ctime_r - convert a time value to a date and time string +ctime_r time.h OB OB CX ctime, ctime_r - convert a time value to a date and time string +daylight time.h XSI CX daylight, timezone, tzname, tzset - set timezone conversion information +dbm_clearerr ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_close ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_delete ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_error ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_fetch ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_firstkey ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_nextkey ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_open ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +dbm_store ndbm.h XSI dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database functions +difftime time.h difftime - compute the difference between two calendar time values +dirfd dirent.h dirfd - extract the file descriptor used by a DIR stream +dirname libgen.h XSI dirname - report the parent directory name of a file pathname +div stdlib.h div - compute the quotient and remainder of an integer division +dlclose dlfcn.h dlclose - close a dlopen object +dlerror dlfcn.h dlerror - get diagnostic information +dlopen dlfcn.h dlopen - gain access to an executable object file +dlsym dlfcn.h dlsym - obtain the address of a symbol from a dlopen object +dprintf stdio.h CX dprintf, fprintf, printf, snprintf, sprintf - print formatted output +drand48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +dup unistd.h dup, dup2 - duplicate an open file descriptor +dup2 unistd.h dup, dup2 - duplicate an open file descriptor +duplocale locale.h CX duplocale - duplicate a locale object +encrypt unistd.h XSI encrypt - encoding function (CRYPT) +endgrent grp.h XSI endgrent, getgrent, setgrent - group database entry functions +endhostent netdb.h endhostent, gethostent, sethostent - network host database functions +endnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +endprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +endpwent pwd.h XSI endpwent, getpwent, setpwent - user database functions +endservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +endutxent utmpx.h XSI endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +environ unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +erand48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +erf math.h erf, erff, erfl - error functions +erfc math.h erfc, erfcf, erfcl - complementary error functions +erfcf math.h erfc, erfcf, erfcl - complementary error functions +erfcl math.h erfc, erfcf, erfcl - complementary error functions +erff math.h erf, erff, erfl - error functions +erfl math.h erf, erff, erfl - error functions +errno errno.h errno - error return value +execl unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +execle unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +execlp unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +execv unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +execve unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +execvp unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +exit stdlib.h exit - terminate a process +exp math.h exp, expf, expl - exponential function +exp2 math.h exp2, exp2f, exp2l - exponential base 2 functions +exp2f math.h exp2, exp2f, exp2l - exponential base 2 functions +exp2l math.h exp2, exp2f, exp2l - exponential base 2 functions +expf math.h exp, expf, expl - exponential function +expl math.h exp, expf, expl - exponential function +expm1 math.h expm1, expm1f, expm1l - compute exponential functions +expm1f math.h expm1, expm1f, expm1l - compute exponential functions +expm1l math.h expm1, expm1f, expm1l - compute exponential functions +fabs math.h fabs, fabsf, fabsl - absolute value function +fabsf math.h fabs, fabsf, fabsl - absolute value function +fabsl math.h fabs, fabsf, fabsl - absolute value function +faccessat unistd.h access, faccessat - determine accessibility of a file relative to directory file descriptor +fattach stropts.h OB XSR fattach - attach a STREAMS-based file descriptor to a file in the file system name space (STREAMS) +fchdir unistd.h fchdir - change working directory +fchmod sys_stat.h fchmod - change mode of a file +fchmodat sys_stat.h chmod, fchmodat - change mode of a file relative to directory file descriptor +fchown unistd.h fchown - change owner and group of a file +fchownat unistd.h chown, fchownat - change owner and group of a file relative to directory file descriptor +fclose stdio.h fclose - close a stream +fcntl fcntl.h fcntl - file control +fdatasync unistd.h SIO fdatasync - synchronize the data of a file (REALTIME) +fdetach stropts.h OB XSR fdetach - detach a name from a STREAMS-based file descriptor (STREAMS) +fdim math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers +fdimf math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers +fdiml math.h fdim, fdimf, fdiml - compute positive difference between two floating-point numbers +fdopen stdio.h CX fdopen - associate a stream with a file descriptor +fdopendir dirent.h fdopendir, opendir - open directory associated with file descriptor +feclearexcept fenv.h feclearexcept - clear floating-point exception +fegetenv fenv.h fegetenv, fesetenv - get and set current floating-point environment +fegetexceptflag fenv.h fegetexceptflag, fesetexceptflag - get and set floating-point status flags +fegetround fenv.h fegetround, fesetround - get and set current rounding direction +feholdexcept fenv.h feholdexcept - save current floating-point environment +feof stdio.h feof - test end-of-file indicator on a stream +feraiseexcept fenv.h feraiseexcept - raise floating-point exception +ferror stdio.h ferror - test error indicator on a stream +fesetenv fenv.h fegetenv, fesetenv - get and set current floating-point environment +fesetexceptflag fenv.h fegetexceptflag, fesetexceptflag - get and set floating-point status flags +fesetround fenv.h fegetround, fesetround - get and set current rounding direction +fetestexcept fenv.h fetestexcept - test floating-point exception flags +feupdateenv fenv.h feupdateenv - update floating-point environment +fexecve unistd.h environ, execl, execle, execlp, execv, execve, execvp, fexecve - execute a file +fflush stdio.h fflush - flush a stream +ffs strings.h XSI ffs - find first set bit +fgetc stdio.h fgetc - get a byte from a stream +fgetpos stdio.h fgetpos - get current file position information +fgets stdio.h fgets - get a string from a stream +fgetwc stdio.h wchar.h fgetwc - get a wide-character code from a stream +fgetws stdio.h wchar.h fgetws - get a wide-character string from a stream +fileno stdio.h CX fileno - map a stream pointer to a file descriptor +flockfile stdio.h CX flockfile, ftrylockfile, funlockfile - stdio locking functions +floor math.h floor, floorf, floorl - floor function +floorf math.h floor, floorf, floorl - floor function +floorl math.h floor, floorf, floorl - floor function +fma math.h fma, fmaf, fmal - floating-point multiply-add +fmaf math.h fma, fmaf, fmal - floating-point multiply-add +fmal math.h fma, fmaf, fmal - floating-point multiply-add +fmax math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers +fmaxf math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers +fmaxl math.h fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers +fmemopen stdio.h CX fmemopen - open a memory buffer stream +fmin math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers +fminf math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers +fminl math.h fmin, fminf, fminl - determine minimum numeric value of two floating-point numbers +fmod math.h fmod, fmodf, fmodl - floating-point remainder value function +fmodf math.h fmod, fmodf, fmodl - floating-point remainder value function +fmodl math.h fmod, fmodf, fmodl - floating-point remainder value function +fmtmsg fmtmsg.h XSI fmtmsg - display a message in the specified format on standard error and/or a system console +fnmatch fnmatch.h fnmatch - match a filename or a pathname +fopen stdio.h fopen - open a stream +fork unistd.h fork - create a new process +fpathconf unistd.h fpathconf, pathconf - get configurable pathname variables +fpclassify math.h fpclassify - classify real floating type +fprintf stdio.h CX dprintf, fprintf, printf, snprintf, sprintf - print formatted output +fputc stdio.h fputc - put a byte on a stream +fputs stdio.h fputs - put a string on a stream +fputwc stdio.h wchar.h fputwc - put a wide-character code on a stream +fputws stdio.h wchar.h fputws - put a wide-character string on a stream +fread stdio.h fread - binary input +free stdlib.h free - free allocated memory +freeaddrinfo sys_socket.h netdb.h freeaddrinfo, getaddrinfo - get address information +freelocale locale.h CX freelocale - free resources allocated for a locale object +freopen stdio.h freopen - open a stream +frexp math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number +frexpf math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number +frexpl math.h frexp, frexpf, frexpl - extract mantissa and exponent from a double precision number +fscanf stdio.h fscanf, scanf, sscanf - convert formatted input +fseek stdio.h CX fseek, fseeko - reposition a file-position indicator in a stream +fseeko stdio.h CX fseek, fseeko - reposition a file-position indicator in a stream +fsetpos stdio.h fsetpos - set current file position +fstat sys_stat.h fstat - get file status +fstatat sys_stat.h fstatat, lstat, stat - get file status +fstatvfs sys_statvfs.h fstatvfs, statvfs - get file system information +fsync unistd.h FSC fsync - synchronize changes to a file +ftell stdio.h CX ftell, ftello - return a file offset in a stream +ftello stdio.h CX ftell, ftello - return a file offset in a stream +ftok sys_ipc.h XSI ftok - generate an IPC key +ftruncate unistd.h ftruncate - truncate a file to a specified length +ftrylockfile stdio.h CX flockfile, ftrylockfile, funlockfile - stdio locking functions +ftw ftw.h OB XSI ftw - traverse (walk) a file tree +funlockfile stdio.h CX flockfile, ftrylockfile, funlockfile - stdio locking functions +futimens sys_stat.h sys_time.h XSI futimens, utimensat, utimes - set file access and modification times +fwide stdio.h wchar.h fwide - set stream orientation +fwprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output +fwrite stdio.h fwrite - binary output +fwscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input +gai_strerror netdb.h gai_strerror - address and name information error description +getaddrinfo sys_socket.h netdb.h freeaddrinfo, getaddrinfo - get address information +getc stdio.h getc - get a byte from a stream +getc_unlocked stdio.h CX getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +getchar stdio.h getchar - get a byte from a .I stdin stream +getchar_unlocked stdio.h CX getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +getcwd unistd.h getcwd - get the pathname of the current working directory +getdate time.h XSI getdate - convert user format date and time +getdate_err time.h XSI getdate - convert user format date and time +getdelim stdio.h CX getdelim, getline - read a delimited record from .I stream +getegid unistd.h getegid - get the effective group ID +getenv stdlib.h getenv - get value of an environment variable +geteuid unistd.h geteuid - get the effective user ID +getgid unistd.h getgid - get the real group ID +getgrent grp.h XSI endgrent, getgrent, setgrent - group database entry functions +getgrgid grp.h getgrgid, getgrgid_r - get group database entry for a group ID +getgrgid_r grp.h getgrgid, getgrgid_r - get group database entry for a group ID +getgrnam grp.h getgrnam, getgrnam_r - search group database for a name +getgrnam_r grp.h getgrnam, getgrnam_r - search group database for a name +getgroups unistd.h getgroups - get supplementary group IDs +gethostent netdb.h endhostent, gethostent, sethostent - network host database functions +gethostid unistd.h XSI gethostid - get an identifier for the current host +gethostname unistd.h gethostname - get name of current host +getitimer sys_time.h OB XSI getitimer, setitimer - get and set value of interval timer +getline stdio.h CX getdelim, getline - read a delimited record from .I stream +getlogin unistd.h getlogin, getlogin_r - get login name +getlogin_r unistd.h getlogin, getlogin_r - get login name +getmsg stropts.h OB XSR getmsg, getpmsg - receive next message from a STREAMS file (STREAMS) +getnameinfo sys_socket.h netdb.h getnameinfo - get name information +getnetbyaddr netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +getnetbyname netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +getnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +getopt unistd.h getopt, optarg, opterr, optind, optopt - command option parsing +getpeername sys_socket.h getpeername - get the name of the peer socket +getpgid unistd.h getpgid - get the process group ID for a process +getpgrp unistd.h getpgrp - get the process group ID of the calling process +getpid unistd.h getpid - get the process ID +getpmsg stropts.h OB XSR getmsg, getpmsg - receive next message from a STREAMS file (STREAMS) +getppid unistd.h getppid - get the parent process ID +getpriority sys_resource.h XSI getpriority, setpriority - get and set the nice value +getprotobyname netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +getprotobynumber netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +getprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +getpwent pwd.h XSI endpwent, getpwent, setpwent - user database functions +getpwnam pwd.h getpwnam, getpwnam_r - search user database for a name +getpwnam_r pwd.h getpwnam, getpwnam_r - search user database for a name +getpwuid pwd.h getpwuid, getpwuid_r - search user database for a user ID +getpwuid_r pwd.h getpwuid, getpwuid_r - search user database for a user ID +getrlimit sys_resource.h XSI getrlimit, setrlimit - control maximum resource consumption +getrusage sys_resource.h XSI getrusage - get information about resource utilization +gets stdio.h OB gets - get a string from a .I stdin stream +getservbyname netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +getservbyport netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +getservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +getsid unistd.h getsid - get the process group ID of a session leader +getsockname sys_socket.h getsockname - get the socket name +getsockopt sys_socket.h getsockopt - get the socket options +getsubopt stdlib.h getsubopt - parse suboption arguments from a string +gettimeofday sys_time.h OB XSI gettimeofday - get the date and time +getuid unistd.h getuid - get a real user ID +getutxent utmpx.h XSI endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +getutxid utmpx.h XSI endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +getutxline utmpx.h XSI endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +getwc stdio.h wchar.h getwc - get a wide character from a stream +getwchar wchar.h getwchar - get a wide character from a .I stdin stream +glob glob.h glob, globfree - generate pathnames matching a pattern +globfree glob.h glob, globfree - generate pathnames matching a pattern +gmtime time.h CX gmtime, gmtime_r - convert a time value to a broken-down UTC time +gmtime_r time.h CX gmtime, gmtime_r - convert a time value to a broken-down UTC time +grantpt stdlib.h XSI grantpt - grant access to the slave pseudo-terminal device +hcreate search.h XSI hcreate, hdestroy, hsearch - manage hash search table +hdestroy search.h XSI hcreate, hdestroy, hsearch - manage hash search table +hsearch search.h XSI hcreate, hdestroy, hsearch - manage hash search table +htonl arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +htons arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +hypot math.h hypot, hypotf, hypotl - Euclidean distance function +hypotf math.h hypot, hypotf, hypotl - Euclidean distance function +hypotl math.h hypot, hypotf, hypotl - Euclidean distance function +iconv iconv.h iconv - codeset conversion function +iconv_close iconv.h iconv_close - codeset conversion deallocation function +iconv_open iconv.h iconv_open - codeset conversion allocation function +if_freenameindex net_if.h if_freenameindex - free memory allocated by if_nameindex +if_indextoname net_if.h if_indextoname - map a network interface index to its corresponding name +if_nameindex net_if.h if_nameindex - return all network interface names and indexes +if_nametoindex net_if.h if_nametoindex - map a network interface name to its corresponding index +ilogb math.h ilogb, ilogbf, ilogbl - return an unbiased exponent +ilogbf math.h ilogb, ilogbf, ilogbl - return an unbiased exponent +ilogbl math.h ilogb, ilogbf, ilogbl - return an unbiased exponent +imaxabs inttypes.h imaxabs - return absolute value +imaxdiv inttypes.h imaxdiv - return quotient and remainder +inet_addr arpa_inet.h inet_addr, inet_ntoa - IPv4 address manipulation +inet_ntoa arpa_inet.h inet_addr, inet_ntoa - IPv4 address manipulation +inet_ntop arpa_inet.h inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form +inet_pton arpa_inet.h inet_ntop, inet_pton - convert IPv4 and IPv6 addresses between binary and text form +initstate stdlib.h XSI initstate, random, setstate, srandom - pseudo-random number functions +insque search.h XSI insque, remque - insert or remove an element in a queue +ioctl stropts.h OB XSR ioctl - control a STREAMS device (STREAMS) +isalnum ctype.h CX isalnum, isalnum_l - test for an alphanumeric character +isalnum_l ctype.h CX isalnum, isalnum_l - test for an alphanumeric character +isalpha ctype.h CX isalpha, isalpha_l - test for an alphabetic character +isalpha_l ctype.h CX isalpha, isalpha_l - test for an alphabetic character +isascii ctype.h OB XSI isascii - test for a 7-bit US-ASCII character +isastream stropts.h OB XSR isastream - test a file descriptor (STREAMS) +isatty unistd.h isatty - test for a terminal device +isblank ctype.h CX isblank, isblank_l - test for a blank character +isblank_l ctype.h CX isblank, isblank_l - test for a blank character +iscntrl ctype.h CX iscntrl, iscntrl_l - test for a control character +iscntrl_l ctype.h CX iscntrl, iscntrl_l - test for a control character +isdigit ctype.h CX isdigit, isdigit_l - test for a decimal digit +isdigit_l ctype.h CX isdigit, isdigit_l - test for a decimal digit +isfinite math.h isfinite - test for finite value +isgraph ctype.h CX isgraph, isgraph_l - test for a visible character +isgraph_l ctype.h CX isgraph, isgraph_l - test for a visible character +isgreater math.h isgreater - test if x greater than y +isgreaterequal math.h isgreaterequal - test if x is greater than or equal to y +isinf math.h isinf - test for infinity +isless math.h isless - test if x is less than y +islessequal math.h islessequal - test if x is less than or equal to y +islessgreater math.h islessgreater - test if x is less than or greater than y +islower ctype.h CX islower, islower_l - test for a lowercase letter +islower_l ctype.h CX islower, islower_l - test for a lowercase letter +isnan math.h isnan - test for a NaN +isnormal math.h isnormal - test for a normal value +isprint ctype.h CX isprint, isprint_l - test for a printable character +isprint_l ctype.h CX isprint, isprint_l - test for a printable character +ispunct ctype.h CX ispunct, ispunct_l - test for a punctuation character +ispunct_l ctype.h CX ispunct, ispunct_l - test for a punctuation character +isspace ctype.h CX isspace, isspace_l - test for a white-space character +isspace_l ctype.h CX isspace, isspace_l - test for a white-space character +isunordered math.h isunordered - test if arguments are unordered +isupper ctype.h CX isupper, isupper_l - test for an uppercase letter +isupper_l ctype.h CX isupper, isupper_l - test for an uppercase letter +iswalnum wctype.h CX iswalnum, iswalnum_l - test for an alphanumeric wide-character code +iswalnum_l wctype.h CX iswalnum, iswalnum_l - test for an alphanumeric wide-character code +iswalpha wctype.h CX iswalpha, iswalpha_l - test for an alphabetic wide-character code +iswalpha_l wctype.h CX iswalpha, iswalpha_l - test for an alphabetic wide-character code +iswblank wctype.h CX iswblank, iswblank_l - test for a blank wide-character code +iswblank_l wctype.h CX iswblank, iswblank_l - test for a blank wide-character code +iswcntrl wctype.h CX iswcntrl, iswcntrl_l - test for a control wide-character code +iswcntrl_l wctype.h CX iswcntrl, iswcntrl_l - test for a control wide-character code +iswctype wctype.h CX iswctype, iswctype_l - test character for a specified class +iswctype_l wctype.h CX iswctype, iswctype_l - test character for a specified class +iswdigit wctype.h CX iswdigit, iswdigit_l - test for a decimal digit wide-character code +iswdigit_l wctype.h CX iswdigit, iswdigit_l - test for a decimal digit wide-character code +iswgraph wctype.h CX iswgraph, iswgraph_l - test for a visible wide-character code +iswgraph_l wctype.h CX iswgraph, iswgraph_l - test for a visible wide-character code +iswlower wctype.h CX iswlower, iswlower_l - test for a lowercase letter wide-character code +iswlower_l wctype.h CX iswlower, iswlower_l - test for a lowercase letter wide-character code +iswprint wctype.h CX iswprint, iswprint_l - test for a printable wide-character code +iswprint_l wctype.h CX iswprint, iswprint_l - test for a printable wide-character code +iswpunct wctype.h CX iswpunct, iswpunct_l - test for a punctuation wide-character code +iswpunct_l wctype.h CX iswpunct, iswpunct_l - test for a punctuation wide-character code +iswspace wctype.h CX iswspace, iswspace_l - test for a white-space wide-character code +iswspace_l wctype.h CX iswspace, iswspace_l - test for a white-space wide-character code +iswupper wctype.h CX iswupper, iswupper_l - test for an uppercase letter wide-character code +iswupper_l wctype.h CX iswupper, iswupper_l - test for an uppercase letter wide-character code +iswxdigit wctype.h CX iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code +iswxdigit_l wctype.h CX iswxdigit, iswxdigit_l - test for a hexadecimal digit wide-character code +isxdigit ctype.h CX isxdigit, isxdigit_l - test for a hexadecimal digit +isxdigit_l ctype.h CX isxdigit, isxdigit_l - test for a hexadecimal digit +j0 math.h XSI j0, j1, jn - Bessel functions of the first kind +j1 math.h XSI j0, j1, jn - Bessel functions of the first kind +jn math.h XSI j0, j1, jn - Bessel functions of the first kind +jrand48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +kill signal.h CX kill - send a signal to a process or a group of processes +killpg signal.h XSI killpg - send a signal to a process group +l64a stdlib.h XSI a64l, l64a - convert between a 32-bit integer and a radix-64 ASCII string +labs stdlib.h labs, llabs - return a long integer absolute value +lchown unistd.h lchown - change the owner and group of a symbolic link +lcong48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +ldexp math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number +ldexpf math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number +ldexpl math.h ldexp, ldexpf, ldexpl - load exponent of a floating-point number +ldiv stdlib.h ldiv, lldiv - compute quotient and remainder of a long division +lfind search.h XSI lsearch, lfind - linear search and update +lgamma math.h XSI lgamma, lgammaf, lgammal, signgam - log gamma function +lgammaf math.h XSI lgamma, lgammaf, lgammal, signgam - log gamma function +lgammal math.h XSI lgamma, lgammaf, lgammal, signgam - log gamma function +link unistd.h link, linkat - link one file to another file relative to two directory file descriptors +linkat unistd.h link, linkat - link one file to another file relative to two directory file descriptors +lio_listio aio.h lio_listio - list directed I/O +listen sys_socket.h listen - listen for socket connections and limit the queue of incoming connections +llabs stdlib.h labs, llabs - return a long integer absolute value +lldiv stdlib.h ldiv, lldiv - compute quotient and remainder of a long division +llrint math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction +llrintf math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction +llrintl math.h llrint, llrintf, llrintl - round to the nearest integer value using current rounding direction +llround math.h llround, llroundf, llroundl - round to nearest integer value +llroundf math.h llround, llroundf, llroundl - round to nearest integer value +llroundl math.h llround, llroundf, llroundl - round to nearest integer value +localeconv locale.h localeconv - return locale-specific information +localtime time.h CX localtime, localtime_r - convert a time value to a broken-down local time +localtime_r time.h CX localtime, localtime_r - convert a time value to a broken-down local time +lockf unistd.h XSI lockf - record locking on files +log math.h log, logf, logl - natural logarithm function +log10 math.h log10, log10f, log10l - base 10 logarithm function +log10f math.h log10, log10f, log10l - base 10 logarithm function +log10l math.h log10, log10f, log10l - base 10 logarithm function +log1p math.h log1p, log1pf, log1pl - compute a natural logarithm +log1pf math.h log1p, log1pf, log1pl - compute a natural logarithm +log1pl math.h log1p, log1pf, log1pl - compute a natural logarithm +log2 math.h log2, log2f, log2l - compute base 2 logarithm functions +log2f math.h log2, log2f, log2l - compute base 2 logarithm functions +log2l math.h log2, log2f, log2l - compute base 2 logarithm functions +logb math.h logb, logbf, logbl - radix-independent exponent +logbf math.h logb, logbf, logbl - radix-independent exponent +logbl math.h logb, logbf, logbl - radix-independent exponent +logf math.h log, logf, logl - natural logarithm function +logl math.h log, logf, logl - natural logarithm function +longjmp setjmp.h longjmp - non-local goto +lrand48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +lrint math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction +lrintf math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction +lrintl math.h lrint, lrintf, lrintl - round to nearest integer value using current rounding direction +lround math.h lround, lroundf, lroundl - round to nearest integer value +lroundf math.h lround, lroundf, lroundl - round to nearest integer value +lroundl math.h lround, lroundf, lroundl - round to nearest integer value +lsearch search.h XSI lsearch, lfind - linear search and update +lseek unistd.h lseek - move the read/write file offset +lstat sys_stat.h fstatat, lstat, stat - get file status +malloc stdlib.h malloc - a memory allocator +mblen stdlib.h mblen - get number of bytes in a character +mbrlen wchar.h mbrlen - get number of bytes in a character (restartable) +mbrtowc wchar.h mbrtowc - convert a character to a wide-character code (restartable) +mbsinit wchar.h mbsinit - determine conversion object status +mbsnrtowcs wchar.h CX mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable) +mbsrtowcs wchar.h CX mbsnrtowcs, mbsrtowcs - convert a character string to a wide-character string (restartable) +mbstowcs stdlib.h mbstowcs - convert a character string to a wide-character string +mbtowc stdlib.h mbtowc - convert a character to a wide-character code +memccpy string.h XSI memccpy - copy bytes in memory +memchr string.h memchr - find byte in memory +memcmp string.h memcmp - compare bytes in memory +memcpy string.h memcpy - copy bytes in memory +memmove string.h memmove - copy bytes in memory with overlapping areas +memset string.h memset - set bytes in memory +mkdir sys_stat.h mkdir, mkdirat - make a directory relative to directory file descriptor +mkdirat sys_stat.h mkdir, mkdirat - make a directory relative to directory file descriptor +mkdtemp stdlib.h CX mkdtemp, mkstemp - create a unique directory or file +mkfifo sys_stat.h mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor +mkfifoat sys_stat.h mkfifo, mkfifoat - make a FIFO special file relative to directory file descriptor +mknod sys_stat.h XSI mknod, mknodat - make directory, special file, or regular file +mknodat sys_stat.h XSI mknod, mknodat - make directory, special file, or regular file +mkstemp stdlib.h CX mkdtemp, mkstemp - create a unique directory or file +mktime time.h mktime - convert broken-down time into time since the Epoch +mlock sys_mman.h MLR mlock, munlock - lock or unlock a range of process address space (REALTIME) +mlockall sys_mman.h ML mlockall, munlockall - lock/unlock the address space of a process (REALTIME) +mmap sys_mman.h mmap - map pages of memory +modf math.h modf, modff, modfl - decompose a floating-point number +modff math.h modf, modff, modfl - decompose a floating-point number +modfl math.h modf, modff, modfl - decompose a floating-point number +mprotect sys_mman.h mprotect - set protection of memory mapping +mq_close mqueue.h MSG mq_close - close a message queue (REALTIME) +mq_getattr mqueue.h MSG mq_getattr - get message queue attributes (REALTIME) +mq_notify mqueue.h MSG mq_notify - notify process that a message is available (REALTIME) +mq_open mqueue.h MSG mq_open - open a message queue (REALTIME) +mq_receive mqueue.h mqueue.h time.h MSG mq_receive, mq_timedreceive - receive a message from a message queue (REALTIME) +mq_send mqueue.h mqueue.h time.h MSG mq_send, mq_timedsend - send a message to a message queue (REALTIME) +mq_setattr mqueue.h MSG mq_setattr - set message queue attributes (REALTIME) +mq_timedreceive mqueue.h mqueue.h time.h MSG mq_receive, mq_timedreceive - receive a message from a message queue (REALTIME) +mq_timedsend mqueue.h mqueue.h time.h MSG mq_send, mq_timedsend - send a message to a message queue (REALTIME) +mq_unlink mqueue.h MSG mq_unlink - remove a message queue (REALTIME) +mrand48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +msgctl sys_msg.h XSI msgctl - XSI message control operations +msgget sys_msg.h XSI msgget - get the XSI message queue identifier +msgrcv sys_msg.h XSI msgrcv - XSI message receive operation +msgsnd sys_msg.h XSI msgsnd - XSI message send operation +msync sys_mman.h XSI msync - synchronize memory with physical storage +munlock sys_mman.h MLR mlock, munlock - lock or unlock a range of process address space (REALTIME) +munlockall sys_mman.h ML mlockall, munlockall - lock/unlock the address space of a process (REALTIME) +munmap sys_mman.h munmap - unmap pages of memory +nan math.h nan, nanf, nanl - return quiet NaN +nanf math.h nan, nanf, nanl - return quiet NaN +nanl math.h nan, nanf, nanl - return quiet NaN +nanosleep time.h CX nanosleep - high resolution sleep +nearbyint math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions +nearbyintf math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions +nearbyintl math.h nearbyint, nearbyintf, nearbyintl - floating-point rounding functions +newlocale locale.h CX newlocale - create or modify a locale object +nextafter math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +nextafterf math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +nextafterl math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +nexttoward math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +nexttowardf math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +nexttowardl math.h nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable floating-point number +nftw ftw.h XSI nftw - walk a file tree +nice unistd.h XSI nice - change the nice value of a process +nl_langinfo langinfo.h nl_langinfo, nl_langinfo_l - language information +nl_langinfo_l langinfo.h nl_langinfo, nl_langinfo_l - language information +nrand48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +ntohl arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +ntohs arpa_inet.h htonl, htons, ntohl, ntohs - convert values between host and network byte order +open sys/stat.h fcntl.h OH open, openat - open file relative to directory file descriptor +open_memstream stdio.h wchar.h CX open_memstream, open_wmemstream - open a dynamic memory buffer stream +open_wmemstream stdio.h wchar.h CX open_memstream, open_wmemstream - open a dynamic memory buffer stream +openat sys/stat.h fcntl.h OH open, openat - open file relative to directory file descriptor +opendir dirent.h fdopendir, opendir - open directory associated with file descriptor +openlog syslog.h XSI closelog, openlog, setlogmask, syslog - control system log +optarg unistd.h getopt, optarg, opterr, optind, optopt - command option parsing +opterr unistd.h getopt, optarg, opterr, optind, optopt - command option parsing +optind unistd.h getopt, optarg, opterr, optind, optopt - command option parsing +optopt unistd.h getopt, optarg, opterr, optind, optopt - command option parsing +pathconf unistd.h fpathconf, pathconf - get configurable pathname variables +pause unistd.h pause - suspend the thread until a signal is received +pclose stdio.h CX pclose - close a pipe stream to or from a process +perror stdio.h perror - write error messages to standard error +pipe unistd.h pipe - create an interprocess channel +poll poll.h poll - input/output multiplexing +popen stdio.h CX popen - initiate pipe streams to or from a process +posix_fadvise fcntl.h ADV posix_fadvise - file advisory information (ADVANCED REALTIME) +posix_fallocate fcntl.h ADV posix_fallocate - file space control (ADVANCED REALTIME) +posix_madvise sys_mman.h ADV posix_madvise - memory advisory information and alignment control (ADVANCED REALTIME) +posix_mem_offset sys_mman.h TYM posix_mem_offset - find offset and length of a mapped typed memory block (ADVANCED REALTIME) +posix_memalign stdlib.h ADV posix_memalign - aligned memory allocation (ADVANCED REALTIME) +posix_openpt stdlib.h fcntl.h XSI posix_openpt - open a pseudo-terminal device +posix_spawn spawn.h SPN posix_spawn, posix_spawnp - spawn a process (ADVANCED REALTIME) +posix_spawn_file_actions_addclose spawn.h SPN posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (ADVANCED REALTIME) +posix_spawn_file_actions_adddup2 spawn.h SPN posix_spawn_file_actions_adddup2 - add dup2 action to spawn file actions object (ADVANCED REALTIME) +posix_spawn_file_actions_addopen spawn.h SPN posix_spawn_file_actions_addclose, posix_spawn_file_actions_addopen - add close or open action to spawn file actions object (ADVANCED REALTIME) +posix_spawn_file_actions_destroy spawn.h SPN posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (ADVANCED REALTIME) +posix_spawn_file_actions_init spawn.h SPN posix_spawn_file_actions_destroy, posix_spawn_file_actions_init - destroy and initialize spawn file actions object (ADVANCED REALTIME) +posix_spawnattr_destroy spawn.h SPN posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_getflags spawn.h SPN posix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_getpgroup spawn.h SPN posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_getschedparam spawn.h sched.h SPN PS posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_getschedpolicy spawn.h sched.h SPN PS posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_getsigdefault signal.h spawn.h SPN posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_getsigmask signal.h spawn.h SPN posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_init spawn.h SPN posix_spawnattr_destroy, posix_spawnattr_init - destroy and initialize spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_setflags spawn.h SPN posix_spawnattr_getflags, posix_spawnattr_setflags - get and set the spawn-flags attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_setpgroup spawn.h SPN posix_spawnattr_getpgroup, posix_spawnattr_setpgroup - get and set the spawn-pgroup attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_setschedparam spawn.h sched.h SPN PS posix_spawnattr_getschedparam, posix_spawnattr_setschedparam - get and set the spawn-schedparam attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_setschedpolicy spawn.h sched.h SPN PS posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy - get and set the spawn-schedpolicy attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_setsigdefault signal.h spawn.h SPN posix_spawnattr_getsigdefault, posix_spawnattr_setsigdefault - get and set the spawn-sigdefault attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnattr_setsigmask signal.h spawn.h SPN posix_spawnattr_getsigmask, posix_spawnattr_setsigmask - get and set the spawn-sigmask attribute of a spawn attributes object (ADVANCED REALTIME) +posix_spawnp spawn.h SPN posix_spawn, posix_spawnp - spawn a process (ADVANCED REALTIME) +posix_trace_attr_destroy trace.h OB TRC posix_trace_attr_destroy, posix_trace_attr_init - destroy and initialize the trace stream attributes object (TRACING) +posix_trace_attr_getclockres time.h trace.h trace.h OB TRC posix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) +posix_trace_attr_getcreatetime time.h trace.h trace.h OB TRC posix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) +posix_trace_attr_getgenversion time.h trace.h trace.h OB TRC posix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) +posix_trace_attr_getinherited trace.h OB TRC TRI TRL TRI TRL posix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) +posix_trace_attr_getlogfullpolicy trace.h OB TRC TRI TRL TRI TRL posix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) +posix_trace_attr_getlogsize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_attr_getmaxdatasize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_attr_getmaxsystemeventsize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_attr_getmaxusereventsize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_attr_getname time.h trace.h trace.h OB TRC posix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) +posix_trace_attr_getstreamfullpolicy trace.h OB TRC TRI TRL TRI TRL posix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) +posix_trace_attr_getstreamsize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_attr_init trace.h OB TRC posix_trace_attr_destroy, posix_trace_attr_init - destroy and initialize the trace stream attributes object (TRACING) +posix_trace_attr_setinherited trace.h OB TRC TRI TRL TRI TRL posix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) +posix_trace_attr_setlogfullpolicy trace.h OB TRC TRI TRL TRI TRL posix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) +posix_trace_attr_setlogsize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_attr_setmaxdatasize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_attr_setname time.h trace.h trace.h OB TRC posix_trace_attr_getclockres, posix_trace_attr_getcreatetime, posix_trace_attr_getgenversion, posix_trace_attr_getname, posix_trace_attr_setname - retrieve and set information about a trace stream (TRACING) +posix_trace_attr_setstreamfullpolicy trace.h OB TRC TRI TRL TRI TRL posix_trace_attr_getinherited, posix_trace_attr_getlogfullpolicy, posix_trace_attr_getstreamfullpolicy, posix_trace_attr_setinherited, posix_trace_attr_setlogfullpolicy, posix_trace_attr_setstreamfullpolicy - retrieve and set the behavior of a trace stream (TRACING) +posix_trace_attr_setstreamsize sys_types.h trace.h OB TRC TRL TRL posix_trace_attr_getlogsize, posix_trace_attr_getmaxdatasize, posix_trace_attr_getmaxsystemeventsize, posix_trace_attr_getmaxusereventsize, posix_trace_attr_getstreamsize, posix_trace_attr_setlogsize, posix_trace_attr_setmaxdatasize, posix_trace_attr_setstreamsize - retrieve and set trace stream size attributes (TRACING) +posix_trace_clear sys_types.h trace.h OB TRC posix_trace_clear - clear trace stream and trace log (TRACING) +posix_trace_close trace.h OB TRC TRL posix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (TRACING) +posix_trace_create sys_types.h trace.h OB TRC TRL posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) +posix_trace_create_withlog sys_types.h trace.h OB TRC TRL posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) +posix_trace_event sys_types.h trace.h OB TRC posix_trace_event, posix_trace_eventid_open - trace functions for instrumenting application code (TRACING) +posix_trace_eventid_equal trace.h OB TRC TEF posix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (TRACING) +posix_trace_eventid_get_name trace.h OB TRC TEF posix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (TRACING) +posix_trace_eventid_open sys_types.h trace.h OB TRC posix_trace_event, posix_trace_eventid_open - trace functions for instrumenting application code (TRACING) +posix_trace_eventset_add trace.h OB TRC TEF posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) +posix_trace_eventset_del trace.h OB TRC TEF posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) +posix_trace_eventset_empty trace.h OB TRC TEF posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) +posix_trace_eventset_fill trace.h OB TRC TEF posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) +posix_trace_eventset_ismember trace.h OB TRC TEF posix_trace_eventset_add, posix_trace_eventset_del, posix_trace_eventset_empty, posix_trace_eventset_fill, posix_trace_eventset_ismember - manipulate trace event type sets (TRACING) +posix_trace_eventtypelist_getnext_id trace.h OB TRC posix_trace_eventtypelist_getnext_id, posix_trace_eventtypelist_rewind - iterate over a mapping of trace event types (TRACING) +posix_trace_eventtypelist_rewind trace.h OB TRC posix_trace_eventtypelist_getnext_id, posix_trace_eventtypelist_rewind - iterate over a mapping of trace event types (TRACING) +posix_trace_flush sys_types.h trace.h OB TRC TRL posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) +posix_trace_get_attr trace.h OB TRC posix_trace_get_attr, posix_trace_get_status - retrieve the trace attributes or trace status (TRACING) +posix_trace_get_filter trace.h OB TRC TEF posix_trace_get_filter, posix_trace_set_filter - retrieve and set the filter of an initialized trace stream (TRACING) +posix_trace_get_status trace.h OB TRC posix_trace_get_attr, posix_trace_get_status - retrieve the trace attributes or trace status (TRACING) +posix_trace_getnext_event sys_types.h trace.h OB TRC posix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (TRACING) +posix_trace_open trace.h OB TRC TRL posix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (TRACING) +posix_trace_rewind trace.h OB TRC TRL posix_trace_close, posix_trace_open, posix_trace_rewind - trace log management (TRACING) +posix_trace_set_filter trace.h OB TRC TEF posix_trace_get_filter, posix_trace_set_filter - retrieve and set the filter of an initialized trace stream (TRACING) +posix_trace_shutdown sys_types.h trace.h OB TRC TRL posix_trace_create, posix_trace_create_withlog, posix_trace_flush, posix_trace_shutdown - trace stream initialization, flush, and shutdown from a process (TRACING) +posix_trace_start trace.h OB TRC posix_trace_start, posix_trace_stop - trace start and stop (TRACING) +posix_trace_stop trace.h OB TRC posix_trace_start, posix_trace_stop - trace start and stop (TRACING) +posix_trace_timedgetnext_event sys_types.h trace.h OB TRC posix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (TRACING) +posix_trace_trid_eventid_open trace.h OB TRC TEF posix_trace_eventid_equal, posix_trace_eventid_get_name, posix_trace_trid_eventid_open - manipulate the trace event type identifier (TRACING) +posix_trace_trygetnext_event sys_types.h trace.h OB TRC posix_trace_getnext_event, posix_trace_timedgetnext_event, posix_trace_trygetnext_event - retrieve a trace event (TRACING) +posix_typed_mem_get_info sys_mman.h TYM posix_typed_mem_get_info - query typed memory information (ADVANCED REALTIME) +posix_typed_mem_open sys_mman.h TYM posix_typed_mem_open - open a typed memory object (ADVANCED REALTIME) +pow math.h pow, powf, powl - power function +powf math.h pow, powf, powl - power function +powl math.h pow, powf, powl - power function +pread unistd.h pread, read - read from a file +printf stdio.h CX dprintf, fprintf, printf, snprintf, sprintf - print formatted output +pselect sys_select.h pselect, select - synchronous I/O multiplexing +psiginfo signal.h CX psiginfo, psignal - print signal information to standard error +psignal signal.h CX psiginfo, psignal - print signal information to standard error +pthread_atfork pthread.h pthread_atfork - register fork handlers +pthread_attr_destroy pthread.h pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object +pthread_attr_getdetachstate pthread.h pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute +pthread_attr_getguardsize pthread.h pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute +pthread_attr_getinheritsched pthread.h TPS pthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (REALTIME THREADS) +pthread_attr_getschedparam pthread.h pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute +pthread_attr_getschedpolicy pthread.h TPS pthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (REALTIME THREADS) +pthread_attr_getscope pthread.h TPS pthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (REALTIME THREADS) +pthread_attr_getstack pthread.h TSA TSS pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes +pthread_attr_getstacksize pthread.h TSS pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute +pthread_attr_init pthread.h pthread_attr_destroy, pthread_attr_init - destroy and initialize the thread attributes object +pthread_attr_setdetachstate pthread.h pthread_attr_getdetachstate, pthread_attr_setdetachstate - get and set the detachstate attribute +pthread_attr_setguardsize pthread.h pthread_attr_getguardsize, pthread_attr_setguardsize - get and set the thread guardsize attribute +pthread_attr_setinheritsched pthread.h TPS pthread_attr_getinheritsched, pthread_attr_setinheritsched - get and set the inheritsched attribute (REALTIME THREADS) +pthread_attr_setschedparam pthread.h pthread_attr_getschedparam, pthread_attr_setschedparam - get and set the schedparam attribute +pthread_attr_setschedpolicy pthread.h TPS pthread_attr_getschedpolicy, pthread_attr_setschedpolicy - get and set the schedpolicy attribute (REALTIME THREADS) +pthread_attr_setscope pthread.h TPS pthread_attr_getscope, pthread_attr_setscope - get and set the contentionscope attribute (REALTIME THREADS) +pthread_attr_setstack pthread.h TSA TSS pthread_attr_getstack, pthread_attr_setstack - get and set stack attributes +pthread_attr_setstacksize pthread.h TSS pthread_attr_getstacksize, pthread_attr_setstacksize - get and set the stacksize attribute +pthread_barrier_destroy pthread.h pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object +pthread_barrier_init pthread.h pthread_barrier_destroy, pthread_barrier_init - destroy and initialize a barrier object +pthread_barrier_wait pthread.h pthread_barrier_wait - synchronize at a barrier +pthread_barrierattr_destroy pthread.h pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object +pthread_barrierattr_getpshared pthread.h TSH pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object +pthread_barrierattr_init pthread.h pthread_barrierattr_destroy, pthread_barrierattr_init - destroy and initialize the barrier attributes object +pthread_barrierattr_setpshared pthread.h TSH pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - get and set the process-shared attribute of the barrier attributes object +pthread_cancel pthread.h pthread_cancel - cancel execution of a thread +pthread_cleanup_pop pthread.h pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers +pthread_cleanup_push pthread.h pthread_cleanup_pop, pthread_cleanup_push - establish cancellation handlers +pthread_cond_broadcast pthread.h pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition +pthread_cond_destroy pthread.h pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables +pthread_cond_init pthread.h pthread_cond_destroy, pthread_cond_init - destroy and initialize condition variables +pthread_cond_signal pthread.h pthread_cond_broadcast, pthread_cond_signal - broadcast or signal a condition +pthread_cond_timedwait pthread.h pthread_cond_timedwait, pthread_cond_wait - wait on a condition +pthread_cond_wait pthread.h pthread_cond_timedwait, pthread_cond_wait - wait on a condition +pthread_condattr_destroy pthread.h pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object +pthread_condattr_getclock pthread.h pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute +pthread_condattr_getpshared pthread.h TSH pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes +pthread_condattr_init pthread.h pthread_condattr_destroy, pthread_condattr_init - destroy and initialize the condition variable attributes object +pthread_condattr_setclock pthread.h pthread_condattr_getclock, pthread_condattr_setclock - get and set the clock selection condition variable attribute +pthread_condattr_setpshared pthread.h TSH pthread_condattr_getpshared, pthread_condattr_setpshared - get and set the process-shared condition variable attributes +pthread_create pthread.h pthread_create - thread creation +pthread_detach pthread.h pthread_detach - detach a thread +pthread_equal pthread.h pthread_equal - compare thread IDs +pthread_exit pthread.h pthread_exit - thread termination +pthread_getconcurrency pthread.h OB XSI pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency +pthread_getcpuclockid pthread.h time.h TCT pthread_getcpuclockid - access a thread CPU-time clock (ADVANCED REALTIME THREADS) +pthread_getschedparam pthread.h TPS pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (REALTIME THREADS) +pthread_getspecific pthread.h pthread_getspecific, pthread_setspecific - thread-specific data management +pthread_join pthread.h pthread_join - wait for thread termination +pthread_key_create pthread.h pthread_key_create - thread-specific data key creation +pthread_key_delete pthread.h pthread_key_delete - thread-specific data key deletion +pthread_kill signal.h CX pthread_kill - send a signal to a thread +pthread_mutex_consistent pthread.h pthread_mutex_consistent - mark state protected by robust mutex as consistent +pthread_mutex_destroy pthread.h pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex +pthread_mutex_getprioceiling pthread.h RPP pthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (REALTIME THREADS) +pthread_mutex_init pthread.h pthread_mutex_destroy, pthread_mutex_init - destroy and initialize a mutex +pthread_mutex_lock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex +pthread_mutex_setprioceiling pthread.h RPP pthread_mutex_getprioceiling, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (REALTIME THREADS) +pthread_mutex_timedlock pthread.h time.h pthread_mutex_timedlock - lock a mutex +pthread_mutex_trylock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex +pthread_mutex_unlock pthread.h pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex +pthread_mutexattr_destroy pthread.h pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object +pthread_mutexattr_getprioceiling pthread.h RPP pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (REALTIME THREADS) +pthread_mutexattr_getprotocol pthread.h MC1 pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (REALTIME THREADS) +pthread_mutexattr_getpshared pthread.h TSH pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute +pthread_mutexattr_getrobust pthread.h pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute +pthread_mutexattr_gettype pthread.h pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute +pthread_mutexattr_init pthread.h pthread_mutexattr_destroy, pthread_mutexattr_init - destroy and initialize the mutex attributes object +pthread_mutexattr_setprioceiling pthread.h RPP pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling - get and set the prioceiling attribute of the mutex attributes object (REALTIME THREADS) +pthread_mutexattr_setprotocol pthread.h MC1 pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol - get and set the protocol attribute of the mutex attributes object (REALTIME THREADS) +pthread_mutexattr_setpshared pthread.h TSH pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get and set the process-shared attribute +pthread_mutexattr_setrobust pthread.h pthread_mutexattr_getrobust, pthread_mutexattr_setrobust - get and set the mutex robust attribute +pthread_mutexattr_settype pthread.h pthread_mutexattr_gettype, pthread_mutexattr_settype - get and set the mutex type attribute +pthread_once pthread.h pthread_once - dynamic package initialization +pthread_rwlock_destroy pthread.h pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object +pthread_rwlock_init pthread.h pthread_rwlock_destroy, pthread_rwlock_init - destroy and initialize a read-write lock object +pthread_rwlock_rdlock pthread.h pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading +pthread_rwlock_timedrdlock pthread.h time.h pthread_rwlock_timedrdlock - lock a read-write lock for reading +pthread_rwlock_timedwrlock pthread.h time.h pthread_rwlock_timedwrlock - lock a read-write lock for writing +pthread_rwlock_tryrdlock pthread.h pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a read-write lock object for reading +pthread_rwlock_trywrlock pthread.h pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing +pthread_rwlock_unlock pthread.h pthread_rwlock_unlock - unlock a read-write lock object +pthread_rwlock_wrlock pthread.h pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a read-write lock object for writing +pthread_rwlockattr_destroy pthread.h pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object +pthread_rwlockattr_getpshared pthread.h TSH pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object +pthread_rwlockattr_init pthread.h pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and initialize the read-write lock attributes object +pthread_rwlockattr_setpshared pthread.h TSH pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get and set the process-shared attribute of the read-write lock attributes object +pthread_self pthread.h pthread_self - get the calling thread ID +pthread_setcancelstate pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state +pthread_setcanceltype pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state +pthread_setconcurrency pthread.h OB XSI pthread_getconcurrency, pthread_setconcurrency - get and set the level of concurrency +pthread_setschedparam pthread.h TPS pthread_getschedparam, pthread_setschedparam - dynamic thread scheduling parameters access (REALTIME THREADS) +pthread_setschedprio pthread.h TPS pthread_setschedprio - dynamic thread scheduling parameters access (REALTIME THREADS) +pthread_setspecific pthread.h pthread_getspecific, pthread_setspecific - thread-specific data management +pthread_sigmask signal.h CX pthread_sigmask, sigprocmask - examine and change blocked signals +pthread_spin_destroy pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object +pthread_spin_init pthread.h pthread_spin_destroy, pthread_spin_init - destroy or initialize a spin lock object +pthread_spin_lock pthread.h pthread_spin_lock, pthread_spin_trylock - lock a spin lock object +pthread_spin_trylock pthread.h pthread_spin_lock, pthread_spin_trylock - lock a spin lock object +pthread_spin_unlock pthread.h pthread_spin_unlock - unlock a spin lock object +pthread_testcancel pthread.h pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel - set cancelability state +ptsname stdlib.h XSI ptsname - get name of the slave pseudo-terminal device +putc stdio.h putc - put a byte on a stream +putc_unlocked stdio.h CX getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +putchar stdio.h putchar - put a byte on a stdout stream +putchar_unlocked stdio.h CX getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked - stdio with explicit client locking +putenv stdlib.h XSI putenv - change or add a value to an environment +putmsg stropts.h OB XSR putmsg, putpmsg - send a message on a STREAM (STREAMS) +putpmsg stropts.h OB XSR putmsg, putpmsg - send a message on a STREAM (STREAMS) +puts stdio.h puts - put a string on standard output +pututxline utmpx.h XSI endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +putwc stdio.h wchar.h putwc - put a wide character on a stream +putwchar wchar.h putwchar - put a wide character on a stdout stream +pwrite unistd.h pwrite, write - write on a file +qsort stdlib.h qsort - sort a table of data +raise signal.h raise - send a signal to the executing process +rand stdlib.h OB CX rand, rand_r, srand - pseudo-random number generator +rand_r stdlib.h OB CX rand, rand_r, srand - pseudo-random number generator +random stdlib.h XSI initstate, random, setstate, srandom - pseudo-random number functions +read unistd.h pread, read - read from a file +readdir dirent.h readdir, readdir_r - read a directory +readdir_r dirent.h readdir, readdir_r - read a directory +readlink unistd.h readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor +readlinkat unistd.h readlink, readlinkat - read the contents of a symbolic link relative to a directory file descriptor +readv sys_uio.h XSI readv - read a vector +realloc stdlib.h realloc - memory reallocator +realpath stdlib.h XSI realpath - resolve a pathname +recv sys_socket.h recv - receive a message from a connected socket +recvfrom sys_socket.h recvfrom - receive a message from a socket +recvmsg sys_socket.h recvmsg - receive a message from a socket +regcomp regex.h regcomp, regerror, regexec, regfree - regular expression matching +regerror regex.h regcomp, regerror, regexec, regfree - regular expression matching +regexec regex.h regcomp, regerror, regexec, regfree - regular expression matching +regfree regex.h regcomp, regerror, regexec, regfree - regular expression matching +remainder math.h remainder, remainderf, remainderl - remainder function +remainderf math.h remainder, remainderf, remainderl - remainder function +remainderl math.h remainder, remainderf, remainderl - remainder function +remove stdio.h remove - remove a file +remque search.h XSI insque, remque - insert or remove an element in a queue +remquo math.h remquo, remquof, remquol - remainder functions +remquof math.h remquo, remquof, remquol - remainder functions +remquol math.h remquo, remquof, remquol - remainder functions +rename stdio.h CX rename, renameat - rename file relative to directory file descriptor +renameat stdio.h CX rename, renameat - rename file relative to directory file descriptor +rewind stdio.h rewind - reset the file position indicator in a stream +rewinddir dirent.h rewinddir - reset the position of a directory stream to the beginning of a directory +rint math.h rint, rintf, rintl - round-to-nearest integral value +rintf math.h rint, rintf, rintl - round-to-nearest integral value +rintl math.h rint, rintf, rintl - round-to-nearest integral value +rmdir unistd.h rmdir - remove a directory +round math.h round, roundf, roundl - round to the nearest integer value in a floating-point format +roundf math.h round, roundf, roundl - round to the nearest integer value in a floating-point format +roundl math.h round, roundf, roundl - round to the nearest integer value in a floating-point format +scalbln math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +scalblnf math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +scalblnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +scalbn math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +scalbnf math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +scalbnl math.h scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl - compute exponent using FLT_RADIX +scandir dirent.h alphasort, scandir - scan a directory +scanf stdio.h fscanf, scanf, sscanf - convert formatted input +sched_get_priority_max sched.h PS sched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) +sched_get_priority_min sched.h PS sched_get_priority_max, sched_get_priority_min - get priority limits (REALTIME) +sched_getparam sched.h PS sched_getparam - get scheduling parameters (REALTIME) +sched_getscheduler sched.h PS sched_getscheduler - get scheduling policy (REALTIME) +sched_rr_get_interval sched.h PS sched_rr_get_interval - get execution time limits (REALTIME) +sched_setparam sched.h PS sched_setparam - set scheduling parameters (REALTIME) +sched_setscheduler sched.h PS sched_setscheduler - set scheduling policy and parameters (REALTIME) +sched_yield sched.h sched_yield - yield the processor +seed48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +seekdir dirent.h XSI seekdir - set the position of a directory stream +select sys_select.h pselect, select - synchronous I/O multiplexing +sem_close semaphore.h sem_close - close a named semaphore +sem_destroy semaphore.h sem_destroy - destroy an unnamed semaphore +sem_getvalue semaphore.h sem_getvalue - get the value of a semaphore +sem_init semaphore.h sem_init - initialize an unnamed semaphore +sem_open semaphore.h sem_open - initialize and open a named semaphore +sem_post semaphore.h sem_post - unlock a semaphore +sem_timedwait semaphore.h time.h sem_timedwait - lock a semaphore +sem_trywait semaphore.h sem_trywait, sem_wait - lock a semaphore +sem_unlink semaphore.h sem_unlink - remove a named semaphore +sem_wait semaphore.h sem_trywait, sem_wait - lock a semaphore +semctl sys/sem.h XSI semctl - XSI semaphore control operations +semget sys_sem.h XSI semget - get set of XSI semaphores +semop sys_sem.h XSI semop - XSI semaphore operations +send sys_socket.h send - send a message on a socket +sendmsg sys_socket.h sendmsg - send a message on a socket using a message structure +sendto sys_socket.h sendto - send a message on a socket +setbuf stdio.h setbuf - assign buffering to a stream +setegid unistd.h setegid - set the effective group ID +setenv stdlib.h CX setenv - add or change environment variable +seteuid unistd.h seteuid - set effective user ID +setgid unistd.h setgid - set-group-ID +setgrent grp.h XSI endgrent, getgrent, setgrent - group database entry functions +sethostent netdb.h endhostent, gethostent, sethostent - network host database functions +setitimer sys_time.h OB XSI getitimer, setitimer - get and set value of interval timer +setjmp setjmp.h setjmp - set jump point for a non-local goto +setkey stdlib.h XSI setkey - set encoding key (CRYPT) +setlocale locale.h setlocale - set program locale +setlogmask syslog.h XSI closelog, openlog, setlogmask, syslog - control system log +setnetent netdb.h endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions +setpgid unistd.h setpgid - set process group ID for job control +setpgrp unistd.h OB XSI setpgrp - set the process group ID +setpriority sys_resource.h XSI getpriority, setpriority - get and set the nice value +setprotoent netdb.h endprotoent, getprotobyname, getprotobynumber, getprotoent, setprotoent - network protocol database functions +setpwent pwd.h XSI endpwent, getpwent, setpwent - user database functions +setregid unistd.h XSI setregid - set real and effective group IDs +setreuid unistd.h XSI setreuid - set real and effective user IDs +setrlimit sys_resource.h XSI getrlimit, setrlimit - control maximum resource consumption +setservent netdb.h endservent, getservbyname, getservbyport, getservent, setservent - network services database functions +setsid unistd.h setsid - create session and set process group ID +setsockopt sys_socket.h setsockopt - set the socket options +setstate stdlib.h XSI initstate, random, setstate, srandom - pseudo-random number functions +setuid unistd.h setuid - set user ID +setutxent utmpx.h XSI endutxent, getutxent, getutxid, getutxline, pututxline, setutxent - user accounting database functions +setvbuf stdio.h setvbuf - assign buffering to a stream +shm_open sys_mman.h SHM shm_open - open a shared memory object (REALTIME) +shm_unlink sys_mman.h SHM shm_unlink - remove a shared memory object (REALTIME) +shmat sys_shm.h XSI shmat - XSI shared memory attach operation +shmctl sys_shm.h XSI shmctl - XSI shared memory control operations +shmdt sys_shm.h XSI shmdt - XSI shared memory detach operation +shmget sys_shm.h XSI shmget - get an XSI shared memory segment +shutdown sys_socket.h shutdown - shut down socket send and receive operations +sigaction signal.h CX sigaction - examine and change a signal action +sigaddset signal.h CX sigaddset - add a signal to a signal set +sigaltstack signal.h XSI sigaltstack - set and get signal alternate stack context +sigdelset signal.h CX sigdelset - delete a signal from a signal set +sigemptyset signal.h CX sigemptyset - initialize and empty a signal set +sigfillset signal.h CX sigfillset - initialize and fill a signal set +sighold signal.h OB XSI sighold, sigignore, sigpause, sigrelse, sigset - signal management +sigignore signal.h OB XSI sighold, sigignore, sigpause, sigrelse, sigset - signal management +siginterrupt signal.h OB XSI siginterrupt - allow signals to interrupt functions +sigismember signal.h CX sigismember - test for a signal in a signal set +siglongjmp setjmp.h CX siglongjmp - non-local goto with signal handling +signal signal.h signal - signal management +signbit math.h signbit - test sign +signgam math.h XSI lgamma, lgammaf, lgammal, signgam - log gamma function +sigpause signal.h OB XSI sighold, sigignore, sigpause, sigrelse, sigset - signal management +sigpending signal.h CX sigpending - examine pending signals +sigprocmask signal.h CX pthread_sigmask, sigprocmask - examine and change blocked signals +sigqueue signal.h CX sigqueue - queue a signal to a process +sigrelse signal.h OB XSI sighold, sigignore, sigpause, sigrelse, sigset - signal management +sigset signal.h OB XSI sighold, sigignore, sigpause, sigrelse, sigset - signal management +sigsetjmp setjmp.h CX sigsetjmp - set jump point for a non-local goto +sigsuspend signal.h CX sigsuspend - wait for a signal +sigtimedwait signal.h CX sigtimedwait, sigwaitinfo - wait for queued signals +sigwait signal.h CX sigwait - wait for queued signals +sigwaitinfo signal.h CX sigtimedwait, sigwaitinfo - wait for queued signals +sin math.h sin, sinf, sinl - sine function +sinf math.h sin, sinf, sinl - sine function +sinh math.h sinh, sinhf, sinhl - hyperbolic sine functions +sinhf math.h sinh, sinhf, sinhl - hyperbolic sine functions +sinhl math.h sinh, sinhf, sinhl - hyperbolic sine functions +sinl math.h sin, sinf, sinl - sine function +sleep unistd.h sleep - suspend execution for an interval of time +snprintf stdio.h CX dprintf, fprintf, printf, snprintf, sprintf - print formatted output +sockatmark sys_socket.h sockatmark - determine whether a socket is at the out-of-band mark +socket sys_socket.h socket - create an endpoint for communication +socketpair sys_socket.h socketpair - create a pair of connected sockets +sprintf stdio.h CX dprintf, fprintf, printf, snprintf, sprintf - print formatted output +sqrt math.h sqrt, sqrtf, sqrtl - square root function +sqrtf math.h sqrt, sqrtf, sqrtl - square root function +sqrtl math.h sqrt, sqrtf, sqrtl - square root function +srand stdlib.h OB CX rand, rand_r, srand - pseudo-random number generator +srand48 stdlib.h XSI drand48, erand48, jrand48, lcong48, lrand48, mrand48, nrand48, seed48, srand48 - generate uniformly distributed pseudo-random numbers +srandom stdlib.h XSI initstate, random, setstate, srandom - pseudo-random number functions +sscanf stdio.h fscanf, scanf, sscanf - convert formatted input +stat sys_stat.h fstatat, lstat, stat - get file status +statvfs sys_statvfs.h fstatvfs, statvfs - get file system information +stderr stdio.h stderr, stdin, stdout - standard I/O streams +stdin stdio.h stderr, stdin, stdout - standard I/O streams +stdout stdio.h stderr, stdin, stdout - standard I/O streams +stpcpy string.h CX stpcpy, strcpy - copy a string and return a pointer to the end of the result +stpncpy string.h CX stpncpy, strncpy - copy fixed length string, returning a pointer to the array end +strcasecmp strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons +strcasecmp_l strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons +strcat string.h strcat - concatenate two strings +strchr string.h strchr - string scanning operation +strcmp string.h strcmp - compare two strings +strcoll string.h CX strcoll, strcoll_l - string comparison using collating information +strcoll_l string.h CX strcoll, strcoll_l - string comparison using collating information +strcpy string.h CX stpcpy, strcpy - copy a string and return a pointer to the end of the result +strcspn string.h strcspn - get the length of a complementary substring +strdup string.h CX strdup, strndup - duplicate a specific number of bytes from a string +strerror string.h CX strerror, strerror_l, strerror_r - get error message string +strerror_l string.h CX strerror, strerror_l, strerror_r - get error message string +strerror_r string.h CX strerror, strerror_l, strerror_r - get error message string +strfmon monetary.h strfmon, strfmon_l - convert monetary value to a string +strfmon_l monetary.h strfmon, strfmon_l - convert monetary value to a string +strftime time.h CX strftime, strftime_l - convert date and time to a string +strftime_l time.h CX strftime, strftime_l - convert date and time to a string +strlen string.h CX strlen, strnlen - get length of fixed size string +strncasecmp strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons +strncasecmp_l strings.h strcasecmp, strcasecmp_l, strncasecmp, strncasecmp_l - case-insensitive string comparisons +strncat string.h strncat - concatenate a string with part of another +strncmp string.h strncmp - compare part of two strings +strncpy string.h CX stpncpy, strncpy - copy fixed length string, returning a pointer to the array end +strndup string.h CX strdup, strndup - duplicate a specific number of bytes from a string +strnlen string.h CX strlen, strnlen - get length of fixed size string +strpbrk string.h strpbrk - scan a string for a byte +strptime time.h XSI strptime - date and time conversion +strrchr string.h strrchr - string scanning operation +strsignal string.h CX strsignal - get name of signal +strspn string.h strspn - get length of a substring +strstr string.h strstr - find a substring +strtod stdlib.h strtod, strtof, strtold - convert a string to a double-precision number +strtof stdlib.h strtod, strtof, strtold - convert a string to a double-precision number +strtoimax inttypes.h strtoimax, strtoumax - convert string to integer type +strtok string.h CX strtok, strtok_r - split string into tokens +strtok_r string.h CX strtok, strtok_r - split string into tokens +strtol stdlib.h strtol, strtoll - convert a string to a long integer +strtold stdlib.h strtod, strtof, strtold - convert a string to a double-precision number +strtoll stdlib.h strtol, strtoll - convert a string to a long integer +strtoul stdlib.h strtoul, strtoull - convert a string to an unsigned long +strtoull stdlib.h strtoul, strtoull - convert a string to an unsigned long +strtoumax inttypes.h strtoimax, strtoumax - convert string to integer type +strxfrm string.h CX strxfrm, strxfrm_l - string transformation +strxfrm_l string.h CX strxfrm, strxfrm_l - string transformation +swab unistd.h XSI swab - swap bytes +swprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output +swscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input +symlink unistd.h symlink, symlinkat - make a symbolic link relative to directory file descriptor +symlinkat unistd.h symlink, symlinkat - make a symbolic link relative to directory file descriptor +sync unistd.h XSI sync - schedule file system updates +sysconf unistd.h sysconf - get configurable system variables +syslog syslog.h XSI closelog, openlog, setlogmask, syslog - control system log +system stdlib.h system - issue a command +tan math.h tan, tanf, tanl - tangent function +tanf math.h tan, tanf, tanl - tangent function +tanh math.h tanh, tanhf, tanhl - hyperbolic tangent functions +tanhf math.h tanh, tanhf, tanhl - hyperbolic tangent functions +tanhl math.h tanh, tanhf, tanhl - hyperbolic tangent functions +tanl math.h tan, tanf, tanl - tangent function +tcdrain termios.h tcdrain - wait for transmission of output +tcflow termios.h tcflow - suspend or restart the transmission or reception of data +tcflush termios.h tcflush - flush non-transmitted output data, non-read input data, or both +tcgetattr termios.h tcgetattr - get the parameters associated with the terminal +tcgetpgrp unistd.h tcgetpgrp - get the foreground process group ID +tcgetsid termios.h tcgetsid - get the process group ID for the session leader for the controlling terminal +tcsendbreak termios.h tcsendbreak - send a break for a specific duration +tcsetattr termios.h tcsetattr - set the parameters associated with the terminal +tcsetpgrp unistd.h tcsetpgrp - set the foreground process group ID +tdelete search.h XSI tdelete, tfind, tsearch, twalk - manage a binary search tree +telldir dirent.h XSI telldir - current location of a named directory stream +tempnam stdio.h OB XSI tempnam - create a name for a temporary file +tfind search.h XSI tdelete, tfind, tsearch, twalk - manage a binary search tree +tgamma math.h tgamma, tgammaf, tgammal - compute gamma() function +tgammaf math.h tgamma, tgammaf, tgammal - compute gamma() function +tgammal math.h tgamma, tgammaf, tgammal - compute gamma() function +time time.h time - get time +timer_create signal.h time.h CX timer_create - create a per-process timer +timer_delete time.h CX timer_delete - delete a per-process timer +timer_getoverrun time.h CX timer_getoverrun, timer_gettime, timer_settime - per-process timers +timer_gettime time.h CX timer_getoverrun, timer_gettime, timer_settime - per-process timers +timer_settime time.h CX timer_getoverrun, timer_gettime, timer_settime - per-process timers +times sys_times.h times - get process and waited-for child process times +timezone time.h XSI CX daylight, timezone, tzname, tzset - set timezone conversion information +tmpfile stdio.h tmpfile - create a temporary file +tmpnam stdio.h OB tmpnam - create a name for a temporary file +toascii ctype.h OB XSI toascii - translate an integer to a 7-bit ASCII character +tolower ctype.h CX tolower, tolower_l - transliterate uppercase characters to lowercase +tolower_l ctype.h CX tolower, tolower_l - transliterate uppercase characters to lowercase +toupper ctype.h CX toupper, toupper_l - transliterate lowercase characters to uppercase +toupper_l ctype.h CX toupper, toupper_l - transliterate lowercase characters to uppercase +towctrans wctype.h CX towctrans, towctrans_l - wide-character transliteration +towctrans_l wctype.h CX towctrans, towctrans_l - wide-character transliteration +towlower wctype.h CX towlower, towlower_l - transliterate uppercase wide-character code to lowercase +towlower_l wctype.h CX towlower, towlower_l - transliterate uppercase wide-character code to lowercase +towupper wctype.h CX towupper, towupper_l - transliterate lowercase wide-character code to uppercase +towupper_l wctype.h CX towupper, towupper_l - transliterate lowercase wide-character code to uppercase +trunc math.h trunc, truncf, truncl - round to truncated integer value +truncate unistd.h truncate - truncate a file to a specified length +truncf math.h trunc, truncf, truncl - round to truncated integer value +truncl math.h trunc, truncf, truncl - round to truncated integer value +tsearch search.h XSI tdelete, tfind, tsearch, twalk - manage a binary search tree +ttyname unistd.h ttyname, ttyname_r - find the pathname of a terminal +ttyname_r unistd.h ttyname, ttyname_r - find the pathname of a terminal +twalk search.h XSI tdelete, tfind, tsearch, twalk - manage a binary search tree +tzname time.h XSI CX daylight, timezone, tzname, tzset - set timezone conversion information +tzset time.h XSI CX daylight, timezone, tzname, tzset - set timezone conversion information +ulimit ulimit.h OB XSI ulimit - get and set process limits +umask sys_stat.h umask - set and get the file mode creation mask +uname sys_utsname.h uname - get the name of the current system +ungetc stdio.h ungetc - push byte back into input stream +ungetwc stdio.h wchar.h ungetwc - push wide-character code back into the input stream +unlink unistd.h unlink, unlinkat - remove a directory entry relative to directory file descriptor +unlinkat unistd.h unlink, unlinkat - remove a directory entry relative to directory file descriptor +unlockpt stdlib.h XSI unlockpt - unlock a pseudo-terminal master/slave pair +unsetenv stdlib.h CX unsetenv - remove an environment variable +uselocale locale.h CX uselocale - use locale in current thread +utime utime.h OB utime - set file access and modification times +utimensat sys_stat.h sys_time.h XSI futimens, utimensat, utimes - set file access and modification times +utimes sys_stat.h sys_time.h XSI futimens, utimensat, utimes - set file access and modification times +va_arg stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list +va_copy stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list +va_end stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list +va_start stdarg.h va_arg, va_copy, va_end, va_start - handle variable argument list +vdprintf stdarg.h stdio.h CX vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list +vfprintf stdarg.h stdio.h CX vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list +vfscanf stdarg.h stdio.h vfscanf, vscanf, vsscanf - format input of a stdarg argument list +vfwprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list +vfwscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list +vprintf stdarg.h stdio.h CX vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list +vscanf stdarg.h stdio.h vfscanf, vscanf, vsscanf - format input of a stdarg argument list +vsnprintf stdarg.h stdio.h CX vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list +vsprintf stdarg.h stdio.h CX vdprintf, vfprintf, vprintf, vsnprintf, vsprintf - format output of a stdarg argument list +vsscanf stdarg.h stdio.h vfscanf, vscanf, vsscanf - format input of a stdarg argument list +vswprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list +vswscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list +vwprintf stdarg.h stdio.h wchar.h vfwprintf, vswprintf, vwprintf - wide-character formatted output of a stdarg argument list +vwscanf stdarg.h stdio.h wchar.h vfwscanf, vswscanf, vwscanf - wide-character formatted input of a stdarg argument list +wait sys_wait.h wait, waitpid - wait for a child process to stop or terminate +waitid sys_wait.h waitid - wait for a child process to change state +waitpid sys_wait.h wait, waitpid - wait for a child process to stop or terminate +wcpcpy wchar.h CX wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end +wcpncpy wchar.h CX wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end +wcrtomb stdio.h wcrtomb - convert a wide-character code to a character (restartable) +wcscasecmp wchar.h CX wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison +wcscasecmp_l wchar.h CX wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison +wcscat wchar.h wcscat - concatenate two wide-character strings +wcschr wchar.h wcschr - wide-character string scanning operation +wcscmp wchar.h wcscmp - compare two wide-character strings +wcscoll wchar.h CX wcscoll, wcscoll_l - wide-character string comparison using collating information +wcscoll_l wchar.h CX wcscoll, wcscoll_l - wide-character string comparison using collating information +wcscpy wchar.h CX wcpcpy, wcscpy - copy a wide-character string, returning a pointer to its end +wcscspn wchar.h wcscspn - get the length of a complementary wide substring +wcsdup wchar.h CX wcsdup - duplicate a wide-character string +wcsftime wchar.h wcsftime - convert date and time to a wide-character string +wcslen wchar.h CX wcslen, wcsnlen - get length of a fixed-sized wide-character string +wcsncasecmp wchar.h CX wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison +wcsncasecmp_l wchar.h CX wcscasecmp, wcscasecmp_l, wcsncasecmp, wcsncasecmp_l - case-insensitive wide-character string comparison +wcsncat wchar.h wcsncat - concatenate a wide-character string with part of another +wcsncmp wchar.h wcsncmp - compare part of two wide-character strings +wcsncpy wchar.h CX wcpncpy, wcsncpy - copy a fixed-size wide-character string, returning a pointer to its end +wcsnlen wchar.h CX wcslen, wcsnlen - get length of a fixed-sized wide-character string +wcsnrtombs wchar.h CX wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable) +wcspbrk wchar.h wcspbrk - scan a wide-character string for a wide-character code +wcsrchr wchar.h wcsrchr - wide-character string scanning operation +wcsrtombs wchar.h CX wcsnrtombs, wcsrtombs - convert a wide-character string to a character string (restartable) +wcsspn wchar.h wcsspn - get the length of a wide substring +wcsstr wchar.h wcsstr - find a wide-character substring +wcstod wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number +wcstof wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number +wcstoimax stddef.h inttypes.h wcstoimax, wcstoumax - convert a wide-character string to an integer type +wcstok wchar.h wcstok - split a wide-character string into tokens +wcstol wchar.h wcstol, wcstoll - convert a wide-character string to a long integer +wcstold wchar.h wcstod, wcstof, wcstold - convert a wide-character string to a double-precision number +wcstoll wchar.h wcstol, wcstoll - convert a wide-character string to a long integer +wcstombs stdlib.h wcstombs - convert a wide-character string to a character string +wcstoul wchar.h wcstoul, wcstoull - convert a wide-character string to an unsigned long +wcstoull wchar.h wcstoul, wcstoull - convert a wide-character string to an unsigned long +wcstoumax stddef.h inttypes.h wcstoimax, wcstoumax - convert a wide-character string to an integer type +wcswidth wchar.h XSI wcswidth - number of column positions of a wide-character string +wcsxfrm wchar.h CX wcsxfrm, wcsxfrm_l - wide-character string transformation +wcsxfrm_l wchar.h CX wcsxfrm, wcsxfrm_l - wide-character string transformation +wctob stdio.h wchar.h wctob - wide-character to single-byte conversion +wctomb stdlib.h wctomb - convert a wide-character code to a character +wctrans wctype.h CX wctrans, wctrans_l - define character mapping +wctrans_l wctype.h CX wctrans, wctrans_l - define character mapping +wctype wctype.h CX wctype, wctype_l - define character class +wctype_l wctype.h CX wctype, wctype_l - define character class +wcwidth wchar.h XSI wcwidth - number of column positions of a wide-character code +wmemchr wchar.h wmemchr - find a wide character in memory +wmemcmp wchar.h wmemcmp - compare wide characters in memory +wmemcpy wchar.h wmemcpy - copy wide characters in memory +wmemmove wchar.h wmemmove - copy wide characters in memory with overlapping areas +wmemset wchar.h wmemset - set wide characters in memory +wordexp wordexp.h wordexp, wordfree - perform word expansions +wordfree wordexp.h wordexp, wordfree - perform word expansions +wprintf stdio.h wchar.h fwprintf, swprintf, wprintf - print formatted wide-character output +write unistd.h pwrite, write - write on a file +writev sys_uio.h XSI writev - write a vector +wscanf stdio.h wchar.h fwscanf, swscanf, wscanf - convert formatted wide-character input +y0 math.h XSI y0, y1, yn - Bessel functions of the second kind +y1 math.h XSI y0, y1, yn - Bessel functions of the second kind +yn math.h XSI y0, y1, yn - Bessel functions of the second kind -- 2.20.1