Home
last modified time | relevance | path

Searched refs:findcmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c84 static int findcmd (char *, struct xcmd *, struct xcmd *, struct xcmd **);
1189 i = findcmd(tokens[0], builtins, opcmds, &xcmd); in docmd()
1323 findcmd( in findcmd() function
1571 words = findcmd(cmd, builtins, opcmds, &xcp); in help()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c199 static int findcmd (const char *, struct xcmd *,
1660 i = findcmd(tokens[0], builtins, opcmds, &xcmd); in docmd()
1906 * findcmd - find a command in a command description table
1909 findcmd(
2406 words = findcmd(cmd, builtins, opcmds, &xcp); in help()
1913 findcmd( findcmd() function