Searched refs:string_has_cc (Results 1 - 8 of 8) sorted by relevance
/systemd/src/test/ |
H A D | test-util.c | 1066 assert_se(string_has_cc("abc\1", NULL)); 1067 assert_se(string_has_cc("abc\x7f", NULL)); 1068 assert_se(string_has_cc("abc\x7f", NULL)); 1069 assert_se(string_has_cc("abc\t\x7f", "\t")); 1070 assert_se(string_has_cc("abc\t\x7f", "\t")); 1071 assert_se(string_has_cc("\x7f", "\t")); 1072 assert_se(string_has_cc("\x7f", "\t\a")); 1074 assert_se(!string_has_cc("abc\t\t", "\t")); 1075 assert_se(!string_has_cc("abc\t\t\a", "\t\a")); 1076 assert_se(!string_has_cc(" [all...] |
/systemd/src/basic/ |
H A D | string-util.h | 146 bool string_has_cc(const char *p, const char *ok) _pure_;
|
H A D | env-util.c | 87 if (string_has_cc(e, "\t"))
|
H A D | string-util.c | 390 bool string_has_cc(const char *p, const char *ok) { function
|
/systemd/src/hostname/ |
H A D | hostnamed.c | 583 if (prop == PROP_PRETTY_HOSTNAME && string_has_cc(name, NULL)) 589 if (prop == PROP_LOCATION && string_has_cc(name, NULL))
|
/systemd/src/shared/ |
H A D | machine-image.c | 794 if (string_has_cc(s, NULL))
|
H A D | dns-domain.c | 973 if (string_has_cc(name, NULL))
|
/systemd/src/sysusers/ |
H A D | sysusers.c | 1343 if (string_has_cc(d, NULL)) 1361 if (string_has_cc(p, NULL))
|
Completed in 32 milliseconds