Home
last modified time | relevance | path

Searched refs:tmpbuf (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dgethostid.c99 struct scratch_buffer tmpbuf; in gethostid() local
100 scratch_buffer_init (&tmpbuf); in gethostid()
104 tmpbuf.data, tmpbuf.length, &hp, &herr); in gethostid()
112 if (!scratch_buffer_grow (&tmpbuf)) in gethostid()
118 scratch_buffer_free (&tmpbuf); in gethostid()
127 scratch_buffer_free (&tmpbuf); in gethostid()
A Dgetlogin_r.c71 struct scratch_buffer tmpbuf; in __getlogin_r_loginuid() local
72 scratch_buffer_init (&tmpbuf); in __getlogin_r_loginuid()
75 tmpbuf.data, tmpbuf.length, &tpwd)) == ERANGE) in __getlogin_r_loginuid()
77 if (!scratch_buffer_grow (&tmpbuf)) in __getlogin_r_loginuid()
101 scratch_buffer_free (&tmpbuf); in __getlogin_r_loginuid()
A Dpathconf.c101 char tmpbuf[1024]; in distinguish_extX() local
106 while (__getmntent_r (mtab, &mntbuf, tmpbuf, sizeof (tmpbuf))) in distinguish_extX()
/sysdeps/posix/
A Dgetaddrinfo.c160 struct scratch_buffer *tmpbuf) in gaih_inet_serv() argument
169 tmpbuf->data, tmpbuf->length, &s); in gaih_inet_serv()
174 if (!scratch_buffer_grow (tmpbuf)) in gaih_inet_serv()
250 tmpbuf->data, tmpbuf->length, \
402 tp, req, newp, tmpbuf) != 0) in gaih_inet()
560 tmpbuf->data, tmpbuf->length, in gaih_inet()
564 if (!scratch_buffer_grow (tmpbuf)) in gaih_inet()
748 tmpbuf->data, tmpbuf->length, in gaih_inet()
2237 struct scratch_buffer tmpbuf; in getaddrinfo() local
2239 scratch_buffer_init (&tmpbuf); in getaddrinfo()
[all …]

Completed in 12 milliseconds