Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/test/ !
Dtest-utf8.c103 _cleanup_free_ char *p1, *p2, *p3; in TEST() local
105 p1 = utf8_escape_invalid("goo goo goo"); in TEST()
106 log_debug("\"%s\"", p1); in TEST()
107 assert_se(utf8_is_valid(p1)); in TEST()
119 _cleanup_free_ char *p1, *p2, *p3, *p4, *p5, *p6; in TEST() local
121 p1 = utf8_escape_non_printable("goo goo goo"); in TEST()
122 log_debug("\"%s\"", p1); in TEST()
123 assert_se(utf8_is_valid(p1)); in TEST()
Dtest-alloc-util.c139 _cleanup_(erase_and_freep) uint8_t *p1, *p2; in TEST()
142 log_debug("p1: %p p2: %p", &p1, &p2); in TEST()
144 …assert_se(p1 = new(uint8_t, 4703)); /* use prime size, to ensure that there will be free space at … in TEST()
148 assert_se(genuine_random_bytes(p1, 4703, RANDOM_BLOCK) == 0); in TEST()
151 memcpy(p2, p1, 4703); in TEST()
153 assert_se(p1[i] == p2[i]); in TEST()
/systemd-251/src/shared/ !
Dcgroup-show.c259 _cleanup_free_ char *fn = NULL, *p1 = NULL, *last = NULL, *p2 = NULL; in show_cgroup_by_path() local
301 if (!p1) { in show_cgroup_by_path()
302 p1 = strjoin(prefix, special_glyph(SPECIAL_GLYPH_TREE_VERTICAL)); in show_cgroup_by_path()
303 if (!p1) in show_cgroup_by_path()
307 show_cgroup_by_path(last, p1, n_columns-2, flags); in show_cgroup_by_path()
/systemd-251/man/ !
Dmeson.build66 p1 = custom_target( variable
74 man_pages += p1
138 p1 = custom_target( variable
145 man_pages += p1
/systemd-251/src/basic/ !
Dconf-files.c209 char *p1, *p2; in conf_files_insert() local
215 p1 = path_startswith((*strv)[i], rdir); in conf_files_insert()
216 if (p1) in conf_files_insert()
/systemd-251/hwdb.d/ !
Dids_parser.py319 def oui(p1, p2, p3): argument
323 for p, check in ((p1, False), (p2, False), (p3, True)):
Dpci.ids18054 12c4 0210 Titan/104-Plus (8 port, p1-4)
D20-pci-vendor-model.hwdb53397 …ID_MODEL_FROM_DATABASE=OX16PCI954 (Quad 16950 UART) function 0 (Uart) (Titan/104-Plus (8 port, p1-…
/systemd-251/test/ !
Dtest-functions1313 if ! mkfs -t "${FSTYPE}" "${label[@]}" "${LOOPDEV}p1" -q; then
1330 mount "${LOOPDEV}p1" "$initdir"