OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd_flags
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/engine/
eng_ctrl.c
175
return e->cmd_defns[idx].
cmd_flags
;
engine.h
272
unsigned int
cmd_flags
; /* The input the command expects */
member in struct:ENGINE_CMD_DEFN_st
[
all
...]
/system/core/sh/
eval.c
787
int
cmd_flags
= DO_ERR;
local
799
find_command(argv[0], &cmdentry,
cmd_flags
, path);
810
cmd_flags
|= DO_NOFUNC;
822
if (cmdentry.cmdtype == CMDSPLBLTIN &&
cmd_flags
& DO_NOFUNC)
/external/openssl/include/openssl/
engine.h
272
unsigned int
cmd_flags
; /* The input the command expects */
member in struct:ENGINE_CMD_DEFN_st
[
all
...]
Completed in 221 milliseconds