Home | History | Annotate | Download | only in lib

Lines Matching refs:error_exit

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