Home
last modified time | relevance | path

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

/glibc-2.36/login/
Dutmp_file.c349 struct utmp *pbuf; in __libc_pututline() local
441 pbuf = (struct utmp *) data; in __libc_pututline()
443 return pbuf; in __libc_pututline()
/glibc-2.36/inet/
Drcmd.c542 char *pbuf; in ruserok2_sa() local
554 pbuf = alloca (dirlen + sizeof "/.rhosts"); in ruserok2_sa()
555 __mempcpy (__mempcpy (pbuf, pwd->pw_dir, dirlen), in ruserok2_sa()
563 hostf = iruserfopen (pbuf, pwd->pw_uid); in ruserok2_sa()
/glibc-2.36/nscd/
Dconnections.c1062 char pbuf[sizeof ("/proc//exe") + 3 * sizeof (long int)]; in handle_request() local
1069 snprintf (pbuf, sizeof (pbuf), "/proc/%ld/exe", (long int) pid); in handle_request()
1070 ssize_t n = readlink (pbuf, buf, sizeof (buf) - 1); in handle_request()