Searched defs:getcmd (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | interactive.c | 39 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 D | main.c | 381 c = getcmd(margv[0]); 410 getcmd(char *name) function 669 c = getcmd(arg);
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 105 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 D | main.c | 108 static struct cmd *getcmd(char *); 707 c = getcmd(argv[0]); 722 getcmd(char *name) function 857 c = getcmd(arg);
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | dump.c | 492 getcmd( function 1745 cmd_id = getcmd(&argc, argv, cmd);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_multi.c | 2205 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/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 3456 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 D | ikeadm.c | 2761 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/cmd/init/ |
H A D | init.c | 282 /* 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) {
|
Completed in 86 milliseconds