Searched refs:line (Results 1 - 25 of 1191) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A Dextract32 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/\"\ +\$//
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dis_linetou.c48 is_linetouched(WINDOW *win, int line) argument
50 if (line < 0 || line >= win->_maxy)
52 if (win->_firstch[line] == _INFINITY)
H A Dripoffline.c46 * 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)) argument
93 _ripstruct[_ripcounter].line = line;
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dversys.c51 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)) {
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppcomment.c31 ppcomment(char* head, char* comment, char* tail, int line) argument
33 NoP(line);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t56 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...]
/opensolaris-onvv-gate/usr/src/cmd/lp/terminfo/
H A D40.ti30 # 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,
/opensolaris-onvv-gate/usr/src/cmd/line/
H A Dline.c33 * 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);
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dstdethers.c44 * 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
[all...]
/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A DMapfile.py52 # comment and empty lines until the first non-empty line is seen.
53 # This line must be '$mapfile_version 2'.
57 for line in fh:
58 line = CmtRE.sub(r'', line)
59 line = LeadingWSRE.sub(r'', line)
60 if line == '' :
63 # First non=empty line must be version declaration
64 if not VersionRE.match(line)
[all...]
H A DKeywords.py60 for line in fh:
61 line = line.rstrip('\r\n')
64 if lenient and ident.search(line):
67 match = anykword.findall(line)
73 output.write(" %s\n" % line)
H A DHdrChk.py86 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 t
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c82 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
[all...]
H A Dsnoop_tcp.c85 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
229 char *line; local
339 print_tcpoptions_summary(uchar_t *opt, int optlen, char *line) argument
[all...]
H A Dsnoop_nis.c131 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
257 char *line; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c5 #line 2 "a2p.y"
24 #line 24 "y.tab.c"
2076 #line 401 "a2p.y"
2081 #line 2081 "y.tab.c"
2222 #line 51 "a2p.y"
2226 #line 55 "a2p.y"
2231 #line 60 "a2p.y"
2235 #line 62 "a2p.y"
2239 #line 66 "a2p.y"
2243 #line 6
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl22 # - can't use multiple ops per line;
70 local *line = shift;
73 if ($line =~ /^([a-z]+)/i) {
76 $line = substr($line,@+[0]); $line =~ s/^\s+//;
122 local *line = shift;
125 if ($line =~ /^\$([^,]+)/) {
128 $line = substr($line,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.c35 * of a line
38 getaline(line, maxlen, fp)
39 char *line;
47 start = line;
60 return (line);
67 * Input line is too long. Rest of the line needs to be discarded.
70 * then the next line too can be discarded.
76 * Discard the rest of the line
90 maxlen = strlen(line)
[all...]
/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dassert.c34 __assert(const char *assertion, const char *file, int line) argument
39 "%s, file: %s, line: %d", assertion, file, line);
/opensolaris-onvv-gate/usr/src/cmd/checkeq/
H A Dcheckeq.c53 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
116 line-start+1, delim, delim, start, line); local
123 line-start+1, delim, delim, start, line); local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c69 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...]
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Daddbib.c92 "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)
190 trim(char line[]) argument
[all...]
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dlogdir.c49 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) !
[all...]
/opensolaris-onvv-gate/usr/src/lib/efcode/packages/
H A Dparse.c84 line_error(char *where, int line, char *msg) argument
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; lin
[all...]
/opensolaris-onvv-gate/usr/src/lib/lvm/libsvm/common/
H A Dgetdrvname.c48 * is_blank() returns 1 (true) if a line specified is composed of
51 * Note. the argument (line) must be null-terminated.
54 is_blank(char *line) argument
56 for (/* nothing */; *line != '\0'; line++)
57 if (!isspace(*line))
81 char line[MAX_N2M_ALIAS_LINE], *cp; local
91 while ((fgets(line, sizeof (line), fp) != NULL) &&
94 if ((cp = strchr(line, '#')) !
[all...]

Completed in 107 milliseconds

1234567891011>>