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

/systemd/src/core/
H A Dload-fragment.c611 size_t nlen = 0, nbufsize = 0; local
663 if (!GREEDY_REALLOC(n, nbufsize, nlen + 2))
692 if (!GREEDY_REALLOC(n, nbufsize, nlen + 2))
708 if (!GREEDY_REALLOC(n, nbufsize, nlen + 2))
2152 size_t nlen = 0, nbufsize = 0; local
2186 if (!GREEDY_REALLOC(n, nbufsize, nlen + 2))

Completed in 20 milliseconds