Searched refs:find (Results 1 - 7 of 7) sorted by relevance
/systemd/tools/ |
H A D | make-man-index.py | 82 section = t.find('./refmeta/manvolnum').text 83 refname = t.find('./refnamediv/refname').text 84 purpose = ' '.join(t.find('./refnamediv/refpurpose').text.split()) 120 para = template.find(".//para[@id='counts']")
|
H A D | make-man-rules.py | 81 refmeta = xml.find('./refmeta') 82 title = refmeta.find('./refentrytitle').text 83 number = refmeta.find('./manvolnum').text
|
H A D | make-directive-index.py | 192 section = t.find('./refmeta/manvolnum').text 193 pagename = t.find('./refmeta/refentrytitle').text 255 varlist = template.find(".//*[@id='{}']".format(name)) 284 para = template.find(".//para[@id='colophon']")
|
/systemd/test/ |
H A D | test-functions | 17 DEBUGTOOLS="df free ls stty cat ps ln ip route dmesg dhclient mkdir cp ping dhclient strace less grep id tty touch du sort hostname find" 40 echo "Could not find a suitable QEMU binary" >&2 132 local _fixfiles_tools="bash uname cat sort uniq awk grep egrep head expr find rm secon setfiles" 264 find "$initdir" -executable -not -path '*/lib/modules/*.ko' -type f | xargs strip --strip-unneeded | ddebug 363 find \ 372 [[ "$LOOKS_LIKE_DEBIAN" ]] && type -p dpkg-architecture &>/dev/null && find "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security" -xtype f 373 find \ 470 dfatal "Run \"ldd $_bin\" to find out what it is." 725 # find symlinks linked to given library file 780 # find [all...] |
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-internal.h | 109 sd_bus_object_find_t find; member in struct:node_vtable
|
H A D | bus-objects.c | 50 if (c->find) { 53 r = c->find(bus, path, c->interface, u, &u, error); 1621 sd_bus_object_find_t find, 1679 s->node_vtable.find = find; 1823 sd_bus_object_find_t find, 1826 return add_object_vtable_internal(bus, slot, prefix, interface, vtable, true, find, userdata); 2484 * call into the find() callbacks of any registered vtable. Therefore, 2488 * object might be in an "destructed" state, as long as we can find it. 1614 add_object_vtable_internal( sd_bus *bus, sd_bus_slot **slot, const char *path, const char *interface, const sd_bus_vtable *vtable, bool fallback, sd_bus_object_find_t find, void *userdata) argument 1817 sd_bus_add_fallback_vtable( sd_bus *bus, sd_bus_slot **slot, const char *prefix, const char *interface, const sd_bus_vtable *vtable, sd_bus_object_find_t find, void *userdata) argument
|
/systemd/src/systemd/ |
H A D | sd-bus.h | 196 int sd_bus_add_fallback_vtable(sd_bus *bus, sd_bus_slot **slot, const char *prefix, const char *interface, const sd_bus_vtable *vtable, sd_bus_object_find_t find, void *userdata);
|
Completed in 664 milliseconds