HomeSort by: relevance | last modified time | path
    Searched defs:i_uid (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/passwd/
pam_passwd.c 79 const uid_t i_uid = getuid(); local in function:pwpam_process
80 const struct passwd *const i_pwd = getpwuid(i_uid);
132 i_username, (unsigned long)i_uid, username,
141 i_username, (unsigned long)i_uid, username);
  /src/games/hunt/huntd/
hunt.h 62 uint32_t i_uid; member in struct:ident_def
  /src/sys/ufs/lfs/
lfs_inode.h 165 uint32_t i_uid; /* File owner. */ member in struct:inode
  /src/sys/ufs/ufs/
inode.h 152 u_int32_t i_uid; /* File owner. */ member in struct:inode
  /src/sys/fs/nilfs/
nilfs_fs.h 160 uint32_t i_uid; /* user id */ member in struct:nilfs_inode

Completed in 14 milliseconds