Searched refs:bufb (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dcopy.c488 _cleanup_free_ char *bufa = NULL, *bufb = NULL; local
522 if (!bufb) {
523 bufb = malloc(szb);
524 if (!bufb)
528 m = fgetxattr(fdf, p, bufb, szb);
532 bufb = mfree(bufb);
539 if (fsetxattr(fdt, p, bufb, m, 0) < 0)

Completed in 11 milliseconds