manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 363 for string (0.023 sec.)
Man page of REFER 7103
REFER Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 refer - groff の ... うな文字のシーケンスです。 m と n は非負の数字です。 string は任意の文字列です。 filename はファイル名です。 u ... +2n abbreviate* fields string1 string2 string3 string4 fields のファーストネーム ... を短縮形にします。 頭文字ともう 1 つの頭文字の間には string1 が挿入されます。 ラストネームとの間には string2 が ... 、その他のもの ( von や de のようなもの) との間には string3 が挿入されます。これらのストリングのデフォルトはピ ...
https://man.plustar.jp/manpage/man1/refer.1.html - [similar]
Man page of STRFRY 6784
STRFRY Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strfry ... URCE /* feature_test_macros (7) 参照 */ #include < string.h > char *strfry(char * string ); 説明 strfry () 関 ... 数は、文字列中の文字を無作為に入れ替えて、文字列 string の内容をランダム化する。結果は、文字列 string のア ... U C ライブラリに特有である。 関連項目 memfrob (3), string (3) この文書について この man ページは Linux man-p ... に書かれている。 関連キーワード STRFRY , strfry , string , ランダム , 属性 , pages , 関数 , プロジェクト , ...
https://man.plustar.jp/manpage/man3/strfry.3.html - [similar]
Man page of PUTENV 6730
PUTENV Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 putenv ... は追加 書式 #include < stdlib.h > int putenv(char * string ); glibc 向けの機能検査マクロの要件 ( feature_test ... 関数は、環境変数の追加または値の変更を行う。 引数 string は name = value という形式を取る。 name が環境に存 ... 在しない場合は string が環境に追加される。 name が環境に存在する場合は n ... ame の値は value に変更される。 string が指している文字列は環境の一部となるので、 文字列を ...
https://man.plustar.jp/manpage/man3/putenv.3.html - [similar]
Man page of STRCAT 6509
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... , strncat - 二つの文字列を連結する 書式 #include < string.h > char *strcat(char * dest , const char * src ); ... cat () must find the null byte that terminates the string dest using a search that starts at the beginning o ... f the string, the execution time of these functions scales acco ... rding to the length of the string dest . This can be demonstrated by running the pro ...
https://man.plustar.jp/manpage/man3/strcat.3.html - [similar]
Man page of STRCAT 6509
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... , strncat - 二つの文字列を連結する 書式 #include < string.h > char *strcat(char * dest , const char * src ); ... cat () must find the null byte that terminates the string dest using a search that starts at the beginning o ... f the string, the execution time of these functions scales acco ... rding to the length of the string dest . This can be demonstrated by running the pro ...
https://man.plustar.jp/manpage/man3/strncat.3.html - [similar]
Man page of PR 6455
PR Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 pr - 印刷用にファイ ... ] [ -D DATEFORMAT ] [ -N LINE_NUMBER ] [ -S [ SEP-STRING ]] [ -W PAGE_WIDTH ] [ --across ] [ --columns= COL ... PAGE_WIDTH ] [ --separator [ = SEP-CHAR ]] [ --sep-string [ = SEP-STRING ]] [ --show-control-chars ] [ --sho ... ォルトは 72 桁) を幅いっぱいに用い、 `yy-mm-dd HH:MM String Page nnnn' という形式で出力される。 ここで String ... 行切り捨てが行われないという副作用がある。 -S [ SEP-STRING ] , --sep-string [ = SEP-STRING ] 段組みのセパレー ...
https://man.plustar.jp/manpage/man1/pr.1.html - [similar]
Man page of PTX 6455
PTX Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 ptx - 整列済み索引 ... UMBER ] [ -i FILE ] [ -o FILE ] [ -w NUMBER ] [ -F STRING ] [ -M STRING ] [ -S REGEXP ] [ -W REGEXP ] [ --au ... ence ] [ --break-file= FILE ] [ --flac-truncation= STRING ] [ --format= { nroff,tex }] [ --gap-size= NUMBER ... ore-case ] [ --ignore-file= FILE ] [ --macro-name= STRING ] [ --only-file= FILE ] [ --references ] [ --right ... 、コロンを出力する。 --references より優先する。 -F STRING , --flac-truncation= STRING --width によって行を切 ...
https://man.plustar.jp/manpage/man1/ptx.1.html - [similar]
Man page of STRTOK 6349
STRTOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtok ... k_r - 文字列からトークンを取り出す 書式 #include < string.h > char *strtok(char * str , const char * delim ) ... _SVID_SOURCE 説明 The strtok () function breaks a string into a sequence of zero or more nonempty tokens. O ... n the first call to strtok (), the string to be parsed should be specified in str . In each ... subsequent call that should parse the same string, str must be NULL. delim 引数には、解析対象の文字列 ...
https://man.plustar.jp/manpage/man3/strtok.3.html - [similar]
Man page of STRTOK 6349
STRTOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtok ... k_r - 文字列からトークンを取り出す 書式 #include < string.h > char *strtok(char * str , const char * delim ) ... _SVID_SOURCE 説明 The strtok () function breaks a string into a sequence of zero or more nonempty tokens. O ... n the first call to strtok (), the string to be parsed should be specified in str . In each ... subsequent call that should parse the same string, str must be NULL. delim 引数には、解析対象の文字列 ...
https://man.plustar.jp/manpage/man3/strtok_r.3.html - [similar]
Man page of test 6296
test Section: User Commands (1) Updated: 18 June 2002 Index JM Home Page 名前 test - ファイル形式 ... 号と i-ノード番号が共に等しければ真。 文字列のテスト string -n string string の長さが 0 より大きければ真。 -z ... string string の長さが 0 であれば真。 string1 = string2 二つの文 ... 字列が等しければ真。 string1 != string2 二つの文字列が等しくなければ真。 数値の ... 2 は正の整数、負の整数をとることができる。 また -l string という特殊な式を指定することもでき、 この場合は st ...
https://man.plustar.jp/manpage/man1/test.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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