OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmdstr
(Results
1 - 3
of
3
) sorted by null
/tools/repohooks/rh/
utils.py
48
def
cmdstr
(self):
member in class:CommandResult
77
self.result.returncode, self.result.
cmdstr
),
/hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c
45
static int process_cmd(char *
cmdStr
);
88
char
cmdstr
[256] = {'\0'};
local
105
strlcat(
cmdstr
, &ch , (2+strlen(
cmdstr
)));
108
if (!strncmp(
cmdstr
, exit_str, strlen(
cmdstr
))) {
116
process_cmd(
cmdstr
);
117
memset(
cmdstr
, 0, sizeof(
cmdstr
));
159
static int process_cmd(char *
cmdStr
)
[
all
...]
/external/syslinux/com32/rosh/
rosh.c
255
*
cmdstr
Command for which help is requested
257
void rosh_help(int type, const char *
cmdstr
)
261
if ((
cmdstr
== NULL) || (strcmp(
cmdstr
, "") == 0)) {
265
switch (
cmdstr
[0]) {
273
printf(rosh_help_str_adv,
cmdstr
);
279
if (
cmdstr
)
280
printf("%s: %s: unknown command\n", APP_NAME,
cmdstr
);
288
*
cmdstr
Command being executed to cause error
291
void rosh_error(const int ierrno, const char *
cmdstr
, const char *filestr
1125
char
cmdstr
[ROSH_CMD_SZ];
local
1316
char
cmdstr
[ROSH_CMD_SZ];
local
1355
char
cmdstr
[ROSH_CMD_SZ];
local
[
all
...]
Completed in 521 milliseconds