Searched defs:validate_string (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.c3351 static bool validate_string(const char *s, size_t l) { function
3418 ok = validate_string(q, c->item_size-1);
3514 ok = validate_string(q, l);
4968 if (!validate_string(q, l))

Completed in 36 milliseconds