Searched refs:line (Results 576 - 600 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcomment.mk13 that keeps going until the end of this line
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dhost-mingw32.c54 w32_error (const char* function, const char* file, int line, argument
66 function, trim_filename (file), line, my_msg, w32_msgbuf);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c57 svn_dbg__preamble(const char *file, long line, FILE *output) argument
73 debug_line = line;
78 * prefixing each line of output with a debug header. */
109 while (*s); /* print another line, except after a final newline */
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh5.c36 err("input line too long");
369 * Return a single command (usually the first line) from a file.
549 char line [LINELIM+1]; local
565 next = line;
569 if (next >= &line[LINELIM]) {
576 if (strcmp(s, line) == 0 || c == 0)
579 write (tf, line, (int)(next-line));
/freebsd-11-stable/contrib/netbsd-tests/sbin/sysctl/
H A Dt_perm.sh50 while read line; do
52 node=$(echo $line)
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_file.c124 char line[1024]; local
153 while (fgets(line, sizeof(line) - 1, file) != NULL) {
157 p = line;
265 char line[1024]; local
294 while (fgets(line, sizeof(line) - 1, file) != NULL) {
298 p = line;
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c237 * Parses a line from ssh-agent's output.
242 char *line, *p, *key, *val; local
245 while ((line = fgetln(f, &len)) != NULL) {
246 if (len < 4 || strncmp(line, "SSH_", 4) != 0)
250 for (p = key = line; p < line + len; ++p)
253 if (p == line + len || *p != '=')
258 for (val = ++p; p < line + len; ++p)
261 if (p == line + len || *p != ';')
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dmisc.c291 /* ch is now the first character of a line.
300 /* ch is now the first non-blank character of a line.
307 * character on a line.
313 /* ch is now the newline of a line which we're going to
329 char line[MAX_TEMPSTR]; local
332 while (fgets(line, MAX_TEMPSTR, file)) {
333 if (line[0] != '\0')
334 if (line[strlen(line)-1] == '\n')
335 line[strle
[all...]
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dlexer.l269 printf("%s: at %s in line %d\n", s, yytext, lineno);
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c48 old screen (curscr) into a new screen (newscr) via vertical line moves.
50 Because the screen has a `grain' (there are insert/delete/scroll line
52 break the update algorithm into two pieces: a first stage that does only line
55 ncurses) that does only line transformations.
57 The common case we want hardware scrolling for is to handle line insertions
63 Now, to a discussion of the line-move computation.
67 Let a new line introduced by insertion, scrolling, or at the bottom of
68 the screen following a line delete be given the index -1.
71 the following possible line-oriented operations on the screen:
73 Insertion: inserts a line a
334 char line[BUFSIZ], *st; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsdbout.c230 "\t.def\t.bb%s\t.val\t.%s\t.scl\t100%s\t.line\t%d%s\t.endef\n", \
237 "\t.def\t.eb%s\t.val\t.%s\t.scl\t100%s\t.line\t%d%s\t.endef\n", \
244 "\t.def\t.bf%s\t.val\t.%s\t.scl\t101%s\t.line\t%d%s\t.endef\n", \
251 "\t.def\t.ef%s\t.val\t.%s\t.scl\t101%s\t.line\t%d%s\t.endef\n", \
273 /* Ensure we don't output a negative line number. */
274 #define MAKE_LINE_SAFE(line) \
275 if ((int) line <= sdb_begin_function_line) \
276 line = sdb_begin_function_line + 1
1484 sdbout_begin_block (unsigned int line, unsigned int n) argument
1487 MAKE_LINE_SAFE (line);
1519 sdbout_end_block(unsigned int line, unsigned int n ATTRIBUTE_UNUSED) argument
1536 sdbout_source_line(unsigned int line, const char *filename ATTRIBUTE_UNUSED) argument
1568 sdbout_begin_prologue(unsigned int line, const char *file ATTRIBUTE_UNUSED) argument
1575 sdbout_end_prologue(unsigned int line, const char *file ATTRIBUTE_UNUSED) argument
1587 sdbout_end_function(unsigned int line) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c42 static char *insert_args (char *line);
71 /* Allocate, initialize a new command line structure for one of the
91 cmd->line = savestring (args, strlen (args));
104 /* Allocate and build a new command line structure. */
139 ui_out_field_string (uiout, NULL, list->line);
167 ui_out_field_fmt (uiout, NULL, "while %s", list->line);
181 ui_out_field_fmt (uiout, NULL, "if %s", list->line);
313 new_line = insert_args (cmd->line);
331 new_line = insert_args (cmd->line);
391 new_line = insert_args (cmd->line);
589 insert_args(char *line) argument
[all...]
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h206 extern void clear_line P_((struct _line *line, int column, int cols));
247 extern int check_delete P_((WINDOW *window, int line, int offset, struct _line *pointer_new, struct _line *pointer_old));
248 extern int check_insert P_((WINDOW *window, int line, int offset, struct _line *pointer_new, struct _line *pointer_old));
251 extern void Char_del P_((char *line, char *attrib, int offset, int maxlen));
252 extern void Char_ins P_((char *line, char *attrib, int newc, int newatt, int offset, int maxlen));
255 extern void Char_out P_((int newc, int newatt, char *line, char *attrib, int offset));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl54 # If no test files are specified on the command-line, execute a find on "."
182 my($line) = "";
189 $line = $_;
190 # line is non-empty and not a comment
191 if ((length($line) > 0) && ($line =~ /^\s*[^\s#]/ )) {
192 $exceptions{trim($line)} = 1;
218 # Iterate over the set of test files specified on the command-line or by a find
478 unless ($tsterr =~ /: \[$tag\] line \d+:/) {
680 # Run all the tests specified on the command-line (th
[all...]
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c2 #line 3 "lex.c"
218 /* Whether we're considered to be at the beginning of a line.
224 int yy_bs_lineno; /**< The line count. */
475 #line 1 "lex.l"
476 #line 2 "lex.l"
529 #line 530 "lex.c"
709 #line 58 "lex.l"
711 #line 712 "lex.c"
796 #line 59 "lex.l"
801 #line 6
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h208 #define RFCOMM_RPN_DATA_BITS(line) ((line) & 0x3)
209 #define RFCOMM_RPN_STOP_BITS(line) (((line) >> 2) & 0x1)
210 #define RFCOMM_RPN_PARITY(line) (((line) >> 3) & 0x3)
/freebsd-11-stable/tools/regression/tmpfs/
H A Dh_tools.c97 char *line; local
130 while ((line = fgetln(stdin, &len)) != NULL) {
140 assert(line[len - 1] == '\n');
141 line[len - 1] = '\0';
142 ec = system(line);
144 errx(ec, "%s returned %d", line, ec);
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh133 while read -r line
145 for part in ${line}
189 while read -r line
191 CATEGORY=`echo "${line}" | cut -f1 -d'|'`
192 PACKAGE=`echo "${line}" | cut -f2 -d'|'`
193 DESC=`echo "${line}" | cut -f3 -d'|'`
/freebsd-11-stable/contrib/bmake/
H A Dfor.c50 * For_Eval Evaluate the loop in the passed line.
130 * Evaluate the for loop in the passed line. The line
135 * line Line to parse
138 * 0: Not a .for statement, parse the line
148 For_Eval(char *line)
151 char *ptr = line, *sub;
281 * Add another line to a .for loop.
286 For_Accum(char *line)
288 char *ptr = line;
147 For_Eval(char *line) argument
285 For_Accum(char *line) argument
[all...]
/freebsd-11-stable/stand/uboot/lib/
H A Ddisk.c244 static char line[80]; local
259 snprintf(line, sizeof(line), "\tdisk%d (%s)\n", i,
261 if ((ret = pager_output(line)) != 0)
264 sprintf(line, "\tdisk%d", i);
265 ret = disk_print(&dev, line, verbose);
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c129 char *line; local
162 while ((line = fgetln(stdin, &len)) != NULL) {
172 assert(line[len - 1] == '\n');
173 line[len - 1] = '\0';
174 ec = system(line);
176 errx(ec, "%s returned %d", line, ec);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c140 char *line; local
144 char buf[512]; /* lots of room for line */
169 while ((line = fgets(buf, sizeof buf, fp)) != NULL) {
172 token = nexttok(&line);
197 token = nexttok(&line);
208 * have to process the line completely and have to
254 token = nexttok(&line);
301 token = nexttok(&line);
/freebsd-11-stable/sys/amd64/pci/
H A Dpci_cfgreg.c134 uint32_t line; local
148 line = pci_docfgregread(bus, slot, func, PCIR_INTLINE, 1);
149 if (line == 0 || line >= 128)
150 line = PCI_INVALID_IRQ;
151 return (line);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp86 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
90 line, inline_file_spec);
93 return FindLineEntryIndex(start_idx, line, inline_file_spec, exact);
96 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
101 start_idx, line, inline_file_spec, exact);
112 start_idx, line, inline_file_spec ? inline_file_spec->get() : nullptr,
H A DSBDeclaration.cpp82 uint32_t line = 0; local
84 line = m_opaque_up->GetLine();
87 return line;
107 void SBDeclaration::SetLine(uint32_t line) { argument
108 LLDB_RECORD_METHOD(void, SBDeclaration, SetLine, (uint32_t), line);
110 ref().SetLine(line);

Completed in 761 milliseconds

<<21222324252627282930>>