Lines Matching defs:command
40 * command is supported through calls to the more general sacadm and pmadm
44 * The -m option of the SVR3.2 nlsadmin command is now ignored.
109 char *command;
124 char *cmdptr = NULL; /* set with -c command */
133 int flag = 0; /* bit flag of type of command */
134 int exitcode = 0; /* exit status of this command */
330 /* determine if this command requires a netspec */
466 nlsmesg(MM_ERROR, "System error in SAC command");
539 /* path: full path of command or pipe */
542 /* CFLAG for command */
783 entry.command, (*entry.comment)?entry.comment:"");
1179 old_addsvc(NLPSSVCCODE, laddr, entry.command, entry.comment, entry.modules, entry.id, entry.flags, netspec);
1221 old_addsvc(TTYSVCCODE, taddr, entry.command, entry.comment, entry.modules, entry.id, entry.flags, netspec);
1305 entry->command = ptr;
1306 if ((ptr = strchr(entry->command, '#')) == NULL)