HomeSort by relevance Sort by last modified time
    Searched full:cmdl (Results 1 - 20 of 20) sorted by null

  /external/iproute2/tipc/
peer.c 22 #include "cmdl.h"
28 struct cmdl *cmdl, void *data)
35 if ((cmdl->argc != cmdl->optind + 1) || help_flag) {
37 cmdl->argv[0]);
41 str = shift_cmdl(cmdl);
58 static void cmd_peer_rm_help(struct cmdl *cmdl)
61 cmdl->argv[0])
    [all...]
cmdl.h 2 * cmdl.h Framework for handling command line options.
19 struct cmdl { struct
28 struct cmdl *cmdl, void *data);
29 void (*help)(struct cmdl *cmdl);
38 int parse_opts(struct opt *opts, struct cmdl *cmdl);
39 char *shift_cmdl(struct cmdl *cmdl);
    [all...]
bearer.h 15 #include "cmdl.h"
19 int cmd_bearer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, void *data);
20 void cmd_bearer_help(struct cmdl *cmdl);
cmdl.c 2 * cmdl.c Framework for handling command line options.
18 #include "cmdl.h"
65 char *shift_cmdl(struct cmdl *cmdl)
69 if (cmdl->optind < cmdl->argc)
70 next = (cmdl->optind)++;
72 next = cmdl->argc;
74 return cmdl->argv[next];
78 int parse_opts(struct opt *opts, struct cmdl *cmdl
    [all...]
node.c 22 #include "cmdl.h"
57 struct cmdl *cmdl, void *data)
62 fprintf(stderr, "Usage: %s node list\n", cmdl->argv[0]);
75 struct cmdl *cmdl, void *data)
82 if (cmdl->argc != cmdl->optind + 1) {
84 cmdl->argv[0]);
88 str = shift_cmdl(cmdl);
    [all...]
link.h 17 int cmd_link(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
19 void cmd_link_help(struct cmdl *cmdl);
media.h 17 int cmd_media(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
19 void cmd_media_help(struct cmdl *cmdl);
nametable.h 17 void cmd_nametable_help(struct cmdl *cmdl);
18 int cmd_nametable(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
node.h 17 int cmd_node(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
19 void cmd_node_help(struct cmdl *cmdl);
peer.h 17 int cmd_peer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
19 void cmd_peer_help(struct cmdl *cmdl);
socket.h 17 void cmd_socket_help(struct cmdl *cmdl);
18 int cmd_socket(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
bearer.c 25 #include "cmdl.h"
47 static void cmd_bearer_enable_l2_help(struct cmdl *cmdl)
54 cmdl->argv[0]);
57 static void cmd_bearer_enable_udp_help(struct cmdl *cmdl)
67 cmdl->argv[0]);
71 struct cmdl *cmdl)
127 struct cmdl *cmdl
    [all...]
media.c 22 #include "cmdl.h"
46 struct cmdl *cmdl, void *data)
51 fprintf(stderr, "Usage: %s media list\n", cmdl->argv[0]);
89 struct cmdl *cmdl, void *data)
110 (cmd->help)(cmdl);
114 if (parse_opts(opts, cmdl) < 0)
133 static void cmd_media_get_help(struct cmdl *cmdl)
    [all...]
nametable.c 20 #include "cmdl.h"
73 struct cmdl *cmdl, void *data)
79 fprintf(stderr, "Usage: %s nametable show\n", cmdl->argv[0]);
91 void cmd_nametable_help(struct cmdl *cmdl)
97 cmdl->argv[0]);
100 int cmd_nametable(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
108 return run_cmd(nlh, cmd, cmds, cmdl, NULL)
    [all...]
tipc.c 24 #include "cmdl.h"
28 static void about(struct cmdl *cmdl)
45 cmdl->argv[0]);
52 struct cmdl cmdl; local
91 cmdl.optind = optind;
92 cmdl.argc = argc;
93 cmdl.argv = argv;
95 if ((res = run_cmd(NULL, &cmd, cmds, &cmdl, NULL)) != 0
    [all...]
link.c 22 #include "cmdl.h"
51 struct cmdl *cmdl, void *data)
56 fprintf(stderr, "Usage: %s link list\n", cmdl->argv[0]);
95 struct cmdl *cmdl, void *data)
115 (cmd->help)(cmdl);
119 if (parse_opts(opts, cmdl) < 0)
136 static void cmd_link_get_help(struct cmdl *cmdl)
    [all...]
socket.c 20 #include "cmdl.h"
105 struct cmdl *cmdl, void *data)
110 fprintf(stderr, "Usage: %s socket list\n", cmdl->argv[0]);
122 void cmd_socket_help(struct cmdl *cmdl)
128 cmdl->argv[0]);
131 int cmd_socket(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
139 return run_cmd(nlh, cmd, cmds, cmdl, NULL)
    [all...]
Makefile 5 cmdl.o link.o \
  /external/devlib/devlib/bin/scripts/
shutils.in 174 [ "$COMM" != "" ] && CMDL=`$CAT /proc/$TID/cmdline 2>/dev/null`
175 [ "$COMM" != "" ] && echo "$TID,$COMM,$CMDL"
  /external/syslinux/dosutil/
mdiskchk.com 169 Address = 0x?8lx, len??%lu sectors??chsu/??,6load??`52x (??)cmdl?m?e+Fs

Completed in 141 milliseconds