Home
last modified time | relevance | path

Searched refs:xcp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c1534 struct xcmd *xcp; in help() local
1544 for (xcp = builtins; xcp->keyword != 0; xcp++) { in help()
1545 if (*(xcp->keyword) != '?') in help()
1546 list[words++] = xcp->keyword; in help()
1548 for (xcp = opcmds; xcp->keyword != 0; xcp++) in help()
1549 list[words++] = xcp->keyword; in help()
1581 fprintf(fp, "function: %s\n", xcp->comment); in help()
1582 printusage(xcp, fp); in help()
1608 struct xcmd *xcp, in printusage() argument
1621 if (xcp->arg[i] & OPT) in printusage()
[all …]
/freebsd/sbin/devfs/
H A Ddevfs.c188 char **ap, *cp, *wline, *xcp; in tokenize() local
196 for (xcp = wline, *acp = 0; in tokenize()
197 (cp = strsep(&xcp, delims)) != NULL;) in tokenize()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c2367 struct xcmd *xcp = NULL; /* quiet warning */ in help() local
2377 for (xcp = builtins; xcp->keyword != NULL; xcp++) { in help()
2378 if (*(xcp->keyword) != '?' && in help()
2380 list[words++] = xcp->keyword; in help()
2382 for (xcp = opcmds; xcp->keyword != NULL; xcp++) in help()
2384 list[words++] = xcp->keyword; in help()
2416 fprintf(fp, "function: %s\n", xcp->comment); in help()
2417 printusage(xcp, fp); in help()
2443 struct xcmd *xcp, in printusage() argument
2453 if (xcp->arg[i] & OPT) in printusage()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.dir.c108 char *xcp = short2str(hp); in dinit() local
109 dstart(xcp); in dinit()
110 if (chdir(xcp) == -1) in dinit()
/freebsd/contrib/ntp/
H A DCommitLog186490 quiet xcp possibly uninitialized in help