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

/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c334 gettoken(struct snmp_toolinfo *snmptoolctx) function
519 while ((*tok = gettoken(snmptoolctx)) == TOK_STR) {
522 if ((*tok = gettoken(snmptoolctx)) != TOK_NUM)
538 if ((*tok = gettoken(snmptoolctx)) != TOK_STR) {
544 *tok = gettoken(snmptoolctx);
567 if (gettoken(snmptoolctx) != '(') {
572 if ((*tok = gettoken(snmptoolctx)) != TOK_NUM) {
587 *tok = gettoken(snmptoolctx);
597 *tok = gettoken(snmptoolctx);
600 if ((*tok = gettoken(snmptoolct
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c90 static char *gettoken (char **, char *);
114 /* gettoken():
118 gettoken(char **pptr, char *token) function
256 switch (token = findtoken(gettoken(&ptr, defs))) {
294 if (gettoken(&ptr, defs) == NULL) {
299 if (gettoken(&ptr, stmt) == NULL) {
336 tok = gettoken(&ptr, defs);
363 if (gettoken(&ptr, stmt) == NULL) {
375 if (gettoken(&ptr, defs))
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c483 gettoken(void)
651 gettoken() function
771 gettoken();
824 if (gettoken() == TOK_NUM) {
830 if (gettoken() != ':')
835 while (gettoken() == TOK_NUM) {
837 if (gettoken() != ':')
850 gettoken();
858 gettoken();
885 gettoken();
[all...]
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c607 gettoken(void) function
725 if (gettoken() != '(')
728 if ((*tok = gettoken()) == TOK_EOF)
736 if ((*tok = gettoken()) == TOK_EOF)
744 if (gettoken() != TOK_STR)
748 if ((*tok = gettoken()) == TOK_EOF)
751 *tok = gettoken();
754 *tok = gettoken();
757 if ((*tok = gettoken()) == '|') {
758 if (gettoken() !
[all...]
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c564 static symtab_t *gettoken(symtab_t *tab, const char *s, int len);
3151 t = gettoken(pnpprod, id->eisaid, id->neisaid);
3167 t = gettoken(pnpprod, id->compat + j, i - j);
3179 gettoken(symtab_t *tab, const char *s, int len) function

Completed in 104 milliseconds