Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dfilename.c142 shell_quote(s) in shell_quote() function
585 esccmd = shell_quote(cmd);
646 qfilename = shell_quote(p);
657 qfilename = shell_quote(p);
698 qfilename = shell_quote(pfilename);
747 esc = shell_quote(esc);
896 qfilename = shell_quote(filename);
H A Dlsystem.c144 char *esccmd = shell_quote(cmd);
H A Dprompt.c313 s = shell_quote(get_filename(curr_ifile));
H A Dedit.c487 char *qfilename = shell_quote(filename);
H A Dtags.c562 qtag = shell_quote(tag);
H A Dcmdbuf.c1113 char *qword = shell_quote(word+1); in init_compl()
H A Dfuncs.h132 public char * shell_quote LESSPARAMS ((char *s));
/freebsd-13.1/sbin/devd/
H A Ddevd.hh175 std::string shell_quote(const std::string &s);
H A Ddevd.cc639 config::shell_quote(const string &s) in shell_quote() function in config
707 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()