manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for GETPW (0.003 sec.)
Man page of GETPW 14949
GETPW Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw - ... */ #include < sys/types.h > #include < pwd.h > int getpw(uid_t uid , char * buf ); 説明 getpw () 関数は、バ ... フィールドの詳細は passwd (5) を参照のこと。 返り値 getpw () 関数は、成功した場合 0 を返す; エラーが発生した ... 。 uid がパスワードデータベースに見つからない場合、 getpw () は -1 を返し、 errno に 0 を設定し、 buf は変更 ... 、 attributes (7) を参照。 インターフェース 属性 値 getpw () Thread safety MT-Safe locale 準拠 SVr2 バグ get ...
https://man.plustar.jp/manpage/man3/getpw.3.html - [similar]
Man page of GETPWNAM 8752
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); struct passwd *getpwuid(ui ... d_t uid ); int getpwnam_r(const char * name , struct passwd * pwd , cha ... f , size_t buflen , struct passwd ** result ); int getpwuid_r(uid_t uid , struct passwd * pwd , char * buf ...
https://man.plustar.jp/manpage/man3/getpwnam.3.html - [similar]
Man page of GETPWNAM 8752
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); struct passwd *getpwuid(ui ... d_t uid ); int getpwnam_r(const char * name , struct passwd * pwd , cha ... f , size_t buflen , struct passwd ** result ); int getpwuid_r(uid_t uid , struct passwd * pwd , char * buf ...
https://man.plustar.jp/manpage/man3/getpwnam_r.3.html - [similar]
Man page of GETPWNAM 8752
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); struct passwd *getpwuid(ui ... d_t uid ); int getpwnam_r(const char * name , struct passwd * pwd , cha ... f , size_t buflen , struct passwd ** result ); int getpwuid_r(uid_t uid , struct passwd * pwd , char * buf ...
https://man.plustar.jp/manpage/man3/getpwuid.3.html - [similar]
Man page of GETPWNAM 8752
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); struct passwd *getpwuid(ui ... d_t uid ); int getpwnam_r(const char * name , struct passwd * pwd , cha ... f , size_t buflen , struct passwd ** result ); int getpwuid_r(uid_t uid , struct passwd * pwd , char * buf ...
https://man.plustar.jp/manpage/man3/getpwuid_r.3.html - [similar]
Man page of PUTPWENT 8227
PUTPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 putp ... MT-Safe locale 準拠 SVr4. 関連項目 endpwent (3), fgetpwent (3), getpw (3), getpwent (3), getpwnam (3), get ...
https://man.plustar.jp/manpage/man3/putpwent.3.html - [similar]
Man page of FGETPWENT 8139
FGETPWENT Section: Linux Programmer's Manual (3) Updated: 2018-02-02 Index JM Home Page 名前 fgetpw ... < sys/types.h > #include < pwd.h > struct passwd *fgetpwent(FILE * stream ); glibc 向けの機能検査マクロの要 ... 件 ( feature_test_macros (7) 参照): fgetpwent (): glibc 2.19 以降: _DEFAULT_SOURCE glibc 2.19 ... 以前: _SVID_SOURCE 説明 fgetpwent () 関数は、 stream から得られた行を分解したフィ ... char *pw_shell; /* シェルプログラム */ }; 返り値 fgetpwent () 関数は、 passwd 構造体へのポインターを返す。 ...
https://man.plustar.jp/manpage/man3/fgetpwent.3.html - [similar]
Man page of GETPWENT 8052
GETPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw ... < sys/types.h > #include < pwd.h > struct passwd *getpwent(void); void setpwent(void); void endpwent(void) ... 能検査マクロの要件 ( feature_test_macros (7) 参照): getpwent (), setpwent (), endpwent (): _XOPEN_SOURCE >= ... ibc 2.19 以前: */ _BSD_SOURCE || _SVID_SOURCE 説明 getpwent () 関数は、パスワードデータベースから取得したエ ... カルのパスワードファイル /etc/passwd , NIS, LDAP)。 getpwent () は、最初に呼び出された時は最初のエントリーを ...
https://man.plustar.jp/manpage/man3/endpwent.3.html - [similar]
Man page of GETPWENT_R 8052
GETPWENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... tpwent_r, fgetpwent_r - パスワードファイルのエントリーを リエントラ ... ントで取り出す 書式 #include < pwd.h > int getpwent_r(struct passwd * pwbuf , char * buf , size_t b ... uflen , struct passwd ** pwbufp ); int fgetpwent_r(FILE * stream , struct passwd * pwbuf , char ... 能検査マクロの要件 ( feature_test_macros (7) 参照): getpwent_r (), glibc 2.19 以降: _DEFAULT_SOURCE glibc 2. ...
https://man.plustar.jp/manpage/man3/fgetpwent_r.3.html - [similar]
Man page of GETPWENT 8052
GETPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw ... < sys/types.h > #include < pwd.h > struct passwd *getpwent(void); void setpwent(void); void endpwent(void) ... 能検査マクロの要件 ( feature_test_macros (7) 参照): getpwent (), setpwent (), endpwent (): _XOPEN_SOURCE >= ... ibc 2.19 以前: */ _BSD_SOURCE || _SVID_SOURCE 説明 getpwent () 関数は、パスワードデータベースから取得したエ ... カルのパスワードファイル /etc/passwd , NIS, LDAP)。 getpwent () は、最初に呼び出された時は最初のエントリーを ...
https://man.plustar.jp/manpage/man3/getpwent.3.html - [similar]
PREV 1 2 NEXT

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