Searched refs:line (Results 126 - 150 of 1636) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/lex/
H A Dinitparse.c19 #line 35 "parse.y"
100 #line 99 "parse.c"
514 #line 948 "parse.y"
623 /* line_warning - report a warning at a given line, unless -w was given */
625 void line_warning( str, line )
627 int line;
634 line_pinpoint( warning, line );
639 /* line_pinpoint - write out a message, pinpointing it at the given line */
641 void line_pinpoint( str, line )
643 int line;
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacroscope.c51 ms->line = sal.line;
59 of #line directives, so if you debug a YACC parser you'll get
64 representation to handle #line directives, and get GCC to
70 ms->line = -1;
116 sal.line = cursal.line;
131 return macro_lookup_definition (ms->file, ms->line, name);
H A Dmacrotab.h34 - Answer 1: "Filename and line number." (Or column number, if
39 - Answer 2: "Compilation unit, filename, and line number." This is
43 set a breakpoint on line 12 of the fifth #inclusion of "foo.c"?
45 - Answer 3: "Compilation unit, chain of #inclusions, and line
70 In this interface, the first line of a file is numbered 1, not 0.
88 2002, GCC does record the effect of #line directives in the source
89 line info, but not in macro info. This means that GDB's symtabs
97 suitable for ordinary non-macro line number info.
99 Suppose you take your main source file, and after each line
107 splicing the last #included line wit
[all...]
H A Dada-exp.c155 #line 38 "ada-exp.y"
268 #line 137 "ada-exp.y"
508 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
1054 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1506 Otherwise, the following line sets YYVAL to garbage.
1518 #line 209 "ada-exp.y"
1525 #line 217 "ada-exp.y"
1530 #line 222 "ada-exp.y"
1535 #line 226 "ada-exp.y"
1543 #line 23
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarshell.exp1 make: "varshell.mk" line 5: warning: "/bin/no/such/command 2> /dev/null" returned non-zero status
2 make: "varshell.mk" line 8: warning: "false" returned non-zero status
3 make: "varshell.mk" line 9: warning: "echo "output before the error"; false" returned non-zero status
/freebsd-11-stable/contrib/tcsh/
H A Dsvn11 for line in pipeOut:
13 if os.path.isdir(line.strip()):
15 print prefix + line.strip() + term
/freebsd-11-stable/usr.bin/number/
H A Dnumber.c89 char line[256]; local
106 fgets(line, sizeof(line), stdin) != NULL; first = 0) {
107 if (strchr(line, '\n') == NULL)
108 errx(1, "line too long.");
111 convert(line);
123 convert(char *line) argument
130 for (p = line; *p != '\0' && *p != '\n'; ++p) {
132 if (p == line) {
133 ++line;
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dparse.c99 * of the current file and the line number in that file so that error
114 * Parse_IsVar Returns TRUE if the given line is a
164 int lineno; /* current line number in file */
165 int first_lineno; /* line number of start of text */
239 * dependency line in the first makefile.
264 * seen, then set to each successive source on the line.
271 /* true if currently in a dependency line or its commands */
612 * Check if the current character is escaped on the current line
622 ParseIsEscaped(const char *line, const char *c) argument
626 if (line
810 ParseMessage(char *line) argument
1203 ParseDoDependency(char *line) argument
1788 Parse_IsVar(char *line) argument
1861 Parse_DoVar(char *line, GNode *ctxt) argument
2289 ParseDoInclude(char *line) argument
2463 Parse_SetInput(const char *name, int line, int fd, char *(*nextbuf)(void *, size_t *), void *arg) argument
2540 ParseTraditionalInclude(char *line) argument
2603 ParseGmakeExport(char *line) argument
2714 char *line; local
2886 char *line; /* Result */ local
2992 char *line; /* the line we're working on */ local
[all...]
/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py27 # This is a global string that represents the current file and line
172 # coalesced and each logical line is passed to the callback function.
180 for line in f:
186 line = line[:-1]
188 # If the previous line had an escaped newline, append this
189 # line to that.
191 line = current + line
194 # If the line end
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dsoelim.c92 char *line = NULL; local
100 while ((linelen = getline(&line, &linecap, f)) > 0) {
101 if (strncmp(line, ".so", 3) != 0) {
102 printf("%s", line);
106 walk = line + 3;
108 printf("%s", line);
119 if (cp < line + linelen)
123 printf("%s", line);
127 free(line);
134 free(line);
[all...]
/freebsd-11-stable/usr.bin/soelim/
H A Dsoelim.c88 char *line = NULL; local
96 while ((linelen = getline(&line, &linecap, f)) > 0) {
97 if (strncmp(line, ".so", 3) != 0) {
98 printf("%s", line);
102 walk = line + 3;
104 printf("%s", line);
115 if (cp < line + linelen)
119 printf("%s", line);
123 free(line);
130 free(line);
[all...]
/freebsd-11-stable/usr.sbin/jail/
H A Djaillex.l134 warnx("%s line %d: unterminated comment",
140 warnx("%s line %d: unterminated string",
146 warnx("%s line %d: unterminated variable",
164 warnx("%s line %d: %s", cfname, lineno, s);
168 warnx("%s line %d: %s: %s", cfname, lineno, yytext, s);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dparseunbound.pl66 for my $line ( <$in> ) {
67 chomp($line);
70 if ($line =~ m/^\[\d+\] unbound\[\d+:(\d+)\]/) {
76 # this line doesn't contain a pid:thread. skip.
81 if ( $line =~ m/info: server stats for thread \d+: (\d+) queries, (\d+) answers from cache, (\d+) recursions/ ) {
88 elsif ( $line =~ m/info: server stats for thread (\d+): requestlist max (\d+) avg ([0-9\.]+) exceeded (\d+)/ ) {
93 elsif ( $line =~ m/info: average recursion processing time ([0-9\.]+) sec/ ) {
96 elsif ( $line =~ m/info: histogram of recursion processing times/ ) {
99 elsif ( $line =~ m/info: \[25%\]=([0-9\.]+) median\[50%\]=([0-9\.]+) \[75%\]=([0-9\.]+)/ ) {
104 elsif ( $line
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_hints.c61 char *line, *eq; local
73 line = malloc(i + 1, M_TEMP, M_WAITOK);
74 strcpy(line, cp);
75 line[eqidx] = line[i] = '\0';
82 if (testenv(line) == 0)
83 kern_setenv(line, line + eqidx + 1);
84 free(line, M_TEMP);
122 res_find(char **hintp_cookie, int *line, in argument
304 resource_find(int *line, int *startln, const char *name, int *unit, const char *resname, const char *value, const char **ret_name, int *ret_namelen, int *ret_unit, const char **ret_resname, int *ret_resnamelen, const char **ret_value) argument
341 int line; local
365 int line; local
387 int line; local
500 int error, line; local
[all...]
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dfsshare.c68 * Read one line from a file. Skip comments, empty lines and a line with a
74 static char line[MAXLINESIZE]; local
81 s = fgets(line, sizeof(line), fd);
85 if (line[0] == '\n' || line[0] == '#')
87 len = strlen(line);
88 if (line[len - 1] == '\n')
89 line[le
154 char *line; local
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in29 my $line = "";
35 if ($line) {
36 $line .= " ".$1;
38 $line = $1;
43 $line .= $_;
47 my @vals = split(/\s+/,$line);
58 $line = ""; $done = 0;
/freebsd-11-stable/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp108 printf("%% file %s, line %d\n", current_filename, current_lineno);
112 void do_so(const char *line) argument
114 const char *p = line;
152 fputs(line, stdout);
230 string line; local
232 line += c;
234 line += '\n';
235 line += '\0';
236 do_so(line.contents());
262 string line; local
[all...]
/freebsd-11-stable/stand/libsa/
H A Dzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) argument
89 Free(void *ptr, const char *file, int line) argument
100 printf("free: duplicate free @ %p from %s:%d\n", ptr, file, line);
104 panic("free: guard1 fail @ %p from %s:%d", ptr, file, line);
109 printf("free: duplicate2 free @ %p from %s:%d\n", ptr, file, line);
113 panic("free: guard2 fail @ %p + %zu from %s:%d", ptr, res->ga_Bytes - MALLOCALIGN, file, line);
127 Calloc(size_t n1, size_t n2, const char *file, int line) argument
132 if ((res = Malloc(bytes, file, line)) != NULL) {
149 Realloc(void *ptr, size_t size, const char *file, int line) argument
154 if ((res = Malloc(size, file, line)) !
179 Reallocf(void *ptr, size_t size, const char *file, int line) argument
[all...]
/freebsd-11-stable/usr.bin/colldef/
H A Dscan.l107 errx(EX_UNAVAILABLE, "map expected near line %u of %s",
116 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '/'",
122 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '>'",
128 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\"'",
136 errx(EX_UNAVAILABLE, "non-empty name expected near line %u",
143 errx(EX_UNAVAILABLE, "name <%s> not 'charmap'-defined near line %u",
163 errx(EX_UNAVAILABLE, "non-ASCII or non-printable character 0x%02x not allowed in the map/name near line %u of %s",
166 errx(EX_UNAVAILABLE, "map/name buffer overflow near line %u of %s, character '%c'",
172 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\t'",
178 errx(EX_UNAVAILABLE, "string buffer overflow near line
[all...]
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c110 * While the whatis line is being formed, it is stored in whatis_proto.
334 char line[LINE_ALLOC]; local
342 while (fgets(line, sizeof line, output) != NULL) {
343 line[strlen(line) - 1] = '\0';
344 sl_add(whatis_lines, strdup(line));
377 char *line = whatis_lines->sl_str[i]; local
378 if (i > 0 && strcmp(line, prev) == 0)
380 prev = line;
467 only_digits(char *line) argument
484 name_section_line(char *line, const char *section_start) argument
581 process_man_line(char *line) argument
601 process_mdoc_line(char *line) argument
698 char *line; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl22 # - can't use multiple ops per line;
107 local *line = shift;
110 if ($line =~ /^([a-z][a-z0-9]*)/i) {
113 $line = substr($line,@+[0]); $line =~ s/^\s+//;
125 } elsif ($self->{op} =~ /mov[dq]/ && $line =~ /%xmm/) {
186 local *line = shift;
189 if ($line =~ /^\$([^,]+)/) {
192 $line
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dhistsearch.c55 appear at the beginning of a history line, otherwise, the string
56 may appear anywhere in the line. If the string is found, then
58 function is the offset in the line of that history entry that the
68 register char *line; local
92 /* Search each line in the history list for STRING. */
98 line = the_history[i]->line;
99 line_index = strlen (line);
101 /* If STRING is longer than line, no match. */
111 if (STREQN (string, line, string_le
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dutmpx_login.c26 int utmpx_login(char *line, const char *user, const char *host) { return 0; } argument
30 utmpx_update(struct utmpx *ut, char *line, const char *user, const char *host) argument
33 char *clean_tty = clean_ttyname(line);
58 prepare_utmp (&utmp, line, user, host);
68 utmpx_login(char *line, const char *user, const char *host) argument
89 utmpx_update(&save_ut, line, user, host);
99 utmpx_update(&newut, line, user, host);
/freebsd-11-stable/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c61 char *line, *name, **mem; local
77 while (!found && (line = fgetln(f, &len)) != NULL) {
78 if (*line == '#')
80 while (len > 0 && isspace(line[len - 1]))
85 if (*line != '@') {
86 if (len == ulen && strncmp(user, line, len) == 0)
91 asprintf(&name, "%.*s", (int)len - 1, line + 1);
/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl43 my $line = 0;
65 warn("[$fn:$line] $func(): can't parse argument list\n");
67 $line += @saved;
77 warn("[$fn:$line] $func(): unknown type for '$arg' argument\n");
79 $line += @saved;
97 warn("[$fn:$line] $func(): too many arguments\n");
99 $line += @saved;
103 ++$line;
105 warn("[$fn:$line] $func(): definition exceeds 80 characters\n")
108 ++$line;
[all...]

Completed in 177 milliseconds

1234567891011>>