/systemd-251/docs/_data/ |
D | extra_pages.json | 2 { "category": "Project", "title": "Brand", "url": "https://brand.systemd.io/" }, string 3 …{ "category": "Project", "title": "Releases", "url": "https://github.com/systemd/systemd/releases"… string 4 …{ "category": "Project", "title": "GitHub Project Page", "url": "https://github.com/systemd/system… string 5 … { "category": "Project", "title": "Issues", "url": "https://github.com/systemd/systemd/issues" }, string 6 …{ "category": "Project", "title": "Pull Requests", "url": "https://github.com/systemd/systemd/pull… string 7 …{ "category": "Project", "title": "Mailing List", "url": "https://lists.freedesktop.org/mailman/li… string 8 …{ "category": "Manual Pages", "title": "Index", "url": "https://www.freedesktop.org/software/syste… string 9 …{ "category": "Manual Pages", "title": "Directives", "url": "https://www.freedesktop.org/software/… string
|
/systemd-251/src/shared/ |
D | web-util.c | 23 bool http_url_is_valid(const char *url) { in http_url_is_valid() 39 bool file_url_is_valid(const char *url) { in file_url_is_valid() 52 bool documentation_url_is_valid(const char *url) { in documentation_url_is_valid()
|
D | import-util.h | 20 static inline int import_url_change_last_component(const char *url, const char *suffix, char **ret)… in import_url_change_last_component() 24 static inline int import_url_append_component(const char *url, const char *suffix, char **ret) { in import_url_append_component()
|
D | import-util.c | 17 static const char *skip_protocol_and_hostname(const char *url) { in skip_protocol_and_hostname() 41 const char *url, in import_url_last_component() 79 const char *url, in import_url_change_suffix()
|
D | pretty-print.c | 41 int terminal_urlify(const char *url, const char *text, char **ret) { in terminal_urlify() 66 char *url = NULL; in file_url_from_path() local 94 _cleanup_free_ char *url = NULL; in terminal_urlify_path() local 127 const char *url, *text; in terminal_urlify_man() local
|
D | format-table.c | 82 char *url; /* A URL to use for a clickable hyperlink */ member 716 int table_set_url(Table *t, TableCell *cell, const char *url) { in table_set_url() 1887 static char *align_string_mem(const char *str, const char *url, size_t new_length, unsigned percent… in align_string_mem()
|
D | logs-show.c | 86 _cleanup_free_ char *t = NULL, *url = NULL; in url_from_catalog() local
|
/systemd-251/src/sysupdate/ |
D | sysupdate-cache.c | 23 const char *url, in web_cache_add_item() 77 WebCacheItem* web_cache_get_item(Hashmap *web_cache, const char *url, bool verified) { in web_cache_get_item()
|
D | sysupdate-cache.h | 7 char *url; member
|
D | sysupdate-resource.c | 238 const char *url, in download_manifest()
|
/systemd-251/src/import/ |
D | pull-common.c | 32 const char *url, in pull_find_old_etags() 115 static int hash_url(const char *url, char **ret) { in hash_url() 128 int pull_make_path(const char *url, const char *etag, const char *image_root, const char *prefix, c… in pull_make_path() 178 const char *url, in pull_make_auxiliary_job() 248 const char *url, in pull_make_verification_jobs() 602 int verification_style_from_url(const char *url, VerificationStyle *ret) { in verification_style_from_url() 662 int pull_url_needs_checksum(const char *url) { in pull_url_needs_checksum()
|
D | pull.c | 36 static int normalize_local(const char *local, const char *url, char **ret) { in normalize_local() 109 const char *url, *local; in pull_tar() local 182 const char *url, *local; in pull_raw() local
|
D | curl-util.c | 223 int curl_glue_make(CURL **ret, const char *url, void *userdata) { in curl_glue_make()
|
D | pull-job.c | 679 const char *url, in pull_job_new()
|
D | pull-job.h | 36 char *url; member
|
D | pull-tar.c | 580 const char *url, in tar_pull_start()
|
D | pull-raw.c | 817 const char *url, in raw_pull_start()
|
/systemd-251/tools/ |
D | xml_helper.py | 7 def resolve(self, url, id, context): argument
|
/systemd-251/src/journal-remote/ |
D | journal-remote-main.c | 114 static int spawn_curl(const char* url) { in spawn_curl() 263 const char *url, in request_handler() 663 const char *url, *hostname; in create_remoteserver() local
|
D | journal-upload.h | 30 char *url; member
|
D | journal-upload.c | 418 static int setup_uploader(Uploader *u, const char *url, const char *state_file) { in setup_uploader()
|
D | journal-gatewayd.c | 808 const char *url, in request_handler()
|
/systemd-251/src/network/ |
D | networkd-util.c | 217 char **url = data; in config_parse_mud_url() local
|
/systemd-251/src/journal/ |
D | journalctl.c | 1817 _cleanup_free_ char *url = NULL; in format_journal_url() local 2001 _cleanup_free_ char *url = NULL; in setup_keys() local
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 119 const char *url; member 1930 _cleanup_free_ char *url = NULL; in assess() local
|