Home
last modified time | relevance | path

Searched defs:xcmd (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/ntp/ntpdc/
H A Dntpdc.h54 struct xcmd { struct
55 const char *keyword; /* command key word */
56 void (*handler) (struct parse *, FILE *); /* command handler */
57 u_char arg[MAXARGS]; /* descriptors for arguments */
58 const char *desc[MAXARGS]; /* descriptions for arguments */
59 const char *comment;
H A Dntpdc.c1171 struct xcmd *xcmd; in docmd() local
/freebsd-src/contrib/ntp/ntpq/
H A Dntpq.h92 struct xcmd { struct
93 const char *keyword; /* command key word */
94 void (*handler) (struct parse *, FILE *); /* command handler */
95 u_char arg[MAXARGS]; /* descriptors for arguments */
96 const char *desc[MAXARGS]; /* descriptions for arguments */
97 const char *comment;
H A Dntpq.c1639 struct xcmd *xcmd; in docmd() local
/freebsd-src/contrib/bmake/
H A Djob.c927 char *escCmd; /* xcmd escaped to be used in double quotes */ in JobWriteCommand() local
1098 free(xcmd); in DebugFailedJob() local
[all...]
H A Dmeta.c373 FStr xcmd = FStr_InitRefer(ucmd); printCMD() local
/freebsd-src/sys/dev/sound/pcm/
H A Ddsp.c700 u_long xcmd; dsp_ioctl() local
[all...]
/freebsd-src/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3513 struct ib_uverbs_create_xsrq xcmd; in ib_uverbs_create_srq() local