Searched refs:getcmd (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c39 static void getcmd(char *, char *, size_t, char *, size_t, struct arglist *);
49 static void getcmd();
91 getcmd(curdir, cmd, sizeof (cmd), name, sizeof (name), &alist);
129 /* No need to canon(name), getcmd() did it for us */
328 static char input[MAXCOMPLEXLEN]; /* shared by getcmd() and setpagercmd() */
337 * successive call to getcmd. Each argument is first assigned
344 getcmd(curdir, cmd, cmdsiz, name, namesiz, ap) function
960 * our interaction with getcmd()'s internal state. Don't do
1003 * Extract arguments for the pager command from getcmd()'s input buffer.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Ddomacro.c142 c = getcmd(margv[0]);
H A Dmain.c381 c = getcmd(margv[0]);
410 getcmd(char *name) function
669 c = getcmd(arg);
H A Dftp_var.h336 extern struct cmd *getcmd(char *name);
H A Dcmds.c1726 c = getcmd(argv[1]);
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c105 int getcmd, cntcmd; local
130 getcmd = ACE_GETACL;
134 getcmd = GETACL;
172 error = acl(fname, getcmd, acl_info->acl_cnt,
176 error = facl(fd, getcmd, acl_info->acl_cnt,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c108 static struct cmd *getcmd(char *);
707 c = getcmd(argv[0]);
722 getcmd(char *name) function
857 c = getcmd(arg);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c282 /* States for the inittab parser in getcmd(). */
563 static int getcmd(struct CMD_LINE *, char *);
1018 while (getcmd(&cmd, &cmd_string[0]) == TRUE) {
1238 while ((status = getcmd(&cmd, &cmd_string[0])) == TRUE) {
1507 * getcmd() parses lines from inittab. Each time it finds a command line
1516 getcmd(struct CMD_LINE *cmd, char *shcmd) function
2065 while (getcmd(&cmd, &line[0]) == TRUE) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3456 getcmd(name) function
3515 c = getcmd(margv[0]);
3566 c = getcmd(arg);
3660 c = getcmd(margv[0]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2761 boolean_t getcmd; local
2763 getcmd = ((cmd == IKE_SVC_GET_P1) || (cmd == IKE_SVC_GET_RULE) ||
2792 (getcmd) ? gettext("getting") : gettext("deleting"),
2800 if (getcmd) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c2205 boolean_t isv6, is_v4only_api, getcmd; local
2229 getcmd = (cmd == SIOCGIPMSFILTER || cmd == SIOCGMSFILTER);
2261 if (getcmd) {
2293 if (getcmd) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddump.c492 getcmd( function
1745 cmd_id = getcmd(&argc, argv, cmd);

Completed in 523 milliseconds