manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 41 for strcmp (0.004 sec.)
Man page of STRCMP 14081
STRCMP Section: Linux Programmer's Manual (3) Updated: 2014-01-20 Index JM Home Page 名前 strcmp ... 二つの文字列を比べる 書式 #include < string.h > int strcmp(const char * s1 , const char * s2 ); int strncmp(c ... nst char * s1 , const char * s2 , size_t n ); 説明 strcmp () 関数は二つの文字列 s1 と s2 を較べる。 この関数 ... と s2 の最初の n バイトだけを比較する ことを除けば、strcmp()と同様である。 返り値 strcmp () 関数と strncmp () ... 属性 マルチスレッディング ( pthreads (7) 参照) 関数 strcmp () と strncmp () はスレッドセーフである。 準拠 SVr ...
https://man.plustar.jp/manpage/man3/strcmp.3.html - [similar]
Man page of STRCMP 14081
STRCMP Section: Linux Programmer's Manual (3) Updated: 2014-01-20 Index JM Home Page 名前 strcmp ... 二つの文字列を比べる 書式 #include < string.h > int strcmp(const char * s1 , const char * s2 ); int strncmp(c ... nst char * s1 , const char * s2 , size_t n ); 説明 strcmp () 関数は二つの文字列 s1 と s2 を較べる。 この関数 ... と s2 の最初の n バイトだけを比較する ことを除けば、strcmp()と同様である。 返り値 strcmp () 関数と strncmp () ... 属性 マルチスレッディング ( pthreads (7) 参照) 関数 strcmp () と strncmp () はスレッドセーフである。 準拠 SVr ...
https://man.plustar.jp/manpage/man3/strncmp.3.html - [similar]
Man page of QSORT 8874
QSORT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 qsort, ... 文字列を比較する場合、以下の例にあるように比較関数で strcmp (3) を呼び出すこともできる。 例 使用例については、 ... の引数は "char 型へのポインターのポインター" だが、 strcmp (3) の引数は "char 型へのポインター" である。 そこ ... ャストをしてからポインターの逆参照を行う。*/ return strcmp(*(const char **) p1, *(const char **) p2); } int m ... EXIT_SUCCESS); } 関連項目 sort (1), alphasort (3), strcmp (3), versionsort (3) この文書について この man ペー ...
https://man.plustar.jp/manpage/man3/qsort.3.html - [similar]
Man page of QSORT 8874
QSORT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 qsort, ... 文字列を比較する場合、以下の例にあるように比較関数で strcmp (3) を呼び出すこともできる。 例 使用例については、 ... の引数は "char 型へのポインターのポインター" だが、 strcmp (3) の引数は "char 型へのポインター" である。 そこ ... ャストをしてからポインターの逆参照を行う。*/ return strcmp(*(const char **) p1, *(const char **) p2); } int m ... EXIT_SUCCESS); } 関連項目 sort (1), alphasort (3), strcmp (3), versionsort (3) この文書について この man ペー ...
https://man.plustar.jp/manpage/man3/qsort_r.3.html - [similar]
Man page of STRCOLL 8874
STRCOLL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 strco ... POSIX および C ロケールにおいては、 strcoll () は strcmp (3) と等価である。 関連項目 bcmp (3), memcmp (3), ... setlocale (3), strcasecmp (3), strcmp (3), string (3), strxfrm (3) この文書について この ... LL , strcoll , 整数 , pages , 属性 , 比較 , 関数 , strcmp , 準拠 , 文書 Linux マニュアル 一覧 [ man1 ] [ man ...
https://man.plustar.jp/manpage/man3/strcoll.3.html - [similar]
Man page of STRXFRM 8874
STRXFRM Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strxf ... て、それぞれを strxfrm () で変換 した文字列に対して strcmp (3) を行った結果が、 変換を行わずに strcoll (3) を ... mp (3), memcmp (3), setlocale (3), strcasecmp (3), strcmp (3), strcoll (3), string (3) この文書について この ... ド 変換 , STRXFRM , strxfrm , dest , 属性 , pages , strcmp , 文書 , プロジェクト , 参照 Linux マニュアル 一覧 ...
https://man.plustar.jp/manpage/man3/strxfrm.3.html - [similar]
Man page of STRVERSCMP 8284
STRVERSCMP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 st ... 較して「正しい」順序を探すことである。 これに対して strcmp (3) は辞書順だけで比較した結果を返す。 関数 strver ... 字列から得られた数字列の一方または両方が空であれば、 strcmp (3) が返した結果を関数の返り値として返す。 すなわち ... T_SUCCESS); } 関連項目 rename (1), strcasecmp (3), strcmp (3), strcoll (3) この文書について この man ページは ...
https://man.plustar.jp/manpage/man3/strverscmp.3.html - [similar]
Man page of STRING 8190
STRING Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 stpcpy ... , strcasecmp, strcat, strchr, strcmp, strcoll, strcpy, strcspn, strdup, strfry, strlen, ... 最初に文字 c が 現れた位置へのポインターを返す。 int strcmp(const char * s1 , const char * s2 ); 文字列 s1 と ... tpcpy (3), strcasecmp (3), strcat (3), strchr (3), strcmp (3), strcoll (3), strcpy (3), strcspn (3), strdup ...
https://man.plustar.jp/manpage/man3/string.3.html - [similar]
Man page of WCSCMP 8190
WCSCMP Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 wcscmp ... s1 , const wchar_t * s2 ); 説明 wcscmp () 関数は、 strcmp (3) 関数に対応するワイド文字関数である。 この関数は ... afe 準拠 POSIX.1-2001, POSIX.1-2008, C99. 関連項目 strcmp (3), wcscasecmp (3), wmemcmp (3) この文書について ...
https://man.plustar.jp/manpage/man3/wcscmp.3.html - [similar]
Man page of SCANDIR 7600
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... は strcoll (3) を呼び出す。 alphasort () は以前は strcmp (3) を使っていた。 glibc 2.10 より前では、 alphaso ... ndir (3), readdir (3), rewinddir (3), seekdir (3), strcmp (3), strcoll (3), strverscmp (3), telldir (3) この ...
https://man.plustar.jp/manpage/man3/alphasort.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