Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dfilename.c231 public char * shell_quote(constant char *s) in shell_quote() function
322 char *qstr = shell_quote(str); in xcpy_filename()
565 esccmd = shell_quote(cmd); in shellcmd()
625 qfilename = shell_quote(p); in lglob()
636 qfilename = shell_quote(p); in lglob()
677 qfilename = shell_quote(pfilename); in lglob()
727 qesc = shell_quote(esc); in lglob()
902 qfilename = shell_quote(filename); in open_altfile()
992 qfilename = shell_quote(filename); in close_altfile()
993 qaltfilename = shell_quote(altfilename); in close_altfile()
H A Dlsystem.c136 char *esccmd = shell_quote(cmd); in lsystem()
H A Dprompt.c343 s = shell_quote(get_filename(curr_ifile)); in protochar()
H A Dtags.c544 qtag = shell_quote(tag); in findgtag()
H A Dedit.c683 char *qfilename = shell_quote(filename); in edit_ifile()
H A Dcmdbuf.c1127 char *qword = shell_quote(word+1); in init_file_compl()
H A Dfuncs.h174 public char * shell_quote(constant char *s);
/freebsd/sbin/devd/
H A Ddevd.hh173 std::string shell_quote(const std::string &s);
H A Ddevd.cc651 config::shell_quote(const string &s) in shell_quote() function in config
719 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()