Searched refs:cmdarg (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/sys/netinet6/ |
| H A D | raw_ip6.c | 273 void *cmdarg; in rip6_ctlinput() local 296 cmdarg = ip6cp->ip6c_cmdarg; in rip6_ctlinput() 301 cmdarg = NULL; in rip6_ctlinput() 358 sin6tocsa(sa6_src), 0, cmd, cmdarg, notify); in rip6_ctlinput()
|
| H A D | udp6_usrreq.c | 193 void *cmdarg; in udp6_ctlinput() local 225 cmdarg = ip6cp->ip6c_cmdarg; in udp6_ctlinput() 230 cmdarg = NULL; in udp6_ctlinput() 291 sin6tocsa(sa6_src), uh.uh_sport, cmd, cmdarg, in udp6_ctlinput() 295 sin6tocsa(sa6_src), 0, cmd, cmdarg, notify); in udp6_ctlinput()
|
| H A D | in6_pcb.c | 604 void *cmdarg, void (*notify)(struct inpcb *, int)) in in6pcb_notify() argument 713 (u_int32_t *)cmdarg); in in6pcb_notify()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sftp.c | 1997 complete_is_remote(char *cmd, int cmdarg) { in complete_is_remote() argument 2005 if (cmdarg == 1) in complete_is_remote() 2007 else if (cmdarg == 2) in complete_is_remote() 2191 int i = 0, cmdarg = 0; in complete() local 2200 cmdarg++; in complete() 2208 cmdarg++; in complete() 2210 remote = complete_is_remote(argv[0], cmdarg); in complete()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2005 | 1185 * main.c (captured_main): Define struct cmdarg. Change type of cmdarg. 1187 Adjust --command to use the new struct cmdarg.
|
| H A D | ChangeLog-2012 | 9976 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and 9988 * main.c (struct cmdarg): Move it here from main. Add more comments. 9990 (main): Move struct cmdarg from here. New variables cmdarg_vec and 9993 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
|
| H A D | ChangeLog-2016 | 2037 * main.c (struct cmdarg): Add constructor.
|
| H A D | ChangeLog-2015 | 12413 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2005 | 1185 * main.c (captured_main): Define struct cmdarg. Change type of cmdarg. 1187 Adjust --command to use the new struct cmdarg.
|
| H A D | ChangeLog-2012 | 9976 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and 9988 * main.c (struct cmdarg): Move it here from main. Add more comments. 9990 (main): Move struct cmdarg from here. New variables cmdarg_vec and 9993 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
|
| H A D | ChangeLog-2016 | 2037 * main.c (struct cmdarg): Add constructor.
|
| H A D | ChangeLog-2015 | 12413 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
|