Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/head/
H A Dgrp.h137 struct group **__res) in getgrgid_r() argument
139 return (__posix_getgrgid_r(__gid, __grp, __buf, __len, __res)); in getgrgid_r()
143 struct group **__res) in getgrnam_r() argument
145 return (__posix_getgrnam_r(__cb, __grp, __buf, __len, __res)); in getgrnam_r()
H A Dpwd.h150 struct passwd **__res) in getpwuid_r() argument
152 return (__posix_getpwuid_r(__uid, __pwd, __buf, __len, __res)); in getpwuid_r()
156 struct passwd **__res) in getpwnam_r() argument
158 return (__posix_getpwnam_r(__cb, __pwd, __buf, __len, __res)); in getpwnam_r()
H A Ddirent.h177 struct dirent **_RESTRICT_KYWD __res) { in readdir_r() argument
178 return (__posix_readdir_r(__dp, __ent, __res)); in readdir_r()