Home | History | Annotate | Download | only in src

Lines Matching refs:eno

413 	int eno;
417 if (nice(ness) == -1 && (eno = errno) != 0)
418 warningf(false, Tf_sD_s, "bgnice", cstrerror(eno));
879 int eno = errno;
892 cp, cstrerror(eno));