Searched refs:sysdie (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pam-krb5/tests/ |
| H A D | runtests.c | 299 static void sysdie(const char *, ...) 335 sysdie(const char *format, ...) in sysdie() function 363 sysdie("failed to calloc %lu bytes at %s line %d", in x_calloc() 379 sysdie("failed to malloc %lu bytes at %s line %d", in x_malloc() 405 sysdie("realloc too large at %s line %d", file, line); in x_reallocarray() 408 sysdie("failed to realloc %lu bytes at %s line %d", in x_reallocarray() 426 sysdie("failed to strdup %lu bytes at %s line %d", (unsigned long) len, in x_strdup() 454 sysdie("failed to strndup %lu bytes at %s line %d", in x_strndup() 490 sysdie("strings too long in concat"); in concat() 583 sysdie("can't create pipe"); in test_start() [all …]
|