HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 1 - 25 of 1209) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
extract 32 while read line; do
33 echo "$line" | grep '^.*{".*\.tag"' > /dev/null
36 print -n `echo "$line" | sed s/'\.'/\ / | \
41 echo "$line" | grep '^\".*+$' | sed s/^\"//g | sed s/\"\ +\$//
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
is_linetou.c 48 is_linetouched(WINDOW *win, int line)
50 if (line < 0 || line >= win->_maxy)
52 if (win->_firstch[line] == _INFINITY)
ripoffline.c 46 * such that a line is removed from the user's screen by initscr. This
48 * which tells initscr to reduce the size of stdscr by one for each line
58 int line; member in struct:_ripdef
82 ((flag = _ripstruct[i].line) > 0) ? 0 : LINES, 0), COLS);
90 ripoffline(int line, int (*initfunction)(WINDOW *, int))
93 _ripstruct[_ripcounter].line = line;
  /onnv/onnv-gate/usr/src/cmd/bnu/
versys.c 51 char line[BUFSIZ]; local
70 while (getsysline(line, sizeof(line))) {
71 if((line[0] == '#') || (line[0] == ' ') || (line[0] == '\t') ||
72 (line[0] == '\n'))
75 if ((iptr=strpbrk(line, " \t")) == NULL)
78 if (EQUALS(name, line)) {
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppcomment.c 31 ppcomment(char* head, char* comment, char* tail, int line)
33 NoP(line);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
s2p.t 56 line 1
57 line 2
58 line 3
59 line 4
60 line 5
61 line 6
62 line 7
63 line 8
146 line 1
147 line
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/qued/
arrows.c 44 * single-line and multi-line scrollable fields
49 register unsigned line; local
52 line = 0;
59 line |= VT_UPSARROW;
61 line |= VT_DNSARROW;
62 if (line & VT_UPSARROW) {
63 if (line & VT_DNSARROW)
68 else if (line & VT_DNSARROW) {
69 if (line & VT_UPSARROW
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/terminfo/
40.ti 30 # Entries for the AT&T Model 40 line printers
35 40-80-6|att40-80-6|AT&T Model 40 line printer 80 cloumn 6 line per inch,
51 40-80-8|att40-80-8|AT&T Model 40 line printer 80 cloumn 8 line per inch,
57 40-132-6|att40-132-6|AT&T Model 40 line printer 132 cloumn 6 line per inch,
63 40-132-8|att40-132-8|AT&T Model 40 line printer 132 cloumn 8 line per inch,
  /onnv/onnv-gate/usr/src/cmd/line/
line.c 33 * This program reads a single line from the standard input
53 char line[LSIZE]; local
57 linep = line;
58 linend = line + LSIZE;
62 (void) write(1, line, LSIZE);
63 linep = line;
69 (void) write(1, line, linep-line);
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.logindevperm 38 while read line; do
40 entry=`echo "$line" | egrep "^[# ]*/[a-zA-Z0-9\/]+[ ]+[0-9]+[ ]+"`
42 echo "$line"
47 devices=`echo "$line" | awk '{print $3}'`
49 echo "$line"
54 drivers=`echo "$line" | awk '{print $4}'`
66 tmp_line=`echo "$line" | sed 's:/dev/vt/active:/dev/console:'`
71 echo "$line"
76 while read line; do
78 entry=`echo "$line" | egrep "^[# ]*/[a-zA-Z0-9\/]+[ ]+[0-9]+[ ]+"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
stdethers.c 44 * The hostname buffer must be at least as large as the line buffer
48 char line[MAXHOSTNAMELEN + 256], *lf, hostname[sizeof (line)]; local
62 while (fgets(line, sizeof (line), in) != NULL) {
63 lf = strchr(line, '\n');
66 if ((line[0] == '#') || (line[0] == '\0'))
68 if (ether_line(line, &e, hostname) == 0) {
73 "%s: ignoring line: %s\n", argv[0], line)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_solarnet.c 82 char *line; local
99 line = get_sum_line();
102 (void) sprintf(line,
105 line += strlen(line);
109 (void) sprintf(line, " %s",
111 line += strlen(line);
112 (void) sprintf(line, "/%s",
114 line += strlen(line)
    [all...]
snoop_tcp.c 85 char *line, *endline; local
98 line = get_sum_line();
99 endline = line + MAXLINE;
100 (void) snprintf(line, endline - line, "TCP D=%d S=%d",
102 line += strlen(line);
106 (void) snprintf(line, endline - line, " %s",
108 line += strlen(line)
229 char *line; local
    [all...]
snoop_nis.c 131 char *line; local
143 line = get_sum_line();
146 (void) sprintf(line,
149 line += strlen(line);
154 (void) sprintf(line, " %s",
158 (void) sprintf(line, " %s",
164 check_retransmit(line, xid);
166 (void) sprintf(line, "NISBIND R %s ",
168 line += strlen(line)
257 char *line; local
    [all...]
  /onnv/onnv-gate/usr/src/tools/onbld/Checks/
HdrChk.py 86 for line in self.file:
88 if not line or line.isspace():
91 line = line.rstrip('\r\n')
94 if line.endswith('\\'):
95 line = line[0:-1] + self.getline()
97 return line
103 # Optionally take a line to start skipping/processing wit
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
a2p.c 5 #line 2 "a2p.y"
24 #line 24 "y.tab.c"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ypcmd/revnetgroup/
util.c 38 * of a line
41 getline(line, maxlen, fp)
42 char *line;
50 start = line;
63 return (line);
70 * Input line is too long. Rest of the line needs to be discarded.
73 * then the next line too can be discarded.
79 * Discard the rest of the line
93 maxlen = strlen(line) + 1
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/sa/
assert.c 34 __assert(const char *assertion, const char *file, int line)
39 "%s, file: %s, line: %d", assertion, file, line);
  /onnv/onnv-gate/usr/src/cmd/checkeq/
checkeq.c 53 int start, line, eq, ndel, totdel; local
56 start = eq = line = ndel = totdel = 0;
58 line++;
66 gettext(" Spurious EQ, line %d\n"),
67 line);
70 gettext(" EQ in %c%c, line %d\n"),
71 delim, delim, line);
75 gettext(" Spurious EN, line %d\n"),
76 line);
81 gettext(" EN in %c%c, line %d\n")
116 line-start+1, delim, delim, start, line); local
123 line-start+1, delim, delim, start, line); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/
Sys_malloc.c 69 int line
72 _Malloc (size, file, line)
75 int line;
94 int line
97 _Realloc (ptr, size, file, line)
101 int line;
120 int line
123 _Calloc (nelem, elsize, file, line)
127 int line;
145 int line
    [all...]
  /onnv/onnv-gate/usr/src/cmd/refer/
addbib.c 92 "Invalid command line flag: %s\n"), argv[i]);
111 char line[BUFSIZ]; local
115 fgets(line, BUFSIZ, stdin);
116 if (line[0] == 'y' || line[0] == 'Y')
123 if (fgets(line, BUFSIZ, stdin) == NULL) {
127 if (line[0] == '-' && line[1] == '\n') {
134 } else if (line[strlen(line)-2] == '\\')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/
ldapaddent.h 73 extern int genent_user_attr(char *line, int (*cback)());
74 extern int genent_prof_attr(char *line, int (*cback)());
75 extern int genent_exec_attr(char *line, int (*cback)());
76 extern int genent_auth_attr(char *line, int (*cback)());
77 extern int genent_audit_user(char *line, int (*cback)());
78 extern int genent_tnrhdb(char *line, int (*cback)());
79 extern int genent_tnrhtp(char *line, int (*cback)());
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
logdir.c 49 static char line[BUFSIZ+1]; variable
74 /* get the next line in the password file */
75 i = read(pwf, line, BUFSIZ);
77 if (line[j] == '\n')
82 line[++j] = 0; /* terminate the line */
83 /* point at the next line */
85 p = passwdfield(line); /* get the logname */
86 } while (*name != *line || /* fast pretest */
87 strcmp(name, line) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
soconfig.c 42 * with the first line registering and the second line
54 static int split_line(char *line, char *argvec[], int maxargvec);
57 char *path, int line);
105 * Open the specified file and parse each line. Skip comments (everything
111 char line[MAXLINELEN]; local
127 while (fgets(line, sizeof (line) - 1, fp) != NULL) {
129 strcpy(pline, line);
143 /* Empty line - or comment only line *
    [all...]
  /onnv/onnv-gate/usr/src/lib/efcode/packages/
parse.c 84 line_error(char *where, int line, char *msg)
86 log_message(MSG_ERROR, "%s:%d: %s\n", where, line, msg);
94 char *buffer, *line, *target, *next; local
105 while ((line = fgets(buffer, PARSE_LINE, fd)) != NULL) {
107 if ((next = strpbrk(line, " \t#\n")) != NULL)
109 if (strlen(line) == 0)
111 if ((target = strchr(line, ':')) == NULL) {
112 line_error(where, lnum, "Badly formed line");
116 if (strlen(line) == 0) {
124 for (; line; line = next)
    [all...]

Completed in 5540 milliseconds

1 2 3 4 5 6 7 8 91011>>