OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:esccmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/less/dist/
lsystem.c
138
char *
esccmd
= shell_quote(cmd);
local
139
if (
esccmd
!= NULL)
141
int len = (int) (strlen(shell) + strlen(
esccmd
) + 5);
143
SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(),
esccmd
);
144
free(
esccmd
);
filename.c
559
char *
esccmd
;
local
565
esccmd
= shell_quote(cmd);
566
if (
esccmd
== NULL)
571
int len = (int) (strlen(shell) + strlen(
esccmd
) + 5);
573
SNPRINTF3(scmd, len, "%s %s %s", shell, shell_coption(),
esccmd
);
574
free(
esccmd
);
Completed in 16 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026