manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 154 for 比較 (0.003 sec.)
Man page of UNIQ 7798
UNIQ Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 uniq - ソートされ ... れたかを行の内容とともに表示する。 -i, --ignore-case 比較の際に英大文字小文字の違いを無視する。 -d, --repeate ... れない行だけを出力する。 -w N , --check-chars= N 行を比較するとき、各行の N 個の文字だけを使う。 これはフィー ... である。 デフォルトでは、スキップ後残った文字すべてが比較の対象にされる。 -D, --all-repeated [ ={prepend,sepa ... ョンと組み合わせて使う。 例えば大文字小文字を無視して比較したり、 特定のフィールドだけで比較するような場合であ ...
https://man.plustar.jp/manpage/man1/uniq.1.html - [similar]
Man page of STRVERSCMP 7728
STRVERSCMP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 st ... rverscmp - 2つのバージョン文字列を比較する 書式 #define _GNU_SOURCE /* feature_test_macros ... いる。 このように strverscmp () の役目は2つの文字列を比較して「正しい」順序を探すことである。 これに対して st ... rcmp (3) は辞書順だけで比較した結果を返す。 関数 strverscmp () はロケールのカテ ... た結果を関数の返り値として返す。 すなわち、バイト値を比較した結果を返す。 それ以外の(数字列が両方とも空でない ...
https://man.plustar.jp/manpage/man3/strverscmp.3.html - [similar]
Man page of WCSNCASECMP 7728
WCSNCASECMP Section: Linux Programmer's Manual (3) Updated: 2016-03-15 Index JM Home Page 名前 w ... と小文字を区別せず、2 つの固定長のワイド文字文字列を比較する 書式 #include < wchar.h > int wcsncasecmp(const ... が指すワイド文字文字列と s2 が指 すワイド文字文字列を比較するが、最大でも先頭のワイド文字 n 個 しか比較しない ... うに切り詰めたものを、大文字と小文字の違いを無視 して比較したときに等しければ 0 を返す。この関数は、大文字と小 ... ーワード wcsncasecmp , 関数 , WCSNCASECMP , 大文字 , 比較 , 小文字 , 属性 , バージョン , wchar , pages Linux ...
https://man.plustar.jp/manpage/man3/wcsncasecmp.3.html - [similar]
Man page of STRING 7577
STRING Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 stpcpy ... 2 ); 文字列 s1 と s2 を大文字小文字の違いを無視して比較する。 int strncasecmp(const char * s1 , const char ... 2 の最初の n バイトを、大文字小文字の違いを無視して比較する。 char *index(const char * s , int c ); 文字列 ... t char * s1 , const char * s2 ); 文字列 s1 と s2 を比較する。 int strcoll(const char * s1 , const char * s2 ... ); 現在のロケールを使用して、文字列 s1 を s2 と比較する char *strcpy(char * dest , const char * src ); ...
https://man.plustar.jp/manpage/man3/string.3.html - [similar]
Man page of COMM 7426
COMM Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 comm - ソート済み ... の2つのファイルを行ごとに比較する 書式 comm [ -123 ] FILE1 [ FILE2 ] comm [ --hel ... にバージョン情報を出力して正常終了する。 返り値 他の比較ユーティリティと異なり、 comm の返す終了ステータスは ... キーワード 出力 , COMM , 終了 , 標準 , ステータス , 比較 , 入力 , 共通 , 注意 , FILE Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man1/comm.1.html - [similar]
Man page of STRCOLL 7426
STRCOLL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 strco ... ll - 現在のロケールを使用して二つの文字列を比較する 書式 #include < string.h > int strcoll(const ch ... 2 ); 説明 strcoll () 関数は二つの文字列 s1 と s2 を比較する。 この関数は、 s1 が s2 よりも小さいか、等しいか ... きいかによって それぞれ負の整数、0、正の整数を返す。 比較は、プログラムの現在のロケールの LC_COLLATE カテゴリ ... キーワード STRCOLL , strcoll , 整数 , pages , 属性 , 比較 , 関数 , strcmp , 準拠 , 文書 Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/strcoll.3.html - [similar]
Man page of UUID_IS_NULL 7345
UUID_IS_NULL Section: C Library Functions (3) Updated: December 2010 Index JM Home Page 名前 uui ... d_is_null - UUID と NULL 値を比較する 書式 #include < uuid/uuid.h > int uuid_is_null( ... _is_null 関数は与えられた UUID 変数 uu を NULL 値と比較する。等しければ 1 が返され、等しくなければ 0 が返さ ... 関連キーワード uuid , UUID , 方法 , Index , 名前 , 比較 , 入手 , using , ted , document Linux マニュアル 一 ...
https://man.plustar.jp/manpage/man3/uuid_is_null.3.html - [similar]
Man page of UUID_COMPARE 7194
UUID_COMPARE Section: C Library Functions (3) Updated: December 2010 Index JM Home Page 名前 uui ... d_compare - 二つの UUID が同じであるか比較する 書式 #include < uuid/uuid.h > int uuid_compare( ... 二つの uuid 変数 uu1 と uu2 がお互いに等しいかどうか比較する。 返り値 uu1 が uu2 よりも辞書的 (lexigraphical ... ード uuid , UUID , COMPARE , compare , 入手 , 方法 , 比較 , 二つ , 名前 , Index Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man3/uuid_compare.3.html - [similar]
Man page of ZDIFF 7043
ZDIFF Section: User Commands (1) Index JM Home Page 名前 zcmp, zdiff - 圧縮されたファイルを比較... 渡される。 ファイルが 1 つしか指定されていない場合、比較されるファイルは file1 と file1 .gz を伸長したファイ ... , file , zdiff , zcmp , バグ , 伸長 , プログラム , 比較 , 圧縮 Linux マニュアル 一覧 [ man1 ] [ man2 ] [ m ...
https://man.plustar.jp/manpage/man1/zcmp.1.html - [similar]
Man page of ZDIFF 7043
ZDIFF Section: User Commands (1) Index JM Home Page 名前 zcmp, zdiff - 圧縮されたファイルを比較... 渡される。 ファイルが 1 つしか指定されていない場合、比較されるファイルは file1 と file1 .gz を伸長したファイ ... , file , zdiff , zcmp , バグ , 伸長 , プログラム , 比較 , 圧縮 Linux マニュアル 一覧 [ man1 ] [ man2 ] [ m ...
https://man.plustar.jp/manpage/man1/zdiff.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