Searched refs:line (Results 176 - 200 of 1636) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/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 DPRINTF("cmd '%s'", line);
295 bf_run(const char *line) argument
374 int prevsrcid, fd, line; local
[all...]
H A Dinterp_simple.c70 * Header prepended to each line. The text immediately follows the header.
78 int line; member in struct:includeline
91 int fd, flags, line; local
103 line = 0;
106 line++;
123 /* Allocate script line structure and copy line, flags */
125 continue; /* ignore empty line, save memory */
135 "file '%s' line %d: memory allocation failure - aborting",
136 filename, line);
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_hline.c55 struct ldat *line = &(win->_line[win->_cury]); local
63 CHANGED_RANGE(line, start, end);
72 line->text[end] = wch;
H A Dlib_vline.c69 struct ldat *line = &(win->_line[end]); local
70 line->text[col] = wch;
71 CHANGED_CELL(line, col);
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c54 struct ldat *line = &(win->_line[win->_cury]); local
62 CHANGED_RANGE(line, start, end);
71 line->text[end] = wch;
H A Dlib_vline_set.c68 struct ldat *line = &(win->_line[end]); local
69 line->text[col] = wch;
70 CHANGED_CELL(line, col);
/freebsd-11-stable/contrib/gcc/
H A Ddebug.c91 debug_nothing_int_charstar (unsigned int line ATTRIBUTE_UNUSED,
97 debug_nothing_int (unsigned int line ATTRIBUTE_UNUSED)
102 debug_nothing_int_int (unsigned int line ATTRIBUTE_UNUSED,
H A Drtl-error.c67 loc.line = ASM_OPERANDS_SOURCE_LINE (asmop);
75 /* Report a diagnostic MESSAGE (an errror or a WARNING) at the line number
77 and each ASM_OPERANDS records its own source file and line. */
110 _fatal_insn (const char *msgid, rtx insn, const char *file, int line, argument
120 fancy_abort (file, line, function);
124 _fatal_insn_not_found (rtx insn, const char *file, int line, argument
128 _fatal_insn ("unrecognizable insn:", insn, file, line, function);
131 insn, file, line, function);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Drwlock_emul.c15 void eMrwlock_read_enter(rw, file, line)
18 int line;
33 rw->eMrw_heldat = line;
37 void eMrwlock_write_enter(rw, file, line)
40 int line;
55 rw->eMrw_heldat = line;
59 void eMrwlock_try_upgrade(rw, file, line)
62 int line;
77 rw->eMrw_heldat = line;
80 void eMrwlock_downgrade(rw, file, line)
[all...]
/freebsd-11-stable/usr.sbin/chkgrp/
H A Dchkgrp.c64 char *line; local
91 /* check line by line */
93 if ((line = fgetln(gf, &len)) == NULL)
95 if (len > 0 && line[len - 1] != '\n') {
96 warnx("%s: line %d: no newline character", gfn, n);
99 while (len && isspace(line[len-1]))
103 for (p = line; p < line + len; p++)
109 * Hack: special case for + line
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-exp.c145 #line 37 "objc-exp.y"
244 #line 126 "objc-exp.y"
278 #line 151 "objc-exp.y"
511 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
1033 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1485 Otherwise, the following line sets YYVAL to garbage.
1497 #line 236 "objc-exp.y"
1504 #line 244 "objc-exp.y"
1509 #line 249 "objc-exp.y"
1514 #line 25
[all...]
H A Dm2-exp.c155 #line 41 "m2-exp.y"
261 #line 137 "m2-exp.y"
492 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
989 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
1441 Otherwise, the following line sets YYVAL to garbage.
1453 #line 210 "m2-exp.y"
1461 #line 219 "m2-exp.y"
1466 #line 223 "m2-exp.y"
1471 #line 225 "m2-exp.y"
1477 #line 23
[all...]
H A Ddisasm.c35 /* This Structure is used to store line number information.
36 We need a different sort of line table from the normal one cuz we can't
37 depend upon implicit line-end pc's for lines to do the
42 int line; member in struct:dis_line_entry
79 val = mle1->line - mle2->line;
98 int line; local
118 &line, &unmapped))
120 /* We don't care now about line, filename and
185 if (le[i].line
[all...]
H A Dcomplaints.c57 int line; member in struct:complain
127 int line, const char *fmt)
141 && complaint->line == line)
149 complaint->line = line;
170 vcomplaint (struct complaints **c, const char *file, int line, const char *fmt, argument
174 struct complain *complaint = find_complaint (complaints, file, line, fmt);
188 internal_vwarning (complaint->file, complaint->line, complaint->fmt, args);
208 /* Force a line
126 find_complaint(struct complaints *complaints, const char *file, int line, const char *fmt) argument
253 internal_complaint(struct complaints **complaints, const char *file, int line, const char *fmt, ...) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_mutex.c231 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) argument
241 curthread, m->lock_object.lo_name, file, line));
243 ("mtx_lock() of destroyed mutex @ %s:%d", file, line));
246 file, line)); local
248 LOP_NEWORDER | LOP_EXCLUSIVE, file, line, NULL);
253 _mtx_lock_sleep(m, v, opts, file, line);
256 m, 0, 0, file, line);
258 line);
260 file, line);
265 __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file, int line) argument
275 file, line)); local
290 __mtx_lock_spin_flags(volatile uintptr_t *c, int opts, const char *file, int line) argument
304 m->lock_object.lo_name, file, line)); local
331 __mtx_trylock_spin_flags(volatile uintptr_t *c, int opts, const char *file, int line) argument
345 m->lock_object.lo_name, file, line)); local
359 __mtx_unlock_spin_flags(volatile uintptr_t *c, int opts, const char *file, int line) argument
370 m->lock_object.lo_name, file, line)); local
408 file, line)); local
446 _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file, int line) argument
462 __mtx_lock_sleep(volatile uintptr_t *c, uintptr_t v, int opts, const char *file, int line) argument
673 _mtx_lock_spin_cookie(volatile uintptr_t *c, uintptr_t v, int opts, const char *file, int line) argument
775 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) argument
782 m->lock_object.lo_name, file, line)); local
797 _thread_lock(struct thread *td, int opts, const char *file, int line) argument
839 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) argument
982 __mtx_unlock_sleep(volatile uintptr_t *c, uintptr_t v, int opts, const char *file, int line) argument
1044 __mtx_assert(const volatile uintptr_t *c, int what, const char *file, int line) argument
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dlogwtmp.c19 Modified by cmetz for OPIE 2.32. Don't leave line=NULL, skip
20 past /dev/ in line. Fill in ut_host on systems with UTMPX and
115 VOIDRET opielogwtmp FUNCTION((line, name, host), char *line AND char *name AND char *host AND char *id)
127 if (!line) {
132 line = "";
134 if (!strncmp(line, "/dev/", 5))
135 line += 5;
153 strncpy(ut.ut_line, line, sizeof(ut.ut_line));
170 strncpy(utx.ut_line, line, sizeo
[all...]
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk49 print " -l set line width for output files [80]";
81 # If a line exceeds maxlength, split it into multiple
89 function format_line (line, maxlength, indent)
93 while (length(line) > maxlength) {
99 if (!match(substr(line, 1, maxlength + 1), /^.*, /))
101 rline = rline substr(line, 1, RLENGTH - 1) "\n";
102 line = sprintf("%*s", indent, "") substr(line, RLENGTH + 1);
104 return rline line;
133 # Handle "INTERFACE" line
[all...]
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dprutil.c37 int sched_is(int line, struct sched_param *p, int shouldbe) argument
55 "At line %d the scheduler should be %s yet it is %s.\n",
56 line, sched_text(shouldbe), sched_text(scheduler));
/freebsd-11-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl9 # command line parsing
94 my ($line) = @_;
96 $line =~ s/'\('/ _lpar_ /g; # prevent splitting of '('
97 $line =~ s/'\)'/ _rpar_ /g; # prevent splitting of ')'
98 $line =~ s/'''/'_squote_'/g; # remove quoted single quotes from matches below
99 $line =~ s/([()])/ $1 /g; # insert blanks around remaining parentheses
102 $matches = ($line =~ s/^([^']*)'([^']+)'/$1_squoteL_$2_squoteR_/g);
104 $line =~ s/_squoteL_ _squoteR_/ _spc_ /g; # prevent splitting of ' '
105 my @KEYTOKEN = split (" ", $line);
128 if ($C =~ m/^\s*\d/) { # line begin
[all...]
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl79 my $line = join(",",@_);
80 if ($line =~ /^"(.*)"$/)
210 while($line=<>) {
212 $line =~ s|[#!;].*$||; # get rid of asm-style comments...
213 $line =~ s|/\*.*\*/||; # ... and C-style comments...
214 $line =~ s|^\s+||; # ... and skip white spaces in beginning...
215 $line =~ s|\s+$||; # ... and at the end
218 $line =~ s|\b\.L(\w+)|L$1|g; # common denominator for Locallabel
219 $line =~ s|\bL(\w+)|\.L$1|g if ($dotinlocallabels);
223 $line
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp43 char *file_buf, uptr file_siz, int *line,
63 int line, int column) {
78 info->line = line;
95 int line, col; local
98 sizeof(file_buf), &line, &col)) {
101 frame->info.line = line;
42 __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, char *file_buf, uptr file_siz, int *line, int *col) argument
62 AddFrame(void *ctx, const char *function_name, const char *file, int line, int column) argument
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.h40 char const *file, size_t line);
47 char const *file, size_t line);
53 char const *file, size_t line);
59 char const *file, size_t line);
65 char const *file, size_t line);
74 char const *file, size_t line);
82 char const *file, size_t line);
95 void _ng_init(char const *file, size_t line);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp178 for (uint32_t line = start_line; line <= end_line; ++line) {
179 if (!m_last_file_sp->LineIsValid(line)) {
186 uint32_t bp_count = bp_locs->NumLineEntriesWithLine(line);
195 line == curr_line ? current_line_cstr : "", line);
201 if (line == curr_line && column)
205 m_last_file_sp->DisplaySourceLines(line, columnToHighlight, 0, 0, s);
206 if (column != 0 && line
227 DisplaySourceLinesWithLineNumbers( const FileSpec &file_spec, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, const char *current_line_cstr, Stream *s, const SymbolContextList *bp_locs) argument
294 SetDefaultFileAndLine(const FileSpec &file_spec, uint32_t line) argument
309 GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line) argument
445 GetLineOffset(uint32_t line) argument
464 PeekLineData(uint32_t line) argument
474 GetLineLength(uint32_t line, bool include_newline_chars) argument
502 LineIsValid(uint32_t line) argument
525 DisplaySourceLines(uint32_t line, llvm::Optional<size_t> column, uint32_t context_before, uint32_t context_after, Stream *s) argument
613 CalculateLineOffsets(uint32_t line) argument
[all...]
/freebsd-11-stable/tools/tools/kdrv/
H A DKernelDriver58 # linttext Lines between this and a subsequent 'end' line are added
162 while {[gets $fh line] >= 0} {
165 if {([llength $line] == 0) ||
166 ([string index $line 0] == "\#")} {
171 switch -- [lindex $line 0] {
173 set Drv(description) [lindex $line 1];
176 set Drv(driver) [lindex $line 1];
179 set path [lindex $line 1];
184 set name [lindex $line 2];
189 set path [lindex $line
[all...]
/freebsd-11-stable/bin/sh/tests/parser/
H A DMakefile63 ${PACKAGE}FILES+= line-cont1.0
64 ${PACKAGE}FILES+= line-cont2.0
65 ${PACKAGE}FILES+= line-cont3.0
66 ${PACKAGE}FILES+= line-cont4.0
67 ${PACKAGE}FILES+= line-cont5.0
68 ${PACKAGE}FILES+= line-cont6.0
69 ${PACKAGE}FILES+= line-cont7.0
70 ${PACKAGE}FILES+= line-cont8.0
71 ${PACKAGE}FILES+= line-cont9.0
72 ${PACKAGE}FILES+= line
[all...]

Completed in 207 milliseconds

1234567891011>>