Lines Matching defs:dirbuf
188 perform_file_actions(file_attr_t *fap, void *dirbuf)
217 if (spawn_closefrom(fap->fa_filedes, dirbuf))
280 void *dirbuf = NULL;
292 if ((dirbuf = lmalloc(DIRBUF)) == NULL)
300 if (dirbuf)
301 lfree(dirbuf, DIRBUF);
309 if (dirbuf)
310 lfree(dirbuf, DIRBUF);
319 if (set_error(&error, perform_file_actions(fap, dirbuf)) != 0)
375 void *dirbuf = NULL;
400 if ((dirbuf = lmalloc(DIRBUF)) == NULL)
418 if (dirbuf)
419 lfree(dirbuf, DIRBUF);
427 if (dirbuf)
428 lfree(dirbuf, DIRBUF);
437 if (set_error(&error, perform_file_actions(fap, dirbuf)) != 0)