manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 79 for SETLOCALE (0.025 sec.)
Man page of SETLOCALE 16208
SETLOCALE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 setlocale ... ocale) を設定する 書式 #include < locale.h > char *setlocale(int category , const char * locale ); 説明 setloca ... や "da_DK" などでも良いし (以下を参照)、他のときに setlocale () を呼び出した際に返された、内部用の文字列でも良い ... ール指定として正しくなければ、ロケールは変更されず、 setlocale () は NULL を返す。 The locale "C" or "POSIX" is a ... に対して互換にしたければ、 プログラムの初期化の後に setlocale(LC_ALL, ""); を呼び出し、ロケール依存の情報には lo ...
https://man.plustar.jp/manpage/man3/setlocale.3.html - [similar]
Man page of USELOCALE 10631
USELOCALE Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 setlocale ... GLOBAL_LOCALE 呼び出し元スレッドの現在のロケールを setlocale (3) で決定されるグローバルロケールに設定する。 (lo ... ョン 2.3 で初めて登場した。 準拠 POSIX.1-2008. 注意 setlocale (3) と異なり、 uselocale () では特定のロケールカテ ... (1), duplocale (3), freelocale (3), newlocale (3), setlocale (3), locale (5), locale (7) この文書について この ... e , USELOCALE , 設定 , 関数 , newlocale , newloc , setlocale , カテゴリー Linux マニュアル 一覧 [ man1 ] [ man2 ...
https://man.plustar.jp/manpage/man3/uselocale.3.html - [similar]
Man page of NL_LANGINFO 10508
NL_LANGINFO Section: Linux Programmer's Manual (3) Updated: 2014-05-28 Index JM Home Page 名前 n ... 参照してほしい。 返り値 適切なカテゴリーのロケールが setlocale (3) によって選択されていない場合は、 nl_langinfo ( ... データ領域を指し、その内容は次回の nl_langinfo () や setlocale (3) の呼び出しによって書き替わることがある。 準拠 ... de < stdlib.h > int main(int argc, char *argv[]) { setlocale(LC_CTYPE, ""); setlocale(LC_NUMERIC, ""); printf(" ... T_SUCCESS); } 関連項目 locale (1), localeconv (3), setlocale (3), charsets (7), locale (7) GNU C ライブラリリフ ...
https://man.plustar.jp/manpage/man3/nl_langinfo.3.html - [similar]
Man page of NL_LANGINFO 10508
NL_LANGINFO Section: Linux Programmer's Manual (3) Updated: 2014-05-28 Index JM Home Page 名前 n ... 参照してほしい。 返り値 適切なカテゴリーのロケールが setlocale (3) によって選択されていない場合は、 nl_langinfo ( ... データ領域を指し、その内容は次回の nl_langinfo () や setlocale (3) の呼び出しによって書き替わることがある。 準拠 ... de < stdlib.h > int main(int argc, char *argv[]) { setlocale(LC_CTYPE, ""); setlocale(LC_NUMERIC, ""); printf(" ... T_SUCCESS); } 関連項目 locale (1), localeconv (3), setlocale (3), charsets (7), locale (7) GNU C ライブラリリフ ...
https://man.plustar.jp/manpage/man3/nl_langinfo_l.3.html - [similar]
Man page of RPMATCH 8379
RPMATCH Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 rpmat ... etline (3) で取り込んだものであろう。 プログラムが setlocale (3) を呼び出して環境変数の変更を有効にした場合、 環 ... , "%s response\n", argv[0]); exit(EXIT_FAILURE); } setlocale(LC_ALL, ""); printf("rpmatch() returns: %d\n", rpm ... ts (3), getline (3), nl_langinfo (3), regcomp (3), setlocale (3) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man3/rpmatch.3.html - [similar]
Man page of LOCALE 8241
LOCALE Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 locale ... で宣言されている関数には、 現在のロケールを設定する setlocale (3) と、数値のフォーマット方法についての情報を取得 ... れらはマクロとして宣言されている。 これらのマクロを setlocale (3) 関数の最初の引数に用いると、 各カテゴリーを望む ... ) などの関数の動作に影響する。 LC_ALL 上記の全て。 setlocale (3) の二番目の引数が空文字列 "" の場合、 デフォルト ... である。 環境変数 以下の環境変数が newlocale (3) と setlocale (3) で使用される。 したがって、 特権を持たないロケ ...
https://man.plustar.jp/manpage/man7/locale.7.html - [similar]
Man page of STRCOLL 7980
STRCOLL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 strco ... ゴリーに応じて 解釈された文字列に基づいて行われる ( setlocale (3) 参照)。 返り値 strcoll () 関数は、 s1 が s2 よ ... (3) と等価である。 関連項目 bcmp (3), memcmp (3), setlocale (3), strcasecmp (3), strcmp (3), string (3), strxf ...
https://man.plustar.jp/manpage/man3/strcoll.3.html - [similar]
Man page of STRXFRM 7980
STRXFRM Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strxf ... ケールのカテゴリー LC_COLLATE に 基づいて行われる ( setlocale (3) を参照)。 返り値 strxfrm () 関数は、変換された ... C99, SVr4, 4.3BSD. 関連項目 bcmp (3), memcmp (3), setlocale (3), strcasecmp (3), strcmp (3), strcoll (3), stri ...
https://man.plustar.jp/manpage/man3/strxfrm.3.html - [similar]
Man page of DUPLOCALE 7458
DUPLOCALE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 dup ... ocobj が LC_GLOBAL_LOCALE の場合、 duplocale () は setlocale (3) により判定されたグローバルロケールのコピーを含 ... UCCESS); } 関連項目 freelocale (3), newlocale (3), setlocale (3), uselocale (3), locale (5), locale (7) この文書 ...
https://man.plustar.jp/manpage/man3/duplocale.3.html - [similar]
Man page of MBSTOWCS 7321
MBSTOWCS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbst ... T_FAILURE); } /* Apply the specified locale */ if (setlocale(LC_ALL, argv[1]) == NULL) { perror("setlocale"); e ...
https://man.plustar.jp/manpage/man3/mbstowcs.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022