package pwd
Import Path
modernc.org/libc/pwd (on go.dev)
Dependency Relation
imports 4 packages, and imported by one package
Package-Level Type Names (total 78, all are exported)
type Gid_t = X__darwin_gid_t (basic type)
Fpw_change X__darwin_time_t
Fpw_class uintptr
Fpw_dir uintptr
Fpw_expire X__darwin_time_t
Fpw_gecos uintptr
Fpw_gid Gid_t
Fpw_name uintptr
Fpw_passwd uintptr
Fpw_shell uintptr
Fpw_uid Uid_t
type Uid_t = X__darwin_uid_t (basic type) type Uuid_string_t = X__darwin_uuid_string_t ([...]T) type Uuid_t = X__darwin_uuid_t ([...]T) type X__builtin_va_list = uintptr (basic type) type X__darwin_blkcnt_t = X__int64_t (basic type) type X__darwin_blksize_t = X__int32_t (basic type) type X__darwin_clock_t = uint64 (basic type) type X__darwin_ct_rune_t = int32 (basic type) type X__darwin_dev_t = X__int32_t (basic type) type X__darwin_fsblkcnt_t = uint32 (basic type) type X__darwin_fsfilcnt_t = uint32 (basic type) type X__darwin_gid_t = X__uint32_t (basic type) type X__darwin_id_t = X__uint32_t (basic type) type X__darwin_ino64_t = X__uint64_t (basic type) type X__darwin_ino_t = X__darwin_ino64_t (basic type) type X__darwin_intptr_t = int64 (basic type) type X__darwin_mach_port_name_t = X__darwin_natural_t (basic type) type X__darwin_mach_port_t = X__darwin_mach_port_name_t (basic type)
F__mbstate8 [128]int8
type X__darwin_mode_t = X__uint16_t (basic type) type X__darwin_natural_t = uint32 (basic type) type X__darwin_nl_item = int32 (basic type) type X__darwin_off_t = X__int64_t (basic type) type X__darwin_pid_t = X__int32_t (basic type) type X__darwin_pthread_key_t = uint64 (basic type) type X__darwin_pthread_t = uintptr (basic type) type X__darwin_ptrdiff_t = int64 (basic type) type X__darwin_rune_t = X__darwin_wchar_t (basic type) type X__darwin_sigset_t = X__uint32_t (basic type) type X__darwin_size_t = uint64 (basic type) type X__darwin_socklen_t = X__uint32_t (basic type) type X__darwin_ssize_t = int64 (basic type) type X__darwin_suseconds_t = X__int32_t (basic type) type X__darwin_time_t = int64 (basic type) type X__darwin_uid_t = X__uint32_t (basic type) type X__darwin_useconds_t = X__uint32_t (basic type) type X__darwin_uuid_string_t = ([...]T) type X__darwin_uuid_t = ([...]T) type X__darwin_va_list = X__builtin_va_list (basic type) type X__darwin_wchar_t = int32 (basic type) type X__darwin_wctrans_t = int32 (basic type) type X__darwin_wctype_t = X__uint32_t (basic type) type X__darwin_wint_t = int32 (basic type) type X__float128 = float64 (basic type) type X__int16_t = int16 (basic type) type X__int32_t = int32 (basic type) type X__int64_t = int64 (basic type)
mbstate_t is an opaque object to keep conversion state, during multibyte
stream conversions. The content must not be referenced by user programs.
F__mbstate8 [128]int8
type X__uint16_t = uint16 (basic type) type X__uint32_t = uint32 (basic type) type X__uint64_t = uint64 (basic type) type X__uint8_t = uint8 (basic type)
Package-Level Constants (total 43, all are exported)
const X_BSD_I386__TYPES_H_ = 0 const X_BSD_MACHINE__TYPES_H_ = 0 const X_CDEFS_H_ = 0 const X_DARWIN_FEATURE_64_BIT_INODE = 1 const X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1 const X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3 const X_FILE_OFFSET_BITS = 64 const X_FORTIFY_SOURCE = 2 const X_GID_T = 0 const X_LP64 = 1 const X_MASTERPASSWD = "master.passwd" const X_MP_DB = "pwd.db" const X_Nonnull = 0 const X_Null_unspecified = 0 const X_Nullable = 0 const X_PASSWD = "passwd" const X_PASSWORD_CHGNOW = -1 const X_PASSWORD_EFMT1 = 95 const X_PASSWORD_LEN = 128 const X_PASSWORD_NOCHG = 4 const X_PASSWORD_NOEXP = 8 const X_PASSWORD_NOGID = 2 const X_PASSWORD_NOUID = 1 const X_PASSWORD_WARNDAYS = 14 const X_PATH_MASTERPASSWD = "/etc/master.passwd" const X_PATH_MASTERPASSWD_LOCK = "/etc/ptmp" const X_PATH_MP_DB = "/etc/pwd.db" const X_PATH_PASSWD = "/etc/passwd" const X_PATH_PWD = "/etc" const X_PATH_PWD_MKDB = "/usr/sbin/pwd_mkdb" const X_PATH_SMP_DB = "/etc/spwd.db" const X_PW_KEYBYNAME = 49 const X_PW_KEYBYNUM = 50 const X_PW_KEYBYUID = 51 const X_PWD_H_ = 0 const X_SIZE_T = 0 const X_SMP_DB = "spwd.db" const X_SYS__PTHREAD_TYPES_H_ = 0 const X_SYS__TYPES_H_ = 0 const X_UID_T = 0 const X_UUID_STRING_T = 0 const X_UUID_T = 0 const X_UUID_UUID_H = 0![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |