Home
last modified time | relevance | path

Searched refs:gettoken (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c333 gettoken(struct snmp_toolinfo *snmptoolctx) in gettoken() function
518 while ((*tok = gettoken(snmptoolctx)) == TOK_STR) { in parse_enum()
521 if ((*tok = gettoken(snmptoolctx)) != TOK_NUM) in parse_enum()
537 if ((*tok = gettoken(snmptoolctx)) != TOK_STR) { in parse_subtype()
543 *tok = gettoken(snmptoolctx); in parse_subtype()
566 if (gettoken(snmptoolctx) != '(') { in parse_type()
571 if ((*tok = gettoken(snmptoolctx)) != TOK_NUM) { in parse_type()
586 *tok = gettoken(snmptoolctx); in parse_type()
596 *tok = gettoken(snmptoolctx); in parse_type()
599 if ((*tok = gettoken(snmptoolctx)) == '|') { in parse_type()
[all …]
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c483 gettoken(void) in _gettoken()
651 gettoken() in gettoken() function
771 gettoken(); in parse_section()
824 if (gettoken() == TOK_NUM) { in parse_oid()
830 if (gettoken() != ':') in parse_oid()
835 while (gettoken() == TOK_NUM) { in parse_oid()
837 if (gettoken() != ':') in parse_oid()
850 gettoken(); in parse_oid()
858 gettoken(); in parse_oid()
885 gettoken(); in parse_syntax_integer()
[all …]
/freebsd/contrib/tcsh/
H A Dgethost.c90 static char *gettoken (char **, char *);
118 gettoken(char **pptr, char *token) in gettoken() function
256 switch (token = findtoken(gettoken(&ptr, defs))) { in main()
294 if (gettoken(&ptr, defs) == NULL) { in main()
299 if (gettoken(&ptr, stmt) == NULL) { in main()
336 tok = gettoken(&ptr, defs); in main()
363 if (gettoken(&ptr, stmt) == NULL) { in main()
375 if (gettoken(&ptr, defs)) in main()
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c642 gettoken(void) in gettoken() function
762 if (gettoken() != '(') in parse_type()
765 if ((*tok = gettoken()) == TOK_EOF) in parse_type()
773 if ((*tok = gettoken()) == TOK_EOF) in parse_type()
781 if (gettoken() != TOK_STR) in parse_type()
785 if ((*tok = gettoken()) == TOK_EOF) in parse_type()
788 *tok = gettoken(); in parse_type()
791 *tok = gettoken(); in parse_type()
794 if ((*tok = gettoken()) == '|') { in parse_type()
795 if (gettoken() != TOK_STR) in parse_type()
[all …]
/freebsd/usr.sbin/moused/
H A Dmoused.c547 static symtab_t *gettoken(symtab_t *tab, const char *s, int len);
3110 t = gettoken(pnpprod, id->eisaid, id->neisaid); in pnpproto()
3126 t = gettoken(pnpprod, id->compat + j, i - j); in pnpproto()
3138 gettoken(symtab_t *tab, const char *s, int len)
3139 gettoken(symtab_t *tab, const char *s, int len) gettoken() function