__buf
int __option_len, int __len, const void * __buf);
extern int ip_transmit(int __len, const void * __buf);
const void * __buf);
unsigned int __destsock, int __len, const void * __buf);
getgrgid_r(gid_t __gid, struct group *__grp, char *__buf, size_t __len,
return (__posix_getgrgid_r(__gid, __grp, __buf, __len, __res));
getgrnam_r(const char *__cb, struct group *__grp, char *__buf, size_t __len,
return (__posix_getgrnam_r(__cb, __grp, __buf, __len, __res));
getpwuid_r(uid_t __uid, struct passwd *__pwd, char *__buf, size_t __len,
return (__posix_getpwuid_r(__uid, __pwd, __buf, __len, __res));
getpwnam_r(const char *__cb, struct passwd *__pwd, char *__buf, size_t __len,
return (__posix_getpwnam_r(__cb, __pwd, __buf, __len, __res));
asctime_r(const struct tm *_RESTRICT_KYWD __tm, char *_RESTRICT_KYWD __buf)
return (__posix_asctime_r(__tm, __buf));
ctime_r(const time_t *__time, char *__buf)
return (__posix_ctime_r(__time, __buf));
ttyname_r(int __fildes, char *__buf, size_t __size)
return (__posix_ttyname_r(__fildes, __buf, __size));
struct seminfo *__buf; /* buffer for IPC_INFO */
char *str = __buf();
char *str = __buf();