Lines Matching defs:line

48  * line with a level name.  init signals svc.startd via libscf and directs the
543 static char startd_cline[256] = ""; /* svc.startd's command line */
1180 * Extract the svc.startd command line and whether to restart it from its
1189 /* Save the command line. */
1204 "svc.startd command line too long. Ignoring.\n");
1507 * getcmd() parses lines from inittab. Each time it finds a command line
1586 * Zero out the cmd itself before trying next line.
1591 * Read in lines of inittab, parsing at colons, until a line is
1596 * regardless of whether line terminates with a newline or EOF.
1611 /* the line, otherwise just look for a real end */
1612 /* of line. */
1635 * beginning of a line, have seen a '#', and haven't
1741 /* line. If the '\n' wasn't preceded by a backslash, */
1743 /* preceded by a backslash then the next line is a */
1746 /* stored in the shell command line. */
1772 * for a good command line.
1803 * and quit trying to find a good command line.
1929 char line[MAXCMDL];
1955 while (fgets(line, MAXCMDL - 1, fp) != NULL &&
1960 length = strlen(line);
1961 if (line[length - 1] == '\n')
1962 line[length - 1] = '\0';
1967 if (line[0] == '#' || line[0] == '\0' ||
1968 (wslength = strspn(line, " \t\n")) ==
1969 strlen(line) ||
1970 strchr(line, '#') == line + wslength)
1974 * First make a pass through the line and change
1979 for (cp1 = line; *cp1 != '\0'; cp1++) {
1992 * Tokens within the line are separated by blanks
1993 * and tabs. For each token in the line which
1997 if ((tokp = strtok(line, " \t")) == NULL)
2050 char line[MAXCMDL];
2065 while (getcmd(&cmd, &line[0]) == TRUE) {
2067 process_startd_line(&cmd, line);
2319 * data preventing the fixed command line from executing.
2708 * Copy in the old "user", "line" and "host" fields
3541 * Make sure this process is talking to a legal tty line
3542 * and that /dev/syscon is linked to this line.
3547 "Standard input not a tty line\n");
3558 * Unlink /dev/syscon and relink it to the current line.