VirtualBox

source: kBuild/trunk/src/ash/win/pwd.h@ 2293

最後變更 在這個檔案從2293是 819,由 bird 提交於 18 年 前

More svn:eol-style fixes.

  • 屬性 svn:eol-style 設為 native
檔案大小: 594 位元組
 
1#ifndef __pwd_h__
2#define __pwd_h__
3#include <time.h>
4
5struct passwd {
6 char *pw_name; /* user name */
7 char *pw_passwd; /* encrypted password */
8 int pw_uid; /* user uid */
9 int pw_gid; /* user gid */
10 time_t pw_change; /* password change time */
11 char *pw_class; /* user access class */
12 char *pw_gecos; /* Honeywell login info */
13 char *pw_dir; /* home directory */
14 char *pw_shell; /* default shell */
15 time_t pw_expire; /* account expiration */
16 int pw_fields; /* internal: fields filled in */
17};
18
19struct passwd *getpwnam(const char *);
20struct passwd *getpwuid(int);
21
22
23#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette