Lines Matching refs:error_exit
18 if (strlen(src)+1 > size) error_exit("'%s' > %ld bytes", src, (long)size); in xstrncpy()
27 error_exit("'%s%s' > %ld bytes", dest, src, (long)size); in xstrncat()
44 if (!ret) error_exit("xmalloc(%ld)", (long)size); in xmalloc()
62 if (!ptr) error_exit("xrealloc"); in xrealloc()
72 if (!ret) error_exit("xstrndup"); in xstrndup()
512 if (chdir(path)) error_exit("chdir '%s'", path); in xchdir()
517 if (chroot(path)) error_exit("chroot '%s'", path); in xchroot()
524 if (!pwd) error_exit("bad uid %ld", (long)uid); in xgetpwuid()
662 if (i == 3) error_exit("xpidfile %s", name); in xpidfile()
695 if (i == -1) error_exit("Unknown suffix '%c'", *arg); in xparsetime()
715 error_exit("xregcomp: %s", libbuf); in xregcomp()