Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dsound.cc88 && shell_safe(file)) in play_sound()
H A Dlibutil.h113 bool shell_safe(const char *file);
H A Dlibutil.cc96 bool shell_safe(const char *file) in shell_safe() function
H A Dclua.cc275 return s.find("..") == string::npos && shell_safe(s.c_str()) in is_path_safe()
H A Dfiles.cc396 if (!shell_safe(path.c_str())) in assert_read_safe_path()