Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dfilename.c142 shell_quote(s) in shell_quote() function
589 esccmd = shell_quote(cmd);
650 qfilename = shell_quote(p);
661 qfilename = shell_quote(p);
702 qfilename = shell_quote(pfilename);
751 esc = shell_quote(esc);
883 qfilename = shell_quote(filename);
H A Dlsystem.c137 char *esccmd = shell_quote(cmd);
H A Dtags.c554 qtag = shell_quote(tag);
H A Dfuncs.h124 public char * shell_quote LESSPARAMS ((char *s));
H A Dcmdbuf.c1070 char *qword = shell_quote(word+1); in init_compl()
/freebsd-12.1/sbin/devd/
H A Ddevd.hh176 std::string shell_quote(const std::string &s);
H A Ddevd.cc640 config::shell_quote(const string &s) in shell_quote() function in config
708 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()