Author: Linux Manual

Linux man pages imported from manual pages.
  • |

    fribidi_get_bidi_type_name (3) Linux Manual Page

    fribidi_get_bidi_type_name – get bidi type name Synopsis #include <fribidi.h> extern const char *fribidi_get_bidi_type_name(FriBidiCharType t); ParametersFriBidiCharType t Input bidi type. Since there are 23 possible values for a FriBidiCharType, they are not all listed here.DescriptionThis function returns the bidi type name of a character type. The returned string is a static string and should not be…

  • |

    fribidi_get_bidi_type (3) Linux Manual Page

    fribidi_get_bidi_type – get character bidi type Synopsis #include <fribidi.h> extern FriBidiCharType fribidi_get_bidi_type(FriBidiChar ch); ParametersFriBidiChar ch Input character.DescriptionThis function returns the bidi type of a character as defined in Table 3.7 Bidirectional Character Types of the Unicode Bidirectional Algorithm available at http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types, using data provided in file UnicodeData.txt of the Unicode Character Database available at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt….

  • |

    fribidi_debug_status (3) Linux Manual Page

    fribidi_debug_status – get current debug state Synopsis #include <fribidi.h> extern int fribidi_debug_status(void); DescriptionGet current debug state. See Alsofribidi_shape_arabic(3), fribidi_get_par_direction(3), fribidi_get_par_embedding_levels_ex(3), fribidi_reorder_line(3), fribidi_get_bidi_type(3), fribidi_get_bidi_types(3), fribidi_get_bidi_type_name(3), fribidi_set_debug(3), fribidi_charset_to_unicode(3), fribidi_unicode_to_charset(3), fribidi_parse_charset(3), fribidi_mirroring_status(3), fribidi_set_mirroring(3), fribidi_reorder_nsm_status(3), fribidi_set_reorder_nsm(3), fribidi_log2vis_get_embedding_levels(3), fribidi_get_type(3), fribidi_get_type_internal(3), fribidi_get_par_embedding_levels(3), fribidi_join_arabic(3), fribidi_get_joining_type(3), fribidi_get_joining_types(3), fribidi_get_joining_type_name(3), fribidi_get_mirror_char(3), fribidi_shape_mirroring(3), fribidi_get_bracket(3), fribidi_get_bracket_types(3), fribidi_shape(3), fribidi_remove_bidi_marks(3)

  • |

    fribidi_charset_to_unicode (3) Linux Manual Page

    fribidi_charset_to_unicode – convert string to Unicode Synopsis #include <fribidi.h> extern FriBidiStrIndex fribidi_charset_to_unicode (        FriBidiCharSet char_set,        const char *s,        FriBidiStrIndex len,        FriBidiChar *us ); ParametersFriBidiCharSet char_set Character set to convert from. Possible values for a FriBidiCharSet are as follows: FRIBIDI_CHAR_SET_UTF8 UTF-8 (Unicode). FRIBIDI_CHAR_SET_CAP_RTL CapRTL (Test). FRIBIDI_CHAR_SET_ISO8859_6 ISO8859-6 (Arabic). FRIBIDI_CHAR_SET_ISO8859_8 ISO8859-8 (Hebrew). FRIBIDI_CHAR_SET_CP1255 CP1255 (MS Hebrew/Yiddish). FRIBIDI_CHAR_SET_CP1256…

  • |

    frexpl (3) Linux Manual Page

    frexp, frexpf, frexpl – convert floating-point number to fractional and integral components Synopsis#include <math.h> double frexp(double x, int *exp); float frexpf(float x, int *exp); long double frexpl(long double x, int *exp);Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): frexpf(), frexpl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || /* Since glibc 2.19: */ _DEFAULT_SOURCE     || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCEDescriptionThese functions are used…

  • |

    frexpf (3) Linux Manual Page

    frexp, frexpf, frexpl – convert floating-point number to fractional and integral components Synopsis#include <math.h> double frexp(double x, int *exp); float frexpf(float x, int *exp); long double frexpl(long double x, int *exp);Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): frexpf(), frexpl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || /* Since glibc 2.19: */ _DEFAULT_SOURCE     || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCEDescriptionThese functions are used…

  • |

    frexp (3) Linux Manual Page

    frexp, frexpf, frexpl – convert floating-point number to fractional and integral components Synopsis#include <math.h> double frexp(double x, int *exp); float frexpf(float x, int *exp); long double frexpl(long double x, int *exp);Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): frexpf(), frexpl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || /* Since glibc 2.19: */ _DEFAULT_SOURCE     || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCEDescriptionThese functions are used…

  • |

    frequency_ (3) Linux Manual Page

    QuantLib::AmortizingFixedRateBond – amortizing fixed-rate bond Synopsis#include <ql/experimental/amortizingbonds/amortizingfixedratebond.hpp> Inherits QuantLib::Bond. Public Member FunctionsAmortizingFixedRateBond (Natural settlementDays, const std::vector< Real > &notionals, const Schedule &schedule, const std::vector< Rate > &coupons, const DayCounter &accrualDayCounter, BusinessDayConvention paymentConvention=Following, const std::vector< Real > &redemption=std::vector< Real >(1, 100.0), const Date &issueDate=Date()) AmortizingFixedRateBond (Natural settlementDays, const Calendar &calendar, Real faceAmount, const Date &startDate, const…

  • |

    freopen (3) Linux Manual Page

    fopen, fdopen, freopen – stream open functions Synopsis#include <stdio.h> FILE *fopen(const char *pathname, const char *mode); FILE *fdopen(int fd, const char *mode); FILE *freopen(const char *pathname, const char *mode, FILE *stream);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fdopen(): _POSIX_C_SOURCE DescriptionThe fopen() function opens the file whose name is the string pointed to by pathname…

  • |

    freeze (3) Linux Manual Page

    QuantLib::LazyObject – Framework for calculation on demand and result caching. Synopsis#include <ql/patterns/lazyobject.hpp> Inherits QuantLib::Observable, and QuantLib::Observer. Inherited by AbcdAtmVolCurve, CapFloorTermVolCurve, CapFloorTermVolSurface, CmsMarket, EurodollarFuturesImpliedStdDevQuote, FdmBlackScholesSolver [private], FdmHestonSolver [private], FittedBondDiscountCurve, FlatForward, ForwardSwapQuote, ImpliedStdDevQuote, Instrument, InterpolatedSmileSection< Interpolator >, OneFactorCopula, PiecewiseDefaultCurve< Traits, Interpolator, Bootstrap >, PiecewiseYieldCurve< Traits, Interpolator, Bootstrap >, PiecewiseYoYInflationCurve< Interpolator, Bootstrap, Traits >, PiecewiseZeroInflationCurve< Interpolator, Bootstrap, Traits…

  • |

    freelocale (3) Linux Manual Page

    newlocale, freelocale – create, modify, and free a locale object Synopsis#include <locale.h> locale_t newlocale(int category_mask, const char *locale, locale_t base); void freelocale(locale_t locobj);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): newlocale(), freelocale(): Since glibc 2.10: _XOPEN_SOURCE >= 700 Before glibc 2.10: _GNU_SOURCEDescriptionThe newlocale() function creates a new locale object, or modifies an existing object, returning a reference…

  • |

    freeifaddrs (3) Linux Manual Page

    getifaddrs, freeifaddrs – get interface addresses Synopsis#include <sys/types.h> #include <ifaddrs.h> int getifaddrs(struct ifaddrs **ifap); void freeifaddrs(struct ifaddrs *ifa);DescriptionThe getifaddrs() function creates a linked list of structures describing the network interfaces of the local system, and stores the address of the first item of the list in *ifap. The list consists of ifaddrs structures, defined as…

  • |

    freehostent (3) Linux Manual Page

    getipnodebyname, getipnodebyaddr, freehostent – get network hostnames and addresses Synopsis#include <sys/types.h> #include <sys/socket.h> #include <netdb.h> struct hostent *getipnodebyname(const char *name, int af, int flags, int *error_num); struct hostent *getipnodebyaddr(const void *addr, size_t len, int af, int *error_num); void freehostent(struct hostent *ip);DescriptionThese functions are deprecated (and unavailable in glibc). Use getaddrinfo(3) and getnameinfo(3) instead. The getipnodebyname()…

  • |

    freeconary (3) Linux Manual Page

    getcon, getprevcon, getpidcon – get SELinux security context of a process freecon, freeconary – free memory associated with SELinux security contexts getpeercon – get security context of a peer socket setcon – set current security context of a process Synopsis#include <selinux/selinux.h> int getcon(char **context); int getcon_raw(char **context); int getprevcon(char **context); int getprevcon_raw(char **context); int getpidcon(pid_t…

  • |

    freecon (3) Linux Manual Page

    getcon, getprevcon, getpidcon – get SELinux security context of a process freecon, freeconary – free memory associated with SELinux security contexts getpeercon – get security context of a peer socket setcon – set current security context of a process Synopsis#include <selinux/selinux.h> int getcon(char **context); int getcon_raw(char **context); int getprevcon(char **context); int getprevcon_raw(char **context); int getpidcon(pid_t…

  • |

    freeaddrinfo (3) Linux Manual Page

    getaddrinfo, freeaddrinfo, gai_strerror – network address and service translation Synopsis#include <sys/types.h> #include <sys/socket.h> #include <netdb.h> int getaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res); void freeaddrinfo(struct addrinfo *res); const char *gai_strerror(int errcode);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): getaddrinfo(), freeaddrinfo(), gai_strerror():     Since glibc 2.22: _POSIX_C_SOURCE >= 200112L     Glibc 2.21 and earlier: _POSIX_C_SOURCE DescriptionGiven…

  • |

    free_config_entries (3) Linux Manual Page

    free_config_entries – Frees memory allocated for config entry lists. Allegro game programming library. Synopsis#include <allegro.h> int free_config_entries(const char ***names); DescriptionOnce you are done with the string arrays filled in by list_config_entries and list_config_sections, you can free them again with this function. The passed array pointer will be set to NULL, and you directly can pass…

  • |

    free_audio_stream_buffer (3) Linux Manual Page

    free_audio_stream_buffer – Tells the audio stream player new data can be played. Allegro game programming library. Synopsis#include <allegro.h> void free_audio_stream_buffer(AUDIOSTREAM *stream); DescriptionCall this function after get_audio_stream_buffer() returns a non-NULL address, to indicate that you have loaded a new block of samples to that location and the data is now ready to be played. Example: mem_chunk…

  • |

    free (3) Linux Manual Page

    malloc, free, calloc, realloc, reallocarray – allocate and free dynamic memory Synopsis#include <stdlib.h> void *malloc(size_t size); void free(void *ptr); void *calloc(size_t nmemb, size_t size); void *realloc(void *ptr, size_t size); void *reallocarray(void *ptr, size_t nmemb, size_t size);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): reallocarray():     Since glibc 2.29:         _DEFAULT_SOURCE     Glibc 2.28 and earlier:         _GNU_SOURCE DescriptionThe malloc()…

  • |

    fread_unlocked (3) Linux Manual Page

    getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked – nonlocking stdio functions Synopsis#include <stdio.h> int getc_unlocked(FILE *stream); int getchar_unlocked(void); int putc_unlocked(int c, FILE *stream); int putchar_unlocked(int c); void clearerr_unlocked(FILE *stream); int feof_unlocked(FILE *stream); int ferror_unlocked(FILE *stream); int fileno_unlocked(FILE *stream); int fflush_unlocked(FILE *stream); int fgetc_unlocked(FILE *stream); int fputc_unlocked(int c, FILE *stream); size_t fread_unlocked(void *ptr, size_t size, size_t n, FILE *stream);…