Lines Matching defs:names
3514 static int open_follow(char **filename, FILE **_f, Set *names, char **_final) {
3523 assert(names);
3537 * the names of this unit, but only if it is a valid
3543 id = set_get(names, name);
3549 r = set_consume(names, id);
3583 static int merge_by_names(Unit **u, Set *names, const char *id) {
3589 assert(names);
3591 /* Let's try to add in all symlink names we found */
3592 while ((k = set_steal_first(names))) {
3611 return merge_by_names(u, names, NULL);
3679 /* Empty the symlink names for the next run */
3758 SET_FOREACH(t, u->names, i) {
3799 SET_FOREACH(t, u->names, i) {