manページ検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 504 for unsigned (0.970 sec.)
Man page of VCS 3963
VCS Section: Linux Programmer's Manual (4) Updated: 2020-11-01 Index JM Home Page 名前 vcs, vcsa ... であるが、 属性を格納するのに (ホストバイトオーダの) unsigned short を使用している点、スクリーンのサイズ・カーソ ... 用可能である)。 値は ioctl (2) の 3 番目の引数が指す unsigned short に格納されて返される。 これらのデバイスは io ... "/dev/vcsa2"; char *console = "/dev/tty2"; struct {unsigned char lines, cols, x, y;} scrn; unsigned short s; u ... nsigned short mask; unsigned char attrib; int ch; fd = open(console, O_RDWR); i ...
https://man.plustar.jp/manpage/man4/vcs.4.html - [similar]
Man page of VCS 3963
VCS Section: Linux Programmer's Manual (4) Updated: 2020-11-01 Index JM Home Page 名前 vcs, vcsa ... であるが、 属性を格納するのに (ホストバイトオーダの) unsigned short を使用している点、スクリーンのサイズ・カーソ ... 用可能である)。 値は ioctl (2) の 3 番目の引数が指す unsigned short に格納されて返される。 これらのデバイスは io ... "/dev/vcsa2"; char *console = "/dev/tty2"; struct {unsigned char lines, cols, x, y;} scrn; unsigned short s; u ... nsigned short mask; unsigned char attrib; int ch; fd = open(console, O_RDWR); i ...
https://man.plustar.jp/manpage/man4/vcsa.4.html - [similar]
Man page of LLSEEK 3947
LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee ... < sys/types.h > #include < unistd.h > int _llseek(unsigned int fd , unsigned long offset_high , unsigned long ... offset_low , loff_t * result , unsigned int whence ); 注 : このシステムコールには glibc の ... 。 関連キーワード offset , file , LLSEEK , llseek , unsigned , lseek , This , call , system , エラー Linux マニ ...
https://man.plustar.jp/manpage/man2/_llseek.2.html - [similar]
Man page of LLSEEK 3947
LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee ... < sys/types.h > #include < unistd.h > int _llseek(unsigned int fd , unsigned long offset_high , unsigned long ... offset_low , loff_t * result , unsigned int whence ); 注 : このシステムコールには glibc の ... 。 関連キーワード offset , file , LLSEEK , llseek , unsigned , lseek , This , call , system , エラー Linux マニ ...
https://man.plustar.jp/manpage/man2/llseek.2.html - [similar]
Man page of READDIR 3947
READDIR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 readd ... ディレクトリエントリーを読み込む 書式 int readdir(unsigned int fd , struct old_linux_dirent * dirp , unsigned ... 以下のように宣言される: struct old_linux_dirent { unsigned long d_ino; /* inode 番号 */ unsigned long d_offse ... t; /* この old_linux_dirent へのオフセット */ unsigned short d_namlen; /* この d_name の長さ */ char d_na ... dirent , old , readdir , READDIR , ディレクトリ , unsigned , 参照 , 注意 , インターフェース , 終端 Linux マニ ...
https://man.plustar.jp/manpage/man2/readdir.2.html - [similar]
Man page of STATVFS 3947
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... atvfs 構造体へのポインターである: struct statvfs { unsigned long f_bsize; /* Filesystem block size */ unsigned ... /* Number of free inodes for unprivileged users */ unsigned long f_fsid; /* Filesystem ID */ unsigned long f_f ... lag; /* Mount flags */ unsigned long f_namemax; /* Maximum filename length */ }; こ ... /types.h > で定義されている。 かつて、これらは共に unsigned long であった。 The field f_flag is a bit mask ind ...
https://man.plustar.jp/manpage/man3/fstatvfs.3.html - [similar]
Man page of STATVFS 3947
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... atvfs 構造体へのポインターである: struct statvfs { unsigned long f_bsize; /* Filesystem block size */ unsigned ... /* Number of free inodes for unprivileged users */ unsigned long f_fsid; /* Filesystem ID */ unsigned long f_f ... lag; /* Mount flags */ unsigned long f_namemax; /* Maximum filename length */ }; こ ... /types.h > で定義されている。 かつて、これらは共に unsigned long であった。 The field f_flag is a bit mask ind ...
https://man.plustar.jp/manpage/man3/statvfs.3.html - [similar]
Man page of TOUPPER 3947
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... eferred to by the locale handle locale . もし c が unsigned char 値でも EOF でもない場合、これらの関数の動作は ... r EOF or a value that is representable in the type unsigned char . If the argument c is of type char , it must ... be cast to unsigned char , as in the following example: char c; ... re ... s = toupper((unsigned char) c); This is necessary because char may be th ...
https://man.plustar.jp/manpage/man3/tolower.3.html - [similar]
Man page of TOUPPER 3947
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... eferred to by the locale handle locale . もし c が unsigned char 値でも EOF でもない場合、これらの関数の動作は ... r EOF or a value that is representable in the type unsigned char . If the argument c is of type char , it must ... be cast to unsigned char , as in the following example: char c; ... re ... s = toupper((unsigned char) c); This is necessary because char may be th ...
https://man.plustar.jp/manpage/man3/tolower_l.3.html - [similar]
Man page of TOUPPER 3947
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... eferred to by the locale handle locale . もし c が unsigned char 値でも EOF でもない場合、これらの関数の動作は ... r EOF or a value that is representable in the type unsigned char . If the argument c is of type char , it must ... be cast to unsigned char , as in the following example: char c; ... re ... s = toupper((unsigned char) c); This is necessary because char may be th ...
https://man.plustar.jp/manpage/man3/toupper.3.html - [similar]
PREV 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 NEXT

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