manページ検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 1115 for char (0.086 sec.)
Man page of GETGRENT_R 3308
GETGRENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... ude < grp.h > int getgrent_r(struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); i ... fgetgrent_r(FILE * stream , struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); g ... p.h > で以下のように定義されている: struct group { char *gr_name; /* グループ名 */ char *gr_passwd; /* グル ... ープのパスワード */ gid_t gr_gid; /* グループ ID */ char **gr_mem; /* グループのメンバ名へのポインター の配 ...
https://man.plustar.jp/manpage/man3/fgetgrent_r.3.html - [similar]
Man page of GETFSENT 3308
GETFSENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getf ... tab *getfsent(void); struct fstab *getfsfile(const char * mount_point ); struct fstab *getfsspec(const cha ... 構造体は次のように定義されている。 struct fstab { char *fs_spec; /* block device name */ char *fs_file; / ... * mount point */ char *fs_vfstype; /* file-system type */ char *fs_mntop ... s; /* mount options */ const char *fs_type; /* rw/rq/ro/sw/xx option */ int fs_freq; ...
https://man.plustar.jp/manpage/man3/getfsent.3.html - [similar]
Man page of GETFSENT 3308
GETFSENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getf ... tab *getfsent(void); struct fstab *getfsfile(const char * mount_point ); struct fstab *getfsspec(const cha ... 構造体は次のように定義されている。 struct fstab { char *fs_spec; /* block device name */ char *fs_file; / ... * mount point */ char *fs_vfstype; /* file-system type */ char *fs_mntop ... s; /* mount options */ const char *fs_type; /* rw/rq/ro/sw/xx option */ int fs_freq; ...
https://man.plustar.jp/manpage/man3/getfsfile.3.html - [similar]
Man page of GETFSENT 3308
GETFSENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getf ... tab *getfsent(void); struct fstab *getfsfile(const char * mount_point ); struct fstab *getfsspec(const cha ... 構造体は次のように定義されている。 struct fstab { char *fs_spec; /* block device name */ char *fs_file; / ... * mount point */ char *fs_vfstype; /* file-system type */ char *fs_mntop ... s; /* mount options */ const char *fs_type; /* rw/rq/ro/sw/xx option */ int fs_freq; ...
https://man.plustar.jp/manpage/man3/getfsspec.3.html - [similar]
Man page of GETGRENT_R 3308
GETGRENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... ude < grp.h > int getgrent_r(struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); i ... fgetgrent_r(FILE * stream , struct group * gbuf , char * buf , size_t buflen , struct group ** gbufp ); g ... p.h > で以下のように定義されている: struct group { char *gr_name; /* グループ名 */ char *gr_passwd; /* グル ... ープのパスワード */ gid_t gr_gid; /* グループ ID */ char **gr_mem; /* グループのメンバ名へのポインター の配 ...
https://man.plustar.jp/manpage/man3/getgrent_r.3.html - [similar]
Man page of GETFSENT 3308
GETFSENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getf ... tab *getfsent(void); struct fstab *getfsfile(const char * mount_point ); struct fstab *getfsspec(const cha ... 構造体は次のように定義されている。 struct fstab { char *fs_spec; /* block device name */ char *fs_file; / ... * mount point */ char *fs_vfstype; /* file-system type */ char *fs_mntop ... s; /* mount options */ const char *fs_type; /* rw/rq/ro/sw/xx option */ int fs_freq; ...
https://man.plustar.jp/manpage/man3/setfsent.3.html - [similar]
Man page of GETDENTS 3284
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... ned short d_reclen; /* この linux_dirent の長さ */ char d_name[]; /* (ヌル終端された) ファイル名 */ /* 実際 ... - 2 - offsetof(struct linux_dirent, d_name)) */ /* char pad; // 値 0 のパディングバイト char d_type; // フ ... hort d_reclen; /* この dirent の大きさ */ unsigned char d_type; /* ファイル種別 */ char d_name[]; /* (ヌル ... long d_ino; off_t d_off; unsigned short d_reclen; char d_name[]; }; #define BUF_SIZE 1024 int main(int ar ...
https://man.plustar.jp/manpage/man2/getdents.2.html - [similar]
Man page of GETDENTS 3284
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... ned short d_reclen; /* この linux_dirent の長さ */ char d_name[]; /* (ヌル終端された) ファイル名 */ /* 実際 ... - 2 - offsetof(struct linux_dirent, d_name)) */ /* char pad; // 値 0 のパディングバイト char d_type; // フ ... hort d_reclen; /* この dirent の大きさ */ unsigned char d_type; /* ファイル種別 */ char d_name[]; /* (ヌル ... long d_ino; off_t d_off; unsigned short d_reclen; char d_name[]; }; #define BUF_SIZE 1024 int main(int ar ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of GETSPNAM 3284
GETSPNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 gets ... #include < shadow.h > struct spwd *getspnam(const char * name ); struct spwd *getspent(void); void setspe ... pent(FILE * stream ); struct spwd *sgetspent(const char * s ); int putspent(const struct spwd * p , FILE * ... < shadow.h > int getspent_r(struct spwd * spbuf , char * buf , size_t buflen , struct spwd ** spbufp ); i ... nt getspnam_r(const char * name , struct spwd * spbuf , char * buf , size_t ...
https://man.plustar.jp/manpage/man3/endspent.3.html - [similar]
Man page of GETSPNAM 3284
GETSPNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 gets ... #include < shadow.h > struct spwd *getspnam(const char * name ); struct spwd *getspent(void); void setspe ... pent(FILE * stream ); struct spwd *sgetspent(const char * s ); int putspent(const struct spwd * p , FILE * ... < shadow.h > int getspent_r(struct spwd * spbuf , char * buf , size_t buflen , struct spwd ** spbufp ); i ... nt getspnam_r(const char * name , struct spwd * spbuf , char * buf , size_t ...
https://man.plustar.jp/manpage/man3/fgetspent.3.html - [similar]
PREV 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 NEXT

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