Home
last modified time | relevance | path

Searched refs:docmd (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/usbhidaction/
H A Dusbhidaction.c74 void docmd(struct command *, int, const char *, int, char **);
224 docmd(cmd, val, dev, argc, argv); in main()
230 docmd(cmd, val, dev, argc, argv); in main()
465 docmd(struct command *cmd, int value, const char *hid, int argc, char **argv) in docmd() function
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c82 static void docmd (const char *);
387 docmd(ccmds[icmd]); in ntpdcmain()
1130 docmd(line); in getcmds()
1162 docmd( in docmd() function
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c195 static void docmd (const char *);
640 docmd(ccmds[icmd]); in ntpqmain()
1597 docmd(line); in getcmds()
1628 * docmd - decode the command line and execute a command
1631 docmd(
1635 docmd( docmd() function