manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 42 for TOUPPER (0.001 sec.)
Man page of TOUPPER 12387
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupper ... er, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を ... 小文字にする。 書式 #include < ctype.h > int toupper(int c ); int tolower(int c ); int toupper_l(int c ... 能検査マクロの要件 ( feature_test_macros (7) 参照): toupper_l (), tolower_l (): glibc 2.10 以降: _XOPEN_SOURCE ... 字の場合、現在のロケールで大文字表現が存在する場合、 toupper () は対応する大文字を返す。大文字表現が存在しない場 ...
https://man.plustar.jp/manpage/man3/tolower.3.html - [similar]
Man page of TOUPPER 12387
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupper ... er, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を ... 小文字にする。 書式 #include < ctype.h > int toupper(int c ); int tolower(int c ); int toupper_l(int c ... 能検査マクロの要件 ( feature_test_macros (7) 参照): toupper_l (), tolower_l (): glibc 2.10 以降: _XOPEN_SOURCE ... 字の場合、現在のロケールで大文字表現が存在する場合、 toupper () は対応する大文字を返す。大文字表現が存在しない場 ...
https://man.plustar.jp/manpage/man3/tolower_l.3.html - [similar]
Man page of TOUPPER 12387
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupper ... er, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を ... 小文字にする。 書式 #include < ctype.h > int toupper(int c ); int tolower(int c ); int toupper_l(int c ... 能検査マクロの要件 ( feature_test_macros (7) 参照): toupper_l (), tolower_l (): glibc 2.10 以降: _XOPEN_SOURCE ... 字の場合、現在のロケールで大文字表現が存在する場合、 toupper () は対応する大文字を返す。大文字表現が存在しない場 ...
https://man.plustar.jp/manpage/man3/toupper.3.html - [similar]
Man page of TOUPPER 12387
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupper ... er, tolower, toupper_l, tolower_l - 小文字を大文字にする。または大文字を ... 小文字にする。 書式 #include < ctype.h > int toupper(int c ); int tolower(int c ); int toupper_l(int c ... 能検査マクロの要件 ( feature_test_macros (7) 参照): toupper_l (), tolower_l (): glibc 2.10 以降: _XOPEN_SOURCE ... 字の場合、現在のロケールで大文字表現が存在する場合、 toupper () は対応する大文字を返す。大文字表現が存在しない場 ...
https://man.plustar.jp/manpage/man3/toupper_l.3.html - [similar]
JM Project (Japanese)::List(man1) 8903
Linux マニュアル 一覧表 アルファベット順 - t linuxマニュアルの t の一覧表です。 Linux マニュアル ... an3 toascii - 文字を ASCII に変換する tolower man3 toupper, tolower, toupper_l, tolower_l - 小文字を大文字にす ... る。または大文字を小文字にする。 tolower_l man3 toupper, tolower, toupper_l, tolower_l - 小文字を大文字にす ... touch - ファイルのアクセス時刻と修正時刻を変更する toupper man3 toupper, tolower, toupper_l, tolower_l - 小文 ... 字を大文字にする。または大文字を小文字にする。 toupper_l man3 toupper, tolower, toupper_l, tolower_l - 小 ...
https://man.plustar.jp/manpage/man_t.html - [similar]
Man page of DUPLOCALE 8562
DUPLOCALE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 dup ... このハンドルはロケールハンドルを受け取る他の関数 ( toupper_l (3) など) で使用できる。 これを行うには、 以下の ... しは値 LC_GLOBAL_LOCALE を返すことがあり、 この値を toupper_l (3) などの関数に渡した場合の動作は不定なので、 こ ... を使って解放すべきである。 例 以下のプログラムでは、 toupper_l (3) に渡す現在のロケールのハンドルを取得するのに ... ; } /* この一連の処理は必要である。 uselocale() は toupper_l() の 引数として渡すことができない値 LC_GLOBAL_LO ...
https://man.plustar.jp/manpage/man3/duplocale.3.html - [similar]
Man page of WCTRANS 7525
WCTRANS Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wctra ... る。 "tolower" - tolower (3) のマッピングを実現する "toupper" - toupper (3) のマッピングを実現する 返り値 wctra ...
https://man.plustar.jp/manpage/man3/wctrans.3.html - [similar]
Man page of LOCALE 7246
LOCALE Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 locale ... classification functions, such as isupper (3) and toupper (3), and the multibyte character functions such as ... とサフィックス "_l" が付いた新しいライブラリ関数 ( toupper_l (3) など) で構成される。 新しいライブラリ関数は、 ... 従来のロケール依存の API ( toupper (3) など) を関数実行時に適用するロケールオブジェク ...
https://man.plustar.jp/manpage/man7/locale.7.html - [similar]
Man page of ISALPHA 7199
ISALPHA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 isaln ... r , as in the following example: char c; ... res = toupper((unsigned char) c); This is necessary because char ... cale (3), setlocale (3), toascii (3), tolower (3), toupper (3), uselocale (3), ascii (7), locale (7) この文書 ...
https://man.plustar.jp/manpage/man3/isalnum.3.html - [similar]
Man page of ISALPHA 7199
ISALPHA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 isaln ... r , as in the following example: char c; ... res = toupper((unsigned char) c); This is necessary because char ... cale (3), setlocale (3), toascii (3), tolower (3), toupper (3), uselocale (3), ascii (7), locale (7) この文書 ...
https://man.plustar.jp/manpage/man3/isalnum_l.3.html - [similar]
PREV 1 2 3 4 5 NEXT

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