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

/systemd/src/test/
H A Dtest-util.c18 along with systemd; If not, see <http://www.gnu.org/licenses/>.
377 /* https://tools.ietf.org/html/rfc4648#section-10 */
542 /* https://tools.ietf.org/html/rfc4648#section-10 */
726 int org[] = {1, 2, 3}; local
729 dup = (int*)memdup_multiply(org, sizeof(int), 3);
1101 assert_se(documentation_url_is_valid("http://www.freedesktop.org/wiki/Software/systemd"));
1102 assert_se(documentation_url_is_valid("https://www.kernel.org/doc/Documentation/binfmt_misc.txt"));

Completed in 14 milliseconds