Home
last modified time | relevance | path

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

/samples/landlock/
Dsandboxer.c82 static int parse_path(char *env_path, const char ***const path_list) in parse_path() argument
86 if (env_path) { in parse_path()
88 for (i = 0; env_path[i]; i++) { in parse_path()
89 if (env_path[i] == ENV_DELIMITER[0]) in parse_path()
98 (*path_list)[i] = strsep(&env_path, ENV_DELIMITER); in parse_path()