Searched refs:strv_find_prefix (Results 1 - 6 of 6) sorted by relevance

/systemd/src/test/
H A Dtest-strv.c109 assert_se(strv_find_prefix((char **)input_table_multiple, "o"));
110 assert_se(strv_find_prefix((char **)input_table_multiple, "one"));
111 assert_se(strv_find_prefix((char **)input_table_multiple, ""));
112 assert_se(!strv_find_prefix((char **)input_table_multiple, "xxx"));
113 assert_se(!strv_find_prefix((char **)input_table_multiple, "onee"));
/systemd/src/basic/
H A Dstrv.h33 char *strv_find_prefix(char **l, const char *name) _pure_;
H A Dstrv.c47 char *strv_find_prefix(char **l, const char *name) { function
64 /* Like strv_find_prefix, but actually returns only the
/systemd/src/activate/
H A Dactivate.c171 n = strv_find_prefix(env, p);
186 n = strv_find_prefix(env, tocopy);
/systemd/src/machine/
H A Dmachinectl.c1310 if (!strv_find_prefix(arg_setenv, "TERM=")) {
1313 t = strv_find_prefix(environ, "TERM=");
/systemd/src/nspawn/
H A Dnspawn.c2561 envp[n_env] = strv_find_prefix(environ, "TERM=");

Completed in 26 milliseconds