Searched refs:match_token (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/usr.sbin/iscsictl/
H A Discsictl.h56 const struct token *match_token(const char *, const struct token *);
H A Dparser.c109 if ((match = match_token(argv[0], table)) == NULL) {
133 match_token(const char *word, const struct token *table) function
/openbsd-current/usr.sbin/ractl/
H A Dparser.c66 static const struct token *match_token(const char *, const struct token *,
80 if ((match = match_token(argv[0], table, &res)) == NULL) {
104 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/unwindctl/
H A Dparser.c76 static const struct token *match_token(const char *, const struct token *,
90 if ((match = match_token(argv[0], table, &res)) == NULL) {
114 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/slaacctl/
H A Dparser.c95 static const struct token *match_token(const char *, const struct token *,
109 if ((match = match_token(argv[0], table, &res)) == NULL) {
133 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/dvmrpctl/
H A Dparser.c110 static const struct token *match_token(const char *, const struct token *,
123 if ((match = match_token(argv[0], table, &res)) == NULL) {
147 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/npppctl/
H A Dparser.c140 static const struct token *match_token(char *, const struct token []);
152 if ((match = match_token(argv[0], table)) == NULL) {
176 match_token(char *word, const struct token table[]) function
/openbsd-current/usr.sbin/ripctl/
H A Dparser.c116 static const struct token *match_token(const char *, const struct token *,
130 if ((match = match_token(argv[0], table, &res)) == NULL) {
154 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/relayctl/
H A Dparser.c127 static const struct token *match_token(const char *, const struct token *,
141 if ((match = match_token(argv[0], table, &res)) == NULL) {
165 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/ldpctl/
H A Dparser.c180 static const struct token *match_token(const char *, const struct token *,
194 if ((match = match_token(argv[0], table, &res)) == NULL) {
218 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/ospfctl/
H A Dparser.c143 static const struct token *match_token(const char *, const struct token *,
157 if ((match = match_token(argv[0], table, &res)) == NULL) {
181 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/radiusctl/
H A Dparser.c139 static const struct token *match_token(char *, const struct token []);
149 if ((match = match_token(argv[0], table)) == NULL) {
179 match_token(char *word, const struct token table[]) function
/openbsd-current/usr.sbin/ospf6ctl/
H A Dparser.c144 static const struct token *match_token(const char *, const struct token *,
158 if ((match = match_token(argv[0], table, &res)) == NULL) {
182 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/eigrpctl/
H A Dparser.c222 static const struct token *match_token(const char *, const struct token *,
236 if ((match = match_token(argv[0], table, &res)) == NULL) {
260 match_token(const char *word, const struct token *table, function
/openbsd-current/usr.sbin/ikectl/
H A Dparser.c241 const struct token *match_token(char *, const struct token []);
254 if ((match = match_token(argv[0], table)) == NULL) {
296 match_token(char *word, const struct token table[]) function
/openbsd-current/usr.sbin/bgpctl/
H A Dparser.c467 const struct token *match_token(int, char *[], const struct token [],
492 if ((match = match_token(argc, argv, table, &used)) == NULL) {
521 match_token(int argc, char *argv[], const struct token table[], int *argsused) function

Completed in 307 milliseconds