manページ検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 889 for 文字列 (0.055 sec.)
Man page of ICONV_OPEN 3769
ICONV_OPEN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ic ... romcode から 文字エンコーディング tocode へのバイト文字列変換に適した 変換ディスクリプターを割り当てる。 from ... 尾辞がサポートされている。 //TRANSLIT tocode の後ろに文字列 "//TRANSLIT" が付いている場合、 翻訳 (transliterat ... ) で表現することができる。 //IGNORE tocode の後ろに文字列 "//IGNORE" が付いている場合、 変換先の文字セットで ...
https://man.plustar.jp/manpage/man3/iconv_open.3.html - [similar]
Man page of FGETWS 3737
FGETWS Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 fgetws ... - ワイド文字の文字列を FILE ストリームから読み込む 書式 #include < wchar ...
https://man.plustar.jp/manpage/man3/fgetws.3.html - [similar]
Man page of GRN 3730
GRN Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 grn - gremlin ファ ... ずつ grn コマンドを持っています。 コマンドは、1 つの文字列か、空白で区切られた 2 つの文字列で できています。最 ... 初の文字列はコマンドであり、2 番目の文字列は オペランドです。 ... ァイル例 • それぞれの gremlin ファイルの 1 行目は、 文字列 gremlinfile ( AED バージョン) あるいは sungremlinf ... したものになっています。 最後の要素を記述した後には、文字列 ``-1'' を持った行がきます。 要素の記述 • 各要素の最 ...
https://man.plustar.jp/manpage/man1/grn.1.html - [similar]
Man page of MBSINIT 3730
MBSINIT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbsin ... で変換する場合には mbstate_t 型の変換状態を使用する。文字列の変換は有限状態マシン を使用する。いくらかの文字の変 ... 7 のような符号を扱うのに必要とされる。 初期状態とは文字列の変換を開始する時の状態である。状態には二種類が 存在 ...
https://man.plustar.jp/manpage/man3/mbsinit.3.html - [similar]
Man page of WCSRCHR 3730
WCSRCHR Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wcsrc ... hr - ワイド文字列中のワイド文字を探す 書式 #include < wchar.h > wchar ... ド文字関数である。 この関数は、 wcs が指すワイド文字文字列中に wc が最後に現わ れる位置を検索する。 返り値 wcs ... rchr 関数は、 wcs が指すワイド文字文字列中に wc が 最後に現われた位置を返す。この文字列に wc ...
https://man.plustar.jp/manpage/man3/wcsrchr.3.html - [similar]
Man page of COL 3711
COL Section: User Commands (1) Index JM Home Page BSD mandoc 名前 col - 入力中にある逆改行コード ... ル文字およびエスケープシーケンスは削除される。 col は文字列を読み込みながら追って行き、 出力する際に正しいかを確 ...
https://man.plustar.jp/manpage/man1/col.1.html - [similar]
Man page of MBSTOWCS 3711
MBSTOWCS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbst ... owcs - マルチバイト文字列をワイド文字列に変換する 書式 #include < stdlib.h > ... している 場所のシフト状態は失われる。 3. マルチバイト文字列が終端のヌル文字 ('\0') まで含めて完全に変換された場 ... を保証すべきである。 返り値 mbstowcs () 関数はワイド文字列に変換完了したワイド文字の数を返す。 終端のヌルワイド ...
https://man.plustar.jp/manpage/man3/mbstowcs.3.html - [similar]
Man page of XARGS 3679
XARGS Section: User Commands (1) Index JM Home Page 名前 xargs - 標準入力を読み込んでコマンドライ ... すべての文字がそのままに解釈されます)。 ファイル終端文字列は無効になり、 他の引数と同じように扱われます。 この ... 釈されます。 -d オプションを指定すると、 ファイル終端文字列は無効になり、 ( xargs が作成するコマンドラインにおい ... てる方がよいです。 -E eof-str eof-str をファイル終端文字列として設定します。 ファイル終端文字列が入力中の 1 行 ... 視されます。 -E も -e も指定しない場合、 ファイル終端文字列は使用されません。 -e [ eof-str ], --eof [ =eof-str ...
https://man.plustar.jp/manpage/man1/xargs.1.html - [similar]
Man page of bc 3666
bc Section: User Commands (1) Updated: . Index JM Home Page 名称 bc - 任意精度の計算言語 書式 bc ... st の短縮表記として 用いることができます。) string 文字列 string が出力に表示されます。 文字列は二重引用符で ... 改行を含め、すべての文字は文字通りに解釈されます。 文字列の後に改行は出力されません。 print list print 文 (こ ... もうひとつの出力方法です。 "list" はコンマで区切った文字列および演算式のリストであり、 各文字列あるいは演算式が ... るとともに、 変数 last に代入されます。 print 文中の文字列は出力に表示されますが、特殊文字を含めることができま ...
https://man.plustar.jp/manpage/man1/bc.1.html - [similar]
Man page of GETOPT 3653
GETOPT Section: User Commands (1) Updated: December 2014 Index JM Home Page 名前 getopt - コマン ... ョートオプションを 1 つにまとめたショートオプションズ文字列 (すなわち optsting ) として使用される。 [ 訳注 ] 「 ... トオプションを全く使わない場合は、 -o オプションに空文字列を渡すことで ( -o '' ) それを明示的に宣言しなければな ... ョートオプションを一つにまとめたショートオプションズ文字列として使用される (訳注: 「 書式 」セクションの第 2 の ... ORRECT が設定されている場合や、ショートオプションズ文字列 (訳注: 「 書式 」の optstring ) が ' + ' で始まって ...
https://man.plustar.jp/manpage/man1/getopt.1.html - [similar]
PREV 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 NEXT

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