Searched refs:strv_find_prefix (Results 1 - 6 of 6) sorted by relevance
| /systemd/src/test/ |
| H A D | test-strv.c | 109 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 D | strv.h | 33 char *strv_find_prefix(char **l, const char *name) _pure_;
|
| H A D | strv.c | 47 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 D | activate.c | 171 n = strv_find_prefix(env, p); 186 n = strv_find_prefix(env, tocopy);
|
| /systemd/src/machine/ |
| H A D | machinectl.c | 1310 if (!strv_find_prefix(arg_setenv, "TERM=")) { 1313 t = strv_find_prefix(environ, "TERM=");
|
| /systemd/src/nspawn/ |
| H A D | nspawn.c | 2561 envp[n_env] = strv_find_prefix(environ, "TERM=");
|
Completed in 26 milliseconds