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()
72 if (!ret) error_exit("xmalloc(%ld)", (long)size); in xmalloc()
90 if (!ptr) error_exit("xrealloc"); in xrealloc()
100 if (!ret) error_exit("xstrndup"); in xstrndup()
432 if(-1 == (fd = mkstemp(*tempname))) error_exit("no temp file"); in xtempfile()
658 if (chroot(path)) error_exit("chroot '%s'", path); in xchroot()
665 if (!pwd) error_exit("bad uid %ld", (long)uid); in xgetpwuid()
688 error_exit("bad user '%s'", name); in xgetuid()
702 error_exit("bad group '%s'", name); in xgetgid()
807 if (i == 3) error_exit("xpidfile %s", name); in xpidfile()
843 error_exit("short %s", (len<0) ? "write" : "read"); in xsendfile_len()
890 if (*arg != '.' && !isdigit(*arg)) error_exit("Not a number '%s'", arg); in xparsetime()
906 if (i == -1 || *(end+1)) error_exit("Unknown suffix '%s'", end); in xparsetime()
946 error_exit("bad regex: %s", libbuf); in xregcomp()
987 error_exit("bad date %s", str); in xvali_date()