Searched refs:hostsz (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.bin/last/ |
| D | want.c | 68 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/ |
| D | gimple-ssa-sprintf.cc | 235 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()
|
| D | ChangeLog-2019 | 30720 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
|