Home
last modified time | relevance | path

Searched refs:__buf (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/head/
H A Dgrp.h132 getgrgid_r(gid_t __gid, struct group *__grp, char *__buf, size_t __len, in getgrgid_r() argument
135 return (__posix_getgrgid_r(__gid, __grp, __buf, __len, __res)); in getgrgid_r()
138 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.h149 getpwuid_r(uid_t __uid, struct passwd *__pwd, char *__buf, size_t __len, in getpwuid_r() argument
152 return (__posix_getpwuid_r(__uid, __pwd, __buf, __len, __res)); in getpwuid_r()
155 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()
H A Dtime.h264 asctime_r(const struct tm *_RESTRICT_KYWD __tm, char *_RESTRICT_KYWD __buf) in asctime_r() argument
266 return (__posix_asctime_r(__tm, __buf)); in asctime_r()
270 ctime_r(const time_t *__time, char *__buf) in ctime_r() argument
272 return (__posix_ctime_r(__time, __buf)); in ctime_r()
H A Dunistd.h687 ttyname_r(int __fildes, char *__buf, size_t __size) in ttyname_r() argument
689 return (__posix_ttyname_r(__fildes, __buf, __size)); in ttyname_r()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dudp.h25 const void * __buf);
28 unsigned int __destsock, int __len, const void * __buf);
H A Dip.h23 int __option_len, int __len, const void * __buf);
25 extern int ip_transmit(int __len, const void * __buf);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c60 __buf(void) in __buf() function
123 char *str = __buf(); in clnt_sperror()
238 char *str = __buf(); in clnt_spcreateerror()
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c329 struct seminfo *__buf; /* buffer for IPC_INFO */ member