HomeSort by: relevance | last modified time | path
    Searched defs:findcmd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 86 static int findcmd (char *, struct xcmd *, struct xcmd *, struct xcmd **);
1191 i = findcmd(tokens[0], builtins, opcmds, &xcmd);
1322 * findcmd - find a command in a command description table
1325 findcmd( function
1573 words = findcmd(cmd, builtins, opcmds, &xcp);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 201 static int findcmd (const char *, struct xcmd *,
1662 i = findcmd(tokens[0], builtins, opcmds, &xcmd);
1908 * findcmd - find a command in a command description table
1911 findcmd( function
2408 words = findcmd(cmd, builtins, opcmds, &xcp);

Completed in 24 milliseconds