OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_output
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/cmd/
binop.c
17
char *
str_output
;
local
21
str_output
= malloc(len * 2 + 1);
22
str_ptr =
str_output
;
29
setenv(varname,
str_output
);
31
free(
str_output
);
md5sum.c
30
char
str_output
[33];
local
31
char *str_ptr =
str_output
;
37
env_set(dest,
str_output
);
/external/u-boot/common/
hash.c
289
char
str_output
[HASH_MAX_DIGEST_SIZE * 2 + 1];
local
290
char *str_ptr =
str_output
;
297
env_set(dest,
str_output
);
/external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py
421
str_output
= output.getvalue()
422
logger.debug('STDOUT+STDERR: %s%s',
str_output
[:4096].rstrip(),
423
'<truncated>' if len(
str_output
) > 4096 else '')
424
return process.returncode,
str_output
Completed in 281 milliseconds