Home
last modified time | relevance | path

Searched refs:__cb (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dgrp.h138 getgrnam_r(const char *__cb, struct group *__grp, char *__buf, size_t __len, in getgrnam_r() argument
141 return (__posix_getgrnam_r(__cb, __grp, __buf, __len, __res)); in getgrnam_r()
H A Dpwd.h155 getpwnam_r(const char *__cb, struct passwd *__pwd, char *__buf, size_t __len, in getpwnam_r() argument
158 return (__posix_getpwnam_r(__cb, __pwd, __buf, __len, __res)); in getpwnam_r()