Home
last modified time | relevance | path

Searched defs:cmd_args (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_rr_filter.c99 const char *cmd_args = cmd + strcspn(cmd, " \t"); in dns_rr_action() local
/netbsd-src/sys/dev/mca/
H A Ded_mca.c136 u_int16_t cmd_args[2]; in ed_mca_probe() local
678 u_int16_t cmd_args[2]; in ed_get_params() local
H A Dedc_mca.c578 u_int16_t cmd_args[], int cmd_len, int poll) in edc_run_cmd()
857 u_int16_t cmd_args[4]; in edc_bio() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py77 def __init__(self, prefixes, cmd_args, triple): argument
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks.c237 const char *cmd_args = cmd + strcspn(cmd, " \t"); in hbc_action() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py145 def invoke_tool(exe, cmd_args, ir, preprocess_cmd=None, verbose=False): argument