manページ検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 889 for 文字列 (0.061 sec.)
Man page of GROFF_FONT 4039
GROFF_FONT Section: File Formats (5) Updated: 6 August 2001 Index JM Home Page 名称 groff_font - ... 。 entity_name フィールドは、グリフを識別する ASCII 文字列を与えます。 このグリフは、後処理を行うプログラムが文 ...
https://man.plustar.jp/manpage/man5/groff_font.5.html - [similar]
Man page of EQN 4026
EQN Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 eqn - troff 用の数 ... いオブジェクトを生成します。 マクロが呼び出されると、文字列 0s は e の出力を保持します。 また数字レジスタ 0w , ...
https://man.plustar.jp/manpage/man1/eqn.1.html - [similar]
Man page of STRTOL 4026
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... , strtoll, strtoq - 文字列を long int に変換する 書式 #include < stdlib.h > lo ... URCE || _BSD_SOURCE 説明 strtol () 関数は、 nptr の文字列の最初の部分を、 base を基数として long int に変換す ... あるいは特別な意味を持つ値 0 でなければならない。 文字列の先頭には、任意の数の空白があってもよく (空白は iss ... 符号があってもよい。 base が 0 または 16 の場合には、文字列の先頭に "0x" か "0X" を置くことが でき、その場合には ...
https://man.plustar.jp/manpage/man3/strtol.3.html - [similar]
Man page of STRTOL 4026
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... , strtoll, strtoq - 文字列を long int に変換する 書式 #include < stdlib.h > lo ... URCE || _BSD_SOURCE 説明 strtol () 関数は、 nptr の文字列の最初の部分を、 base を基数として long int に変換す ... あるいは特別な意味を持つ値 0 でなければならない。 文字列の先頭には、任意の数の空白があってもよく (空白は iss ... 符号があってもよい。 base が 0 または 16 の場合には、文字列の先頭に "0x" か "0X" を置くことが でき、その場合には ...
https://man.plustar.jp/manpage/man3/strtoll.3.html - [similar]
Man page of STRTOL 4026
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... , strtoll, strtoq - 文字列を long int に変換する 書式 #include < stdlib.h > lo ... URCE || _BSD_SOURCE 説明 strtol () 関数は、 nptr の文字列の最初の部分を、 base を基数として long int に変換す ... あるいは特別な意味を持つ値 0 でなければならない。 文字列の先頭には、任意の数の空白があってもよく (空白は iss ... 符号があってもよい。 base が 0 または 16 の場合には、文字列の先頭に "0x" か "0X" を置くことが でき、その場合には ...
https://man.plustar.jp/manpage/man3/strtoq.3.html - [similar]
Man page of STRVERSCMP 4007
STRVERSCMP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 st ... rverscmp - 2つのバージョン文字列を比較する 書式 #define _GNU_SOURCE /* feature_test_ ... 用されている。 このように strverscmp () の役目は2つの文字列を比較して「正しい」順序を探すことである。 これに対し ... い。 このことから、この関数が主にアスキー文字から成る文字列を 想定していることが分かる。 この関数の動作は以下の ... 通りである。 両方の文字列が等しい場合、0 を返す。 それ以外の場合、その直前まで ...
https://man.plustar.jp/manpage/man3/strverscmp.3.html - [similar]
Man page of UUID_UNPARSE 4007
UUID_UNPARSE Section: C Library Functions (3) Updated: December 2010 Index JM Home Page 名前 uui ... d_unparse - UUID をバイナリ表現から文字列に変換する 書式 #include < uuid/uuid.h > void uuid_u ... は、与えられた UUID uu をバイナリ表現から 36 バイトの文字列 (と末尾文字 '\0') に変換する。文字列フォーマットは ... 883f-0016d3cca427 のようなもので、これは out が指す文字列に保存される。 uuid_unparse で返される 16 進数が大文 ...
https://man.plustar.jp/manpage/man3/uuid_unparse.3.html - [similar]
Man page of MBRLEN 4000
MBRLEN Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 mbrlen ... s ); 説明 mbrlen () 関数は s から始まるマルチバイト文字列を 最大 n バイト調べて次の完全なマルチバイト文字を取 ... 初期状態に戻して、0 を返す。 s から始まる n バイトの文字列が完全なマルチバイト文字を含んで いない場合には mbrl ... en () は (size_t) -2 を返す。 マルチバイト文字列に冗長なシフトシーケンスを含まれていると n >= MB_CUR ... このようなことが起こりえる。 s から始まるマルチバイト文字列が、次の完全な文字の前に 不正なマルチバイト列を含んで ...
https://man.plustar.jp/manpage/man3/mbrlen.3.html - [similar]
Man page of INDEX 3987
INDEX Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 index, ... rindex - 文字列中の文字の位置を示す 書式 #include < strings.h > cha ... ex(const char * s , int c ); 説明 index () 関数は、文字列 s 中に最初に文字 c が 現れた位置へのポインターを返 ... す。 rindex () 関数は、文字列 s 中に最後に文字 c が 現れた位置へのポインターを返 ... す。 文字列を終端するヌルバイト ('\0') は、文字列の一部とみなさ ...
https://man.plustar.jp/manpage/man3/index.3.html - [similar]
Man page of INDEX 3987
INDEX Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 index, ... rindex - 文字列中の文字の位置を示す 書式 #include < strings.h > cha ... ex(const char * s , int c ); 説明 index () 関数は、文字列 s 中に最初に文字 c が 現れた位置へのポインターを返 ... す。 rindex () 関数は、文字列 s 中に最後に文字 c が 現れた位置へのポインターを返 ... す。 文字列を終端するヌルバイト ('\0') は、文字列の一部とみなさ ...
https://man.plustar.jp/manpage/man3/rindex.3.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 NEXT

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