/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_body_checks.c | 237 const char *cmd_args = cmd + strcspn(cmd, " \t"); in hbc_action() local 238 ssize_t cmd_len = cmd_args - cmd; in hbc_action() 246 while (*cmd_args && ISSPACE(*cmd_args)) in hbc_action() 247 cmd_args++; in hbc_action() 252 && (ret = cb->extend(context, cmd, cmd_len, cmd_args, where, line, in hbc_action() 257 cb->logger(context, "warning", where, line, cmd_args); in hbc_action() 261 cb->logger(context, "info", where, line, cmd_args); in hbc_action() 265 if (*cmd_args == 0) { in hbc_action() 269 && !is_header(cmd_args)) { in hbc_action() 271 "need \"headername: headervalue\"", cmd_args, map_class); in hbc_action() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
H A D | dns_rr_filter.c | 99 const char *cmd_args = cmd + strcspn(cmd, " \t"); in dns_rr_action() local 100 int cmd_len = cmd_args - cmd; in dns_rr_action() 102 while (*cmd_args && ISSPACE(*cmd_args)) in dns_rr_action() 103 cmd_args++; in dns_rr_action()
|
/netbsd-src/sys/dev/mca/ |
H A D | edc_mca.c | 578 u_int16_t cmd_args[], int cmd_len, int poll) in edc_run_cmd() argument 604 | (cmd_args[0] << 8) | cmd; in edc_run_cmd() 605 cmd_args[0] = cmd0; in edc_run_cmd() 615 htole16(cmd_args[i])); in edc_run_cmd() 857 u_int16_t cmd_args[4]; in edc_bio() local 887 cmd_args[0] = 2; /* Options 0000010 */ in edc_bio() 888 cmd_args[1] = bcount / DEV_BSIZE; in edc_bio() 889 cmd_args[2] = ((cyl & 0x1f) << 11) | (head << 5) | sector; in edc_bio() 890 cmd_args[3] = ((cyl & 0x3E0) >> 5); in edc_bio() 893 ed->sc_devno, cmd_args, 4, poll); in edc_bio()
|
H A D | ed_mca.c | 136 u_int16_t cmd_args[2]; in ed_mca_probe() local 142 cmd_args[0] = 14; /* Options: 00s110, s: 0=Physical 1=Pseudo */ in ed_mca_probe() 143 cmd_args[1] = 0; in ed_mca_probe() 144 if (edc_run_cmd(sc, CMD_GET_DEV_CONF, eda->edc_drive, cmd_args, 2, 1)) in ed_mca_probe() 678 u_int16_t cmd_args[2]; in ed_get_params() local 683 cmd_args[0] = 14; /* Options: 00s110, s: 0=Physical 1=Pseudo */ in ed_get_params() 684 cmd_args[1] = 0; in ed_get_params() 686 cmd_args, 2, 1)) in ed_get_params()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_mir_test_checks.py | 77 def __init__(self, prefixes, cmd_args, triple): argument 79 self.cmd_args = cmd_args 83 return [self.prefixes, self.cmd_args, self.triple][index] 129 cmd_args = llc_cmd[len('llc'):].strip() 130 cmd_args = cmd_args.replace('< %s', '').replace('%s', '').strip() 140 run_list.append(Run(check_prefixes, cmd_args, triple))
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 145 def invoke_tool(exe, cmd_args, ir, preprocess_cmd=None, verbose=False): argument 162 if isinstance(cmd_args, list): 163 stdout = subprocess.check_output([exe] + cmd_args, stdin=ir_file) 165 stdout = subprocess.check_output(exe + ' ' + cmd_args,
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
H A D | report.py | 103 cmd_args=' '.join(sys.argv),
|
/netbsd-src/external/bsd/ntp/dist/ |
H A D | CommitLog-4.1.0 | 309 * ports/winnt/ntpd/ntpd.dsp: Add cmd_args.c 530 * ntpd/cmd_args.c (getstartup): check_netinfo needs an extern 801 * ntpd/cmd_args.c: Use -q, not -z, for mode_ntpdate. 812 * ntpd/cmd_args.c: Added -z (mode_ntpdate). 1054 * ntpd/cmd_args.c (getCmdOpts): -g now wiggles "allow_panic" 1120 * ntpd/cmd_args.c: 1694 * ntpd/cmd_args.c (getCmdOpts): Crack -N at pre-scan, as we do the 1851 (ugh), move ntpd-specific variables and code to cmd_args.c . 1852 * ntpd/cmd_args.c: Move command argument processing functions from 1854 * ntpd/Makefile.am (ntpd_SOURCES): Added cmd_args.c
|