Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpdc/
HDntpdc.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()
1571 words = findcmd(cmd, builtins, opcmds, &xcp); 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
[all …]
/freebsd-13-stable/sbin/devfs/
HDdevfs.c189 char **ap, *cp, *wline, *xcp; in tokenize() local
197 for (xcp = wline, *acp = 0; in tokenize()
198 (cp = strsep(&xcp, delims)) != NULL;) in tokenize()
/freebsd-13-stable/contrib/ntp/ntpq/
HDntpq.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()
2406 words = findcmd(cmd, builtins, opcmds, &xcp); 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
[all …]
/freebsd-13-stable/contrib/tcsh/
HDsh.dir.c108 char *xcp = short2str(hp); in dinit() local
109 dstart(xcp); in dinit()
110 if (chdir(xcp) == -1) in dinit()
/freebsd-13-stable/contrib/ntp/
HDCommitLog186490 quiet xcp possibly uninitialized in help