manページ検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 1594 for int (0.062 sec.)
Man page of TOUPPER 3020
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... たは大文字を小文字にする。 書式 #include < ctype.h > int toupper(int c ); int tolower(int c ); int toupper_ ... l(int c , locale_t locale ); int tolower_l(int c , local ... e equivalent, if a lowercase representation exists in the current locale. Otherwise, it returns c . The t ... ons is either EOF or a value that is representable in the type unsigned char . If the argument c is of ty ...
https://man.plustar.jp/manpage/man3/toupper.3.html - [similar]
Man page of TOUPPER 3020
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... たは大文字を小文字にする。 書式 #include < ctype.h > int toupper(int c ); int tolower(int c ); int toupper_ ... l(int c , locale_t locale ); int tolower_l(int c , local ... e equivalent, if a lowercase representation exists in the current locale. Otherwise, it returns c . The t ... ons is either EOF or a value that is representable in the type unsigned char . If the argument c is of ty ...
https://man.plustar.jp/manpage/man3/toupper_l.3.html - [similar]
Man page of SCANDIR 3004
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... ディレクトリを走査する 書式 #include < dirent.h > int scandir(const char * dirp , struct dirent *** name ... list , int (* filter )(const struct dirent *), int (* compar ... (const struct dirent **, const struct dirent **)); int alphasort(const struct dirent ** a , const struct ... dirent ** b ); int versionsort(const struct dirent ** a , const struc ...
https://man.plustar.jp/manpage/man3/alphasort.3.html - [similar]
Man page of SCANDIR 3004
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... ディレクトリを走査する 書式 #include < dirent.h > int scandir(const char * dirp , struct dirent *** name ... list , int (* filter )(const struct dirent *), int (* compar ... (const struct dirent **, const struct dirent **)); int alphasort(const struct dirent ** a , const struct ... dirent ** b ); int versionsort(const struct dirent ** a , const struc ...
https://man.plustar.jp/manpage/man3/scandir.3.html - [similar]
Man page of SCANDIR 3004
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... ディレクトリを走査する 書式 #include < dirent.h > int scandir(const char * dirp , struct dirent *** name ... list , int (* filter )(const struct dirent *), int (* compar ... (const struct dirent **, const struct dirent **)); int alphasort(const struct dirent ** a , const struct ... dirent ** b ); int versionsort(const struct dirent ** a , const struc ...
https://man.plustar.jp/manpage/man3/scandirat.3.html - [similar]
Man page of SCANDIR 3004
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... ディレクトリを走査する 書式 #include < dirent.h > int scandir(const char * dirp , struct dirent *** name ... list , int (* filter )(const struct dirent *), int (* compar ... (const struct dirent **, const struct dirent **)); int alphasort(const struct dirent ** a , const struct ... dirent ** b ); int versionsort(const struct dirent ** a , const struc ...
https://man.plustar.jp/manpage/man3/versionsort.3.html - [similar]
Man page of NETLINK 2989
NETLINK Section: Linux Programmer's Manual (3) Updated: 2014-03-20 Index JM Home Page 名前 netli ... clude < asm/types.h > #include < linux/netlink.h > int NLMSG_ALIGN(size_t len ); int NLMSG_LENGTH(size_t ... len ); int NLMSG_SPACE(size_t len ); void *NLMSG_DATA(struct ... truct nlmsghdr *NLMSG_NEXT(struct nlmsghdr * nlh , int len ); int NLMSG_OK(struct nlmsghdr * nlh , int le ... n ); int NLMSG_PAYLOAD(struct nlmsghdr * nlh , int len ); 説 ...
https://man.plustar.jp/manpage/man3/netlink.3.html - [similar]
Man page of SIGACTION 2974
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... グナルの動作の確認と変更 書式 #include < signal.h > int sigaction(int signum , const struct sigaction * ac ... に定義される。 struct sigaction { void (*sa_handler)(int); void (*sa_sigaction)(int, siginfo_t *, void *); ... sigset_t sa_mask; int sa_flags; void (*sa_restorer)(void); }; アーキテク ... ult action. * SIG_IGN to ignore this signal. * A pointer to a signal handling function. This function rec ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 2974
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... グナルの動作の確認と変更 書式 #include < signal.h > int sigaction(int signum , const struct sigaction * ac ... に定義される。 struct sigaction { void (*sa_handler)(int); void (*sa_sigaction)(int, siginfo_t *, void *); ... sigset_t sa_mask; int sa_flags; void (*sa_restorer)(void); }; アーキテク ... ult action. * SIG_IGN to ignore this signal. * A pointer to a signal handling function. This function rec ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of SIGVEC 2974
SIGVEC Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 sigvec ... sk - BSD 版シグナル API 書式 #include < signal.h > int sigvec(int sig , const struct sigvec * vec , struc ... t sigvec * ovec ); int sigmask(int signum ); int sigblock(int mask ); int ... sigsetmask(int mask ); int siggetmask(void); glibc 向けの機能検査 ... 以下の通りである: struct sigvec { void (*sv_handler)(int); /* Signal disposition */ int sv_mask; /* Signals ...
https://man.plustar.jp/manpage/man3/sigblock.3.html - [similar]
PREV 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 NEXT

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