The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

nl_langinfo (3)
  • nl_langinfo (3) ( Solaris man: Библиотечные вызовы )
  • >> nl_langinfo (3) ( FreeBSD man: Библиотечные вызовы )
  • nl_langinfo (3) ( Русские man: Библиотечные вызовы )
  • nl_langinfo (3) ( Linux man: Библиотечные вызовы )
  • nl_langinfo (3) ( POSIX man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    nl_langinfo
    
     - language information
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <langinfo.h>
    char * nl_langinfo (nl_item item);
     

    DESCRIPTION

    The nl_langinfo ();
    function returns a pointer to a string containing information relevant to the particular language or cultural area defined in the program's locale. The manifest constant names and values of Fa item are defined in In langinfo.h .

    Calls to setlocale ();
    with a category corresponding to the category of Fa item , or to the category LC_ALL may overwrite buffer pointed by the return value.  

    RETURN VALUES

    In a locale where langinfo data is not defined, nl_langinfo ();
    returns a pointer to the corresponding string in the POSIX locale. In all locales, nl_langinfo ();
    returns a pointer to an empty string if Fa item contains an invalid setting.  

    EXAMPLES

    For example:

    nl_langinfo(ABDAY_1)

    would return a pointer to the string Qq Li Dom if the identified language was Portuguese, and Qq Li Sun if the identified language was English.  

    SEE ALSO

    setlocale(3)  

    STANDARDS

    The nl_langinfo ();
    function conforms to St -susv2 .  

    HISTORY

    The nl_langinfo ();
    function first appeared in Fx 4.6 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    EXAMPLES
    SEE ALSO
    STANDARDS
    HISTORY


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру