HomeSort by: relevance | last modified time | path
    Searched refs:opt_cmd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
execsnoop 72 opt_dump=0; opt_cmd=0; opt_time=0; opt_timestr=0; filter=0; command=.
81 c) opt_cmd=1; command=$OPTARG ;;
109 if [ $opt_cmd -eq 1 ]; then
122 inline int OPT_cmd = '$opt_cmd';
153 /(FILTER == 0) || (OPT_cmd == 1 && COMMAND == execname)/
  /src/external/cddl/dtracetoolkit/dist/
execsnoop 69 opt_dump=0; opt_cmd=0; opt_time=0; opt_timestr=0; filter=0; command=.
78 c) opt_cmd=1; command=$OPTARG ;;
103 if [ $opt_cmd -eq 1 ]; then
116 inline int OPT_cmd = '$opt_cmd';
145 /(FILTER == 0) || (OPT_cmd == 1 && COMMAND == execname)/
  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 106 static int opt_cmd = -1; variable
202 OPT_CMD, OPT_INFOTYPE, OPT_GENINFO,
276 {"cmd", OPT_CMD, 's', "CMP request to send: ir/cr/kur/p10cr/rr/genm"},
977 opt_cmd = CMP_IR;
979 opt_cmd = CMP_KUR;
981 opt_cmd = CMP_CR;
983 opt_cmd = CMP_P10CR;
985 opt_cmd = CMP_RR;
987 opt_cmd = CMP_GENM;
1527 && opt_cmd != CMP_RR && opt_cmd != CMP_GENM
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 118 static int opt_cmd = -1; variable
236 OPT_CMD,
387 { "cmd", OPT_CMD, 's', "CMP request to send: ir/cr/kur/p10cr/rr/genm" },
1152 opt_cmd = CMP_IR;
1154 opt_cmd = CMP_KUR;
1156 opt_cmd = CMP_CR;
1158 opt_cmd = CMP_P10CR;
1160 opt_cmd = CMP_RR;
1162 opt_cmd = CMP_GENM;
1769 && opt_cmd != CMP_RR && opt_cmd != CMP_GENM
    [all...]

Completed in 18 milliseconds