Home | History | Annotate | Download | only in libiberty

Lines Matching defs:out

114           int out;
122 out = mkstemps (name, 0);
123 if (out < 0)
133 close (out);
158 int in, out, errdes;
166 out = -1;
217 /* Set OUT and OBJ->NEXT_INPUT/OBJ->NEXT_INPUT_NAME. */
222 out = STDOUT_FILE_NO;
263 out = p[WRITE_PORT];
267 if (out < 0)
269 out = obj->funcs->open_write (obj, outname,
272 if (out < 0)
345 in, out, errdes, toclose, &errmsg, err);
358 if (out >= 0 && out != STDOUT_FILE_NO)
359 obj->funcs->close (obj, out);