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

/systemd/src/basic/
H A Dcopy.c489 size_t sza = 100, szb = 100; local
523 bufb = malloc(szb);
528 m = fgetxattr(fdf, p, bufb, szb);
531 szb *= 2;

Completed in 2758 milliseconds