Home
last modified time | relevance | path

Searched defs:__buf (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/head/
H A Dgrp.h161 getgrgid_r(gid_t __gid, struct group *__grp, char *__buf, int __len, in getgrgid_r()
167 getgrnam_r(const char *__cb, struct group *__grp, char *__buf, int __len, in getgrnam_r()
205 getgrgid_r(__gid, __grp, __buf, __len, __res) in getgrgid_r() argument
215 getgrnam_r(__cb, __grp, __buf, __len, __res) in getgrnam_r() argument
H A Dtime.h300 asctime_r(const struct tm *_RESTRICT_KYWD __tm, char *_RESTRICT_KYWD __buf) in asctime_r()
306 ctime_r(const time_t *__time, char *__buf) in ctime_r()
343 asctime_r(__tm, __buf) in asctime_r() argument
350 ctime_r(__time, __buf) in ctime_r() argument
H A Dpwd.h174 getpwuid_r(uid_t __uid, struct passwd *__pwd, char *__buf, int __len, in getpwuid_r()
180 getpwnam_r(const char *__cb, struct passwd *__pwd, char *__buf, int __len, in getpwnam_r()
218 getpwuid_r(__uid, __pwd, __buf, __len, __res) in getpwuid_r() argument
228 getpwnam_r(__cb, __pwd, __buf, __len, __res) in getpwnam_r() argument
H A Dunistd.h952 ttyname_r(int __fildes, char *__buf, size_t __size) in ttyname_r()
996 ttyname_r(__fildes, __buf, __size) in ttyname_r() argument
/onnv-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c62 __buf(void) in __buf() function
/onnv-gate/usr/src/lib/libima/common/
H A Dima-lib.c326 struct seminfo *__buf; /* buffer for IPC_INFO */ member