manページ検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 1115 for char (0.191 sec.)
Man page of GETTTYENT 3260
GETTTYENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 get ... t *getttyent(void); struct ttyent *getttynam(const char * name ); int setttyent(void); int endttyent(void) ... ttyent 構造体は以下の通りである。 struct ttyent { char *ty_name; /* 端末デバイス名 */ char *ty_getty; /* ... 実行するコマンド。通常は getty */ char *ty_type; /* termcap のための端末タイプ */ int ty_ ... status; /* 状態フラグ */ char *ty_window; /* ウィンドウマネージャを起動するコマン ...
https://man.plustar.jp/manpage/man3/getttyent.3.html - [similar]
Man page of GETTTYENT 3260
GETTTYENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 get ... t *getttyent(void); struct ttyent *getttynam(const char * name ); int setttyent(void); int endttyent(void) ... ttyent 構造体は以下の通りである。 struct ttyent { char *ty_name; /* 端末デバイス名 */ char *ty_getty; /* ... 実行するコマンド。通常は getty */ char *ty_type; /* termcap のための端末タイプ */ int ty_ ... status; /* 状態フラグ */ char *ty_window; /* ウィンドウマネージャを起動するコマン ...
https://man.plustar.jp/manpage/man3/getttynam.3.html - [similar]
Man page of GETTTYENT 3260
GETTTYENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 get ... t *getttyent(void); struct ttyent *getttynam(const char * name ); int setttyent(void); int endttyent(void) ... ttyent 構造体は以下の通りである。 struct ttyent { char *ty_name; /* 端末デバイス名 */ char *ty_getty; /* ... 実行するコマンド。通常は getty */ char *ty_type; /* termcap のための端末タイプ */ int ty_ ... status; /* 状態フラグ */ char *ty_window; /* ウィンドウマネージャを起動するコマン ...
https://man.plustar.jp/manpage/man3/setttyent.3.html - [similar]
Man page of GETPW 3243
GETPW Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw - ... types.h > #include < pwd.h > int getpw(uid_t uid , char * buf ); 説明 getpw () 関数は、バッファー buf に指 ... .h > で以下のように定義されている: struct passwd { char *pw_name; /* ユーザー名 */ char *pw_passwd; /* ユー ... /* ユーザー ID */ gid_t pw_gid; /* グループ ID */ char *pw_gecos; /* ユーザー情報 */ char *pw_dir; /* ホー ... ムディレクトリ */ char *pw_shell; /* シェルプログラム */ }; この構造体のフ ...
https://man.plustar.jp/manpage/man3/getpw.3.html - [similar]
Man page of GETSUBOPT 3243
GETSUBOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get ... 解釈を行う 書式 #include < stdlib.h > int getsubopt(char ** optionp , char * const * tokens , char ** value ... assert.h > #include < stdio.h > int main(int argc, char **argv) { enum { RO_OPT = 0, RW_OPT, NAME_OPT }; c ... ro", [RW_OPT] = "rw", [NAME_OPT] = "name", NULL }; char *subopts; char *value; int opt; int readonly = 0; ... int readwrite = 0; char *name = NULL; int errfnd = 0; while ((opt = getopt ...
https://man.plustar.jp/manpage/man3/getsubopt.3.html - [similar]
Man page of STRCHR 3243
STRCHR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strchr ... 中の文字の位置を特定する 書式 #include < string.h > char *strchr(const char * s , int c ); char *strrchr(co ... nst char * s , int c ); #define _GNU_SOURCE /* feature_test ... _macros (7) 参照 */ #include < string.h > char *strchrnul(const char * s , int c ); 説明 strchr ( ...
https://man.plustar.jp/manpage/man3/strchr.3.html - [similar]
Man page of STRCHR 3243
STRCHR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strchr ... 中の文字の位置を特定する 書式 #include < string.h > char *strchr(const char * s , int c ); char *strrchr(co ... nst char * s , int c ); #define _GNU_SOURCE /* feature_test ... _macros (7) 参照 */ #include < string.h > char *strchrnul(const char * s , int c ); 説明 strchr ( ...
https://man.plustar.jp/manpage/man3/strchrnul.3.html - [similar]
Man page of STRCHR 3243
STRCHR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 strchr ... 中の文字の位置を特定する 書式 #include < string.h > char *strchr(const char * s , int c ); char *strrchr(co ... nst char * s , int c ); #define _GNU_SOURCE /* feature_test ... _macros (7) 参照 */ #include < string.h > char *strchrnul(const char * s , int c ); 説明 strchr ( ...
https://man.plustar.jp/manpage/man3/strrchr.3.html - [similar]
Man page of SETALIASENT 3219
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... oid); int getaliasent_r(struct aliasent * result , char * buffer , size_t buflen , struct aliasent ** res ... ); struct aliasent *getaliasbyname(const char * name ); int getaliasbyname_r(const char * name , ... struct aliasent * result , char * buffer , size_t buflen , struct aliasent ** res ... < aliases.h > で定義されている。 struct aliasent { char *alias_name; /* エイリアス名 */ size_t alias_membe ...
https://man.plustar.jp/manpage/man3/endaliasent.3.html - [similar]
Man page of SETALIASENT 3219
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... oid); int getaliasent_r(struct aliasent * result , char * buffer , size_t buflen , struct aliasent ** res ... ); struct aliasent *getaliasbyname(const char * name ); int getaliasbyname_r(const char * name , ... struct aliasent * result , char * buffer , size_t buflen , struct aliasent ** res ... < aliases.h > で定義されている。 struct aliasent { char *alias_name; /* エイリアス名 */ size_t alias_membe ...
https://man.plustar.jp/manpage/man3/getaliasbyname.3.html - [similar]
PREV 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 NEXT

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