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

/systemd/src/basic/
H A Dpath-util.c116 unsigned n_parents; local
175 for (n_parents = 0;;) {
182 n_parents++;
185 r = malloc(n_parents * 3 + strlen(to_path) + 1);
189 for (p = r; n_parents > 0; n_parents--, p += 3)

Completed in 29 milliseconds