Home
last modified time | relevance | path

Searched refs:opt_cmd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dexecsnoop72 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';
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Dexecsnoop72 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';
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c106 static int opt_cmd = -1; variable
977 opt_cmd = CMP_IR; in transform_opts()
979 opt_cmd = CMP_KUR; in transform_opts()
981 opt_cmd = CMP_CR; in transform_opts()
983 opt_cmd = CMP_P10CR; in transform_opts()
985 opt_cmd = CMP_RR; in transform_opts()
987 opt_cmd = CMP_GENM; in transform_opts()
1527 && opt_cmd != CMP_RR && opt_cmd != CMP_GENM) in setup_request_ctx()
1530 if (opt_cmd == CMP_IR || opt_cmd == CMP_CR || opt_cmd == CMP_KUR) { in setup_request_ctx()
1582 if (opt_cmd == CMP_KUR) { in setup_request_ctx()
[all …]