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

1234567891011>>

/freebsd-10-stable/usr.bin/cmp/
H A Dmisc.c56 diffmsg(const char *file1, const char *file2, off_t byte, off_t line) argument
59 (void)printf("%s %s differ: char %lld, line %lld\n",
60 file1, file2, (long long)byte, (long long)line);
/freebsd-10-stable/usr.sbin/ppp/
H A Dsystems.c52 char line[100]; local
54 snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file);
55 fp = ID0fopen(line, "r");
57 log_Printf(LogWARN, "OpenSecret: Can't open %s.\n", line);
182 DecodeCtrlCommand(char *line, char *arg) argument
186 if (!strncasecmp(line, "include", 7) && issep(line[7])) {
187 end = InterpretArg(line+8, arg);
246 strip(char *line) argument
293 GetLabel(char *line, const char *filename, int linenum) argument
322 char line[LINE_LEN]; local
[all...]
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Descape.mk12 # anywhere in the makefile except in a command line, an include
13 # line, or a line immediately preceding an include line, it shall
15 # line, with a single <space>.
17 # When an escaped <newline> is found in a command line in a
18 # makefile, the command line shall contain the <backslash>, the
19 # <newline>, and the next line, except that the first character of
20 # the next line shall not be included if it is a <tab>.
22 # When an escaped <newline> is found in an include line o
[all...]
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-10-stable/sys/netgraph/
H A Dnetgraph.h167 void dumphook (hook_p hook, char *file, int line);
168 static __inline void _chkhook(hook_p hook, char *file, int line);
169 static __inline void _ng_hook_ref(hook_p hook, char * file, int line);
170 static __inline char * _ng_hook_name(hook_p hook, char * file, int line);
171 static __inline void _ng_hook_unref(hook_p hook, char * file, int line);
173 void * val, char * file, int line);
175 ng_rcvmsg_t *val, char * file, int line);
177 ng_rcvdata_t *val, char * file, int line);
178 static __inline void * _ng_hook_private(hook_p hook, char * file, int line);
179 static __inline int _ng_hook_not_valid(hook_p hook, char * file, int line);
191 _chkhook(hook_p hook, char *file, int line) argument
202 _ng_hook_ref(hook_p hook, char * file, int line) argument
209 _ng_hook_name(hook_p hook, char * file, int line) argument
216 _ng_hook_unref(hook_p hook, char * file, int line) argument
223 _ng_hook_set_private(hook_p hook, void *val, char * file, int line) argument
230 _ng_hook_set_rcvmsg(hook_p hook, ng_rcvmsg_t *val, char * file, int line) argument
237 _ng_hook_set_rcvdata(hook_p hook, ng_rcvdata_t *val, char * file, int line) argument
244 _ng_hook_private(hook_p hook, char * file, int line) argument
251 _ng_hook_not_valid(hook_p hook, char * file, int line) argument
258 _ng_hook_is_valid(hook_p hook, char * file, int line) argument
265 _ng_hook_node(hook_p hook, char * file, int line) argument
272 _ng_hook_peer(hook_p hook, char * file, int line) argument
279 _ng_hook_force_writer(hook_p hook, char * file, int line) argument
286 _ng_hook_force_queue(hook_p hook, char * file, int line) argument
293 _ng_hook_set_to_inbound(hook_p hook, char * file, int line) argument
300 _ng_hook_hi_stack(hook_p hook, char * file, int line) argument
459 _chknode(node_p node, char *file, int line) argument
470 _ng_node_name(node_p node, char *file, int line) argument
477 _ng_node_has_name(node_p node, char *file, int line) argument
484 _ng_node_id(node_p node, char *file, int line) argument
491 _ng_node_ref(node_p node, char *file, int line) argument
498 _ng_node_unref(node_p node, char *file, int line) argument
505 _ng_node_set_private(node_p node, void * val, char *file, int line) argument
512 _ng_node_private(node_p node, char *file, int line) argument
519 _ng_node_is_valid(node_p node, char *file, int line) argument
526 _ng_node_not_valid(node_p node, char *file, int line) argument
533 _ng_node_numhooks(node_p node, char *file, int line) argument
540 _ng_node_force_writer(node_p node, char *file, int line) argument
547 _ng_node_hi_stack(node_p node, char *file, int line) argument
554 _ng_node_really_die(node_p node, char *file, int line) argument
561 _ng_node_revive(node_p node, char *file, int line) argument
568 _ng_node_foreach_hook(node_p node, ng_fn_eachhook *fn, void *arg, char *file, int line) argument
727 _ngi_check(item_p item, char *file, int line) argument
734 _ngi_m(item_p item, char *file, int line) argument
741 _ngi_msg(item_p item, char *file, int line) argument
748 _ngi_retaddr(item_p item, char *file, int line) argument
755 _ngi_fn(item_p item, char *file, int line) argument
762 _ngi_fn2(item_p item, char *file, int line) argument
769 _ngi_arg1(item_p item, char *file, int line) argument
776 _ngi_arg2(item_p item, char *file, int line) argument
783 _ngi_node(item_p item, char *file, int line) argument
790 _ngi_hook(item_p item, char *file, int line) argument
[all...]
/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp130 for (uint32_t line = start_line; line <= end_line; ++line)
132 if (!m_last_file_sp->LineIsValid (line))
141 uint32_t bp_count = bp_locs->NumLineEntriesWithLine (line);
151 line == curr_line ? current_line_cstr : "",
152 line);
153 size_t this_line_size = m_last_file_sp->DisplaySourceLines (line, 0, 0, s);
170 uint32_t line,
182 if (line > context_befor
167 DisplaySourceLinesWithLineNumbers( const FileSpec &file_spec, uint32_t line, uint32_t context_before, uint32_t context_after, const char* current_line_cstr, Stream *s, const SymbolContextList *bp_locs ) argument
247 SetDefaultFileAndLine(const FileSpec &file_spec, uint32_t line) argument
266 GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line) argument
419 GetLineOffset(uint32_t line) argument
443 PeekLineData(uint32_t line) argument
455 GetLineLength(uint32_t line, bool include_newline_chars) argument
486 LineIsValid(uint32_t line) argument
497 DisplaySourceLines(uint32_t line, uint32_t context_before, uint32_t context_after, Stream *s) argument
597 CalculateLineOffsets(uint32_t line) argument
[all...]
/freebsd-10-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-10-stable/contrib/ofed/management/infiniband-diags/scripts/
H A Dibprintswitch.pl102 while (my $line = <IBNET_TOPO>) {
103 if ($line =~ /^Switch.*\"S-(.*)\"\s+# (.*) port.*/) {
113 print $line;
118 if ($line =~ /^Ca.*/) { $in_switch = "no"; }
120 if ($line =~ /^\[(\d+)\].*/ && $in_switch eq "yes") {
121 $ports{$1} = $line;
/freebsd-10-stable/contrib/tcsh/
H A Dsvn11 for line in pipeOut:
13 if os.path.isdir(line.strip()):
15 print prefix + line.strip() + term
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp20 line(LLDB_INVALID_LINE_NUMBER),
46 line(_line),
61 line = LLDB_INVALID_LINE_NUMBER;
74 return range.GetBaseAddress().IsValid() && line != LLDB_INVALID_LINE_NUMBER;
88 if (line)
92 if (line)
93 s->Printf ("%u", line);
128 if (line)
129 s->Printf(", line = %u", line);
[all...]
/freebsd-10-stable/games/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-10-stable/sys/boot/common/
H A Dinterp_forth.c75 char *name, *line, *tail, *cp; local
107 line = malloc(strlen(name) + len + 1);
108 strcpy(line, name);
114 strcat(line, " ");
115 strncat(line, cp, len);
123 line = malloc(strlen(name) + len + 2);
124 strcpy(line, name);
126 strcat(line, " ");
127 strncat(line, tail, len);
131 DEBUG("cmd '%s'", line);
298 bf_run(char *line) argument
[all...]
/freebsd-10-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 */
613 * Check if the current character is escaped on the current line
623 ParseIsEscaped(const char *line, const char *c) argument
627 if (line
809 ParseMessage(char *line) argument
1202 ParseDoDependency(char *line) argument
1787 Parse_IsVar(char *line) argument
1860 Parse_DoVar(char *line, GNode *ctxt) argument
2288 ParseDoInclude(char *line) argument
2462 Parse_SetInput(const char *name, int line, int fd, char *(*nextbuf)(void *, size_t *), void *arg) argument
2539 ParseTraditionalInclude(char *line) argument
2602 ParseGmakeExport(char *line) argument
2713 char *line; local
2885 char *line; /* Result */ local
2991 char *line; /* the line we're working on */ local
[all...]
/freebsd-10-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-10-stable/contrib/mdocml/
H A Dmdoc_macro.c239 * Lookup a macro following the initial line macro.
463 struct mdoc *m, int line, int ppos)
518 mandoc_vmsg(MANDOCERR_SCOPENEST, m->parse, line, ppos,
534 enum mdoct tok, int line, int ppos)
547 line, ppos, "%s breaks %s",
555 if (make_pending(n, tok, m, line, ppos) ||
560 mdoc_pmsg(m, line, ppos, MANDOCERR_NOSCOPE);
578 ! mdoc_body_alloc(m, n->line, n->pos, n->tok))
590 dword(struct mdoc *m, int line, argument
597 if ( ! mdoc_word_alloc(m, line, co
462 make_pending(struct mdoc_node *broken, enum mdoct tok, struct mdoc *m, int line, int ppos) argument
533 rew_sub(enum mdoc_type t, struct mdoc *m, enum mdoct tok, int line, int ppos) argument
621 append_delims(struct mdoc *m, int line, int *pos, char *buf) argument
1711 phrase(struct mdoc *m, int line, int ppos, char *buf) argument
[all...]
/freebsd-10-stable/usr.sbin/jail/
H A Djaillex.l131 warnx("%s line %d: unterminated comment",
137 warnx("%s line %d: unterminated string",
143 warnx("%s line %d: unterminated variable",
161 warnx("%s line %d: %s", cfname, lineno, s);
165 warnx("%s line %d: %s: %s", cfname, lineno, yytext, s);
/freebsd-10-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-10-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-10-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-10-stable/lib/libstand/
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-10-stable/usr.bin/colldef/
H A Dscan.l105 errx(EX_UNAVAILABLE, "map expected near line %u of %s",
114 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '/'",
120 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '>'",
126 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\"'",
134 errx(EX_UNAVAILABLE, "non-empty name expected near line %u",
141 errx(EX_UNAVAILABLE, "name <%s> not 'charmap'-defined near line %u",
161 errx(EX_UNAVAILABLE, "non-ASCII or non-printable character 0x%02x not allowed in the map/name near line %u of %s",
164 errx(EX_UNAVAILABLE, "map/name buffer overflow near line %u of %s, character '%c'",
170 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\t'",
176 errx(EX_UNAVAILABLE, "string buffer overflow near line
[all...]
/freebsd-10-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...]

Completed in 251 milliseconds

1234567891011>>