Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/last/
Dwant.c68 wtmp(const char *file, int namesz, int linesz, int hostsz, int numeric) in wtmp() argument
83 int checkhost = hostsz > (int)sizeof(bp->ut_host); in wtmp()
180 hostsz, hostsz, in wtmp()
197 hostsz, hostsz, in wtmp()
222 hostsz, hostsz, in wtmp()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-sprintf.cc235 target_to_host (char *hostr, size_t hostsz, const char *targstr) in target_to_host() argument
238 gcc_assert (hostsz > 4); in target_to_host()
246 if (len >= hostsz) in target_to_host()
248 memcpy (hostr, targstr, hostsz - 4); in target_to_host()
249 strcpy (hostr + hostsz - 4, "..."); in target_to_host()
266 if (size_t (ph - hostr) == hostsz) in target_to_host()
DChangeLog-201930720 with strlen in between hostsz-3 and hostsz-1 inclusive when no
30722 ... if the string length is hostsz or more bytes long. Avoid using