Searched refs:ent (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/udev/ |
D | udev-watch.c | 43 FOREACH_DIRENT_ALL(ent, dir, break) { in udev_watch_restore() 47 if (ent->d_name[0] == '.') in udev_watch_restore() 53 if (safe_atoi(ent->d_name, &wd) < 0) in udev_watch_restore() 60 ent->d_name); in udev_watch_restore() 67 (void) unlinkat(dirfd(dir), ent->d_name, 0); in udev_watch_restore()
|
/systemd-251/src/shared/ |
D | mount-util.c | 742 const struct libmnt_optmap *ent; in mount_option_mangle() local 750 for (ent = map; ent->name; ent++) { in mount_option_mangle() 753 if (!streq(word, ent->name)) in mount_option_mangle() 756 if (!(ent->mask & MNT_INVERT)) in mount_option_mangle() 757 mount_flags |= ent->id; in mount_option_mangle() 758 else if (mount_flags & ent->id) in mount_option_mangle() 759 mount_flags ^= ent->id; in mount_option_mangle() 765 if (!ent->name && !strextend_with_separator(&ret, ",", word)) in mount_option_mangle()
|
/systemd-251/man/ |
D | meson.build | 30 'custom-entities.ent', 31 input : 'custom-entities.ent.in', 32 output : 'custom-entities.ent',
|
/systemd-251/src/core/ |
D | socket.c | 1311 _cleanup_free_ struct dirent **ent = NULL; in usbffs_dispatch_eps() local 1315 r = scandir(p->path, &ent, usbffs_select_ep, alphasort); in usbffs_dispatch_eps() 1332 ep = path_make_absolute(ent[i]->d_name, p->path); in usbffs_dispatch_eps() 1357 free(ent[i]); in usbffs_dispatch_eps()
|