Home | History | Annotate | Download | only in util

Lines Matching refs:olen

97 	u32 len, olen;
100 olen = strlen(str) + 1;
101 len = PERF_ALIGN(olen, NAME_ALIGN);
108 return write_padded(fd, str, olen, len);